diff options
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/enums.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/enums.md b/docs/enums.md index c73379f8..72e4f3be 100644 --- a/docs/enums.md +++ b/docs/enums.md @@ -63,9 +63,9 @@ func increment(arg:ArgumentType -> ReturnType): ... >> increment(AnInt(5)) -= ReturnType.AnInt(6) += AnInt(6) >> increment(SomeText("HI")) -= ReturnType.Nothiing += Nothiing ``` This lets us have overlapping tag names for different types, but smartly infer |
