32 lines
1 KiB
Text
32 lines
1 KiB
Text
λ(nix : ../NixPrelude.dhall) →
|
|
{ Type = Double
|
|
, abs = ./abs.dhall nix
|
|
, add = ./add.dhall nix
|
|
, build = ./build.dhall nix
|
|
, clamp = ./clamp.dhall nix
|
|
, divide = ./divide.dhall nix
|
|
, equal = ./equal.dhall nix
|
|
, fromAny = ./fromAny.dhall nix
|
|
, greaterThan = ./greaterThan.dhall nix
|
|
, greaterThanEqual = ./greaterThanEqual.dhall nix
|
|
, isZero = ./isZero.dhall nix
|
|
, lessThan = ./lessThan.dhall nix
|
|
, lessThanEqual = ./lessThanEqual.dhall nix
|
|
, listMax = ./listMax.dhall nix
|
|
, listMin = ./listMin.dhall nix
|
|
, max = ./max.dhall nix
|
|
, min = ./min.dhall nix
|
|
, multiply = ./multiply.dhall nix
|
|
, negate = ./negate.dhall nix
|
|
, negative = ./negative.dhall nix
|
|
, nonNegative = ./nonNegative.dhall nix
|
|
, nonPositive = ./nonPositive.dhall nix
|
|
, positive = ./positive.dhall nix
|
|
, product = ./product.dhall nix
|
|
, show = ./show.dhall
|
|
, sort = ./sort.dhall nix
|
|
, subtract = ./subtract.dhall nix
|
|
, sum = ./sum.dhall nix
|
|
, toInteger = ./toInteger.dhall nix
|
|
, toNatural = ./toNatural.dhall nix
|
|
}
|