diff options
author | Chloe Brown <chloe.brown.00@outlook.com> | 2025-03-25 16:52:43 +0000 |
---|---|---|
committer | Chloe Brown <chloe.brown.00@outlook.com> | 2025-03-25 16:52:43 +0000 |
commit | a2afd4b08dc2b7eada2f95ee95457457a3331344 (patch) | |
tree | 671b8530d7e8934efad4d91f7575ae01833c6bfe /sec/compiler.ltx |
Before the big rewrite
Diffstat (limited to 'sec/compiler.ltx')
-rw-r--r-- | sec/compiler.ltx | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/sec/compiler.ltx b/sec/compiler.ltx new file mode 100644 index 0000000..dde2856 --- /dev/null +++ b/sec/compiler.ltx @@ -0,0 +1,18 @@ +\documentclass[../main.tex]{subfiles} + +\begin{document} +\section{Idris 2 Compiler}% +\label{sec:compiler} + +\TODO{ + \begin{itemize} + \item QTT basics + \item intrinsically well-scoped AST + \item bidirectional judgement + \item well-typed data types + \item type checking function + \item irrelevant pattern matching + \end{itemize} +} + +\end{document} |