]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/software/components/ng_kernel/nCicReduction.mli
Proof-irrelevance check for all applications (first version)
[helm.git] / helm / software / components / ng_kernel / nCicReduction.mli
index 52b95cdda63353a3c73bcb81676879dcc30f1e04..5943c926053758ea35dd95bbebd933eea6a54b44 100644 (file)
@@ -16,10 +16,12 @@ val whd :
   NCic.context -> NCic.term -> 
     NCic.term
 
-val are_convertible : 
-  ?subst:NCic.substitution -> 
-  NCic.context -> NCic.term -> NCic.term -> 
-  bool
+val are_convertible :
+  ?subst:NCic.substitution ->
+  (subst:NCic.substitution ->
+   NCic.context -> NCic.term -> bool list) ->
+  NCic.context -> NCic.term -> NCic.term -> bool
+
 
 (* performs head beta/(delta)/cast reduction; the default is to not perform
    delta reduction; if provided, ~upto is the maximum number of beta redexes