diff options
Diffstat (limited to 'src/Codec/Pesto/Parse.lhs-boot')
-rw-r--r-- | src/Codec/Pesto/Parse.lhs-boot | 2 |
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 |