pub(super) mod image;
pub(super) mod program;
pub(super) mod role;
pub(crate) use self::{
image::{CompiledProgramRef, RoleDescriptorRef, RoleImageSlice},
program::{ControlSemanticKind, ControlSemanticsTable, DynamicPolicySite},
role::CompiledRoleImage,
};