Skip to content
Snippets Groups Projects
Commit 8d2e6a66 authored by Robbert Krebbers's avatar Robbert Krebbers
Browse files

Add `locC`, the OFE on locations.

parent 31aca833
No related branches found
No related tags found
No related merge requests found
......@@ -337,6 +337,7 @@ Instance val_inhabited : Inhabited val := populate (LitV LitUnit).
Instance expr_inhabited : Inhabited expr := populate (Val inhabitant).
Canonical Structure stateC := leibnizC state.
Canonical Structure locC := leibnizC loc.
Canonical Structure valC := leibnizC val.
Canonical Structure exprC := leibnizC expr.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment