CurryInfo: roman-2.0.0 / Data.Roman.regular

definition: Info
 
regular :: Roman -> Bool
regular r = fromInt (toInt r) == r
demand: Info
 argument 1
deterministic: Info
 deterministic operation
documentation: Info
 
Is a given roman number well formed?
failfree: Info
 <FAILING>
indeterministic: Info
 referentially transparent operation
infix: Info
 no fixity defined
iotype: Info
 {(_) |-> _}
name: Info
 regular
precedence: Info
 no precedence defined
result-values: Info
 _
signature: Info
 Roman -> 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