Soteria_rust_lib.Builtinsmodule Alloc : sig ... endBuiltins related to the default allocator.
module Core : sig ... endCore operations, that may be used in several parts of the interpreter, so we share them here for convenience.
module Eval : sig ... endmodule Intrinsics : sig ... endThis file was generated with scripts/intrinsics.py -- do not edit it manually, instead modify the script and re-run it.
module Intrinsics_impl : sig ... endmodule Intrinsics_intf : sig ... endThis file was generated with scripts/intrinsics.py -- do not edit it manually, instead modify the script and re-run it.
module Intrinsics_stubs : sig ... endThis file was generated with scripts/intrinsics.py -- do not edit it manually, instead modify the script and re-run it.
module Miri : sig ... endMiri-related intrinsics.
module Soteria_lib : sig ... endBuiltins for Soteria Rust; provide the building blocks necessary for symbolic execution!
module Std : sig ... endBuiltins, for functions we stub manually, either because the originals suffer from poor performance, or are not properly computable in our engine.
module System : sig ... endBuiltins relating to particular operating systems. There is no central documentation for these; we must instead implement them as needed.