dafny_runtime

Macro seq

Source
macro_rules! seq {
    ($($x:expr),*) => { ... };
}