Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Glasgow Haskell Compiler
Packages
Cabal
Commits
a49801ef
Commit
a49801ef
authored
Dec 01, 2013
by
Mikhail Glushenkov
Browse files
Whitespace.
parent
a7469b85
Changes
1
Hide whitespace changes
Inline
Side-by-side
Cabal/Distribution/Compat/ReadP.hs
View file @
a49801ef
...
...
@@ -392,6 +392,3 @@ readS_to_P :: ReadS a -> ReadP r a
-- parser, and therefore a possible inefficiency.
readS_to_P
r
=
R
(
\
k
->
Look
(
\
s
->
final
[
bs''
|
(
a
,
s'
)
<-
r
s
,
bs''
<-
run
(
k
a
)
s'
]))
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment