package wasm_of_ocaml-compiler

  1. Overview
  2. Docs

Module Sexp.UtilSource

Sourceval single : (t -> 'a) -> t list -> 'a
Sourceval mandatory : (t list -> 'a) -> t list option -> 'a
Sourceval string : t -> string
Sourceval bool : t -> bool
Sourceval assoc : t -> (string * t list) list
Sourceval member : string -> t -> t list option