SCM Repository
Annotation of /sml/trunk/src/cm/bootstrap/mkbootlist.sml
Parent Directory
|
Revision Log
Revision 337 - (view) (download)
1 : | blume | 337 | (* |
2 : | * Building the bootlist from a dependency graph... | ||
3 : | * | ||
4 : | * (C) 1999 Lucent Technologies, Bell Laboratories | ||
5 : | * | ||
6 : | * Author: Matthias Blume (blume@kurims.kyoto-u.ac.jp) | ||
7 : | *) | ||
8 : | blume | 329 | structure MkBootList = |
9 : | MkListFn (type element = AbsPath.t * int option | ||
10 : | fun bininfo i = (BinInfo.stablepath i, SOME (BinInfo.offset i)) | ||
11 : | fun smlinfo i = (SmlInfo.binpath i, NONE)) |
root@smlnj-gforge.cs.uchicago.edu | ViewVC Help |
Powered by ViewVC 1.0.0 |