purescript-0.15.15: tests/purs/failing/TypeError.out
Error found:
in module [33mMain[0m
at tests/purs/failing/TypeError.purs:6:13 - 6:16 (line 6, column 13 - line 6, column 16)
Could not match type
[33m [0m
[33m String[0m
[33m [0m
with type
[33m [0m
[33m Int[0m
[33m [0m
while checking that type [33mString[0m
is at least as general as type [33mInt[0m
while checking that expression [33m"A"[0m
has type [33mInt[0m
in value declaration [33mtest[0m
See https://github.com/purescript/documentation/blob/master/errors/TypesDoNotUnify.md for more information,
or to contribute content related to this error.