PreviousUpNext

15.3.488  src/lib/std/src/nj/lazy.api

## lazy.api
## Author: Matthias Blume (blume@tti-c::org)

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


#   Lazy thunks.

api Lazy {

    Suspension(X);

    delay:  (Void -> X) -> Suspension(X);
    force:  Suspension(X) -> X;
};


## 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.


Comments and suggestions to: bugs@mythryl.org

PreviousUpNext