mirror of
https://github.com/github/semantic.git
synced 2024-12-22 06:11:49 +03:00
📝 ReachableStateInterpreter.
This commit is contained in:
parent
dd6d1fbd4a
commit
adbc7e6623
@ -33,6 +33,8 @@ type TracingInterpreter t v g
|
||||
|
||||
-- | The effects necessary for a linear trace analysis.
|
||||
type TraceInterpreter t v = TracingInterpreter t v []
|
||||
|
||||
-- | The effects necessary for a reachable state analysis.
|
||||
type ReachableStateInterpreter t v = TracingInterpreter t v Set
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user