CVS: sml-dist/src/compiler/Elaborator elaborate.cm, 1.8, 1.8.2.1

George Kuan <[email protected]> Mon, 19 Jun 2006 18:28:07 -0700
Newsgroups gmane.comp.lang.sml.smlnj.commits
Message-ID <[email protected]>
Update of /cvsroot/smlnj/sml-dist/src/compiler/Elaborator
In directory sc8-pr-cvs8.sourceforge.net:/tmp/cvs-serv24205/src/compiler/Elaborator

Modified Files:
      Tag: primop-branch-2
	elaborate.cm 
Log Message:
Propagating VARexp, CONpat, CONexp type change to ?? * ty option change

Index: elaborate.cm
===================================================================
RCS file: /cvsroot/smlnj/sml-dist/src/compiler/Elaborator/elaborate.cm,v
retrieving revision 1.8
retrieving revision 1.8.2.1
diff -C2 -d -r1.8 -r1.8.2.1
*** elaborate.cm	15 Nov 2005 22:38:48 -0000	1.8
--- elaborate.cm	20 Jun 2006 01:28:00 -0000	1.8.2.1
***************
*** 19,27 ****
  	functor InstantiateFn
  	functor EvalEntityFn
! 	functor TypecheckFn
  	functor SigMatchFn
  	functor ElabModFn
  	functor ElabTopFn
  
  	structure PrimTycNum
  	structure DebIndex
--- 19,28 ----
  	functor InstantiateFn
  	functor EvalEntityFn
! 	(** functor TypecheckFn *)
  	functor SigMatchFn
  	functor ElabModFn
  	functor ElabTopFn
  
+ 	structure Typecheck
  	structure PrimTycNum
  	structure DebIndex