package ocamlregextkit

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type

Type definition of Regular Expression Abstract Syntax Tree

type re =
  1. | Literal of string
  2. | Epsilon
  3. | Empty
  4. | Union of re * re
  5. | Concat of re * re
  6. | Star of re
OCaml

Innovation. Community. Security.