1signature regex =
2sig
3
4  val match : regexType.Reg -> string -> bool
5
6end
7
8