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

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