home *** CD-ROM | disk | FTP | other *** search
/ Celestin Apprentice 7 / Apprentice-Release7.iso / Source Code / C / Applications / Moscow ML 1.42 / src / compiler / Front.sig < prev    next >
Encoding:
Text File  |  1997-08-18  |  234 b   |  12 lines  |  [TEXT/R*ch]

  1. local
  2.   open Lambda Smlprim Globals Asynt Tr_env
  3. in
  4.  
  5. val trConVar : ConInfo -> Lambda;
  6. val trTopExConVar : ExConInfo -> Lambda;
  7. val trPrimVar : SMLPrim -> Lambda;
  8.  
  9. val translateToplevelDec: Dec -> RenEnv * (bool * Lambda) list;
  10.  
  11. end;
  12.