krebs lib.ne: init
This commit is contained in:
parent
a7e1709a46
commit
b3a481e0b9
|
@ -6,6 +6,7 @@ with lib;
|
|||
let out = rec {
|
||||
|
||||
eq = x: y: x == y;
|
||||
ne = x: y: x != y;
|
||||
|
||||
mod = x: y: x - y * (x / y);
|
||||
|
||||
|
|
Loading…
Reference in a new issue