PreviousUpNext

15.2.103  src/lib/std/types-only/types-only.sublib

# types-only.sublib
#
#   The types-only core of the Basis implementation.
#

# Compiled by:
#     src/lib/std/src/standard-core.sublib

SUBLIBRARY_EXPORTS

SUBLIBRARY_COMPONENTS

        $ROOT/src/lib/core/init/init.cmi : cm

        $ROOT/src/lib/std/types-only/basis-structs.pkg
        $ROOT/src/lib/std/types-only/basis-time.pkg
        $ROOT/src/lib/std/types-only/bind-largest32.pkg

        #if defined(USE_64_BIT_POSITIONS)
        $ROOT/src/lib/std/types-only/bind-position-64.pkg
        #else
        $ROOT/src/lib/std/types-only/bind-position-31.pkg
        #endif


# Copyright (c) 2004 by The Fellowship of SML/NJ
# Subsequent changes by Jeff Prothero Copyright (c) 2010-2015,
# released per terms of SMLNJ-COPYRIGHT.


Comments and suggestions to: bugs@mythryl.org

PreviousUpNext