]> matita.cs.unibo.it Git - helm.git/commitdiff
unification:
authorEnrico Tassi <enrico.tassi@inria.fr>
Mon, 6 Apr 2009 15:43:14 +0000 (15:43 +0000)
committerEnrico Tassi <enrico.tassi@inria.fr>
Mon, 6 Apr 2009 15:43:14 +0000 (15:43 +0000)
 - the case

    (? args) v.s. ?(tag:OUT_SCOPE)

   is considered as a pattern-driven delifting.
 - the case ? args v.s. t is reduced to ?[args] v.s. t
 - eta-contraction reimplemented
 - beta-expand no longer used

delift:
 - handle out/in scope tag

ntactics:
 - elim sets the out_scope tag for 1 entry


No differences found