macro_rules! list {
    ($($x:expr),*) => { ... };
}
Expand description

Convenience macro to create an OCaml list