]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/software/lambda-delta/lib/log.mli
the TypeError exception is back in place inside the Type modules
[helm.git] / helm / software / lambda-delta / lib / log.mli
index b5bc99adfe2c41174295b6238be32e3e91d172ca..0de1073250829018bb6695afffb077ce3b7afac5 100644 (file)
@@ -50,9 +50,12 @@ val ct_items1:
    string -> 'a -> string -> 'b -> ('a, 'b) message
 
 val ct_items2:
-   string -> 'a -> string -> 'b -> string -> 'a -> string -> 'b -> 
+   string -> 'a -> string -> 'b -> 
+   ?sc2:string -> ?c2:'a -> string -> 'b -> 
    ('a, 'b) message
 
 val ct_items3:
-   string -> 'a -> string -> 'b -> string -> 'b -> string -> 'b -> 
+   string -> 'a -> string -> 'b -> 
+   ?sc2:string -> ?c2:'a -> string -> 'b -> 
+   ?sc3:string -> ?c3:'a -> string -> 'b ->
    ('a, 'b) message