PreviousUpNext

15.4.1103  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

    Fragment == base_types::Fragment;                                   # base_types    is from   x

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

};



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


Comments and suggestions to: bugs@mythryl.org

PreviousUpNext