pub type Formula<VStore> = Box<dyn PropagatorConcept<VStore, FDEvent>>;
pub struct Formula<VStore>(/* private fields */);