arrow.meta.dsl.codegen.CodegenSyntax.kt Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of arrow-meta Show documentation
Show all versions of arrow-meta Show documentation
Functional companion to Kotlin's Standard Library
package arrow.meta.dsl.codegen
import arrow.meta.dsl.codegen.asm.AsmSyntax
import arrow.meta.dsl.codegen.ir.IrSyntax
interface CodegenSyntax : AsmSyntax, IrSyntax
© 2015 - 2025 Weber Informatics LLC | Privacy Policy