Merge remote-tracking branch 'kazu/master'
This commit is contained in:
@@ -39,8 +39,9 @@ class ToString a where
|
||||
toPlain :: Options -> a -> Builder
|
||||
|
||||
lineSep :: Options -> String
|
||||
lineSep opt = lsep
|
||||
lineSep opt = interpret lsep
|
||||
where
|
||||
interpret s = read $ "\"" ++ s ++ "\""
|
||||
LineSeparator lsep = lineSeparator opt
|
||||
|
||||
-- |
|
||||
|
||||
Reference in New Issue
Block a user