CurryInfo: abstract-curry-4.0.0 / AbstractCurry.Build.noGuard

definition:
 
noGuard :: CExpr -> (CExpr, CExpr)
noGuard e = (CSymbol (pre "True"), e)
demand:
 no demanded arguments
deterministic:
 deterministic operation
documentation:
 
Constructs a guarded expression with the trivial guard.
failfree:
 _
indeterministic:
 referentially transparent operation
infix:
 no fixity defined
iotype:
 {(_) |-> {(,)}}
name:
 noGuard
precedence:
 no precedence defined
result-values:
 {(,)}
signature:
 AbstractCurry.Types.CExpr
-> (AbstractCurry.Types.CExpr, AbstractCurry.Types.CExpr)
solution-complete:
 operationally complete operation
terminating:
 yes
totally-defined:
 reducible on all ground data terms