5

単純なようです

type Db[F[_], A] = Kleisli[F, Connection, A]
type Transactor[DB[_], F[_]] = DB ~> F

機能的な JDBC レイヤーの構築にも使用できます

4

1 に答える 1