package flow_parser

  1. Overview
  2. Docs
type assignment = {
  1. id : Pattern.t;
  2. init : Expression.t option;
}
type t = {
  1. head : assignment list;
  2. body : Statement.t;
}
OCaml

Innovation. Community. Security.