Issue2733-1.tex 657 B

12345678910111213141516171819202122232425262728293031
  1. \documentclass{article}
  2. \usepackage{agda}
  3. \begin{document}
  4. No indentation should be inserted before \AgdaKeyword{postulate} or
  5. the last occurrence of \AgdaPrimitiveType{Set}, and the last
  6. occurrence of \AgdaPrimitiveType{Set} should be aligned with the
  7. penultimate occurrence of \AgdaPrimitiveType{Set}:
  8. \begin{code}%
  9. %
  10. \>[2]\AgdaKeyword{postulate}\<%
  11. \\
  12. \>[2][@{}l@{\AgdaIndent{0}}]%
  13. \>[4]\AgdaPostulate{A}%
  14. \>[7]\AgdaSymbol{:}\AgdaSpace{}%
  15. \AgdaPrimitive{Set}\<%
  16. \\
  17. %
  18. \>[4]\AgdaPostulate{B}%
  19. \>[7]\AgdaSymbol{:}%
  20. \>[1I]\AgdaPrimitive{Set}\AgdaSpace{}%
  21. \AgdaSymbol{→}\<%
  22. \\
  23. \>[.][@{}l@{}]\<[1I]%
  24. \>[9]\AgdaPrimitive{Set}\<%
  25. \end{code}
  26. \end{document}