Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
affeldt-aist committed Feb 24, 2023
1 parent b8f5d5f commit a71c16a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion theories/charge.v
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ HB.mixin Record isAdditiveCharge d (T : semiRingOfSetsType d) (R : numFieldType)
#[short(type=additive_charge)]
HB.structure Definition AdditiveCharge d (T : semiRingOfSetsType d)
(R : numFieldType) :=
{ mu of isAdditiveCharge d T R mu & SigmaFinite_isFinite d T R mu }.
{ mu of isAdditiveCharge d T R mu & FinNumFun d mu }.

Notation "{ 'additive_charge' 'set' T '->' '\bar' R }" :=
(additive_charge T R) (at level 36, T, R at next level,
Expand Down

0 comments on commit a71c16a

Please sign in to comment.