Add ChainEvent, ChainState and CursorList types
These abstract the list structure of the trace away from the events, so that a trace is now a CursorList of ChainEvent values. The ChainState is a new type for the environment and queue.
src/CursorList.v
0 → 100644
Please register or sign in to comment