Dominic Orchard
Dominic Orchard
Is there any way around this for now? I'm trying to use something in interactive mode were my top-level module has unsolved metas but all my modules are safe.
Thanks for replying. That seems to be the case already (things from `agda-stdlib`). A MWE is the same as the one posted at the top of this issue.
Reconsider in light of 8b5c622346c594e972dce9ead0ba7a9a09837a4c
Note that the equivalent code here would be: do i = 1, 2 s = 0 do j = 1, 2 do k = 1, 3 s = s +...
An example is here: https://github.com/camfort/camfort/tree/master/samples/units/global
Could we consider adding a `--cpp` option to CamFort that runs the file through cpp first?
Commit 4e63f2f639b754ae85a2ef2510bfeb8732d3df11 fixes this (not yet merged to `master`).
While the parsing seems correct - I still think this is the wrong kind of label to associate for the stencil specification.
Although this is very minor so it's probably not a big issue.
This seems to be working as the default now....