Fix subtyping for keywords.
svn: r18025 original commit: 2276cb10d54bd24a35bcb75f856b9be254f1bb6d
This commit is contained in:
parent
f6c223fc05
commit
cacbfb9b91
|
@ -247,6 +247,8 @@
|
|||
[((Value: (? real? n)) (== -Real type-equal?)) A0]
|
||||
[((Value: (? number? n)) (Base: 'Number _)) A0]
|
||||
|
||||
[((Value: (? keyword?)) (Base: 'Keyword _)) A0]
|
||||
[((Value: (? char?)) (Base: 'Char _)) A0]
|
||||
[((Value: (? boolean? n)) (Base: 'Boolean _)) A0]
|
||||
[((Value: (? symbol? n)) (Base: 'Symbol _)) A0]
|
||||
[((Value: (? string? n)) (Base: 'String _)) A0]
|
||||
|
|
Loading…
Reference in New Issue
Block a user