Merge pull request #2 from JPMoresmau/master

we have equal (==) let's have its little brother (/=)
This commit is contained in:
Benno Fünfstück 2015-01-15 20:09:10 +01:00
commit 39bdc4302b

View File

@ -60,6 +60,7 @@ fmap concat $ mapM declareNamedSymbol
, ('(++), "append'")
, ('(!!), "index'")
, ('(==), "equal'")
, ('(/=), "notequal'")
]
(<>.) :: ExpG (b -> c) -> ExpG (a -> b) -> ExpG (a -> c)