macro_rules! fresh {
(($($x:ident),*), $($g:expr),* $(,)?) => { ... };
}Expand description
Bind fresh variables with scope inside the body of fresh!.
macro_rules! fresh {
(($($x:ident),*), $($g:expr),* $(,)?) => { ... };
}Bind fresh variables with scope inside the body of fresh!.