λ(nix : ../NixPrelude.dhall) → { Type = ./Type.dhall , 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 , fromDouble = ./fromDouble.dhall nix , fromInteger = ./fromInteger.dhall nix , fromNatural = ./fromNatural.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 nix , sort = ./sort.dhall nix , subtract = ./subtract.dhall nix , sum = ./sum.dhall nix , toDouble = ./toDouble.dhall nix , toInteger = ./toInteger.dhall nix , toNatural = ./toNatural.dhall nix }