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