Module Eval.Forms

Functions for manipulating forms and the forms store.

val empty : 'a Types.M.t

empty is the empty forms store.

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.