diff --git a/examples/re-tutorial.lhs b/examples/re-tutorial.lhs index e248d4d..b035f41 100644 --- a/examples/re-tutorial.lhs +++ b/examples/re-tutorial.lhs @@ -44,10 +44,6 @@ to answer two questions: is for you, otherwise it is the PCRE back end, which is housed in a seperate `regex-with-pcre` package. - 2. Which Haskell type is being used for the text I need to match? This - can influence as, at the time of writing, the `PCRE` `regex` back end - [does not support the`Text` types](https://github.com/iconnect/regex/issues/58). - The import statement will in general look like this ``` import Text.RE..