classes.builtin: fold type>class.

db4
John Benediktsson 2012-09-21 11:44:14 -07:00
parent ed48a31498
commit f70932040d
1 changed files with 1 additions and 1 deletions

View File

@ -11,7 +11,7 @@ PREDICATE: builtin-class < class
: 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 ;