]> gitweb @ CieloNegro.org - Lucu.git/blobdiff - Network/HTTP/Lucu/Parser.hs
haddock comments
[Lucu.git] / Network / HTTP / Lucu / Parser.hs
index b31d4b89be473835df40f9a1dcf72d97d526b5db..ac1bf02734f0a09485eddf924002f8d4fc27b88e 100644 (file)
@@ -23,7 +23,7 @@ atMost n v = ( (:) <$> v ⊛ atMost (n-1) v )
              <|>
              pure []
 
--- |@'finishOff' p@ is equivalent to @p '>>=' \a -> endOfInput '>>'
+-- |@'finishOff' p@ is equivalent to @p '>>=' \\a -> 'endOfInput' '>>'
 -- 'return' a@.
 finishOff ∷ Parser α → Parser α
 {-# INLINE finishOff #-}