RTypes v0.1.1 GenericTypes View Source

Link to this section Summary

Link to this section Types

Link to this type

type_generic(a, b) View Source
type_generic(a, b) :: {a, b}

Link to this type

type_generic2(a) View Source
type_generic2(a) :: {a, a}

Link to this type

type_instansiated() View Source
type_instansiated() :: type_generic(byte(), any())

Link to this type

type_instansiated2() View Source
type_instansiated2() :: type_generic2(binary())