Types

StackDepthFail

Represents stack overflow error.

Parent types

Example

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