1
0
Fork 0
mirror of https://github.com/ganelson/inform.git synced 2024-07-16 22:14:23 +03:00
inform7/services/kinds-module/Figures/conformance.txt

15 lines
405 B
Plaintext
Raw Normal View History

'new kind thing of object': ok
'new kind device of thing': ok
'new kind vehicle of thing': ok
'new unit length': ok
'number <= number?': true
'number <= real number?': false
'value <= number?': false
'object <= text?': false
'object <= thing?': false
'thing <= object?': true
'device <= thing?': true
'device <= object?': true
'list of devices <= thing?': false
'list of devices <= list of things?': true