projects
/
matthijs
/
master-project
/
cλash.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8c52b6c
)
Added zipwithid
author
Christiaan Baaij
<christiaan.baaij@gmail.com>
Wed, 24 Jun 2009 11:37:56 +0000
(13:37 +0200)
committer
Christiaan Baaij
<christiaan.baaij@gmail.com>
Wed, 24 Jun 2009 11:37:56 +0000
(13:37 +0200)
Constants.hs
patch
|
blob
|
history
diff --git
a/Constants.hs
b/Constants.hs
index 37eb0a79c60ee99e7e37257bc1d24e37c5e4939a..43cc189557b923e276e8afde9c8ad66dc83df668 100644
(file)
--- a/
Constants.hs
+++ b/
Constants.hs
@@
-161,6
+161,10
@@
copyId = "copy"
mapId :: String
mapId = "map"
+-- | zipwith function identifier
+zipWithId :: String
+zipWithId = "zipWith"
+
-- | hwxor function identifier
hwxorId :: String
hwxorId = "hwxor"