You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, the Replay module ignores tokens. This prevents external tools such as KaTie to perform queries involving tokens (e.g. jonathan-laurent/KaTie#21 from @hmedina ). The simplest fix would be to add a field tokens: (string * Nbr.t) array to the state type and ensure that rule applications correctly update this field.
Currently, the Replay module ignores tokens. This prevents external tools such as KaTie to perform queries involving tokens (e.g. jonathan-laurent/KaTie#21 from @hmedina ). The simplest fix would be to add a field
tokens: (string * Nbr.t) array
to thestate
type and ensure that rule applications correctly update this field.KappaTools/core/simulation/replay.mli
Lines 11 to 16 in 3e5eb6e
The text was updated successfully, but these errors were encountered: