data ListEv : TypeeditList : {default 4294967294 _ : Nat} -> Act (Ref Void, HTMLNodes -> Widget ListEv) -> (HTMLNode -> Act (Ref Void, Widget ())) -> Editor t -> Editor (List t)An editor for lists of values.
This uses `row` to wrap a node for editing a single value
in a node with some kind of *delete* or *remove* function.
All rows are displayed in the `parent` node.
editList1 : Editor (List t) -> Editor (List1 t)Like `editList` but for non-empty lists.