CurryInfo: roman-2.0.0 / Data.Roman.fromInt

definition: Info
 
fromInt :: Int -> Roman
fromInt i | 1 <= i && i < 4000 = foldr1 Plus (base i [M,C,X,I])
demand: Info
 no demanded arguments
deterministic: Info
 deterministic operation
documentation: Info
 
Converts integers to roman numbers.
Since we have no over/underlining, we can only represent positive
integers which are smaller than 4000.
failfree: Info
 <FAILING>
indeterministic: Info
 referentially transparent operation
infix: Info
 no fixity defined
iotype: Info
 {(_) |-> _}
name: Info
 fromInt
precedence: Info
 no precedence defined
result-values: Info
 _
signature: Info
 Prelude.Int -> Roman
solution-complete: Info
 operation might suspend on free variables
terminating: Info
 possibly non-terminating
totally-defined: Info
 possibly non-reducible on same data term