Fix zipWith template to work with partially applied functions, add support for boolea...
[matthijs/master-project/cλash.git] / cλash / CLasH / VHDL / Constants.hs
index 22bf14aabaac4e047905c5b8d7cf916fc9cc6768..3b796a2e7e60f1e66f4b604f98c0880eabddbf6c 100644 (file)
@@ -264,6 +264,9 @@ boolOrId = "||"
 boolAndId :: String
 boolAndId = "&&"
 
+boolNot :: String
+boolNot = "not"
+
 -- Numeric Operations
 
 -- | plus operation identifier