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 the purposes of io.test, '{} [Test.Result], '{IO} [Test.Result], '{Exception} [Test.Result], and '{Exception, IO} [Test.Result] should probably all match. That is, it's probably fine do an exact match for the Test.Result, but you do probably want subtyping for the abilities.
Currently it is probably both, with preference given to Doc.
See
getTermTag
inBackend.hs
; we don't want a subtype test here. I think==
will work, but I haven't tried it.cc @hojberg
The text was updated successfully, but these errors were encountered: