module HAPlusRegex: sig .. end
sig
end
type state =
|
Start
H
Success
Failure
type symbol = char
char
val transition : state -> char -> state
state -> char -> state