From: Matt S Trout Date: Wed, 6 Mar 2019 15:34:30 +0000 (+0000) Subject: quote - scala X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=ac78982dff50a26d5231279fa3cbb5d4a9ac723d;p=scpubgit%2Fmst-quotefile.git quote - scala --- diff --git a/quotefile b/quotefile index 3d9e960..7500eb1 100644 --- a/quotefile +++ b/quotefile @@ -10397,3 +10397,8 @@ A: Dad jokes end with an exclamation mark -- ! -- whereas mom jokes end local provider. I'm sure you wouldn't know it % < PavelB> (I say "worked with", more like "saw and then noped the fuck out") +% + scala code in a blog post: trait Console[F[_]] { + def putStrLn(line: String): F[Unit] def getStrLn: F[String] } + my brain: "unwrap F to play effects" + *grone* eff off!