-
Notifications
You must be signed in to change notification settings - Fork 0
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
Rename the types #2
Comments
No i do not. Also can we use backpack with unboxed types? |
Yes, backpack lets you do levity polymorphic things that you can’t normally do with GHC. This package would be an excellent candidate for internal use of backpack. However, there are potential roadblocks:
|
How does cabal build screw up? |
Haddocks im not super worried about, though that does suck. Most of the haddocks will be exactly like Data.Maybe |
To see how cabal screws up, just run
|
@chessai I started using this in an actual project yesterday, and I realized that the types all being named
Maybe
leads to a bad user experience with haddock when working with data types that have a bunch of these maybe variants as fields. It's difficult to tell what the type of each field actually is. Do you have any strong opinions on renaming toMaybeInt
,MaybeInt16
, etc.?The text was updated successfully, but these errors were encountered: