diff options
author | B. Watson <yalhcru@gmail.com> | 2022-03-13 15:18:39 -0400 |
---|---|---|
committer | B. Watson <yalhcru@gmail.com> | 2022-03-13 15:18:39 -0400 |
commit | 277403ba09f65e899b66619cf7e8c74b9067b35a (patch) | |
tree | f89b993c14833004e577fcf75cd9b83f57b166b6 /haskell | |
parent | df6860aff27f3e0d9d52b82ba460982ede3c8fef (diff) | |
download | slackbuilds-277403ba09f65e899b66619cf7e8c74b9067b35a.tar.gz |
haskell/haskell-regex-applicative: Wrap README at 72 columns.
Signed-off-by: B. Watson <yalhcru@gmail.com>
Diffstat (limited to 'haskell')
-rw-r--r-- | haskell/haskell-regex-applicative/README | 13 |
1 files changed, 7 insertions, 6 deletions
diff --git a/haskell/haskell-regex-applicative/README b/haskell/haskell-regex-applicative/README index f01416d7fc..d48a31345b 100644 --- a/haskell/haskell-regex-applicative/README +++ b/haskell/haskell-regex-applicative/README @@ -1,15 +1,16 @@ regex-applicative is a Haskell library for parsing using regular expressions. Parsers can be built using Applicative interface. -Perl programmers often use regular expressions for parsing, even if it is not -an appropriate tool for the job, because Perl has so good support for regexps. +Perl programmers often use regular expressions for parsing, even if +it is not an appropriate tool for the job, because Perl has so good +support for regexps. -The opposite seems to be valid about Haskell programmers -- they use parsing -combinators (which recognize context-free or even context-sensitive grammars), -even when the language is actually regular! +The opposite seems to be valid about Haskell programmers -- they +use parsing combinators (which recognize context-free or even +context-sensitive grammars), even when the language is actually +regular! Hopefully, this library will improve the situation. - After uninstalling, run this command to unregister the package from the ghc package database: ghc-pkg recache |