Skip to content

Commit

Permalink
remove unnecessary imports
Browse files Browse the repository at this point in the history
  • Loading branch information
vincenthz committed Mar 26, 2016
1 parent 534ceff commit 31fddf1
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions Language/Java/Syntax/Exp.hs
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,6 @@ module Language.Java.Syntax.Exp where
import Data.Data
import GHC.Generics (Generic)

import Language.Java.Syntax.Types

-- | A literal denotes a fixed, unchanging value.
data Literal
= Int Integer
Expand Down

0 comments on commit 31fddf1

Please sign in to comment.