Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Added lemma about gradual typing
  • Loading branch information
lizmat committed Nov 29, 2018
1 parent b4276ef commit 1e74f97
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions doc/Language/glossary.pod6
Expand Up @@ -477,6 +477,13 @@ X<|FTFY>
Fixed That For You
=head2 gradual typing
X<|gradual typing>
You don't have to specify types of variables and parameters, but if you do,
it helps in early determination of impossible dispatches and better
optimization. See also L<https://en.wikipedia.org/wiki/Gradual_typing>.
=head2 IIRC
X<|IIRC>
Expand Down

0 comments on commit 1e74f97

Please sign in to comment.