26 lines
914 B
Text
26 lines
914 B
Text
λ(nix : ../NixPrelude.dhall) →
|
|
{ Type = ./Type.dhall
|
|
, add = ./add.dhall nix
|
|
, clamp = ./clamp.dhall nix
|
|
, divide = ./divide.dhall nix
|
|
, equal = ./equal.dhall nix
|
|
, fromAny = ./fromAny.dhall nix
|
|
, fromDouble = ./fromDouble.dhall nix
|
|
, fromInteger = ./fromInteger.dhall nix
|
|
, fromNatural = ./fromNatural.dhall nix
|
|
, greaterThan = ./greaterThan.dhall nix
|
|
, greaterThanEqual = ./greaterThanEqual.dhall nix
|
|
, lessThan = ./lessThan.dhall nix
|
|
, lessThanEqual = ./lessThanEqual.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
|
|
, show = ./show.dhall nix
|
|
, subtract = ./subtract.dhall nix
|
|
, toDouble = ./toDouble.dhall nix
|
|
, toInteger = ./toInteger.dhall nix
|
|
, toNatural = ./toNatural.dhall nix
|
|
}
|