Skip to content

Commit

Permalink
NIT
Browse files Browse the repository at this point in the history
  • Loading branch information
hei411 committed Nov 29, 2024
1 parent a6dc977 commit 3d4c1db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion theories/prob/distribution.v
Original file line number Diff line number Diff line change
Expand Up @@ -2402,7 +2402,7 @@ Section laplace.
* apply ex_seriesC_scal_l, ex_seriesC_laplace_f_nat.
Qed.

Program Definition laplace' ε : distr (Z) :=
Program Definition laplace ε : distr (Z) :=
MkDistr (λ z, laplace_f ε z / SeriesC (λ z, laplace_f ε z)) _ _ _.
Next Obligation.
intros. rewrite /laplace_f.
Expand Down

0 comments on commit 3d4c1db

Please sign in to comment.