From b8a151421df639c562ab83bc6ecd30ae85e2c39c Mon Sep 17 00:00:00 2001 From: Kazu Yamamoto Date: Tue, 22 Apr 2014 12:34:35 +0900 Subject: [PATCH] removing fixme. --- Language/Haskell/GhcMod/Types.hs | 1 - 1 file changed, 1 deletion(-) diff --git a/Language/Haskell/GhcMod/Types.hs b/Language/Haskell/GhcMod/Types.hs index ba20acc..da8c32b 100644 --- a/Language/Haskell/GhcMod/Types.hs +++ b/Language/Haskell/GhcMod/Types.hs @@ -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"