summaryrefslogtreecommitdiff
path: root/src/Codec/Pesto/Parse.lhs-boot
diff options
context:
space:
mode:
authorLars-Dominik Braun <lars@6xq.net>2015-07-11 16:41:44 +0200
committerLars-Dominik Braun <lars@6xq.net>2015-07-11 16:44:52 +0200
commit43242dffb867d9588bce249f02c39fe03e11aec4 (patch)
tree5593941f4c0666c0626b1571cd23bf2944307cc9 /src/Codec/Pesto/Parse.lhs-boot
parentd2c05dd1c4def5406117695c07cfb6e8470d1934 (diff)
downloadpesto-43242dffb867d9588bce249f02c39fe03e11aec4.tar.gz
pesto-43242dffb867d9588bce249f02c39fe03e11aec4.tar.bz2
pesto-43242dffb867d9588bce249f02c39fe03e11aec4.zip
Rename Operation to Instruction
More appropriate. The graph builder is essentially a small, special-purpose stack processor.
Diffstat (limited to 'src/Codec/Pesto/Parse.lhs-boot')
-rw-r--r--src/Codec/Pesto/Parse.lhs-boot2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Codec/Pesto/Parse.lhs-boot b/src/Codec/Pesto/Parse.lhs-boot
index dab073c..50d1b2a 100644
--- a/src/Codec/Pesto/Parse.lhs-boot
+++ b/src/Codec/Pesto/Parse.lhs-boot
@@ -1,6 +1,6 @@
> module Codec.Pesto.Parse where
-> data Operation =
+> data Instruction =
> Annotation String
> | Ingredient Quantity
> | Tool Quantity