"_" in constPath again
authorAnders Mörtberg <andersmortberg@gmail.com>
Thu, 7 Jan 2016 17:02:27 +0000 (18:02 +0100)
committerAnders Mörtberg <andersmortberg@gmail.com>
Thu, 7 Jan 2016 17:02:27 +0000 (18:02 +0100)
CTT.hs

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 "_")
 
 
 --------------------------------------------------------------------------------