projects
/
cubicaltt.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c888c92
)
Use showTer1 to print closures
author
Anders Mörtberg
<mortberg@chalmers.se>
Fri, 17 Apr 2015 07:13:23 +0000
(09:13 +0200)
committer
Anders Mörtberg
<mortberg@chalmers.se>
Fri, 17 Apr 2015 07:13:23 +0000
(09:13 +0200)
CTT.hs
patch
|
blob
|
blame
|
history
diff --git
a/CTT.hs
b/CTT.hs
index eea02fd58830cd81187b785f4ca2040cc3d9d2ac..7d48bc3d216baf8ac5277cf23af34b75489b94b6 100644
(file)
--- a/
CTT.hs
+++ b/
CTT.hs
@@
-363,7
+363,7
@@
instance Show Val where
showVal :: Val -> Doc
showVal v = case v of
VU -> char 'U'
- Ter t env -> showTer t <+> showEnv env
+ Ter t env -> showTer
1
t <+> showEnv env
VCon c us -> text c <+> showVals us
VPCon c a us phi -> text c <+> char '{' <+> showVal a <+> char '}' <+>
showVals us <+> showFormula phi