Skip to content

Commit

Permalink
Reflow to check for weird format
Browse files Browse the repository at this point in the history
  • Loading branch information
JJ committed May 4, 2019
1 parent 37c016a commit 95ad544
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions doc/Type/Enumeration.pod6
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,13 @@
role Enumeration { }
This is the role implemented by the enum-pairs in the L<C<enum> type|/language/typesystem#enum>. In general, it is used to create constant sets,
This is the role implemented by the enum-pairs in the
L<C<enum> type|/language/typesystem#enum>. In general, it is used to create
constant sets,
the elements of which become also constant symbols in the current namespace and
to establish a relationship between the symbols belonging to the same set. In
general, you will find C<Enumeration> in L<enum|/language/typesystem#enum> types:
general, you will find C<Enumeration> in L<enum|/language/typesystem#enum>
types:
enum norse-gods <Þor Oðin Loki>;
my $one-of-them = norse-gods.pick;
Expand Down

0 comments on commit 95ad544

Please sign in to comment.