Skip to content

Commit 2e5d1e3

Browse files
committed
move true/false/boolean glossary items to Bool
Part of #728
1 parent c1df457 commit 2e5d1e3

File tree

2 files changed

+3
-16
lines changed

2 files changed

+3
-16
lines changed

doc/Language/glossary.pod6

Lines changed: 0 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -178,12 +178,6 @@ values in the junction are True.
178178
=head1 block
179179
X<|block>
180180
181-
=head1 Boolean
182-
X<|Boolean>
183-
184-
L<Value|#value> of type L<Bool|/type/Bool>. Apart the class itself, can be either
185-
C<True> or C<False>.
186-
187181
=head1 bytecode
188182
X<|bytecode>
189183
@@ -238,11 +232,6 @@ A document originally written by L<#TheDamian>, in which he tried to explain
238232
the L<Apocalypses|#Apocalypse> to the common (wo)man. Now only kept as an
239233
historical document for reference. See also L<#Synopsis>.
240234
241-
=head1 False
242-
X<|False>
243-
244-
The value representing logical C<False> of the L<Bool|/type/Bool> enum.
245-
246235
=head1 fiddly
247236
X<|fiddly>
248237
@@ -825,11 +814,6 @@ X<|Thunk>
825814
826815
A piece of code that isn't immediately executed, but doesn't have an independent scope.
827816
828-
=head1 True
829-
X<|True>
830-
831-
The value representing logical C<True> of the L<Bool|/type/Bool> enum.
832-
833817
=head1 value
834818
X<|value>
835819

doc/Type/Bool.pod6

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,9 @@
66
77
enum Bool <False True>
88
9+
X<|True>
10+
X<|False>
11+
X<|Boolean>
912
An enum for boolean true/false decisions.
1013
1114
=head1 Methods

0 commit comments

Comments
 (0)