Skip to content

Commit

Permalink
fix scope
Browse files Browse the repository at this point in the history
  • Loading branch information
t6s committed Jul 17, 2024
1 parent f8cddb2 commit d0547a2
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions probability/proba_mcreal.v
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,17 @@ Require Import Reals Lra.
Require Import ssrR Reals_ext realType_ext logb ssr_ext ssralg_ext.
Require Import bigop_ext fdist proba.

Set Implicit Arguments.
Unset Strict Implicit.
Unset Printing Implicit Defensive.

Local Open Scope ring_scope.
Local Open Scope reals_ext_scope.
Local Open Scope fdist_scope.
Local Open Scope proba_scope.

Import Order.POrderTheory Order.Theory Num.Theory GRing.Theory.

(* from mca master *)
Local Lemma Pos_to_natE p : Pos.to_nat p = nat_of_pos p.
Proof.
Expand Down

0 comments on commit d0547a2

Please sign in to comment.