Skip to content
This repository has been archived by the owner on Feb 10, 2020. It is now read-only.

Commit

Permalink
Fix warning
Browse files Browse the repository at this point in the history
  • Loading branch information
nwolverson committed Nov 29, 2018
1 parent 756db33 commit 447e714
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/Language/PureScript/CodeGen/Erl/Optimizer/Common.hs
Expand Up @@ -13,7 +13,6 @@ import Control.Monad (when, (<=<))
import Control.Monad.State (State, put, modify, gets, runState, evalStateT, MonadState(..), StateT)
import Control.Monad.Supply.Class (MonadSupply(..))
import Control.Arrow (second)
import Data.Monoid
import qualified Data.Text as T


Expand Down

0 comments on commit 447e714

Please sign in to comment.