Instant is
off
|
Search plugin
|
Manual
|
haskell.org
readParen
Packages
base
readParen
:: Bool -> ReadS a -> ReadS a
base
Prelude
,
base
Text.Read
readParen
True
p parses what p parses, but surrounded with parentheses.
readParen
False
p parses what p parses, but optionally surrounded with parentheses.
©
Neil Mitchell
2004-2012, version 4.2.11