-
Notifications
You must be signed in to change notification settings - Fork 65
Closed
Labels
renaming/refactoring 🔧This is about a renaming or refactoring in the libraryThis is about a renaming or refactoring in the library
Milestone
Description
Lines 1703 to 1710 in 229a6e9
| #[global] Hint Extern 0 (measurable_fun _ (fun=> _)) => | |
| solve [apply: measurable_cst] : core. | |
| #[global] Hint Extern 0 (measurable_fun _ (cst _)) => | |
| solve [apply: measurable_cst] : core. | |
| #[global] Hint Extern 0 (measurable_fun _ id) => | |
| solve [apply: measurable_id] : core. | |
| Arguments eq_measurable_fun {d1 d2 T1 T2 D} f {g}. | |
| Arguments measurable_fun_bool {d1 T1 D f} b. |
Metadata
Metadata
Assignees
Labels
renaming/refactoring 🔧This is about a renaming or refactoring in the libraryThis is about a renaming or refactoring in the library