File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 6
6
7
7
A junction is an unordered composite value of zero or more values. Junctions
8
8
I < autothread > over many operations, which means that the operation
9
- is carried out for each junction element (also known as I < eigentstate > ), and
9
+ is carried out for each junction element (also known as I < eigenstate > ), and
10
10
the result is junction of the return values of all those operators.
11
11
12
12
Junctions collapse into a single value in boolean context. The semantics
@@ -17,9 +17,9 @@ C<none>.
17
17
18
18
type constructor operator True if ...
19
19
==== =========== ======== ===========
20
- all all & no value evaluate to False
21
- any any | at least one value evaluaates to True
22
- one one ^ exactly on value evalutes to True
20
+ all all & no value evaluates to False
21
+ any any | at least one value evaluates to True
22
+ one one ^ exactly one value evaluates to True
23
23
none none no value evaluates to True
24
24
25
25
= end table
You can’t perform that action at this time.
0 commit comments