Skip to content
Snippets Groups Projects
Unverified Commit f6264c38 authored by ColinRothgang's avatar ColinRothgang
Browse files

Fix wrong type annotation

parent 656f5429
No related branches found
No related tags found
No related merge requests found
......@@ -32,7 +32,7 @@ theory CatExtended : latin:/?DPHOL =
transitiveIsomorphic: ⊦ ∀ͭ[x] ∀ͭ[y] ∀ͭ[z] areIsomorphic x y⇒ areIsomorphic y z ⇒ areIsomorphic y z ❙
// an example of predicate subtypes: the endo-isomorphisms of an object❙
isomorphisms = [u: tm obj] mor u u | ( [m: mor u u] isIsomorphism u u m ) ❙
isomorphisms = [u: tm obj] mor u u | ( [m: tm (mor u u)] isIsomorphism u u m ) ❙
// a particular categorical product and projections❙
prod: tm obj ⟶ tm obj ⟶ tm obj ❙
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment