Warning 1 of 2: in module Main at tests/purs/warning/4256.purs:16:1 - 16:58 (line 16, column 1 - line 16, column 58) No type declaration was provided for the top-level declaration of baz. It is good practice to provide type declarations as a form of documentation. The inferred type of baz was:    forall c14 d15 b25 d27. d27 -> c14 -> b25 -> d15 -> d27   in value declaration baz See https://github.com/purescript/documentation/blob/master/errors/MissingTypeDeclaration.md for more information, or to contribute content related to this warning. Warning 2 of 2: in module Main at tests/purs/warning/4256.purs:8:1 - 8:37 (line 8, column 1 - line 8, column 37) No type declaration was provided for the top-level declaration of addNumberSuffix'. It is good practice to provide type declarations as a form of documentation. The inferred type of addNumberSuffix' was:    forall b34 c35 d36. b34 -> c35 -> d36 -> Int   in value declaration addNumberSuffix' See https://github.com/purescript/documentation/blob/master/errors/MissingTypeDeclaration.md for more information, or to contribute content related to this warning.