home *** CD-ROM | disk | FTP | other *** search
/ Language/OS - Multiplatform Resource Library / LANGUAGE OS.iso / sml_nj / 93src.lha / src / build / codes.sig < prev    next >
Encoding:
Text File  |  1993-01-27  |  307 b   |  11 lines

  1. (* Copyright 1989 by AT&T Bell Laboratories *)
  2. signature CODEGENERATOR =
  3. sig
  4.  val generate : CPS.function * System.Unsafe.object option * ErrorMsg.complainer -> string
  5. end
  6.  
  7. signature ASSEMBLER =
  8. sig 
  9.  val generate : (CPS.function * System.Unsafe.object option * ErrorMsg.complainer) * outstream -> unit
  10. end
  11.