Advertisement
Guest User

Untitled

a guest
Jan 17th, 2017
76
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.19 KB | None | 0 0
  1. module Monitor : sig
  2.  
  3. val start : string -> t
  4. val terminate : t -> unit
  5.  
  6. val on_finish : t -> (int -> unit) -> unit
  7.  
  8. ...
  9. end
  10.  
  11. val monitor : string -> (int -> 'a) -> 'a
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement