We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The measure.v of math-comp Analysis has following lines.
measure.v
#[short(type="measurableType")] HB.structure Definition Measurable d := {T of AlgebraOfSets d T & hasMeasurableCountableUnion d T }.
I expected to find a measurableType definition in the glob file, but I could not find it.
measurableType
grep -w "measurableType" theories/measure.glob
R64919:64932 mathcomp.analysis.measure <> measurableType abbrev R72613:72626 mathcomp.analysis.measure <> measurableType abbrev R72638:72651 mathcomp.analysis.measure <> measurableType abbrev R72671:72684 mathcomp.analysis.measure <> measurableType abbrev R76499:76512 mathcomp.analysis.measure <> measurableType abbrev R79370:79383 mathcomp.analysis.measure <> measurableType abbrev ...
The text was updated successfully, but these errors were encountered:
No branches or pull requests
The
measure.v
of math-comp Analysis has following lines.#[short(type="measurableType")] HB.structure Definition Measurable d := {T of AlgebraOfSets d T & hasMeasurableCountableUnion d T }.
I expected to find a
measurableType
definition in the glob file, but I could not find it.grep -w "measurableType" theories/measure.glob
The text was updated successfully, but these errors were encountered: