diff options
Diffstat (limited to 'thesis.tex')
-rw-r--r-- | thesis.tex | 11 |
1 files changed, 10 insertions, 1 deletions
@@ -1,6 +1,15 @@ | |||
1 | \section{Edits und edit-lenses} | ||
2 | |||
1 | Ziel ist es zunächst edit-lenses alá \cite{hofmann2012edit} in Haskell zur Verfügung zu stellen. | 3 | Ziel ist es zunächst edit-lenses alá \cite{hofmann2012edit} in Haskell zur Verfügung zu stellen. |
2 | Dabei werden wir die Definitionen aus \cite{hofmann2012edit} sowohl in natürlicher Sprache als auch in lauffähigem Haskell vorstellen: | 4 | Dabei werden wir die Definitionen aus \cite{hofmann2012edit} sowohl in natürlicher Sprache als auch in lauffähigem Haskell vorstellen: |
3 | 5 | ||
4 | \input{./edit-lens/src/Control/Edit.lhs} | 6 | \input{./edit-lens/src/Control/Edit.lhs} |
7 | |||
5 | \input{./edit-lens/src/Control/Lens/Edit.lhs} | 8 | \input{./edit-lens/src/Control/Lens/Edit.lhs} |
6 | \input{./edit-lens/src/Control/Edit/Tree.lhs} | 9 | |
10 | \paragraph{Generische Konstruktionen für edit-lenses} | ||
11 | \input{./edit-lens/src/Control/Lens/Edit/Generic.lhs} | ||
12 | |||
13 | \section{Edit-lenses für container} | ||
14 | |||
15 | \input{./edit-lens/src/Control/Edit/Container.lhs} | ||