package alba

  1. Overview
  2. Docs
Alba compiler

Install

Dune Dependency

Authors

Maintainers

Sources

0.4.2.tar.gz
sha256=203ee151ce793a977b2d3e66f8b3a0cd7a82cc7f15550c63d88cb30c71eb5f95
md5=64367c393f80ca784f88d07155da4fb0

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.