package tf.bug.cataquack import cats.Functor trait Storage[F[_], T] { def get(key: String): F[T] }