Skip to content

Commit

Permalink
Fix to thhird batch of refactorings. #82
Browse files Browse the repository at this point in the history
  • Loading branch information
epost committed Oct 19, 2018
1 parent 3788609 commit 8bd1e39
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/Language/Transform.hs
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@
module Language.Transform where

import Prelude hiding (EQ)
import Data.Map.Strict as Map
import qualified Data.Map.Strict as Map
import Data.Map (Map, mapWithKey)
import Data.Maybe
import qualified Data.Set as Set
import Data.Typeable
Expand Down

0 comments on commit 8bd1e39

Please sign in to comment.