leanprover / LNSym

Armv8 Native Code Symbolic Simulator in Lean
Apache License 2.0
62 stars 18 forks source link

feat: Switch out all of `mem_omega` with MetaM [4/?] #233

Closed bollu closed 1 week ago

bollu commented 3 weeks ago

Description:

This ensures that one part of the infrastructure is written completely in terms of MetaM. We will give simp_mem the same treatment next.

PR stacked on top of https://github.com/leanprover/LNSym/pull/232

Testing:

No executable defs have changed, cosim succeeds.

License:

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.