PreviousUpNext

13.4.74  mythryl_compiler_version

The standard library mythryl_compiler_version package contains the root definition of the current version number for the Mythryl software system as a whole, together with related logic to (for example) print it as a banner.

The mythryl_compiler_version package implements an anonymous inline api.

The mythryl_compiler_version packagei source code is in src/lib/core/internal/mythryl-compiler-version.pkg. The above information is manually maintained and may contain errors.

api {
    mythryl_compiler_version : {compiler_version_id:List(Int ), date:String, system:String};
    mythryl_interactive_banner : String;};

Comments and suggestions to: bugs@mythryl.org

PreviousUpNext