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

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