TrailingColon.lagda.rst 317 B

1234567891011121314151617181920212223242526272829303132
  1. Queso!
  2. aaa
  3. ..
  4. ::
  5. module TrailingColon where
  6. data Bool : Set where
  7. true : Bool
  8. false : Bool
  9. aa : Bool
  10. a : Bool
  11. a = true
  12. Tomate
  13. bleh
  14. bli
  15. ::
  16. b : Bool
  17. b = false
  18. for example::
  19. c : Bool
  20. c = aa
  21. and that's all, folks