package flow_parser

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
module Identifier : sig ... end
module PrivateName : sig ... end
module Literal : sig ... end
module StringLiteral : sig ... end
module NumberLiteral : sig ... end
module Variance : sig ... end
module Type : sig ... end
module Statement : sig ... end
module Expression : sig ... end
module JSX : sig ... end
module Pattern : sig ... end
module Comment : sig ... end
module Class : sig ... end
module Function : sig ... end
type (!'M, !'T) program = 'M * ('M, 'T) Statement.t list * 'M Comment.t list
val pp_program : (Ppx_deriving_runtime.Format.formatter -> 'M -> Ppx_deriving_runtime.unit) -> (Ppx_deriving_runtime.Format.formatter -> 'T -> Ppx_deriving_runtime.unit) -> Ppx_deriving_runtime.Format.formatter -> ('M, 'T) program -> Ppx_deriving_runtime.unit
val show_program : (Ppx_deriving_runtime.Format.formatter -> 'M -> Ppx_deriving_runtime.unit) -> (Ppx_deriving_runtime.Format.formatter -> 'T -> Ppx_deriving_runtime.unit) -> ('M, 'T) program -> Ppx_deriving_runtime.string
OCaml

Innovation. Community. Security.