
org.dhallj.testing.package.scala Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of dhall-testing_3 Show documentation
Show all versions of dhall-testing_3 Show documentation
DhallJ ScalaCheck instances
The newest version!
package org.dhallj.testing
import org.scalacheck.Gen
package object instances extends ArbitraryInstances {
def genNameString: Gen[String] = Gen.alphaStr
def genTextString: Gen[String] = Gen.alphaStr
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy