haskell-optics Questions

1

Solved

As I understand it, each van Laarhoven optic type can be defined by a constraint on a type constructor: type Lens s t a b = forall f. Functor f => (a -> f b) -> s -> f t type Traversal ...
Divergent asked 27/1, 2023 at 2:23
1

© 2022 - 2024 — McMap. All rights reserved.