Add error into postlude.
parent
6a79c120e9
commit
b43349f110
|
@ -155,6 +155,10 @@ import GHC.Enum as X
|
||||||
, Enum (..)
|
, Enum (..)
|
||||||
)
|
)
|
||||||
|
|
||||||
|
import GHC.Err as X
|
||||||
|
( error
|
||||||
|
)
|
||||||
|
|
||||||
import GHC.Float as X
|
import GHC.Float as X
|
||||||
( Double (..)
|
( Double (..)
|
||||||
, Float (..)
|
, Float (..)
|
||||||
|
|
Loading…
Reference in New Issue