SCM Repository
View of /sml/branches/SMLNJ/src/cm/bootstrap/mkbootlist.sml
Parent Directory
|
Revision Log
Revision 630 -
(download)
(annotate)
Wed Apr 26 18:40:56 2000 UTC (20 years, 9 months ago) by monnier
File size: 404 byte(s)
Wed Apr 26 18:40:56 2000 UTC (20 years, 9 months ago) by monnier
File size: 404 byte(s)
*** empty log message ***
(* * Building the bootlist from a dependency graph... * * (C) 1999 Lucent Technologies, Bell Laboratories * * Author: Matthias Blume (blume@kurims.kyoto-u.ac.jp) *) structure MkBootList = MkListFn (type element = string * (int * string) option fun bininfo i = (BinInfo.stablename i, SOME (BinInfo.offset i, BinInfo.describe i)) fun smlinfo i = (SmlInfo.binname i, NONE))
root@smlnj-gforge.cs.uchicago.edu | ViewVC Help |
Powered by ViewVC 1.0.0 |