]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/software/lambda-delta/common/hierarchy.mli
some interfaces improved
[helm.git] / helm / software / lambda-delta / common / hierarchy.mli
index 5bebd28df7604b18ac109ae517bb10dfd905c3de..a0790321cefca7880b778b73f08cc416066c62e2 100644 (file)
@@ -11,7 +11,7 @@
 
 type graph
 
-val set_new_sorts: (int -> 'a) -> string list -> 'a
+val set_sorts: (int -> 'a) -> string list -> int -> 'a
 
 val get_sort: (unit -> 'a) -> (string -> 'a) -> int -> 'a