Defining HTML elements using lists is very verbose, since rescript makes us write list{} instead of []. Maybe we should add a module to Html or Html.Attrs which uses arrays instead. Presumably, we would require the user to provide only immutable arrays (or they'd have bugs).