Skip to content
Snippets Groups Projects
Commit 5d3fe67e authored by Jacques-Henri Jourdan's avatar Jacques-Henri Jourdan
Browse files

Parentheses.

parent 3b2f7704
No related branches found
No related tags found
No related merge requests found
...@@ -349,7 +349,7 @@ Proof. ...@@ -349,7 +349,7 @@ Proof.
refine (cast_if (decide (of_val v1 = of_val v2))); abstract naive_solver. refine (cast_if (decide (of_val v1 = of_val v2))); abstract naive_solver.
Defined. Defined.
Instance expr_inhabited : Inhabited (expr) := populate (Lit LitUnit). Instance expr_inhabited : Inhabited expr := populate (Lit LitUnit).
Instance val_inhabited : Inhabited val := populate (LitV LitUnit). Instance val_inhabited : Inhabited val := populate (LitV LitUnit).
Canonical Structure stateC := leibnizC state. Canonical Structure stateC := leibnizC state.
......
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