classes.builtin: fold type>class.
parent
ed48a31498
commit
f70932040d
|
@ -11,7 +11,7 @@ PREDICATE: builtin-class < class
|
||||||
|
|
||||||
: class>type ( class -- n ) "type" word-prop ; foldable
|
: class>type ( class -- n ) "type" word-prop ; foldable
|
||||||
|
|
||||||
: type>class ( n -- class ) builtins get-global nth ;
|
: type>class ( n -- class ) builtins get-global nth ; foldable
|
||||||
|
|
||||||
: bootstrap-type>class ( n -- class ) builtins get nth ;
|
: bootstrap-type>class ( n -- class ) builtins get nth ;
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue