There was an error while loading. Please reload this page.
From #2721.
import Prelude ((+)) import Prelude (bind) import Prelude ((*)) as P import Prelude (show) as P
should give
> :show import import Prelude ((+), (*)) import Prelude (bind, show) as P
From #2721.
should give