We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
effect
ColorizedConsole
Use cats-effect-std and base the implementation on std.Console.
cats-effect-std
std.Console
trait ColorizedConsole[F[_]] { def println(s: ColorizedString): F[Unit] def print(s: ColorizedString): F[Unit] //TBD - error printing methods? } object ColorizedConsole { //TBD - should `conf` be implicit? def instance[F[_]: std.Console](implicit conf: ConfiguredColorize): ColorizedConsole[F] = ... }
The text was updated successfully, but these errors were encountered:
@iRevive this might be of interest to you (as well as #8) :)
Sorry, something went wrong.
No branches or pull requests
Use
cats-effect-std
and base the implementation onstd.Console
.The text was updated successfully, but these errors were encountered: