Skip to content

mapping over a field, changing its type? #34

@Profpatsch

Description

@Profpatsch

Is there a specific implementation reason why this function is not possible:

modify :: forall l v v2 lts rts. (Has lts l v, ???) => FldProxy l -> (v -> v2) -> Rec lts -> Rec rts

Is it impossible to have a constraint that relates lts to rts?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions