comment
authorAnders Mörtberg <andersmortberg@gmail.com>
Tue, 5 Jan 2016 11:07:45 +0000 (12:07 +0100)
committerAnders Mörtberg <andersmortberg@gmail.com>
Tue, 5 Jan 2016 11:07:45 +0000 (12:07 +0100)
Eval.hs

diff --git a/Eval.hs b/Eval.hs
index 6afdc2c476c258b344457afea4389ed1ff9c3599..5ba6899e20f23bec32183b085a831976600e6711 100644 (file)
--- a/Eval.hs
+++ b/Eval.hs
@@ -664,6 +664,9 @@ lemEq eq b aps = (a,VPath i (compNeg j (eq @@ j) p1 ths))
                    (mkSystem [ (i~>0,transFill j eqaj ba),(i~>1,transFillNeg j eqaj aa)])) aps
    
 -- Old version:
+-- This version triggers the following error when checking the normal form of corrUniv:
+-- Parsed "examples/nunivalence2.ctt" successfully!
+-- Resolver failed: Cannot resolve name !3 at position (7,30062) in module nunivalence2
 -- compU :: Name -> Val -> System Val -> Val -> System Val -> Val
 -- compU i b es wi0 ws = glueElem vi1'' usi1''
 --   where bi1 = b `face` (i ~> 1)