]> matita.cs.unibo.it Git - helm.git/commitdiff
one file missing in previous commit :(
authorFerruccio Guidi <ferruccio.guidi@unibo.it>
Mon, 23 Oct 2017 17:16:58 +0000 (17:16 +0000)
committerFerruccio Guidi <ferruccio.guidi@unibo.it>
Mon, 23 Oct 2017 17:16:58 +0000 (17:16 +0000)
matita/matita/contribs/lambdadelta/basic_2/relocation/lreq.ma

index 6f8e3bc74cc3ca54b622c01d8b6f1a3b3323666e..e0b7d236c0b5e7f05e1430211800cd9891cb768a 100644 (file)
@@ -12,7 +12,7 @@
 (*                                                                        *)
 (**************************************************************************)
 
-include "basic_2/notation/relations/lazyeq_3.ma".
+include "basic_2/notation/relations/lazyeqsn_3.ma".
 include "basic_2/syntax/ext2.ma".
 include "basic_2/relocation/lexs.ma".
 
@@ -23,7 +23,7 @@ definition lreq: relation3 rtmap lenv lenv ≝ lexs ceq cfull.
 
 interpretation
   "ranged equivalence (local environment)"
-  'LazyEq f L1 L2 = (lreq f L1 L2).
+  'LazyEqSn f L1 L2 = (lreq f L1 L2).
 
 (* Basic properties *********************************************************)