package flow_parser

  1. Overview
  2. Docs
module Case : sig ... end
type t = {
  1. discriminant : Expression.t;
  2. cases : Case.t list;
}
OCaml

Innovation. Community. Security.