summaryrefslogtreecommitdiff
path: root/thesis.tex
diff options
context:
space:
mode:
Diffstat (limited to 'thesis.tex')
-rw-r--r--thesis.tex5
1 files changed, 5 insertions, 0 deletions
diff --git a/thesis.tex b/thesis.tex
index adc6515..f975ba7 100644
--- a/thesis.tex
+++ b/thesis.tex
@@ -1 +1,6 @@
1Ziel ist es zunächst edit-lenses alá \cite{hofmann2012edit} in Haskell zur Verfügung zu stellen.
2Dabei werden wir die Definitionen aus \cite{hofmann2012edit} sowohl in natürlicher Sprache als auch in lauffähigem Haskell vorstellen:
3
4\input{./edit-lens/src/Control/Edit.lhs}
1\input{./edit-lens/src/Control/Lens/Edit.lhs} 5\input{./edit-lens/src/Control/Lens/Edit.lhs}
6\input{./edit-lens/src/Control/Edit/Tree.lhs}