]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/software/components/ng_kernel/nCicReduction.mli
alpha_eq exported
[helm.git] / 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