1
1
mirror of https://github.com/github/semantic.git synced 2024-12-22 06:11:49 +03:00

📝 ReachableStateInterpreter.

This commit is contained in:
Rob Rix 2017-12-21 14:32:40 -05:00
parent dd6d1fbd4a
commit adbc7e6623

View File

@ -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