removing fixme.
This commit is contained in:
parent
e3798ac82a
commit
b8a151421d
@ -62,7 +62,6 @@ inter _ [] = id
|
||||
inter c bs = foldr1 (\x y -> x . (c:) . y) bs
|
||||
|
||||
convert :: ToString a => Options -> a -> String
|
||||
-- fixme: builder
|
||||
convert opt@Options { outputStyle = LispStyle } x = toLisp opt x "\n"
|
||||
convert opt@Options { outputStyle = PlainStyle } x = toPlain opt x "\n"
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user