Module Biocaml_std


module Biocaml_std: sig .. end

include Printf
val (<<-) : ('a -> 'b) -> ('c -> 'a) -> 'c -> 'b
val identity : 'a -> 'a
val try_finally_exn : fend:('a -> unit) -> ('a -> 'b) -> 'a -> 'b
val open_out_safe : string -> Pervasives.out_channel
val output_endline : Pervasives.out_channel -> string -> unit
val flip : ('a -> 'b -> 'c) -> 'b -> 'a -> 'c
val (|>) : 'a -> ('a -> 'b) -> 'b
val (-|) : ('a -> 'b) -> ('c -> 'a) -> 'c -> 'b
val (|-) : ('a -> 'b) -> ('b -> 'c) -> 'a -> 'c
module List: sig .. end
module String: sig .. end
module Array: sig .. end
module Char: sig .. end
module Enum: sig .. end
module Stream: sig .. end
module Msg: Biocaml_msg
module Pos: Biocaml_pos
module Lines: sig .. end
module Set: sig .. end
module IntSet: sig .. end
module Option: sig .. end
module PMap: sig .. end
module IO: BatIO
module StringMap: sig .. end
module Tuple: sig .. end
module Order: sig .. end
module Test: sig .. end