mirror of
https://github.com/github/semantic.git
synced 2024-12-22 06:11:49 +03:00
📝 TraceInterpreter.
This commit is contained in:
parent
4bf9d38435
commit
dd6d1fbd4a
@ -31,6 +31,7 @@ type TracingInterpreter t v g
|
||||
, Reader (Environment (LocationFor v) v) -- For 'MonadEnv'.
|
||||
]
|
||||
|
||||
-- | The effects necessary for a linear trace analysis.
|
||||
type TraceInterpreter t v = TracingInterpreter t v []
|
||||
type ReachableStateInterpreter t v = TracingInterpreter t v Set
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user