diff options
author | Camil Staps | 2018-07-06 11:12:03 +0200 |
---|---|---|
committer | Camil Staps | 2018-07-06 11:14:23 +0200 |
commit | fdcc5373160d2d522ecd9a1b8e1dde0d782605e2 (patch) | |
tree | cece8d2c8a49f530ba8f8c77ef928031271201c0 /Assignment2/src/Expression.dcl | |
parent | Provide initial description of the implementation (diff) |
This is so ugly
Diffstat (limited to 'Assignment2/src/Expression.dcl')
-rw-r--r-- | Assignment2/src/Expression.dcl | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/Assignment2/src/Expression.dcl b/Assignment2/src/Expression.dcl new file mode 100644 index 0000000..d462eb9 --- /dev/null +++ b/Assignment2/src/Expression.dcl @@ -0,0 +1,8 @@ +definition module Expression + +from StdOverloaded import class toString + +:: Expression + +parseInfix :: !String -> Expression +instance toString Expression // prefix |