mirror of
https://github.com/justinethier/cyclone.git
synced 2025-05-23 20:15:05 +02:00
Removed old type mappings
This commit is contained in:
parent
53aad98d71
commit
ce95299919
1 changed files with 0 additions and 5 deletions
|
@ -567,20 +567,15 @@
|
|||
((eq? p 'length) "integer_type")
|
||||
((eq? p 'vector-length) "integer_type")
|
||||
((eq? p 'char->integer) "integer_type")
|
||||
((eq? p 'Cyc-installation-dir) "string_type")
|
||||
((eq? p 'system) "integer_type")
|
||||
((eq? p '+) "common_type")
|
||||
((eq? p '-) "common_type")
|
||||
((eq? p '*) "common_type")
|
||||
((eq? p '/) "common_type")
|
||||
((eq? p 'string->number) "common_type")
|
||||
((eq? p 'list->string) "string_type")
|
||||
((eq? p 'string-cmp) "integer_type")
|
||||
((eq? p 'string-append) "string_type")
|
||||
((eq? p 'symbol->string) "string_type")
|
||||
((eq? p 'number->string) "string_type")
|
||||
((eq? p 'string-length) "integer_type")
|
||||
((eq? p 'substring) "string_type")
|
||||
((eq? p 'apply) "object")
|
||||
((eq? p 'Cyc-read-line) "object")
|
||||
((eq? p 'command-line-arguments) "object")
|
||||
|
|
Loading…
Add table
Reference in a new issue