Advertisement
Dzikaff

Model M Type Syntax

Nov 6th, 2017
81
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.88 KB | None | 0 0
  1. Model M Formal Notation
  2.  
  3. It is unsatisfactory to use notations like XXTe or NeXX in order to refer to several types by one code. This is because the second X denotes a different kind of variable than the first X. A less ambiguous notation would be something like XYTe so that:
  4. * XYTe refers to truth values XY11
  5. * X in XYTe means X and T have the same truth value, which is 1
  6. * Y in XYTe means X and e have the same truth value, which is 1
  7. * x in xYTe means x and T have a different truth value
  8. * y in XyTe means y and e have a different truth value
  9. * Y in YXTe means Y and e have the same truth value
  10.  
  11. et cetera. That is:
  12.  
  13. * X in YXTe means X and T have the same truth value
  14. * y in yXTe means y and e have a different truth value
  15. * X in yXTe means X and T have the same truth value
  16. * Y in YxTe means Y and e have the same truth value
  17. * x in YxTe means x and T have a different truth value
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement