Module Textual.Body

type t = {
  1. nodes : Node.t list;
  2. locals : (VarName.t * Typ.annotated) list;
}
val dummy : Location.t -> t