-
Notifications
You must be signed in to change notification settings - Fork 143
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Further fixes for rename of material in src/ring/src
Includes first steps towards changing names of corresponding OpenTheory material though this is not yet finished.
- Loading branch information
Showing
9 changed files
with
78 additions
and
38 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,40 @@ | ||
name: hol-eval-ring-unint | ||
version: 1.1 | ||
description: HOL ring theories (before re-interpretation) | ||
author: HOL OpenTheory Packager <opentheory-packager@hol-theorem-prover.org> | ||
license: MIT | ||
main { | ||
import: EVAL_ring | ||
import: EVAL_canonical | ||
import: EVAL_numring | ||
import: EVAL_quote | ||
import: EVAL_ring-norm | ||
import: EVAL_semiring | ||
} | ||
EVAL_ring { | ||
import: EVAL_semiring | ||
article: "EVAL_ring.ot.art" | ||
} | ||
EVAL_ring-norm { | ||
import: EVAL_canonical | ||
import: EVAL_ring | ||
import: EVAL_semiring | ||
article: "EVAL_ringNorm.ot.art" | ||
} | ||
EVAL_canonical { | ||
import: EVAL_quote | ||
import: EVAL_semiring | ||
article: "EVAL_canonical.ot.art" | ||
} | ||
EVAL_quote { | ||
article: "EVAL_quote.ot.art" | ||
} | ||
EVAL_semiring { | ||
article: "EVAL_semiring.ot.art" | ||
} | ||
EVAL_numring { | ||
import: EVAL_canonical | ||
import: EVAL_quote | ||
import: EVAL_semiring | ||
article: "EVAL_numRing.ot.art" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,40 +1,40 @@ | ||
name: hol-ring-unint | ||
name: hol-eval-ring-unint | ||
version: 1.1 | ||
description: HOL ring theories (before re-interpretation) | ||
author: HOL OpenTheory Packager <opentheory-packager@hol-theorem-prover.org> | ||
license: MIT | ||
main { | ||
import: ring | ||
import: canonical | ||
import: num-ring | ||
import: quote | ||
import: ring-norm | ||
import: semi-ring | ||
import: EVAL_ring | ||
import: EVAL_canonical | ||
import: EVAL_numring | ||
import: EVAL_quote | ||
import: EVAL_ring-norm | ||
import: EVAL_semiring | ||
} | ||
ring { | ||
import: semi-ring | ||
article: "ring.ot.art" | ||
EVAL_ring { | ||
import: EVAL_semiring | ||
article: "EVAL_ring.ot.art" | ||
} | ||
ring-norm { | ||
import: canonical | ||
import: ring | ||
import: semi-ring | ||
article: "ringNorm.ot.art" | ||
EVAL_ring-norm { | ||
import: EVAL_canonical | ||
import: EVAL_ring | ||
import: EVAL_semiring | ||
article: "EVAL_ringNorm.ot.art" | ||
} | ||
canonical { | ||
import: quote | ||
import: semi-ring | ||
article: "canonical.ot.art" | ||
EVAL_canonical { | ||
import: EVAL_quote | ||
import: EVAL_semiring | ||
article: "EVAL_canonical.ot.art" | ||
} | ||
quote { | ||
article: "quote.ot.art" | ||
EVAL_quote { | ||
article: "EVAL_quote.ot.art" | ||
} | ||
semi-ring { | ||
article: "semi_ring.ot.art" | ||
EVAL_semiring { | ||
article: "EVAL_semiring.ot.art" | ||
} | ||
num-ring { | ||
import: canonical | ||
import: quote | ||
import: semi-ring | ||
article: "numRing.ot.art" | ||
EVAL_numring { | ||
import: EVAL_canonical | ||
import: EVAL_quote | ||
import: EVAL_semiring | ||
article: "EVAL_numRing.ot.art" | ||
} |