Overview
Adapted from https://github.com/purescript/purescript-console
Table of contents
error (function)
Signature
export const error = (s: any): IO<void> => ...
Added in v1.0.0
info (function)
Signature
export const info = (s: any): IO<void> => ...
Added in v1.0.0
log (function)
Signature
export const log = (s: any): IO<void> => ...
Added in v1.0.0
warn (function)
Signature
export const warn = (s: any): IO<void> => ...
Added in v1.0.0