aboutsummaryrefslogtreecommitdiff
path: root/src/Parser.hs
diff options
context:
space:
mode:
Diffstat (limited to 'src/Parser.hs')
-rw-r--r--src/Parser.hs1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/Parser.hs b/src/Parser.hs
index a7f5571..6ec4ba0 100644
--- a/src/Parser.hs
+++ b/src/Parser.hs
@@ -8,7 +8,6 @@ module Parser ( parseLispValue
8 ) where 8 ) where
9 9
10import Control.Applicative ((<$>)) 10import Control.Applicative ((<$>))
11import Control.Monad (liftM)
12import Text.ParserCombinators.Parsec 11import Text.ParserCombinators.Parsec
13 12
14-- TODO: use LispNumber (src/Operators.hs) here instead of IntLiteral and FloatLiteral 13-- TODO: use LispNumber (src/Operators.hs) here instead of IntLiteral and FloatLiteral