ListReprRules

scalus.compiler.intrinsics.ListReprRules
object ListReprRules

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Members list

Value members

Concrete fields

at: List[A] -> (BigInt -> A)

at: List[A] -> (BigInt -> A)

Attributes

drop: List[A] -> (BigInt -> List[A])

drop: List[A] -> (BigInt -> List[A])

Attributes

head: List[A] -> A

head: List[A] -> A

Attributes

isEmpty: List[A] -> Boolean

isEmpty: List[A] -> Boolean

Attributes

val listRules: Map[String, ReprRule]
val pairListRules: Map[String, ReprRule]

tail: List[A] -> List[A]

tail: List[A] -> List[A]

Attributes