Trait Goal
chalk_engine::context
pub trait Goal<C: Context>: Clone + Debug + Eq + Hash + Ord { fn cannot_prove() -> Self; fn into_hh_goal(self) -> HhGoal<C>; }
fn cannot_prove() -> Self
fn into_hh_goal(self) -> HhGoal<C>