Module InferModules__AbstractDomain.StackDomain
Domain whose members are stacks of elements (lists, last pushed is head of the list), partially ordered by the prefix relation (c;b;a
<= b;a
), and whose join computes the longest common prefix (so c;b;a
join f;g;b;c;a
= a
), so the top element is the empty stack.