#4518: RebindableSyntax turns off NoImplicitPrelude
---------------------------------+------------------------------------------
Reporter: mnislaih | Owner:
Type: bug | Status: new
Priority: normal | Component: Compiler
Version: 7.0.1 | Keywords:
Testcase: | Blockedby:
Os: Unknown/Multiple | Blocking:
Architecture: Unknown/Multiple | Failure: None/Unknown
---------------------------------+------------------------------------------
{-# LANGUAGE NoImplicitPrelud, RebindableSyntax #-}
is not equivalent to
{-# LANGUAGE RebindableSyntax, NoImplicitPrelude #-}
but to
{-# LANGUAGE RebindableSyntax #-}
instead.
In other words, if RebindableSyntax follows NoImplcitPrelude, then the
Prelude becomes implicit.
--
Ticket URL: <http://hackage.haskell.org/trac/ghc/ticket/4518>
GHC <http://www.haskell.org/ghc/>
The Glasgow Haskell Compiler
_______________________________________________
Glasgow-haskell-bugs mailing list
[email protected]
http://www.haskell.org/mailman/listinfo/glasgow-haskell-bugs