123456789101112131415161718192021222324252627 |
- \documentclass{article}
- \usepackage{agda}
- \begin{document}
- 2014-07-29
- This is the actual test.
- \begin{code}%
- \>[0]\AgdaKeyword{module}\AgdaSpace{}%
- \AgdaModule{\AgdaUnderscore{}}\AgdaSpace{}%
- \AgdaKeyword{where}\<%
- \\
- %
- \\[\AgdaEmptyExtraSkip]%
- \>[0]\AgdaKeyword{postulate}\<%
- \\
- \>[0][@{}l@{\AgdaIndent{0}}]%
- \>[2]\AgdaPostulate{IsThisCorrectlyLaTeXed}\AgdaSpace{}%
- \AgdaSymbol{:}\AgdaSpace{}%
- \AgdaPrimitive{Set}\<%
- \end{code}
- \end{document}
|