OSDN Git Service

update signature
authormzp <mzpppp@gmail.com>
Sat, 6 Jun 2009 05:52:46 +0000 (14:52 +0900)
committermzp <mzpppp@gmail.com>
Sat, 6 Jun 2009 05:52:46 +0000 (14:52 +0900)
scm/src/type/node.mli

index 17f9cf0..99c9412 100644 (file)
@@ -18,3 +18,4 @@ val lift : ('a -> 'b) -> 'a t -> 'b t
 val concat : ('a list -> 'b) -> 'a t list -> 'b t
 val to_string : ('a -> string) -> 'a t -> string
 
+val report : string -> string t -> unit