Return

data class Return(val repr: String, val signature: Any)

Constructors

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

Properties

Link copied to clipboard

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

Link copied to clipboard

Structured representation of the type signature.