All Downloads are FREE. Search and download functionalities are using the official Maven repository.

monocle.refined.chars.scala Maven / Gradle / Ivy

There is a newer version: 2.1.0
Show newest version
package monocle.refined

import monocle._

object chars extends CharsInstances

trait CharsInstances {
  val lowerCase: Prism[Char, LowerCaseChar] = refinedPrism
  val upperCase: Prism[Char, UpperCaseChar] = refinedPrism
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy