123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119 |
- \documentclass{article}
- \usepackage{agda}
- \begin{document}
- \noindent Before.
- \begin{AgdaMultiCode}
- \begin{code}[hide]%
- %
- \>[2]\AgdaKeyword{postulate}\<%
- \end{code}
- \begin{code}%
- \>[2][@{}l@{\AgdaIndent{1}}]%
- \>[4]\AgdaPostulate{A}%
- \>[9]\AgdaSymbol{:}\AgdaSpace{}%
- \AgdaPrimitive{Set}\<%
- \end{code}
- \begin{code}%
- %
- \>[4]\AgdaPostulate{BBB}%
- \>[9]\AgdaSymbol{:}\AgdaSpace{}%
- \AgdaPrimitive{Set}\<%
- \end{code}
- \end{AgdaMultiCode}
- After.
- \noindent Before.
- \begin{AgdaAlign}
- \begin{code}%
- %
- \>[2]\AgdaKeyword{postulate}\<%
- \\
- \>[2][@{}l@{\AgdaIndent{0}}]%
- \>[4]\AgdaPostulate{C}\AgdaSpace{}%
- \AgdaSymbol{:}\AgdaSpace{}%
- \AgdaPrimitive{Set}\<%
- \end{code}
- \begin{code}[hide]%
- %
- \>[4]\AgdaPostulate{D}\AgdaSpace{}%
- \AgdaSymbol{:}\AgdaSpace{}%
- \AgdaPrimitive{Set}\<%
- \end{code}
- \begin{code}%
- %
- \>[4]\AgdaPostulate{E}\AgdaSpace{}%
- \AgdaSymbol{:}\AgdaSpace{}%
- \AgdaPrimitive{Set}\<%
- \end{code}
- \end{AgdaAlign}
- After.
- \noindent Before.
- \begin{AgdaAlign}
- \begin{code}%
- %
- \>[2]\AgdaKeyword{postulate}\<%
- \\
- \>[2][@{}l@{\AgdaIndent{0}}]%
- \>[4]\AgdaPostulate{F}\AgdaSpace{}%
- \AgdaSymbol{:}\AgdaSpace{}%
- \AgdaPrimitive{Set}\<%
- \end{code}
- In between.
- \begin{AgdaSuppressSpace}
- \begin{code}%
- %
- \>[2]\AgdaKeyword{postulate}\<%
- \\
- \>[2][@{}l@{\AgdaIndent{0}}]%
- \>[4]\AgdaPostulate{G}\AgdaSpace{}%
- \AgdaSymbol{:}\AgdaSpace{}%
- \AgdaPrimitive{Set}\<%
- \end{code}
- \begin{code}[hide]%
- %
- \>[2]\AgdaKeyword{postulate}\<%
- \end{code}
- \begin{code}%
- \>[2][@{}l@{\AgdaIndent{1}}]%
- \>[4]\AgdaPostulate{H}\AgdaSpace{}%
- \AgdaSymbol{:}\AgdaSpace{}%
- \AgdaPrimitive{Set}\<%
- \end{code}
- \end{AgdaSuppressSpace}
- \end{AgdaAlign}
- After.
- \noindent Before.
- \begin{AgdaMultiCode}
- \begin{code}%
- %
- \>[2]\AgdaKeyword{postulate}\<%
- \\
- \>[2][@{}l@{\AgdaIndent{0}}]%
- \>[4]\AgdaOperator{\AgdaPostulate{!\AgdaUnderscore{}!}}%
- \>[11]\AgdaSymbol{:}\AgdaSpace{}%
- \AgdaPrimitive{Set}\AgdaSpace{}%
- \AgdaSymbol{→}\AgdaSpace{}%
- \AgdaPrimitive{Set}\<%
- \end{code}
- \begin{code}[hide]%
- %
- \>[2]\AgdaKeyword{postulate}\<%
- \end{code}
- \begin{code}%
- \>[2][@{}l@{\AgdaIndent{1}}]%
- \>[4]\AgdaOperator{\AgdaPostulate{<!\AgdaUnderscore{}!>}}%
- \>[11]\AgdaSymbol{:}\AgdaSpace{}%
- \AgdaPrimitive{Set}\AgdaSpace{}%
- \AgdaSymbol{→}\AgdaSpace{}%
- \AgdaPrimitive{Set}\<%
- \end{code}
- \end{AgdaMultiCode}
- After.
- \end{document}
|