Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
h0nzZik committed Mar 12, 2024
1 parent 5c62d1f commit 699cb23
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion minuska/theories/varsof.v
Original file line number Diff line number Diff line change
Expand Up @@ -186,6 +186,6 @@ Instance VarsOf_MinusL_LangDef
(Act : Set)
: VarsOf (MinusL_LangDef Act) variable
:= {|
vars_of := fun D => union_list (vars_of <$> (mlld_decls D)) ;
vars_of := fun D => union_list (vars_of <$> (mlld_decls Act D)) ;
|}.

0 comments on commit 699cb23

Please sign in to comment.