Eval.Forms
Functions for manipulating forms and the forms store.
val empty : 'a Types.M.t
empty is the empty forms store.
empty
val forms : (Types.M.key * string) list -> Types.form Types.M.t
(forms alist) returns a new forms store with a binding for each pair (name,value) in alist.
(forms alist)
(name,value)
alist