CVS: smlnj notes,1.1.2.9,1.1.2.10
David MacQueen <[email protected]>
| Newsgroups | gmane.comp.lang.sml.smlnj.commits |
|---|---|
| Message-ID | <[email protected]> |
Update of /cvsroot/smlnj/smlnj
In directory sc8-pr-cvs8.sourceforge.net:/tmp/cvs-serv20289
Modified Files:
Tag: primop-branch
notes
Log Message:
small edit
Index: notes
===================================================================
RCS file: /cvsroot/smlnj/smlnj/Attic/notes,v
retrieving revision 1.1.2.9
retrieving revision 1.1.2.10
diff -C2 -d -r1.1.2.9 -r1.1.2.10
*** notes 27 Apr 2005 22:30:45 -0000 1.1.2.9
--- notes 15 Jun 2006 19:15:23 -0000 1.1.2.10
***************
*** 12,16 ****
TypeCheck --> TypesUtil --> InlInfo --> PrimOp
! Before this was factored out by making TypeCheck into a functor TypeCheckFn
which was then applied (in Semant/types/typecheck.sml) to InlInfo.pureInfo.
--- 12,16 ----
TypeCheck --> TypesUtil --> InlInfo --> PrimOp
! Before, this was factored out by making TypeCheck into a functor TypeCheckFn
which was then applied (in Semant/types/typecheck.sml) to InlInfo.pureInfo.