packages feed

purescript-0.14.0: tests/purs/warning/2542.out

Warning found:
in module [33mMain[0m
at tests/purs/warning/2542.purs:16:1 - 16:18 (line 16, column 1 - line 16, column 18)

  No type declaration was provided for the top-level declaration of [33mmain[0m.
  It is good practice to provide type declarations as a form of documentation.
  The inferred type of [33mmain[0m was:
  [33m             [0m
  [33m  Effect Unit[0m
  [33m             [0m

in value declaration [33mmain[0m

See https://github.com/purescript/documentation/blob/master/errors/MissingTypeDeclaration.md for more information,
or to contribute content related to this warning.