PreviousUpNext

14.4.23  Glue_Junk

The Opt_Junk api defines the external interface to the opt_junk package.

The Opt_Junk api is implemented by the opt_junk package.

The Opt_Junk api source code is src/lib/make-library-glue/opt-junk.pkg.

The above information is manually maintained and may contain errors.

api {
    print_strings : List(String ) -> Void;
    find_available_opt_modules : Void -> string_map::Map(String );
    validate_mythryl_directory : Void -> Void;
    validate__selected_opt_modules__file : Void -> String;
        validate_opt_selections :
        List(String ) -> string_map::Map(String ) -> (Void -> Void) -> List(String );};


Comments and suggestions to: bugs@mythryl.org

PreviousUpNext