Current section

Files

Jump to
outcome include outcome_Stack.hrl
Raw

include/outcome_Stack.hrl

-record(stack, {
problem :: outcome:problem(),
problems :: list(outcome:problem())
}).