27 lines
914 B
Text
27 lines
914 B
Text
λ(nix : ../NixPrelude.dhall) →
|
|
{ Type = ./Type.dhall
|
|
, toAny = ./toAny.dhall nix
|
|
, toTypeUnchecked = ./toTypeUnchecked.dhall nix
|
|
, select = ./select.dhall nix
|
|
, selectOptional = ./selectOptional.dhall nix
|
|
, apply = ./apply.dhall nix
|
|
, negate = ./negate.dhall nix
|
|
, hasAttr = ./hasAttr.dhall nix
|
|
, listConcat = ./listConcat.dhall nix
|
|
, multiply = ./multiply.dhall nix
|
|
, divide = ./divide.dhall nix
|
|
, add = ./add.dhall nix
|
|
, subtract = ./subtract.dhall nix
|
|
, stringConcat = ./stringConcat.dhall nix
|
|
, not = ./not.dhall nix
|
|
, update = ./update.dhall nix
|
|
, lessThan = ./lessThan.dhall nix
|
|
, lessThanEqual = ./lessThanEqual.dhall nix
|
|
, greaterThan = ./greaterThan.dhall nix
|
|
, greaterThanEqual = ./greaterThanEqual.dhall nix
|
|
, equal = ./equal.dhall nix
|
|
, notEqual = ./notEqual.dhall nix
|
|
, land = ./land.dhall nix
|
|
, lor = ./lor.dhall nix
|
|
, impl = ./impl.dhall nix
|
|
}
|