summaryrefslogtreecommitdiff
path: root/src/elab_env.sml
diff options
context:
space:
mode:
Diffstat (limited to 'src/elab_env.sml')
-rw-r--r--src/elab_env.sml2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/elab_env.sml b/src/elab_env.sml
index b7264fc7..78fa3daa 100644
--- a/src/elab_env.sml
+++ b/src/elab_env.sml
@@ -54,7 +54,7 @@ val liftConInCon =
c
else
CRel (xn + 1)
- | CUnif _ => raise SynUnif
+ (*| CUnif _ => raise SynUnif*)
| _ => c,
bind = fn (bound, U.Con.Rel _) => bound + 1
| (bound, _) => bound}