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 some of these there is no constraint necessary, and for others something weaker like Applicative would do; perhaps due to functions used internally these really do eventually need the constraint and so it's here for convenience, but if not we could relax them.
The text was updated successfully, but these errors were encountered:
Several functions in the library require a
Monad f
constraint where the constraint is unnecessary:purescript-machines/src/Data/Machine/Mealy.purs
Lines 117 to 119 in d558e0e
purescript-machines/src/Data/Machine/Mealy.purs
Lines 148 to 152 in d558e0e
For some of these there is no constraint necessary, and for others something weaker like
Applicative
would do; perhaps due to functions used internally these really do eventually need the constraint and so it's here for convenience, but if not we could relax them.The text was updated successfully, but these errors were encountered: