From <https://blog.softwaremill.com/final-tagless-...
# arrow
b
From https://blog.softwaremill.com/final-tagless-seen-alive-79a8d884691d : in Kotlin, how often do signatures similar to the following occur using final tagless?
Copy code
def genFeed[F[_]: Monad:
  Logging: UserDatabase:
  ProfileDatabase: RedisCache:
  GeoIPService: AuthService:
  SessionManager: Localization:
  Config: EventQueue: Concurrent:
  Async: MetricsManager]: F[Feed] = ???