purescript-0.14.0: tests/purs/failing/1310.out
Error found:
in module [33mIssue1310[0m
at tests/purs/failing/1310.purs:18:8 - 18:31 (line 18, column 8 - line 18, column 31)
No type class instance was found for
[33m [0m
[33m Issue1310.Inject Oops [0m
[33m Effect[0m
[33m [0m
while applying a function [33minj[0m
of type [33mInject @t0 t1 t2 => t1 t3 -> t2 t3[0m
to argument [33mOops (log "Oops")[0m
while checking that expression [33minj (Oops (log "Oops"))[0m
has type [33mEffect Unit[0m
in value declaration [33mmain[0m
where [33mt0[0m is an unknown type
[33mt1[0m is an unknown type
[33mt2[0m is an unknown type
[33mt3[0m is an unknown type
See https://github.com/purescript/documentation/blob/master/errors/NoInstanceFound.md for more information,
or to contribute content related to this error.