package js_of_ocaml

  1. Overview
  2. Docs
Compiler from OCaml bytecode to JavaScript

Install

Dune Dependency

Authors

Maintainers

Sources

js_of_ocaml-4.1.0.tbz
sha256=91793f29a5af3deaba3f7d35ceab11e739cfe0a5cc30556f6201461a6d4236ef
sha512=43f91c1f37939dfc894558a23a8ca163e6f316db442bdd0a5909bd095f5b0eb596d0943883452f4b78641da71222a775476877ea9ba0500583700d1fb35e04a5

doc/js_of_ocaml.deriving/Deriving_Json_lexer/index.html

Module Deriving_Json_lexerSource

Sourcetype lexbuf
Sourceval init_lexer : ?buf:Buffer.t -> Lexing.lexbuf -> lexbuf

Create a fresh lexbuf record.

Sourceval tag_error : typename:string -> lexbuf -> 'a
Sourceval read_int : lexbuf -> int
Sourceval read_bounded_int : ?min:int -> max:int -> lexbuf -> int
Sourceval read_tag_1 : int -> lexbuf -> int
Sourceval read_tag_2 : int -> int -> lexbuf -> int
Sourceval read_int32 : lexbuf -> int32
Sourceval read_int64 : lexbuf -> int64
Sourceval read_number : lexbuf -> float
Sourceval read_string : lexbuf -> string
Sourceval read_case : lexbuf -> [ `Cst of int | `NCst of int ]
Sourceval read_vcase : lexbuf -> [ `Cst of int | `NCst of int ]
Sourceval read_comma : lexbuf -> unit
Sourceval read_lbracket : lexbuf -> unit
Sourceval read_rbracket : lexbuf -> unit
Sourceval read_comma_or_rbracket : lexbuf -> [ `Comma | `RBracket ]
OCaml

Innovation. Community. Security.