Content deleted Content added
origin of name, taken from external reference |
m change source to syntaxhighlight |
||
Line 23:
==Examples==
<
MODULE Lambda.
CONSTRUCT Person/0.
Line 46:
(r = LAMBDA [u] (SOME [z] (r1(Fst(u),z) & r2(z,Snd(u)))) &
PrimitiveRel(r1) & PrimitiveRel(r2))).
</syntaxhighlight>
==References==
|