mapping over a field, changing its type?
Abierto
- Lenguaje dominante
- Haskell
- Estrellas
- 83
- Forks
- 16
- Métricas de merge de PR
- Sin PR fusionados en 30 d
Descripción
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`?
Guía de contribución
No hay ninguna guía de contribución indexada para este repositorio
Evaluación
Este issue todavía no se ha evaluado.