Limi
|
Represents a list of symbols. More...
#include <results.h>
Represents a list of symbols.
This type builds a single-linked list of symbols. This can save memory if different heads point to the identical tails of the list. It is used to track the path through the automaton so that a counter-example can be returned.
Symbol | The type of symbols in the list |