summaryrefslogtreecommitdiff
path: root/thesis.tex
blob: f975ba784140c9c687de6ca77ec1a2f4a37dfb64 (plain)
1
2
3
4
5
6
Ziel ist es zunächst edit-lenses alá \cite{hofmann2012edit} in Haskell zur Verfügung zu stellen.
Dabei werden wir die Definitionen aus \cite{hofmann2012edit} sowohl in natürlicher Sprache als auch in lauffähigem Haskell vorstellen:

\input{./edit-lens/src/Control/Edit.lhs}
\input{./edit-lens/src/Control/Lens/Edit.lhs}
\input{./edit-lens/src/Control/Edit/Tree.lhs}