This file contains hidden or 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
| <?xml version="1.0"?> | |
| <alloy> | |
| <view> | |
| <projection> <type name="質問"/> </projection> | |
| <defaultnode/> | |
| <defaultedge/> |
This file contains hidden or 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
| Require Export Category. | |
| Set Implicit Arguments. | |
| Unset Strict Implicit. | |
| Section allegory. | |
| Variable C : Category. | |
| Variable Op_intersect : forall a b : Ob C, Map2 (Hom a b) (Hom a b) (Hom a b). | |
| Variable Op_converse \u00a0: forall a b : Ob C, Map (Hom a b) (Hom b a). |