Adding <parent> param to register-simple-type snippet.

This commit is contained in:
Alex Shinn 2013-04-16 06:58:35 +09:00
parent 0659ad4484
commit 4e14a4ecbd

View file

@ -267,7 +267,7 @@ These are just syntactic sugar for the following more primitive type
constructors:
@schemeblock{
(register-simple-type <name-string> <num-fields>)
(register-simple-type <name-string> <parent> <num-fields>)
=> <type>
(make-type-predicate <opcode-name-string> <type>)