Macro ocaml::list [] [src]

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

Create an OCaml list