include module type of Stdlib.Fun
val id : 'a -> 'a
val const : 'a -> 'b -> 'aval flip : ('a -> 'b -> 'c) -> 'b -> 'a -> 'cval negate : ('a -> bool) -> 'a -> boolval protect : finally:(unit -> unit) -> (unit -> 'a) -> 'a
exception Finally_raised of exn