Below is the API for the OCaml standard library. It's directly copied over from the OCaml Manual, formatted to the Reason syntax and styled accordingly. The API docs are work-in-progress; we'll be polishing these gradually!
If you're targeting JavaScript, the API docs for BuckleScript includes all of below, plus JS-specific APIs.
module Ast_helper: sig .. end
type lid = Longident.t Asttypes.loc
type str = string Asttypes.loc
type loc = Location.t
type attrs = Parsetree.attribute list
val default_loc : loc Pervasives.ref
val with_default_loc : loc -> (unit -> 'a) -> 'a
default_loc
within the scope of the execution
of the provided function.module Typ: sig .. end
module Pat: sig .. end
module Exp: sig .. end
module Val: sig .. end
module Type: sig .. end
module Te: sig .. end
module Mty: sig .. end
module Mod: sig .. end
module Sig: sig .. end
module Str: sig .. end
module Md: sig .. end
module Mtd: sig .. end
module Mb: sig .. end
module Opn: sig .. end
module Incl: sig .. end
module Vb: sig .. end
module Cty: sig .. end
module Ctf: sig .. end
module Cl: sig .. end
module Cf: sig .. end
module Ci: sig .. end
module Csig: sig .. end
module Cstr: sig .. end