home *** CD-ROM | disk | FTP | other *** search
/ PSION CD 2 / PsionCDVol2.iso / Programs / 876 / hugs.sis / Demos.hs < prev    next >
Encoding:
Text File  |  2000-09-21  |  422 b   |  26 lines

  1. -- With import chasing enabled, this module can be used to
  2. -- load the majority of the demos into a Hugs session.
  3.  
  4. module Demos where
  5.  
  6. import AnsiDemo
  7. import Examples
  8. import Say
  9. import Calendar
  10. import CommaInt
  11. import Tree
  12. import Queens
  13. import Mersenne
  14. import Gofer
  15. import Stack
  16. import Lattice
  17. import EvalRed
  18. import ArrayEx
  19. import FastSort
  20. import Expr
  21. import Literate
  22. import Eliza
  23. import Minsrand
  24. import Ldfs
  25. import Matrix
  26.