home *** CD-ROM | disk | FTP | other *** search
/ Celestin Apprentice 5 / Apprentice-Release5.iso / Source Code / C / Applications / Moscow ML 1.31 / source code / mosml / src / test / utest2.sig < prev    next >
Encoding:
Text File  |  1996-07-03  |  106 b   |  11 lines  |  [TEXT/R*ch]

  1. local open utest1
  2.   type my_t = t;
  3.   type myint = int;
  4. in
  5.  
  6. val z : t;
  7. val z' : my_t;
  8. val i : myint;
  9.  
  10. end;
  11.