1
Fork 0

fromIntegral import from the Prelude.

master
Joshua Potter 2018-01-14 12:10:40 -08:00
parent 97deea015f
commit 83c6898a26
1 changed files with 4 additions and 0 deletions

View File

@ -10,6 +10,10 @@
-- qualification.
module Postlude (module X) where
import Prelude as X
( fromIntegral
)
import Control.Applicative as X
( Applicative, (*>), (<*), (<*>), pure
, (<$>)