-
Notifications
You must be signed in to change notification settings - Fork 12
glue Rec's #58
Comments
Are you looking for something like: type family (l :: *) .* (r :: *) :: * where
Rec l .* Rec r = Rec (l .+ r)
x .* y = TypeError (TL.Text "Tried to .* non-records") No, I haven't included anything like this in row-types because |
Yes, following steps. |
I suppose I can see the usefulness of this — I've definitely made a row-type synonym called For now, I encourage you to use the 3-line |
Any type family to
.+
Rec's, not Row's only?(Or to get
Row
type ofRec
type)The text was updated successfully, but these errors were encountered: