We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fd34e63 commit c5499fcCopy full SHA for c5499fc
1 file changed
haskell_edsl/src/Checktestdata/Core.hs
@@ -258,7 +258,7 @@ string s = PrimOp $ do
258
-- | Match with the given regular expression
259
regex :: String -> CTD String
260
regex rs = PrimOp $ do
261
- let reg = compile defaultCompOpt defaultExecOpt $ BS.pack rs
+ let reg = compile blankCompOpt defaultExecOpt $ BS.pack rs
262
case reg of
263
Left e -> failWithLocation e
264
Right r -> do
0 commit comments