2024.02.21
Lens Type for Handling Objects in Functional Programming
We introduce the Lens type, which is used for handling objects in functional programming, using the functional programming language Haskell. First, we show the types of getter and setter, which are the features of object-oriented programming.