Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save yoshihiro503/c372cf38eec4fe4cf788b5ae6b10f1bd to your computer and use it in GitHub Desktop.
Save yoshihiro503/c372cf38eec4fe4cf788b5ae6b10f1bd to your computer and use it in GitHub Desktop.

mathcomp analysisのtopology.vにおいて,

...
Module PropInFilter : PropInFilterSig.
  Definition t := prop_in_filter_proj.
  ...
End PropInFilter.
Notation prop_of := PropInFilter.t.
...

というコードの,prop_of の行に関するglobファイルの行が次の通り:

abbrev 50509:50515 <> prop_of
R50520:50533 mathcomp.analysis.topology <> t prfax

PropInFilter.t へのレファレンスが glob上では <> t となっとる!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment