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