Skip to content
Snippets Groups Projects
Commit 44039dce authored by Ralf Jung's avatar Ralf Jung
Browse files

make some DRA instances Local

parent 3a70e156
No related branches found
No related tags found
No related merge requests found
......@@ -44,7 +44,8 @@ Global Arguments dra_op : simpl never.
Global Arguments dra_valid : simpl never.
Global Arguments dra_mixin : simpl never.
Add Printing Constructor draT.
Global Existing Instances dra_equiv dra_pcore dra_disjoint dra_op dra_valid.
(* FIXME: Should some of these be [Global]? *)
Local Existing Instances dra_equiv dra_pcore dra_disjoint dra_op dra_valid.
(** Lifting properties from the mixin *)
Section dra_mixin.
......
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