diff options
author | Gregor Kleen <gkleen@yggdrasil.li> | 2019-06-04 11:11:57 +0200 |
---|---|---|
committer | Gregor Kleen <gkleen@yggdrasil.li> | 2019-06-04 11:13:16 +0200 |
commit | 537ac8a2ecb64a141ec8ffc1ab053e84154c4f09 (patch) | |
tree | a50ef75e88f20ea88d7e347484bb79014ff3705a /thesis.tex | |
parent | f4c419b9ddec15bad267a4463f0720d6e28042d2 (diff) | |
download | incremental-dfsts-537ac8a2ecb64a141ec8ffc1ab053e84154c4f09.tar incremental-dfsts-537ac8a2ecb64a141ec8ffc1ab053e84154c4f09.tar.gz incremental-dfsts-537ac8a2ecb64a141ec8ffc1ab053e84154c4f09.tar.bz2 incremental-dfsts-537ac8a2ecb64a141ec8ffc1ab053e84154c4f09.tar.xz incremental-dfsts-537ac8a2ecb64a141ec8ffc1ab053e84154c4f09.zip |
Cleanup
Diffstat (limited to 'thesis.tex')
-rw-r--r-- | thesis.tex | 23 |
1 files changed, 6 insertions, 17 deletions
@@ -1,26 +1,11 @@ | |||
1 | \vfill | 1 | \input{./org.tex} |
2 | |||
3 | \noindent Ich erkläre hiermit, dass ich die vorliegende Arbeit | ||
4 | selbstständig angefertigt, alle Zitate als solche kenntlich gemacht | ||
5 | sowie alle benutzten Quellen und Hilfsmittel angegeben habe. | ||
6 | |||
7 | \bigskip | ||
8 | |||
9 | \makebox[.5\linewidth][r]{}{\xleaders\hbox to .2em{\d{}}\hfill\d{}}\smallskip \\ | ||
10 | \hspace*{.5\linewidth}Gregor Kleen \\ | ||
11 | \hspace*{.5\linewidth}München, \today | ||
12 | |||
13 | %% \bigskip\noindent München, \today | ||
14 | |||
15 | %% \vspace{4ex}\noindent\makebox[7cm]{\dotfill} | ||
16 | |||
17 | 2 | ||
18 | \section{Einführung} | 3 | \section{Einführung} |
19 | \input{./intro.tex} | 4 | \input{./intro.tex} |
20 | 5 | ||
21 | \section{Edit-lenses} | 6 | \section{Edit-lenses} |
22 | 7 | ||
23 | Ziel ist es zunächst edit-lenses alá \cite{hofmann2012edit} in Haskell zur Verfügung zu stellen. | 8 | Ziel ist es zunächst edit-lenses à la \cite{hofmann2012edit} in Haskell zur Verfügung zu stellen. |
24 | Dabei werden wir die Definitionen aus \cite{hofmann2012edit} sowohl in natürlicher Sprache als auch in lauffähigem Haskell vorstellen. | 9 | Dabei werden wir die Definitionen aus \cite{hofmann2012edit} sowohl in natürlicher Sprache als auch in lauffähigem Haskell vorstellen. |
25 | 10 | ||
26 | \input{./edit-lens/src/Control/Edit.lhs.tex} | 11 | \input{./edit-lens/src/Control/Edit.lhs.tex} |
@@ -50,3 +35,7 @@ Dabei werden wir die Definitionen aus \cite{hofmann2012edit} sowohl in natürlic | |||
50 | \subsection{Ausblick: Anwendbarkeit der Implementierung auf andere Parser} | 35 | \subsection{Ausblick: Anwendbarkeit der Implementierung auf andere Parser} |
51 | 36 | ||
52 | \input{./edit-lens/src/Control/Lens/Edit/ActionTree.lhs.tex} | 37 | \input{./edit-lens/src/Control/Lens/Edit/ActionTree.lhs.tex} |
38 | |||
39 | \section{Fazit} | ||
40 | |||
41 | \input{conclusion.tex} | ||