quote - scala
Matt S Trout [Wed, 6 Mar 2019 15:34:30 +0000 (15:34 +0000)]
quotefile

index 3d9e960..7500eb1 100644 (file)
--- 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")
+%
+<mst> scala code in a blog post: trait Console[F[_]] {
+      def putStrLn(line: String): F[Unit] def getStrLn: F[String] }
+<mst> my brain: "unwrap F to play effects"
+<ilmari> *grone* eff off!