Commit beb3ddf1 authored by Andrew Gibiansky's avatar Andrew Gibiansky

Minor style changes, nothing really

parent 02505759
...@@ -7,7 +7,6 @@ import Data.String.Here ...@@ -7,7 +7,6 @@ import Data.String.Here
import Data.HashMap.Strict as Map import Data.HashMap.Strict as Map
import Text.Parsec (parse, sourceLine, sourceColumn) import Text.Parsec (parse, sourceLine, sourceColumn)
--import Text.Parsec.Prim (Parser)
import Text.Parsec.String (Parser) import Text.Parsec.String (Parser)
import Text.Parsec.Error (errorPos, ParseError) import Text.Parsec.Error (errorPos, ParseError)
......
...@@ -32,8 +32,6 @@ instance ToJSON WidgetMessage where ...@@ -32,8 +32,6 @@ instance ToJSON WidgetMessage where
str :: String -> String str :: String -> String
str = id str = id
instance IHaskellDisplay Slider where instance IHaskellDisplay Slider where
display _ = return $ Display [] display _ = return $ Display []
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment