8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Right now stack type is defined as
with stack_type := | empty_stack : stack_type | cons_stack : type -> stack_type -> stack_type
but it should be something as close as possible to list type.
list type