diff options
Diffstat (limited to 'src/Codec/Pesto/Parse.lhs-boot')
-rw-r--r-- | src/Codec/Pesto/Parse.lhs-boot | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/Codec/Pesto/Parse.lhs-boot b/src/Codec/Pesto/Parse.lhs-boot index 6a6dee9..dab073c 100644 --- a/src/Codec/Pesto/Parse.lhs-boot +++ b/src/Codec/Pesto/Parse.lhs-boot @@ -8,6 +8,8 @@ > | Reference Quantity > | Result Object > | Alternative Object +> | Directive String +> | Unknown String > data Quantity = Quantity Approximately Unit Object > type Unit = String > type Object = String |