package flow_parser

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
type operator =
  1. | Or
  2. | And
type !'M t = {
  1. operator : operator;
  2. left : 'M Expression.t;
  3. right : 'M Expression.t;
}
OCaml

Innovation. Community. Security.