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
Helper functions to retrieve failures from proofs would be generally useful, and should be added. Functions considered so far are: getGlobalErrors :: Proof f a -> [f], getAllFieldErrors :: Proof f a -> Map [Name] [f], getFieldErrors :: [Name] -> Proof f a -> [f], and getAllErrors :: Proof f a -> [f]. All added functions must include haddock comments.
The text was updated successfully, but these errors were encountered:
Helper functions to retrieve failures from proofs would be generally useful, and should be added. Functions considered so far are:
getGlobalErrors :: Proof f a -> [f]
,getAllFieldErrors :: Proof f a -> Map [Name] [f]
,getFieldErrors :: [Name] -> Proof f a -> [f]
, andgetAllErrors :: Proof f a -> [f]
. All added functions must include haddock comments.The text was updated successfully, but these errors were encountered: