Type

data class Type(val layout: Any?, val repr: String)

Constructors

Link copied to clipboard
constructor(layout: Any?, repr: String)

Properties

Link copied to clipboard
val layout: Any?

Structured representation of the "shape" of values that match this type. May return no layout if the type is invalid.

Link copied to clipboard

Flat representation of the type signature, as a displayable string.