Module Next

module Format = NextFormat
module List = NextList
module String = NextString
module GRead = NextGRead
module GWrite = NextGWrite
val pf : ('a, Format.formatter, unit) Stdlib.format -> 'a
val epf : ('a, Format.formatter, unit) Stdlib.format -> 'a
val fpf : Format.formatter -> ('a, Format.formatter, unit) Stdlib.format -> 'a
val spf : ('a, unit, string) Stdlib.format -> 'a
val soi : int -> string
val ios : string -> int
val foi : int -> float
val iof : float -> int
val (||>) : ('a -> 'b) -> ('b -> 'c) -> 'a -> 'c
val curry : (('a * 'b) -> 'c) -> 'a -> 'b -> 'c
val uncurry : ('a -> 'b -> 'c) -> ('a * 'b) -> 'c
val flip : ('a -> 'b -> 'c) -> 'b -> 'a -> 'c