Skip to main content

GroundedValue

Trait GroundedValue 

Source
pub trait GroundedValue: Sealed { }
Expand description

Sealed marker trait for grounded intermediates. Implemented only for GroundedCoord and GroundedTuple<N>. Prism code cannot implement this [the sealed module pattern prevents it].

Implementors§