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
Agda version 2.6.4.1
Built with flags (cabal -f)
- enable-cluster-counting: unicode cluster counting in LaTeX backend using the ICU library
- optimise-heavily: extra optimisations
I did a little debugging, it shows that I was getting a wrong extmark (doesn't match the cursor position) at step 6.
step to reproduce.
:CornelisLoad
refl-example = ?
:CornelisLoad
:CornelisTypeContext
at the?
added aboveagda --version
used:I did a little debugging, it shows that I was getting a wrong extmark (doesn't match the cursor position) at step 6.
Here
bs_ips
might be used before it was updated?cornelis/src/Lib.hs
Line 92 in 41b7d5e
Looks like the interaction points was updated in parallel with the routine above.
Works fine if I always do
:CornelisLoad
twice though.The text was updated successfully, but these errors were encountered: