mirror of
https://git8.cs.fau.de/theses/bsc-leon-vatthauer.git
synced 2024-05-31 07:28:34 +02:00
24 lines
No EOL
612 B
TeX
24 lines
No EOL
612 B
TeX
\section{Implementation in Agda}
|
|
|
|
\begin{frame}[t, fragile]{Goals}
|
|
\begin{itemize}
|
|
\item Formalize delay monad (categorically as terminal coalgebra) + properties
|
|
\item Formalize K + properties
|
|
\item Case study on Setoids
|
|
\end{itemize}
|
|
\end{frame}
|
|
|
|
\begin{frame}[t, fragile]{Category theory in Agda}
|
|
agda-categories
|
|
\end{frame}
|
|
|
|
\begin{frame}[t, fragile]{What I managed to show}
|
|
TODO
|
|
\end{frame}
|
|
|
|
\begin{frame}[t, fragile]{Further work}
|
|
\begin{itemize}
|
|
\item Show that $\tilde{D}$ is monad (under conditions)
|
|
\item Show that $K \cong \tilde{D}$ (under conditions)
|
|
\end{itemize}
|
|
\end{frame} |