CurryInfo: binint-3.1.0 / Data.BinInt.fromNat'post

definition: Info
 
fromNat'post :: Nat -> Int -> Bool
fromNat'post _ n = n > 0
demand: Info
 no demanded arguments
deterministic: Info
 deterministic operation
documentation: Info
 
Postcondition: the result of `fromNat` is not negative.
failfree: Info
 (_, _)
indeterministic: Info
 referentially transparent operation
infix: Info
 no fixity defined
iotype: Info
 {(_,_) |-> _}
name: Info
 fromNat'post
precedence: Info
 no precedence defined
result-values: Info
 _
signature: Info
 Nat -> Prelude.Int -> Prelude.Bool
solution-complete: Info
 operation might suspend on free variables
terminating: Info
 possibly non-terminating
totally-defined: Info
 possibly non-reducible on same data term