10 lines
367 B
Text
10 lines
367 B
Text
λ(nix : ../NixPrelude.dhall) →
|
|
let Number = ./Type.dhall
|
|
|
|
let Bool/not =
|
|
https://raw.githubusercontent.com/dhall-lang/dhall-lang/v22.0.0/Prelude/Bool/not.dhall
|
|
sha256:723df402df24377d8a853afed08d9d69a0a6d86e2e5b2bac8960b0d4756c7dc4
|
|
|
|
let Number/nonPositive = ./nonPositive.dhall nix
|
|
|
|
in λ(a : Number) → Bool/not (Number/nonPositive a)
|