Created
January 17, 2012 12:10
-
-
Save bergmark/1626445 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Prelude Text.Regex.Posix> "bar" =~ "(foo|bar)" :: Bool | |
| <interactive>:1:7: | |
| No instances for (RegexMaker Regex CompOption ExecOption [Char], | |
| RegexContext Regex [Char] Bool) | |
| arising from a use of `=~' | |
| Possible fix: | |
| add instance declarations for | |
| (RegexMaker Regex CompOption ExecOption [Char], | |
| RegexContext Regex [Char] Bool) | |
| In the expression: "bar" =~ "(foo|bar)" :: Bool | |
| In an equation for `it': it = "bar" =~ "(foo|bar)" :: Bool |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment