Issue1241.tex 450 B

123456789101112131415161718192021222324252627
  1. \documentclass{article}
  2. \usepackage{agda}
  3. \begin{document}
  4. 2014-07-29
  5. This is the actual test.
  6. \begin{code}%
  7. \>[0]\AgdaKeyword{module}\AgdaSpace{}%
  8. \AgdaModule{\AgdaUnderscore{}}\AgdaSpace{}%
  9. \AgdaKeyword{where}\<%
  10. \\
  11. %
  12. \\[\AgdaEmptyExtraSkip]%
  13. \>[0]\AgdaKeyword{postulate}\<%
  14. \\
  15. \>[0][@{}l@{\AgdaIndent{0}}]%
  16. \>[2]\AgdaPostulate{IsThisCorrectlyLaTeXed}\AgdaSpace{}%
  17. \AgdaSymbol{:}\AgdaSpace{}%
  18. \AgdaPrimitive{Set}\<%
  19. \end{code}
  20. \end{document}