You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
... does the library guarantee that the resultant values of the HashMap inside Form { unForm :: HashMap Text [Text] } will be in the same order as submitted by the browser, i.e. is the following result guaranteed?
If the following form is submitted...
... does the library guarantee that the resultant values of the
HashMap
insideForm { unForm :: HashMap Text [Text] }
will be in the same order as submitted by the browser, i.e. is the following result guaranteed?There are some
stable
function variants, but somehow the documentation doesn't give the above clarity/comfort from my point of view.The text was updated successfully, but these errors were encountered: