krebs lib.ne: init

This commit is contained in:
tv 2016-02-01 17:30:38 +01:00
parent a7e1709a46
commit b3a481e0b9

View file

@ -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);