removing fixme.

This commit is contained in:
Kazu Yamamoto 2014-04-22 12:34:35 +09:00
parent e3798ac82a
commit b8a151421d
1 changed files with 0 additions and 1 deletions

View File

@ -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"