-
Notifications
You must be signed in to change notification settings - Fork 17
Open
Description
This question is not directly related to this library, but PS row-type "magic" capabilities.
Is it possible to code a codec maker for homogeneous record smth like below?
homoRecCodec :: ∀ @r a. Homogeneous r a => JsonCodec a -> JsonCodec (Record r)
Considering all the records' fields use the same codec, so there would be no need to code this record of codecs manually.
Metadata
Metadata
Assignees
Labels
No labels