CurryInfo: verify-non-fail-2.0.0 / FlatCurry.Print.showBindExp

definition: Info
 
showBindExp :: Int -> Expr -> String
showBindExp bv e = pPrint $ text ('v' : show bv ++ " |-> ") <+> align (ppExp e)
demand: Info
 no demanded arguments
deterministic: Info
 deterministic operation
documentation: Info
 
Shows a pretty-printed variable binding to a FlatCurry expression.
failfree: Info
 <FAILING>
indeterministic: Info
 referentially transparent operation
infix: Info
 no fixity defined
iotype: Info
 {(_,_) |-> _}
name: Info
 showBindExp
precedence: Info
 no precedence defined
result-values: Info
 _
signature: Info
 Prelude.Int -> FlatCurry.Types.Expr -> String
solution-complete: Info
 operation might suspend on free variables
terminating: Info
 possibly non-terminating
totally-defined: Info
 possibly non-reducible on same data term