package ocsigenserver

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

Module Ocsigen_lib_base.OptionSource

Module Option to compute type 'a option

Sourcetype 'a t = 'a option
Sourceval map : ('a -> 'b) -> 'a t -> 'b t
Sourceval get : (unit -> 'a) -> 'a t -> 'a
Sourceval get' : 'a -> 'a t -> 'a
Sourceval iter : ('a -> unit) -> 'a t -> unit
Sourceval return : 'a -> 'a t
Sourceval bind : 'a t -> ('a -> 'b t) -> 'b t
Sourceval to_list : 'a t -> 'a list
Sourcemodule Lwt : sig ... end
OCaml

Innovation. Community. Security.