Provide Get and Put instances for Scala Seq for Doobie module
オープン
enhancement
- 主要言語
- Scala
- スター
- 2
- フォーク
- 0
- 平均マージ
- 3日 18時間
- マージ済み PR(30日)
- 3
説明
## Background
There is no built-in Put and Get for Scala Seq type, only for List. We should provide it as part of the library.
```scala
implicit val get: Get[Seq[String]] = Get[List[String]].map(_.toSeq)
implicit val put: Put[Seq[String]] = Put[List[String]].contramap(_.toList)
```
コントリビューションガイド
このリポジトリのコントリビューションガイドは索引されていません
評価
この issue はまだ評価されていません。