hydroflow
hydroflow copied to clipboard
support type alias statements in surface syntax
If we're going to support use statements then type statements are probably necessary as well.
For example:
let mut df = hydroflow_syntax! {
use lattices::map_union::{MapUnionHashMap, MapUnionSingletonMap};
type VecClock = MapUnionHashMap<usize, Max<usize>>;
}
to be fixed by Hydroflow+