org.polystat.odin.backend.eolang

Type members

Classlikes

trait EOBndRepr[R, NR]

Type class for bindable EO representation, i. e. types that can represent EO code that can be bound to a variable.

Type class for bindable EO representation, i. e. types that can represent EO code that can be bound to a variable.

Type parameters:
NR

Type of the name in EO to which the EO code represented as R will be bound.

R

Type of the EO code.

Companion:
object
object EOBndRepr
Companion:
class
trait ToEO[T, R]
Companion:
object
object ToEO
Companion:
class
abstract class ToEOBnd[T, R, NR](implicit toEO: ToEO[T, R], eoRepr: EOBndRepr[R, NR])
Companion:
object
object ToEOBnd
Companion:
class