]> matita.cs.unibo.it Git - helm.git/commitdiff
alpha_eq exported
authorClaudio Sacerdoti Coen <claudio.sacerdoticoen@unibo.it>
Sun, 17 May 2009 19:12:33 +0000 (19:12 +0000)
committerClaudio Sacerdoti Coen <claudio.sacerdoticoen@unibo.it>
Sun, 17 May 2009 19:12:33 +0000 (19:12 +0000)
helm/software/components/ng_kernel/nCicReduction.mli

index 1455abd8d05cd52c60afb0b99e378a0ed27a71fa..ba32fe15dd18f2cb38c6af0dc055fae94d72bbe5 100644 (file)
@@ -47,3 +47,8 @@ val unwind : machine -> NCic.term
 val split_prods:
  subst:NCic.substitution -> NCic.context -> int -> NCic.term ->
   NCic.context * NCic.term
+
+(* to be used outside the kernel *)
+val alpha_eq:
+ NCic.metasenv -> NCic.substitution ->
+  NCic.context -> NCic.term -> NCic.term -> bool