tezoscoq icon indicating copy to clipboard operation
tezoscoq copied to clipboard

stack_type should be list type

Open CoinFormalizer opened this issue 8 years ago • 0 comments

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.

CoinFormalizer avatar Nov 02 '16 15:11 CoinFormalizer