Nix boolean builtins

  • all pred list - return true if pred is true for all elements of list, otherwise false
  • any pred list - return true if pred is true for at least one element of list, otherwise false
  • isBool e - true if e is a boolean, otherwise false