You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Define the precise interface of a type, and how it interacts with the compiler.
There is the beginning of a very crude definition of what a type is. It needs to be fleshed out, and to interface correctly with both the interpreter and the compiler.
There will be some "meta" connections here, since type is itself a type, so I'm afraid the full definition cannot be given solely in XL without resorting to a builtin trick along the way.
The text was updated successfully, but these errors were encountered:
Define the precise interface of a
type
, and how it interacts with the compiler.There is the beginning of a very crude definition of what a
type
is. It needs to be fleshed out, and to interface correctly with both the interpreter and the compiler.There will be some "meta" connections here, since
type
is itself atype
, so I'm afraid the full definition cannot be given solely in XL without resorting to abuiltin
trick along the way.The text was updated successfully, but these errors were encountered: