]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/software/components/ng_refiner/nCicUnification.mli
NCicReduction.reduce_machine returns a boolean stating if the machine is in normal...
[helm.git] / helm / software / components / ng_refiner / nCicUnification.mli
index d5a7422796aced717380c94ec2ab225a9758c7b6..97976b7a308bbe34aae83a06b5b1f147ccd9b290 100644 (file)
 
 (* $Id$ *)
 
+exception UnificationFailure of string Lazy.t;;
+exception Uncertain of string Lazy.t;;
+exception AssertFailure of string Lazy.t;;
+
+val unify :
+  NCic.metasenv -> NCic.substitution -> NCic.context -> 
+  NCic.term -> NCic.term ->
+   NCic.metasenv * NCic.substitution
+
 (* 
 exception UnificationFailure of string Lazy.t;;
 exception Uncertain of string Lazy.t;;