Solution

Type Alias Solution 

Source
pub type Solution = HashMap<KVid, Binder<Expr>>;
Expand description

A type to represent Solutions for KVars

Aliased Typeยง

pub struct Solution { /* private fields */ }