The standard library import_tree package implements a datastructure used by the Mythryl compiler runtime to track imported values needed by a .compiled module.
The import_tree package source code is in src/lib/compiler/execution/main/import-tree.pkg.
The above information is manually maintained and may contain errors.
api { Import_Tree = (picklehash::Picklehash , Import_Tree_Node); Import_Tree_Node = IMPORT_TREE_NODE List(((Int , Import_Tree_Node)) );};