package alba

  1. Overview
  2. Docs
Alba compiler

Install

Dune Dependency

Authors

Maintainers

Sources

0.4.3.tar.gz
sha256=062f33c55ef39706c4290dff67d5a00bf009051fd757f9352be527f629ae21fc
md5=eb4edc4d6b7e15b83d6397bd34994153

doc/alba.fmlib_js/Fmlib_js/Browser/Decoder/index.html

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
Sourcemodule 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.