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