CVS: sml-dist/src/compiler/Elaborator/elaborate elabmod.sml, 1.2.20.5, 1.2.20.6
George Kuan <[email protected]> Mon, 31 Jul 2006 11:07:19 -0700
| Newsgroups | gmane.comp.lang.sml.smlnj.commits |
|---|---|
| Message-ID | <[email protected]> |
Update of /cvsroot/smlnj/sml-dist/src/compiler/Elaborator/elaborate
In directory sc8-pr-cvs8.sourceforge.net:/tmp/cvs-serv20724/src/compiler/Elaborator/elaborate
Modified Files:
Tag: primop-branch-2
elabmod.sml
Log Message:
PPLty complete at least for printing Ltycs
Index: elabmod.sml
===================================================================
RCS file: /cvsroot/smlnj/sml-dist/src/compiler/Elaborator/elaborate/elabmod.sml,v
retrieving revision 1.2.20.5
retrieving revision 1.2.20.6
diff -C2 -d -r1.2.20.5 -r1.2.20.6
*** elabmod.sml 24 Jul 2006 22:38:55 -0000 1.2.20.5
--- elabmod.sml 31 Jul 2006 18:07:16 -0000 1.2.20.6
***************
*** 64,68 ****
(* debugging *)
val say = Control_Print.say
! val debugging = ref true; (* ElabControl.emdebugging (* ref false *) *)
fun debugmsg (msg: string) =
if !debugging then (say msg; say "\n") else ()
--- 64,68 ----
(* debugging *)
val say = Control_Print.say
! val debugging = ElabControl.emdebugging (* ref false *)
fun debugmsg (msg: string) =
if !debugging then (say msg; say "\n") else ()
-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys -- and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV