purescript-spec/purescript-spec-mocha

Remove "forall e" quantifier in Mocha.purs

Closed this issue · 1 comments

At line 45 in src/Test/Spec/Mocha.purs:

runMocha
  :: forall e
   . Spec Unit
 -> Effect Unit

forall e generates the following warning:

Type variable e is ambiguous, since it is unused in the polymorphic type which introduces it.

No longer in there after #12. Thanks!