package flow_parser

  1. Overview
  2. Docs
module Declarator : sig ... end
type kind =
  1. | Var
  2. | Let
  3. | Const
type t = {
  1. declarations : Declarator.t list;
  2. kind : kind;
}
OCaml

Innovation. Community. Security.