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
For Form, pure function returns a Form with Proved () (FormRange i i) a, while ipure function returns a Form with Proved p (unitRange i) a. FormRange i i is a zero-width range, and it's not equal to unitRange i.
I think pure function is wrong because the FormRange in the FormState would never be a zero-width range in normal operation.
The text was updated successfully, but these errors were encountered:
For
Form
,pure
function returns aForm
withProved () (FormRange i i) a
, whileipure
function returns aForm
withProved p (unitRange i) a
.FormRange i i
is a zero-width range, and it's not equal tounitRange i
.I think
pure
function is wrong because theFormRange
in theFormState
would never be a zero-width range in normal operation.The text was updated successfully, but these errors were encountered: