This commit is contained in:
Simon Cruanes 2014-08-07 13:14:12 +02:00
parent 9f04b4a0d7
commit 1f506eb243

View file

@ -85,7 +85,7 @@ val wrap2 : ('a -> 'b -> 'c) -> 'a -> 'b -> 'c t
val wrap3 : ('a -> 'b -> 'c -> 'd) -> 'a -> 'b -> 'c -> 'd t
(** {2 APplicative} *)
(** {2 Applicative} *)
val pure : 'a -> 'a t