-
Notifications
You must be signed in to change notification settings - Fork 48
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[feat] add initial support for unlifted types #162
Conversation
f299b12
to
8c772dc
Compare
update: the PR to GHC that fixes the issue sometimes doesn't actually seem to fix this issue here as it is not only related to the interpreter but also segfaults after building normally |
https://gitlab.haskell.org/ghc/ghc/-/issues/23146#note_488309 the root of the issues have been found and a fix exists <3 |
deriveGenericOnly ''UT | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
this should support metadata, too.
type BoxedType :: Levity -> Type | ||
type BoxedType levity = TYPE ('BoxedRep levity) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
should this be moved to another module?
@@ -242,6 +242,7 @@ module Generics.SOP ( | |||
, NS(..) | |||
, SOP(..) | |||
, unSOP | |||
, unUSOP |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Remove
Status
Generic
Generic
ghc927
,ghc944
,ghc961
BasicFunctor
s (something like