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
There's no sense in requiring the type indices to be of kind *. Adding {-# LANGUAGE PolyKinds #-} to appropriate places will fix this. I can try to open a pull request later.
There's no sense in requiring the type indices to be of kind
*. Adding{-# LANGUAGE PolyKinds #-}to appropriate places will fix this. I can try to open a pull request later.