CVS: sml-dist/src/compiler/FLINT/plambda flintnm.sml, 1.17.10.10, 1.17.10.11
George Kuan <[email protected]> Mon, 31 Jul 2006 16:29:48 -0700
| Newsgroups | gmane.comp.lang.sml.smlnj.commits |
|---|---|
| Message-ID | <[email protected]> |
Update of /cvsroot/smlnj/sml-dist/src/compiler/FLINT/plambda
In directory sc8-pr-cvs8.sourceforge.net:/tmp/cvs-serv16310/src/compiler/FLINT/plambda
Modified Files:
Tag: primop-branch-2
flintnm.sml
Log Message:
pp for prim, transtype IBOUND case a bug
Index: flintnm.sml
===================================================================
RCS file: /cvsroot/smlnj/sml-dist/src/compiler/FLINT/plambda/flintnm.sml,v
retrieving revision 1.17.10.10
retrieving revision 1.17.10.11
diff -C2 -d -r1.17.10.10 -r1.17.10.11
*** flintnm.sml 31 Jul 2006 18:50:45 -0000 1.17.10.10
--- flintnm.sml 31 Jul 2006 23:29:46 -0000 1.17.10.11
***************
*** 398,403 ****
val _ = 1
! fun ppLtyc ltyc =
! PrettyPrintNew.with_default_pp (fn ppstrm => PPLTy.ppTyc ppstrm ltyc)
--- 398,403 ----
val _ = 1
! fun ppTycEnv tenv =
! PrettyPrintNew.with_default_pp (fn ppstrm => PPLTy.ppTycEnv ppstrm tenv)
***************
*** 411,417 ****
f lexps (v::vals, lty::ltys))))
handle LtyKernel.tcUnbound tenv =>
! (
! ppLtyc (LtyKernel.tc_inj (LtyKernel.tycEnvOut tenv));
! raise LtyKernel.tcUnbound tenv)
val v = f lexps ([], [])
val _ = debugmsg "<<lexp2values"
--- 411,415 ----
f lexps (v::vals, lty::ltys))))
handle LtyKernel.tcUnbound tenv =>
! (ppTycEnv tenv; raise LtyKernel.tcUnbound tenv)
val v = f lexps ([], [])
val _ = debugmsg "<<lexp2values"
-------------------------------------------------------------------------
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