purescript-0.15.15: tests/purs/warning/MissingTypeDeclaration.out
Warning found:
in module [33mMain[0m
at tests/purs/warning/MissingTypeDeclaration.purs:4:1 - 4:6 (line 4, column 1 - line 4, column 6)
No type declaration was provided for the top-level declaration of [33mx[0m.
It is good practice to provide type declarations as a form of documentation.
The inferred type of [33mx[0m was:
[33m [0m
[33m Int[0m
[33m [0m
in value declaration [33mx[0m
See https://github.com/purescript/documentation/blob/master/errors/MissingTypeDeclaration.md for more information,
or to contribute content related to this warning.