1
0
Fork 0
mirror of https://github.com/ganelson/inform.git synced 2024-07-05 16:44:21 +03:00
inform7/services/calculus-module/Figures/terms.txt
2020-08-23 12:00:56 +01:00

13 lines
409 B
Plaintext

'new binary sees (none, sees-f1)': ok
'new binary knows (knows-f0, none)': ok
'term 7': '7'
'term z': z
'term sees-f1 (7)': <sees-f1(*1) : '7'>
'term knows-f0 (sees-f1 (x))': <knows-f0(*1) : <sees-f1(*1) : x>>
'constant underlying 7': '7'
'constant underlying y': --
'constant underlying sees-f1 (7)': '7'
'variable underlying 7': --
'variable underlying y': y
'variable underlying knows-f0 (sees-f1 (x))': x