package links

  1. Overview
  2. Docs
type t =
  1. | Minus
  2. | FloatMinus
  3. | RegexMatch of regexflag list
  4. | And
  5. | Or
  6. | Cons
  7. | Name of CommonTypes.Name.t
val to_string : t -> CommonTypes.Name.t