]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/software/components/ng_paramodulation/foUtils.mli
snapshot
[helm.git] / helm / software / components / ng_paramodulation / foUtils.mli
index 4cddee8c126fa31adc751b61958eaf78547918db..d78ce32f26d49020f4f387833cba41076cfd29a5 100644 (file)
@@ -11,6 +11,8 @@
 
 (* $Id: terms.ml 9836 2009-06-05 15:33:35Z denes $ *)
 
+val lexicograph : ('a -> 'b -> int) -> 'a list -> 'b list -> int
+
 module Utils (B : Terms.Blob) :
   sig
     val eq_foterm : B.t Terms.foterm -> B.t Terms.foterm -> bool