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

8 lines
230 B
Plaintext

'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