diff options
author | Timothee Cour <timothee.cour2@gmail.com> | 2020-01-18 03:24:56 -0800 |
---|---|---|
committer | Andreas Rumpf <rumpf_a@web.de> | 2020-01-18 12:24:56 +0100 |
commit | f6ba4e81b057063938f7c3910b222149f306de85 (patch) | |
tree | ac11d6b2b5e503702c34a25de3ff333ccc1ed4da /tools | |
parent | e11ecc8266d7345ba553875506d34bdb9ed9106d (diff) | |
download | Nim-f6ba4e81b057063938f7c3910b222149f306de85.tar.gz |
maybe: allows optional chaining of field access and indexing when LHS i snil (#13023)
* maybe: allows optional chaining * fix tools/kochdocs.nim * improve semantics to distinguish valid from invalid values * for now, wrapnil, isValid, unwrap are not exported
Diffstat (limited to 'tools')
-rw-r--r-- | tools/kochdocs.nim | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/kochdocs.nim b/tools/kochdocs.nim index f99567cd0..3b3df75a7 100644 --- a/tools/kochdocs.nim +++ b/tools/kochdocs.nim @@ -155,6 +155,7 @@ lib/pure/strutils.nim lib/pure/math.nim lib/std/editdistance.nim lib/std/wordwrap.nim +lib/std/wrapnils.nim lib/experimental/diff.nim lib/pure/algorithm.nim lib/pure/stats.nim |