1 line
58 B
OCaml
1 line
58 B
OCaml
type ast = Leaf of string | Node of ast list | Int of int
|
type ast = Leaf of string | Node of ast list | Int of int
|