Issue2733-1.lagda.tex 402 B

12345678910111213141516171819
  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. postulate
  10. A : Set
  11. B : Set →
  12. Set
  13. \end{code}
  14. \end{document}