PreviousUpNext

15.4.1132  src/lib/std/src/nj/lib7.pkg

## lib7.pkg

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

package lib7       # : Lib7
{

# How do we define this here???
#   use = compiler::interact::use_file


#   enum frag X = QUOTE of String | ANTIQUOTE of X

    Antiquote_Fragment == base_types::Antiquote_Fragment;                                       # base_types    is from   src/lib/core/init/built-in.pkg

    exception_history   =   inline_t::cast (\\ (_, _, hist: List( String )) =  hist)            # inline_t      is from   src/lib/core/init/built-in.pkg
                        :   Exception -> List( String );
};



## COPYRIGHT (c) 1995 AT&T Bell Laboratories.
## Subsequent changes by Jeff Prothero Copyright (c) 2010-2015,
## released per terms of SMLNJ-COPYRIGHT.


Comments and suggestions to: bugs@mythryl.org

PreviousUpNext