Issue2401.lagda.tex 337 B

1234567891011121314151617181920212223
  1. % The example below is, modulo a small change, due to Andrés
  2. % Sicard-Ramírez.
  3. \documentclass{article}
  4. \usepackage{agda}
  5. \begin{document}
  6. av
  7. \begin{code}
  8. module Issue2401 where
  9. data Bool : Set where
  10. true : Bool
  11. false : Bool
  12. dunno : Bool
  13. aa : {- \end{code} -} Bool
  14. \end{code}
  15. bleh
  16. \end{document}