]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/software/components/ng_kernel/nReference.mli
in the new kernel you can type Type[i] to mean Type_i, and Type is interpreted as
[helm.git] / helm / software / components / ng_kernel / nReference.mli
index 1de23ad8b9b6bd647cca4f07c589471d9412559b..d291b621b7140c828e12a5614ffd28a15ea85890 100644 (file)
@@ -23,6 +23,8 @@ type spec =
 
 type reference = private Ref of NUri.uri * spec
 
+val reference_of_spec: NUri.uri -> spec -> reference
+
 val eq: reference -> reference -> bool
 val string_of_reference: reference -> string 
 val reference_of_string: string -> reference