home *** CD-ROM | disk | FTP | other *** search
/ Celestin Apprentice 2 / Apprentice-Release2.iso / Tools / Languages / MacGofer 0.22d / MacGofer Sources / apr12.gs < prev    next >
Encoding:
Text File  |  1994-01-06  |  59 b   |  6 lines  |  [TEXT/MPS ]

  1. data Foo = Foo
  2.  
  3. instance Eq Foo
  4.  
  5. main = print (Foo == Foo)
  6.