CurryInfo: binint-3.1.0 / Data.BinInt.fromBinInt

definition: Info
 
fromBinInt :: BinInt -> Int
fromBinInt (Neg n) = - (fromNat n)
fromBinInt Zero    = 0
fromBinInt (Pos n) = fromNat n
demand: Info
 argument 1
deterministic: Info
 deterministic operation
documentation: Info
 
Converts a binary integer into an integer constant.
failfree: Info
 _
indeterministic: Info
 referentially transparent operation
infix: Info
 no fixity defined
iotype: Info
 {({Neg}) |-> _ || ({Zero}) |-> {0} || ({Pos}) |-> _}
name: Info
 fromBinInt
precedence: Info
 no precedence defined
result-values: Info
 _
signature: Info
 BinInt -> Prelude.Int
solution-complete: Info
 operation might suspend on free variables
terminating: Info
 yes
totally-defined: Info
 reducible on all ground data terms