]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/software/components/ng_kernel/nReference.mli
Huge commit with several changes:
[helm.git] / helm / software / components / ng_kernel / nReference.mli
index d291b621b7140c828e12a5614ffd28a15ea85890..d7f87e57c1712e63cba89dd1ea29d49d00893c14 100644 (file)
@@ -26,6 +26,7 @@ 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