mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-05-21 17:12:50 -06:00
fix typo in category theory
This commit is contained in:
@@ -46,7 +46,7 @@ fun iso2epi : ({c} : Category)
|
|||||||
-> ({g} : Arrow y x)
|
-> ({g} : Arrow y x)
|
||||||
-> (Iso f g -> Epi f) ;
|
-> (Iso f g -> Epi f) ;
|
||||||
|
|
||||||
def iso2epi (iso fff g id_fg id_gf) =
|
def iso2epi (iso f g id_fg id_gf) =
|
||||||
epi f (\h,m,eq_hf_mf ->
|
epi f (\h,m,eq_hf_mf ->
|
||||||
eqSym (eqTran (eqIdL m) -- h = m
|
eqSym (eqTran (eqIdL m) -- h = m
|
||||||
(eqTran (eqCompL m id_fg) -- m . id = h
|
(eqTran (eqCompL m id_fg) -- m . id = h
|
||||||
|
|||||||
Reference in New Issue
Block a user