summaryrefslogtreecommitdiff
path: root/thesis.tex
blob: cf5c4892b0d0a1a8f46cae18bca0a39c18a98894 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
\section{Edit-lenses}

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}

\section{Finite state transducers}

\input{./edit-lens/src/Control/FST.lhs}
\input{./edit-lens/src/Control/DFST.lhs}

\subsection{Edit-lenses für deterministic finite state transducers}
\input{./edit-lens/src/Control/DFST/Lens.lhs}

% \section{Container}

% TODO: recover from git