Skip to content

Commit 1e74f97

Browse files
committed
Added lemma about gradual typing
1 parent b4276ef commit 1e74f97

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

doc/Language/glossary.pod6

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -477,6 +477,13 @@ X<|FTFY>
477477
478478
Fixed That For You
479479
480+
=head2 gradual typing
481+
X<|gradual typing>
482+
483+
You don't have to specify types of variables and parameters, but if you do,
484+
it helps in early determination of impossible dispatches and better
485+
optimization. See also L<https://en.wikipedia.org/wiki/Gradual_typing>.
486+
480487
=head2 IIRC
481488
X<|IIRC>
482489

0 commit comments

Comments
 (0)