Warning: Reason support is experimental. We are looking for beta-tester and contributors.

Module Utils.F

module F : sig..end

val id : 'a -> 'a
val curry : ('a * 'b -> 'c) -> 'a -> 'b -> 'c
val uncurry : ('a -> 'b -> 'c) -> 'a * 'b -> 'c