Stack traces: Difference between revisions

12 bytes removed ,  11 months ago
Update Lang example: Names are now visible for partially called combinator functions
m (Fix typo in Lang example)
(Update Lang example: Names are now visible for partially called combinator functions)
Line 1,163:
fn.combA0(fp.f2)
 
# Partially called combinator functions' names can not be retrieved and are represented as "<comb...-func(...)>"
fn.combA(fn.combC(fn.combAE(), x), fp.f2)
</syntaxhighlight>
Line 1,197:
at "[redacted]:2" in function "fp.printStackTrace"
at "[redacted]:11" in function "fp.f2"
at "[redacted]:x" in function "<combcombAE-func()>"
at "[redacted]:x" in function "<combcombC-func(<combcombAE-func()>, <arg>)>"
at "[redacted]:x" in function "combA"
at "[redacted]:19" in function "main"
Line 1,206:
at "[redacted]:7" in function "fp.f1"
at "[redacted]:12" in function "fp.f2"
at "[redacted]:x" in function "<combcombAE-func()>"
at "[redacted]:x" in function "<combcombC-func(<combcombAE-func()>, <arg>)>"
at "[redacted]:x" in function "combA"
at "[redacted]:19" in function "main"
168

edits