Module Ptree.List

val items_exn : ?ctx:string -> t -> t list

items_exn ?ctx t is t's items.

Raises Invalid_argument if t is not List _. The optional ctx is prefixed to the error message.