Skip to content

Commit

Permalink
Merge commit '7efed23e50f3970ed1dede18b20c1cc93887ec19'
Browse files Browse the repository at this point in the history
  • Loading branch information
Ericson2314 committed Feb 6, 2023
2 parents 872f754 + 7efed23 commit e4c0352
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/frontend/src/Happy/Frontend/Mangler.lhs
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ This is only supported in the bootstrapped version
#ifdef HAPPY_BOOTSTRAP
> import Happy.Frontend.AttrGrammar.Parser
> import Data.List ( findIndices, groupBy, intersperse, nub )
> import Control.Monad ( when )
#endif

> import Happy.Frontend.ParamRules
Expand All @@ -31,6 +30,7 @@ This is only supported in the bootstrapped version
> import Data.Maybe ( fromMaybe )
> import Data.Ord

> import Control.Monad
> import Control.Monad.Writer ( Writer, MonadWriter(..), mapWriter, runWriter )

-----------------------------------------------------------------------------
Expand Down

0 comments on commit e4c0352

Please sign in to comment.