hydroflow icon indicating copy to clipboard operation
hydroflow copied to clipboard

support type alias statements in surface syntax

Open zzlk opened this issue 1 year ago • 2 comments

If we're going to support use statements then type statements are probably necessary as well.

zzlk avatar Aug 27 '23 17:08 zzlk

For example:

    let mut df = hydroflow_syntax! {
        use lattices::map_union::{MapUnionHashMap, MapUnionSingletonMap};
        type VecClock = MapUnionHashMap<usize, Max<usize>>;
    }

zzlk avatar Aug 27 '23 17:08 zzlk

to be fixed by Hydroflow+

jhellerstein avatar Oct 16 '23 19:10 jhellerstein