


## lazy.pkg
# Compiled by:
# src/lib/std/src/standard-core.sublib# Lazy thunks (lifted from 'core').
package lazy
: (weak) Lazy # Lazy is from src/lib/std/src/nj/lazy.api{
Suspension(X) = core::Suspension(X);
delay = core::delay;
force = core::force;
};
## Author: Matthias Blume (blume@tti-c.org)
## Copyright (c) 2005 by The Fellowship of SML/NJ
## Subsequent changes by Jeff Prothero Copyright (c) 2010-2012,
## released under Gnu Public Licence version 3.


