forked from lix-project/lix
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:
parent
d023903b6f
commit
89b4df8d92
|
@ -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:
|
||||
|
||||
|
|
Loading…
Reference in a new issue