CurryInfo: curry-repl-1.2.0 / REPL.Compiler.isLegacyFreeMode

definition: Info
 
isLegacyFreeMode :: FreeMode -> Bool
isLegacyFreeMode fm = case fm of
  LegacyFreeMode -> True
  _              -> False
demand: Info
 argument 1
deterministic: Info
 deterministic operation
failfree: Info
 _
indeterministic: Info
 referentially transparent operation
infix: Info
 no fixity defined
iotype: Info
 {({LegacyFreeMode}) |-> {True} || ({CommandLineFreeMode}) |-> {False}}
name: Info
 isLegacyFreeMode
precedence: Info
 no precedence defined
result-values: Info
 {False,True}
signature: Info
 FreeMode -> Prelude.Bool
solution-complete: Info
 operation might suspend on free variables
terminating: Info
 yes
totally-defined: Info
 reducible on all ground data terms