package flow_parser

  1. Overview
  2. Docs
Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source

Module type Translator_intf.SSource

Sourcetype t
Sourceval string : string -> t
Sourceval bool : bool -> t
Sourceval obj : (string * t) list -> t
Sourceval array : t list -> t
Sourceval number : float -> t
Sourceval int : int -> t
Sourceval null : t
Sourceval regexp : Loc.t -> string -> string -> t