Closed ranjitjhala closed 5 days ago
To allow writing specs like
#[flux::sig(fn (head: [i32; N]))] pub fn test1<const N: usize>(head: [i32; N]) {} #[flux::sig(fn (head: [i32; _]))] pub fn test2<const N: usize>(head: [i32; N]) {}
am going to merge having removed the shady bit!
Fixes #887
To allow writing specs like