summaryrefslogtreecommitdiff
path: root/paper/While/Common.dcl
diff options
context:
space:
mode:
authorCamil Staps2016-06-03 12:29:24 +0200
committerCamil Staps2016-06-03 12:29:24 +0200
commit3bae104c3218ca0ee0f724464083d303fb745453 (patch)
tree2339b240b48d0fabd9c73ccd4032c70a02c4d84e /paper/While/Common.dcl
parentFormatting (diff)
Rewrite eval for AExpr
Diffstat (limited to 'paper/While/Common.dcl')
-rw-r--r--paper/While/Common.dcl1
1 files changed, 0 insertions, 1 deletions
diff --git a/paper/While/Common.dcl b/paper/While/Common.dcl
index db71353..876ffdd 100644
--- a/paper/While/Common.dcl
+++ b/paper/While/Common.dcl
@@ -32,7 +32,6 @@ instance toString Error
(<+) infixr 5 :: a b -> String | toString a & toString b
($) infixr 0 :: (a -> b) a -> b
-(on) infix 0 :: (b -> c) (a a -> b) -> (a a -> c)
(*>) infixl 4 :: (f a) (f b) -> f b | Applicative f
(<*) infixl 4 :: (f a) (f b) -> f a | Applicative f