]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/software/components/ng_kernel/nReference.mli
parameter sintax added to axiom statement
[helm.git] / helm / software / components / ng_kernel / nReference.mli
index 1de23ad8b9b6bd647cca4f07c589471d9412559b..d7f87e57c1712e63cba89dd1ea29d49d00893c14 100644 (file)
@@ -23,7 +23,10 @@ type spec =
 
 type reference = private Ref of NUri.uri * spec
 
+val reference_of_spec: NUri.uri -> spec -> reference
+
 val eq: reference -> reference -> bool
+val compare: reference -> reference -> int
 val string_of_reference: reference -> string 
 val reference_of_string: string -> reference