This commit is contained in:
Eelco Dolstra 2022-01-13 14:31:49 +01:00
commit 66424cd29f

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: The points of interest are: