Closed sweirich closed 6 years ago
After reading this issue, I found out that we can actually improve the Decode.hs
(where this snippet comes from) to make it simpler and nicer, see https://github.com/mit-plv/riscv-semantics/pull/18
So it would certainly be nice to have hs-to-coq support record construction with {...}
, but riscv-semantics will also work if it only supports record construction which is just bare function application.
This works now (was a duplicate of #61 anyways)
Thanks. We can close the issue (and #61?)
We can't handle this idiom
The output is garbage in the RHS. Is it that record construction is still unsupported?