You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently we are not very explicit about which version of GHC or the Haskell Prelude we support. But in this case I believe it makes sense to remove void as a field so we are compatible with the latest release at least.
The
agda2hs
prelude putsvoid
as a member of the typeclass, but the latest GHC base libraries do not.Compare
void
inagda2hs/lib/Haskell/Prim/Functor.agda
Lines 15 to 24 in 7b3e48a
and to it's top-level placement in
https://github.com/ghc/ghc/blob/f3225ed4b3f3c4309f9342c5e40643eeb0cc45da/libraries/base/Data/Functor.hs#L210-L211
The same problem occurs for several other members of
Functor
and for several other typeclasses.The text was updated successfully, but these errors were encountered: