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