package bastet

  1. Overview
  2. Docs
Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source

Module Bastet.FunctionsSource

Sourceval const : 'a -> 'b -> 'a
Sourceval flip : ('a -> 'b -> 'c) -> 'b -> 'a -> 'c
Sourceval id : ('a, 'a) Function.Category.t
Sourceval (<.) : ('a -> 'b) -> ('c -> 'a) -> 'c -> 'b
Sourcemodule Monoid (M : Interface.MONOID) : sig ... end
Sourcemodule Functor (F : Interface.FUNCTOR) : sig ... end
Sourcemodule Apply (A : Interface.APPLY) : sig ... end
Sourcemodule Apply' (A : Interface.APPLY) (T : Interface.TYPE) : sig ... end
Sourcemodule Applicative (A : Interface.APPLICATIVE) : sig ... end
Sourcemodule Monad (M : Interface.MONAD) : sig ... end
Sourcemodule Foldable (F : Interface.FOLDABLE) : sig ... end
Sourcemodule Infix : sig ... end
OCaml

Innovation. Community. Security.