add log effects to FromParser

This commit is contained in:
rhiannon morris 2024-04-04 18:23:50 +02:00
parent e6ad16813e
commit 861bd55f94
3 changed files with 33 additions and 28 deletions

View file

@ -138,6 +138,7 @@ liftFromParser act =
handleStateIORef !(asksAt STATE defs),
handleStateIORef !(asksAt STATE ns),
handleStateIORef !(asksAt STATE suf),
\g => send g,
\g => send g]
export %inline