package alba

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

Module Browser.DecoderSource

Sourcetype path_element =
  1. | Name of string
  2. | Index of int
Sourcetype error =
  1. | Int
  2. | Bool
  3. | String
  4. | Field of string
Sourcetype problem = error * path_element list
module Result : sig ... end
Sourceval return : 'a -> 'a t
Sourceval typeof : 'a Js_of_ocaml.Js.t -> string
Sourceval float : float t
Sourceval int : int t
Sourceval string : string t
Sourceval bool : bool t
Sourceval field : string -> 'a t -> 'a t
Sourceval map : ('a -> 'b) -> 'a t -> 'b t
Sourceval (>>=) : 'a t -> ('a -> 'b t) -> 'b t
OCaml

Innovation. Community. Security.