mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-16 19:50:19 +01:00
haskell/haskell-regex-applicative: Wrap README at 72 columns.
Signed-off-by: B. Watson <yalhcru@gmail.com>
This commit is contained in:
parent
df6860aff2
commit
277403ba09
1 changed files with 7 additions and 6 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue