PreviousUpNext

14.2.18  Lib7

The standard library Lib7 api pulls together several of the core Mythryl internals APIs.

The Lib7 api is implemented by the lib7 package.

The Lib7 api source code is in src/lib/std/src/nj/lib7.api.

The above information is manually maintained and may contain errors.

api {
    spawn_to_disk : (String , ((String , List(String )) -> Int)) -> Void;
    Fork_Result  = AM_CHILD | AM_PARENT;
    fork_to_disk : String -> Fork_Result;
    Antiquote_Fragment X = ANTIQUOTE X | QUOTE String;
    exception_history : Exception -> List(String );};


Comments and suggestions to: bugs@mythryl.org

PreviousUpNext