mirror of
https://github.com/ashinn/chibi-scheme.git
synced 2025-07-08 05:27:35 +02:00
Adding <parent> param to register-simple-type snippet.
This commit is contained in:
parent
0659ad4484
commit
4e14a4ecbd
1 changed files with 1 additions and 1 deletions
|
@ -267,7 +267,7 @@ These are just syntactic sugar for the following more primitive type
|
||||||
constructors:
|
constructors:
|
||||||
|
|
||||||
@schemeblock{
|
@schemeblock{
|
||||||
(register-simple-type <name-string> <num-fields>)
|
(register-simple-type <name-string> <parent> <num-fields>)
|
||||||
=> <type>
|
=> <type>
|
||||||
|
|
||||||
(make-type-predicate <opcode-name-string> <type>)
|
(make-type-predicate <opcode-name-string> <type>)
|
||||||
|
|
Loading…
Add table
Reference in a new issue