package alba

  1. Overview
  2. Docs
Alba compiler

Install

Dune Dependency

Authors

Maintainers

Sources

0.4.4.tar.gz
sha256=4817038301d3e45bac9edf7e6f2fc8bf0a6d78e76e02ad7ea33ef69bcc17df3b
md5=25234357587126685d64f16236167937

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