diff options
author | Lars-Dominik Braun <lars@6xq.net> | 2015-08-09 10:36:45 +0200 |
---|---|---|
committer | Lars-Dominik Braun <lars@6xq.net> | 2015-08-09 10:36:45 +0200 |
commit | 1d63c5147500e10d386f3843ba6930fe533ab4e5 (patch) | |
tree | ccbae97e35551703e7ebf6f01bc4b53a21702371 /src/Codec/Pesto/Parse.lhs-boot | |
parent | 58e927dc4c213033092561dfe4f2270e96126683 (diff) | |
download | pesto-1d63c5147500e10d386f3843ba6930fe533ab4e5.tar.gz pesto-1d63c5147500e10d386f3843ba6930fe533ab4e5.tar.bz2 pesto-1d63c5147500e10d386f3843ba6930fe533ab4e5.zip |
Chane result and reference argument to quantity
Now the recipe’s yield can be extracted from the root’s quantity.
Diffstat (limited to 'src/Codec/Pesto/Parse.lhs-boot')
-rw-r--r-- | src/Codec/Pesto/Parse.lhs-boot | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/Codec/Pesto/Parse.lhs-boot b/src/Codec/Pesto/Parse.lhs-boot index 50d1b2a..9096ad7 100644 --- a/src/Codec/Pesto/Parse.lhs-boot +++ b/src/Codec/Pesto/Parse.lhs-boot @@ -6,8 +6,8 @@ > | Tool Quantity > | Action String > | Reference Quantity -> | Result Object -> | Alternative Object +> | Result Quantity +> | Alternative Quantity > | Directive String > | Unknown String > data Quantity = Quantity Approximately Unit Object |