fromIntegral import from the Prelude.
parent
97deea015f
commit
83c6898a26
|
@ -10,6 +10,10 @@
|
||||||
-- qualification.
|
-- qualification.
|
||||||
module Postlude (module X) where
|
module Postlude (module X) where
|
||||||
|
|
||||||
|
import Prelude as X
|
||||||
|
( fromIntegral
|
||||||
|
)
|
||||||
|
|
||||||
import Control.Applicative as X
|
import Control.Applicative as X
|
||||||
( Applicative, (*>), (<*), (<*>), pure
|
( Applicative, (*>), (<*), (<*>), pure
|
||||||
, (<$>)
|
, (<$>)
|
||||||
|
|
Loading…
Reference in New Issue