W Wrapl, The Programming Language

Libraries Std.Type

Types

T

the type of all types

Functions

Fields()

New(fields @ Std.Array.T, parents... @ T) : T

creates a new type derived from parents and adding fields

Of(value) : T

returns the type of value

Methods

:">"(_ @ T, _ @ T)

:">="(_ @ T, _ @ T)

:"<"(_ @ T, _ @ T)

:"<="(_ @ T, _ @ T)

:"@"(_, _ @ T)

:fields(_ @ T)

:in(_, _ @ T)

:new(_ @ T)