X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=matita%2Fcomponents%2Fdisambiguation%2FdisambiguateTypes.mli;h=ef24e2ce8879be688a45c03df279ce660c98ad91;hb=ccf5878f2a2ec7f952f140e162391708a740517b;hp=1e99fd404ace0ebfad221082340ed3b98365b144;hpb=f6b7c6ae353e014761a3d24dbc87e00d828d7f2d;p=helm.git diff --git a/matita/components/disambiguation/disambiguateTypes.mli b/matita/components/disambiguation/disambiguateTypes.mli index 1e99fd404..ef24e2ce8 100644 --- a/matita/components/disambiguation/disambiguateTypes.mli +++ b/matita/components/disambiguation/disambiguateTypes.mli @@ -23,6 +23,12 @@ * http://helm.cs.unibo.it/ *) +type 'a expected_type = [ `XTNone (* unknown *) + | `XTSome of 'a (* the given term *) + | `XTSort (* any sort *) + | `XTInd (* any (co)inductive type *) + ] + type domain_item = | Id of string (* literal *) | Symbol of string * int (* literal, instance num *)