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
These might be useful for Data.Constraint.Deferrable
deferWithDefault_::forallc.Deferrablec=>forallr.r-> (c=>r) ->r
deferWithDefault_ def r =case deferEither_ @c r ofLeft err -> def
Right a -> a
deferWithDefault::Deferrablec=>proxyc->r-> (c=>r) ->r
deferWithDefault proxy def r =case deferEither proxy r ofLeft err -> def
Right a -> a
The text was updated successfully, but these errors were encountered:
These might be useful for
Data.Constraint.Deferrable
The text was updated successfully, but these errors were encountered: