day 1
This commit is contained in:
parent
29d8387656
commit
512ae7d3d7
5 changed files with 257 additions and 5 deletions
5
bracket.mli
Normal file
5
bracket.mli
Normal file
|
@ -0,0 +1,5 @@
|
|||
val bracket: make:(unit -> 'a) -> act:('a -> 'b) -> free:('a -> unit) -> 'b
|
||||
|
||||
val infile: act:(in_channel -> 'b) -> string -> 'b
|
||||
|
||||
val infile_lines: line:(string -> 'a) -> of_seq:('a Seq.t -> 'b) -> string -> 'b
|
Loading…
Add table
Add a link
Reference in a new issue