Legend:
Library
Module
Module type
Parameter
Class
Class type
Library
Module
Module type
Parameter
Class
Class type
module Tree : sig ... end
Type definition of Regular Expression Abstract Syntax Tree
module Re : sig ... end
Representation of Regular Expressions and implementation of standard operations
module Nfa : sig ... end
Representation of NFAs and implementation of standard operations
module Dfa : sig ... end
Representation of DFAs and implementation of standard operations