app.tulz.tuplez.parse.package.scala Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of tuplez-parse_2.12 Show documentation
Show all versions of tuplez-parse_2.12 Show documentation
Tuple composition utilities for cats-parse
The newest version!
package app.tulz.tuplez
import cats.parse._
package object parse {
implicit def parserOps[A](underlying: Parser[A]): ParserOps[A] = new ParserOps[A](underlying)
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy