package bastet

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

Module Bastet.ListSource

Sourcemodule type EQ_F = functor (E : Interface.EQ) -> Interface.EQ with type t = E.t list
Sourcemodule type SHOW_F = functor (S : Interface.SHOW) -> Interface.SHOW with type t = S.t list
Sourcemodule type TRAVERSABLE_F = functor (A : Interface.APPLICATIVE) -> Interface.TRAVERSABLE with type 'a t = 'a list and type 'a applicative_t = 'a A.t
Sourcemodule Functor : Interface.FUNCTOR with type 'a t = 'a list
Sourcemodule Alt : Interface.ALT with type 'a t = 'a list
Sourcemodule Apply : Interface.APPLY with type 'a t = 'a list
Sourcemodule Applicative : Interface.APPLICATIVE with type 'a t = 'a list
Sourcemodule Monad : Interface.MONAD with type 'a t = 'a list
Sourcemodule Plus : Interface.PLUS with type 'a t = 'a list
Sourcemodule Alternative : Interface.ALTERNATIVE with type 'a t = 'a list
Sourcemodule Foldable : Interface.FOLDABLE with type 'a t = 'a list
Sourcemodule Unfoldable : Interface.UNFOLDABLE with type 'a t = 'a list
Sourcemodule Eq : EQ_F
Sourcemodule Infix : sig ... end
OCaml

Innovation. Community. Security.