package flow_parser

  1. Overview
  2. Docs
type t' = {
  1. id : Identifier.t;
  2. key : Type.t;
  3. value : Type.t;
  4. static : bool;
}
and t = Loc.t * t'
OCaml

Innovation. Community. Security.