projects
/
cubicaltt.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1a1e721
)
"_" in constPath again
author
Anders Mörtberg
<andersmortberg@gmail.com>
Thu, 7 Jan 2016 17:02:27 +0000
(18:02 +0100)
committer
Anders Mörtberg
<andersmortberg@gmail.com>
Thu, 7 Jan 2016 17:02:27 +0000
(18:02 +0100)
CTT.hs
patch
|
blob
|
blame
|
history
diff --git
a/CTT.hs
b/CTT.hs
index 240e28161ed74fbc2d99e27a3673e3aa61fe361b..6bb0f60f574cfbaa6ce222920feb8391b7c71cc1 100644
(file)
--- a/
CTT.hs
+++ b/
CTT.hs
@@
-204,7
+204,7
@@
isCon _ = False
-- Constant path: <_> v
constPath :: Val -> Val
-constPath = VPath (Name "
i
")
+constPath = VPath (Name "
_
")
--------------------------------------------------------------------------------