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

arrow.meta.ProofsMetaPlugin.kt Maven / Gradle / Ivy

There is a newer version: 2.0.0-alpha.6
Show newest version
package arrow.meta

import arrow.meta.phases.CompilerContext
import arrow.meta.plugins.proofs.typeProofs

/** Arrow Proofs plugin. */
open class ProofsMetaPlugin : Meta {
  override fun intercept(ctx: CompilerContext): List = listOf(typeProofs)
}

class ProofsMetaCliProcessor : MetaCliProcessor("proofs")




© 2015 - 2024 Weber Informatics LLC | Privacy Policy