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
The mechanism of indicating error using Elaborate type family is quite cool but now that extensible doesn't support older GHC, it can use GHC.TypeError to show more readable error messages. How do you think of it?
Example: I experimentally implemented it and found it useful when I can't remember the name of the field.
The text was updated successfully, but these errors were encountered:
The mechanism of indicating error using
Elaborate
type family is quite cool but now thatextensible
doesn't support older GHC, it can useGHC.TypeError
to show more readable error messages. How do you think of it?Example: I experimentally implemented it and found it useful when I can't remember the name of the field.
The text was updated successfully, but these errors were encountered: