]> matita.cs.unibo.it Git - helm.git/blobdiff - components/cic_disambiguation/disambiguate.mli
Interface of the argument to Continuationals.Make greately simplified. The
[helm.git] / components / cic_disambiguation / disambiguate.mli
index 123fcf96928f82fd10f0f43cb3d26b3b30648450..c1a50aceb82b8a44214cfa24f933a96061dfb2ea 100644 (file)
@@ -41,8 +41,7 @@ exception NoWellTypedInterpretation of
 exception PathNotWellFormed
 
 val interpretate_path :
-  context:Cic.name list -> CicNotationPt.term ->
-    Cic.term
+  context:Cic.name list -> CicNotationPt.term -> Cic.term
 
 type 'a disambiguator_input = string * int * 'a