Module Parse

module Parse: sig .. end
Parser for KAT expressions

val expr : ?msg:string -> string -> Kat.expr
parsing a string into a KAT expression

Typically, "(ap+q)*!a" is a wellformed expression, see Tests for examples of the syntax
val hyps : ?msg:string -> string -> Hypotheses.t
parsing a finite set of KAT equations (for hypothesis elimination)