purescript-0.15.15: tests/purs/failing/InstanceChainBothUnknownAndMatch.out
Error found:
in module [33mInstanceChains.BothUnknownAndMatch[0m
at tests/purs/failing/InstanceChainBothUnknownAndMatch.purs:15:13 - 15:53 (line 15, column 13 - line 15, column 53)
No type class instance was found for
[33m [0m
[33m InstanceChains.BothUnknownAndMatch.Same (Proxy [0m
[33m ( m :: Int[0m
[33m , u :: t3 [0m
[33m ) [0m
[33m ) [0m
[33m (Proxy [0m
[33m ( m :: Int[0m
[33m , u :: Int[0m
[33m ) [0m
[33m ) [0m
[33m t4 [0m
[33m [0m
The following instance partially overlaps the above constraint, which means the rest of its instance chain will not be considered:
[33mInstanceChains.BothUnknownAndMatch.sameY[0m
while applying a function [33msame[0m
of type [33mSame @Type @Type t0 t1 t2 => t0 -> t1 -> Proxy @Symbol t2[0m
to argument [33mProxy[0m
while inferring the type of [33msame Proxy[0m
in value declaration [33mexample[0m
where [33mt3[0m is a rigid type variable
bound at (line 0, column 0 - line 0, column 0)
[33mt4[0m is an unknown type
[33mt0[0m is an unknown type
[33mt1[0m is an unknown type
[33mt2[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.