8 lines
208 B
Text
8 lines
208 B
Text
λ(nix : ../NixPrelude.dhall) →
|
|
let Number = ./Type.dhall
|
|
|
|
let Bool/not = ../Bool/not.dhall
|
|
|
|
let Number/nonPositive = ./nonPositive.dhall nix
|
|
|
|
in λ(a : Number) → Bool/not (Number/nonPositive a)
|