Brandon Chinn pushed to branch wip/T21730-import at Glasgow Haskell Compiler / GHC
Commits:
-
ebf6de3e
by Brandon Chinn at 2025-08-02T15:57:23-07:00
2 changed files:
Changes:
1 | 1 | |
2 | 2 | mod150.hs:2:20: error: [GHC-69158]
|
3 | 3 | Conflicting exports for ‘id’:
|
4 | + ‘module M’ exports ‘M.id’ defined at mod150.hs:2:42
|
|
4 | 5 | ‘module Prelude’ exports ‘Prelude.id’
|
5 | 6 | imported from ‘Prelude’
|
6 | 7 | (and originally defined in ‘GHC.Internal.Base’) |
7 | - ‘module M’ exports ‘M.id’ defined at mod150.hs:2:42 |
1 | -import Control.Applicative ( (<**>) ) |
|
1 | +import Control.Applicative ( Applicative(pure), (<**>) ) |