show c-type instead of factor type
parent
1732bd730a
commit
80e2feacd9
|
@ -55,4 +55,6 @@ M: array make-mirror <enum> ;
|
|||
M: vector make-mirror <enum> ;
|
||||
M: quotation make-mirror <enum> ;
|
||||
M: object make-mirror <mirror> ;
|
||||
M: struct make-mirror struct>assoc [ [ [ name>> ] [ class>> ] bi 2array ] dip ] assoc-map ;
|
||||
|
||||
M: struct make-mirror struct>assoc
|
||||
[ [ [ name>> ] [ c-type>> ] bi 2array ] dip ] assoc-map ;
|
||||
|
|
Loading…
Reference in New Issue