Skip to content

Commit 74a0051

Browse files
committed
Drafts general structure of nativetypes page
And improves a bit the other data structures page. Refs #114, but also #2051
1 parent b724559 commit 74a0051

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

doc/Language/nativetypes.pod6

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
=begin pod :tag<perl6>
22
3-
=TITLE Perl 6 native types
3+
=TITLE Perl 6 native types
44
55
=SUBTITLE Using the types the compiler and hardware make available to you.
66
@@ -14,6 +14,13 @@ TBD
1414
1515
=head1 C<structs>
1616
17+
TBD
18+
19+
=head1 Native representation
20+
21+
TBD
22+
23+
1724
=end pod
1825

1926
# vim: expandtab softtabstop=4 shiftwidth=4 ft=perl6

doc/Language/structures.pod6

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,10 @@ TBD
2323
2424
TBD
2525
26+
=head1 Defining and constraining data structures
27+
28+
TBD
29+
2630
=end pod
2731

2832
# vim: expandtab softtabstop=4 shiftwidth=4 ft=perl6

0 commit comments

Comments
 (0)