StackDepthFail type

Represents stack overflow error.

Example

F f(x:Int) f(x+1)f(0)
# ... Exception of type StackDepthFail ...

Direct parent types

CallFail
Represents calling failure.
Direct subtypes: 4