blob: b1e25262afe5cdfa44a3ec3b3a584554bf9d68ff (
plain)
1
2
3
4
5
6
7
8
9
|
<no location info>:
Warning: -XGeneralizedNewtypeDeriving is not allowed in Safe Haskell; ignoring -XGeneralizedNewtypeDeriving
SafeLang07.hs:23:45:
Can't make a derived instance of `IntIso (Down a)':
`IntIso' is not a derivable class
Try -XGeneralizedNewtypeDeriving for GHC's newtype-deriving extension
In the newtype declaration for `Down'
|