package flow_parser

  1. Overview
  2. Docs
type operator =
  1. | Or
  2. | And
type t = {
  1. operator : operator;
  2. left : Expression.t;
  3. right : Expression.t;
}
OCaml

Innovation. Community. Security.