PackagesWithLaws

@Target(allowedTargets = [AnnotationTarget.CLASS])
annotation class PackagesWithLaws(packages: Array<String>)

This is used internally to speed up the search for laws Each package with any law should include this annotation in a class of module 'arrow.analysis.hints'

Constructors

Link copied to clipboard
fun PackagesWithLaws(packages: Array<String>)

Properties

Link copied to clipboard
val packages: Array<String>