SCM Repository
View of /sml/trunk/src/compiler/FLINT/flint/ppflint.sig
Parent Directory
|
Revision Log
Revision 40 -
(download)
(as text)
(annotate)
Sun Mar 22 19:26:12 1998 UTC (24 years, 2 months ago) by monnier
File size: 477 byte(s)
Sun Mar 22 19:26:12 1998 UTC (24 years, 2 months ago) by monnier
File size: 477 byte(s)
*** empty log message ***
(* COPYRIGHT (c) 1997 YALE FLINT PROJECT *) (* ppflint.sig -- Pretty printer for Flint IL. *) signature PPFLINT = sig val printFKind : FLINT.fkind -> unit val printRKind : FLINT.rkind -> unit val printCon : FLINT.con -> unit val printSval : FLINT.value -> unit val printLexp : FLINT.lexp -> unit val printFundec: FLINT.fundec -> unit (* defaults to LV.lvarName *) val LVarString : (FLINT.lvar -> string) ref end (* signature PPFLINT *)
root@smlnj-gforge.cs.uchicago.edu | ViewVC Help |
Powered by ViewVC 1.0.0 |