SCM Repository
Annotation of /sml/trunk/src/cm/bootstrap/mkbootlist.sml
Parent Directory
|
Revision Log
Revision 329 - (view) (download)
1 : | blume | 329 | structure MkBootList = |
2 : | MkListFn (type element = AbsPath.t * int option | ||
3 : | fun bininfo i = (BinInfo.stablepath i, SOME (BinInfo.offset i)) | ||
4 : | fun smlinfo i = (SmlInfo.binpath i, NONE)) |
root@smlnj-gforge.cs.uchicago.edu | ViewVC Help |
Powered by ViewVC 1.0.0 |