12345678910111213141516171819202122232425262728293031 |
- \documentclass{article}
- \usepackage{agda}
- \begin{document}
- \begin{code}%
- \>[0]\AgdaKeyword{module}\AgdaSpace{}%
- \AgdaModule{Indenting4}\AgdaSpace{}%
- \AgdaKeyword{where}\<%
- \end{code}
- \begin{code}%
- \>[0][@{}l@{\AgdaIndent{1}}]%
- \>[2]\AgdaFunction{Pow}\AgdaSpace{}%
- \AgdaSymbol{:}\AgdaSpace{}%
- \AgdaPrimitive{Set}\AgdaSpace{}%
- \AgdaSymbol{→}\AgdaSpace{}%
- \AgdaPrimitive{Set₁}\<%
- \\
- %
- \>[2]\AgdaFunction{Pow}\AgdaSpace{}%
- \AgdaBound{X}\AgdaSpace{}%
- \AgdaSymbol{=}\AgdaSpace{}%
- \AgdaBound{X}\AgdaSpace{}%
- \AgdaSymbol{→}\AgdaSpace{}%
- \AgdaPrimitive{Set}\<%
- \end{code}
- \end{document}
|