-
Notifications
You must be signed in to change notification settings - Fork 10
Open
Description
Currently regular expressions (TRegex
for SchemaText
) get compiled only when (and if) relevant data being validated at run-time. Thus even malformed regexes pass compilation and might sleep past testing. It would be nice if they get compiled or syntactically verified while compiling Haskell.
Metadata
Metadata
Assignees
Labels
No labels