]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/software/components/ng_kernel/nCicReduction.mli
exported disambiguate_thing
[helm.git] / helm / software / components / ng_kernel / nCicReduction.mli
index c80da989d73c3bc53e29477de4df5e9b48e2e66d..696723bf6ad158b4bab916b2c5c9c72a4e7505c5 100644 (file)
@@ -17,11 +17,11 @@ val whd :
     NCic.term
 
 val set_get_relevance : 
-  (subst:NCic.substitution ->
+  (metasenv:NCic.metasenv -> subst:NCic.substitution ->
    NCic.context -> NCic.term -> NCic.term list -> bool list) -> unit
 
 val are_convertible :
-  ?subst:NCic.substitution ->
+  metasenv:NCic.metasenv -> subst:NCic.substitution ->
   NCic.context -> NCic.term -> NCic.term -> bool