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

8 lines
230 B
Plaintext
Raw Normal View History

'K <= K?': true
'K <= value?': true
'value <= K?': true
'list of number <= list of K?': true
'list of K <= list of number?': true
'relation of K to K <= relation of K to L?': true
'relation of K to L <= relation of K to K?': true