sim-lib-numbers-float 0.1.0

SIM workspace package for sim lib numbers float.
Documentation
1
2
3
4
5
6
7
8
9
10
11
//! 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.

use sim_kernel::Symbol;

pub(crate) fn value_instance_shape_symbol() -> Symbol {
    sim_lib_numbers_core::value_shape_symbol(&crate::implementation::number_domain())
}