mirror of
https://github.com/IHaskell/IHaskell.git
synced 2025-04-19 12:56:08 +00:00
Removing superfluous comment about joinLines
This commit is contained in:
parent
ba0916cfa5
commit
d9217a1603
@ -14,8 +14,7 @@ module IHaskell.Eval.Parser (
|
||||
PragmaType(..),
|
||||
) where
|
||||
|
||||
-- Hide 'unlines' to use our own 'joinLines' instead.
|
||||
import ClassyPrelude hiding (head, liftIO, unlines, maximumBy)
|
||||
import ClassyPrelude hiding (head, liftIO, maximumBy)
|
||||
|
||||
import Data.List (maximumBy, inits)
|
||||
import Data.String.Utils (startswith, strip, split)
|
||||
|
Loading…
x
Reference in New Issue
Block a user