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
I'm getting a ton of Kind errors on standalone deriving via instances:
For example:
src/Data/Functor/Monoidal.hs:725:59: error:
• Couldn't match kind ‘k’ with ‘*’
Expected kind ‘* -> *’, but ‘f’ has kind ‘k -> *’
‘k’ is a rigid type variable bound by
the deriving clause for ‘FromDecidable (Reverse f)’
at src/Data/Functor/Monoidal.hs:725:14-38
deriving via FromDecidable (Reverse f) instance Decidable f => Monoidal (->) Either Void (,) () (Reverse f)
I'm enabling all the same pragmas for doctest as I enable in my cabal file for the main build.
This is GHC 9.4.8 and doctest 0.22.2.
The text was updated successfully, but these errors were encountered:
I'm getting a ton of Kind errors on standalone deriving via instances:
For example:
I'm enabling all the same pragmas for
doctest
as I enable in my cabal file for the main build.This is GHC
9.4.8
and doctest0.22.2
.The text was updated successfully, but these errors were encountered: