mirror of
https://github.com/github/semantic.git
synced 2024-12-22 06:11:49 +03:00
📝 evTell.
This commit is contained in:
parent
adbc7e6623
commit
116cc96627
@ -65,6 +65,7 @@ evalReach :: forall v term
|
||||
evalReach = run @(ReachableStateInterpreter term v) . fix (evTell @Set (\ recur yield -> eval recur yield . project)) pure
|
||||
|
||||
|
||||
-- | Small-step evaluation which records every visited configuration.
|
||||
evTell :: forall g t m v
|
||||
. ( Monoid (g (Configuration (LocationFor v) t v))
|
||||
, Pointed g
|
||||
|
Loading…
Reference in New Issue
Block a user