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

main.seskar.compiler.union.backend.Value.kt Maven / Gradle / Ivy

package seskar.compiler.union.backend

sealed interface Value

@JvmInline
value class IntValue(
    val value: Int,
) : Value

@JvmInline
value class StringValue(
    val value: String,
) : Value




© 2015 - 2025 Weber Informatics LLC | Privacy Policy