package flow_parser

  1. Overview
  2. Docs
type t = {
  1. head : Statement.Let.assignment list;
  2. body : Expression.t;
}
OCaml

Innovation. Community. Security.