mirror of
https://github.com/c-cube/ocaml-containers.git
synced 2025-12-06 11:15:31 -05:00
CCFun: include module type of Infix
This commit is contained in:
parent
a03b6e68e3
commit
6cfa7307de
1 changed files with 2 additions and 0 deletions
|
|
@ -86,6 +86,8 @@ module Infix : sig
|
||||||
(** [(f % g) x] or [(%) f g x] is [f (g x)]. Mathematical composition. *)
|
(** [(f % g) x] or [(%) f g x] is [f (g x)]. Mathematical composition. *)
|
||||||
end
|
end
|
||||||
|
|
||||||
|
include module type of Infix
|
||||||
|
|
||||||
(** {2 Monad}
|
(** {2 Monad}
|
||||||
|
|
||||||
Functions with a fixed domain are monads in their codomain. *)
|
Functions with a fixed domain are monads in their codomain. *)
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue