Add link to explanation when introducing a new operator

The logical implication operator is included in this section but never explained. It might stump new readers with a pretty uncommon operator, and it's never referenced explicitly.
This commit is contained in:
Theodor René Carlsen 2022-01-11 17:01:43 +01:00 committed by GitHub
parent d023903b6f
commit 89b4df8d92
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -276,6 +276,7 @@ stdenv.mkDerivation {
...
}
```
("->" is a boolean operation known as [logical implication](https://en.wikipedia.org/wiki/Truth_table#Logical_implication))
The points of interest are: