//! The `numbers/f32` literal value-shape symbol.
//!//! The number-literal shape and class themselves are the shared
//! `sim_lib_numbers_core::{NumberLiteralShape, NumberLiteralClass}`; only the
//! domain-specific value-shape symbol lives here.
usesim_kernel::Symbol;pub(crate)fnvalue_instance_shape_symbol()-> Symbol{sim_lib_numbers_core::value_shape_symbol(&crate::implementation::number_domain())}