1
1
mirror of https://github.com/tweag/nickel.git synced 2024-09-11 11:47:03 +03:00

Fix broken link in RATIONALE.md

This commit is contained in:
Yann Hamdaoui 2020-10-20 17:43:05 +02:00
parent 83824af91e
commit c785b89fb4

View File

@ -225,7 +225,7 @@ let filterOptional
in filterOptional
```
As stated in the [reusable vs specific](#reusable-versus-specific-code] section,
As stated in the [reusable vs specific](#reusable-versus-specific-code) section,
configuration-specific code does not benefit much from static typing. Functions
used as temporary values in such code, for example the anonymous function in
`map (fun x => x ++ ".jpg") baseFilesList`, require type annotations in Dhall.