CurryInfo: roman-2.0.0 / Data.Roman.regular

definition:
 
regular :: Roman -> Bool
regular r = fromInt (toInt r) == r
demand:
 argument 1
deterministic:
 deterministic operation
documentation:
 
Is a given roman number well formed?
failfree:
 <FAILING>
indeterministic:
 referentially transparent operation
infix:
 no fixity defined
iotype:
 {(_) |-> _}
name:
 regular
precedence:
 no precedence defined
result-values:
 _
signature:
 Roman -> Prelude.Bool
solution-complete:
 operation might suspend on free variables
terminating:
 possibly non-terminating
totally-defined:
 possibly non-reducible on same data term