Skip to content

Commit

Permalink
minor fix
Browse files Browse the repository at this point in the history
  • Loading branch information
affeldt-aist committed May 11, 2023
1 parent b191831 commit 8275649
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion theories/kernel.v
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,8 @@ HB.mixin Record Kernel_isSFinite_subdef d d'

HB.structure Definition SFiniteKernel d d'
(X : measurableType d) (Y : measurableType d') (R : realType) :=
{ k of @Kernel _ _ _ _ R k & Kernel_isSFinite_subdef _ _ X Y R k }.
{ k of @Kernel _ _ _ _ R k &
Kernel_isSFinite_subdef _ _ X Y R k }.
Notation "R .-sfker X ~> Y" := (SFiniteKernel.type X Y R).
Arguments sfinite_kernel_subdef {_ _ _ _ _} _.

Expand Down

0 comments on commit 8275649

Please sign in to comment.