package bastet

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

Module List.AlternativeSource

include Interface.APPLICATIVE with type 'a t = 'a list
include Interface.APPLY with type 'a t = 'a list
include Interface.FUNCTOR with type 'a t = 'a list
Sourcetype 'a t = 'a list
Sourceval apply : ('a -> 'b) t -> 'a t -> 'b t
Sourceval pure : 'a -> 'a t
include Interface.PLUS with type 'a t := 'a t
include Interface.ALT with type 'a t := 'a t
include Interface.FUNCTOR with type 'a t := 'a t
Sourceval map : ('a -> 'b) -> 'a t -> 'b t
Sourceval alt : 'a t -> 'a t -> 'a t
Sourceval empty : 'a t
OCaml

Innovation. Community. Security.