Skip to content

Commit

Permalink
rename
Browse files Browse the repository at this point in the history
  • Loading branch information
martinescardo committed Sep 8, 2023
1 parent 82ce8f9 commit 9b1cbd4
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 5 deletions.
2 changes: 1 addition & 1 deletion source/Groups/Free.lagda → source/Groups/FreeLarge.lagda
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ church-rosser. This seems to be a bug, but we are not sure.

\begin{code}

module Groups.Free where
module Groups.FreeLarge where

open import MLTT.Spartan
open import MLTT.Two
Expand Down
2 changes: 1 addition & 1 deletion source/Groups/FreeOverLargeLocallySmallSet.lagda
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ module Groups.FreeOverLargeLocallySmallSet
(pt : propositional-truncations-exist)
where

open import Groups.Free
open import Groups.FreeLarge
open import Groups.Type
open import MLTT.List
open import Relations.SRTclosure
Expand Down
2 changes: 1 addition & 1 deletion source/Groups/index.lagda
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ module Groups.index where

import Groups.Aut -- by Ettore Aldrovandi and Keri D'Angelo
import Groups.Cokernel -- by Ettore Aldrovandi and Keri D'Angelo
import Groups.Free -- by Bezem, Coquand, Dybjer and Escardo
import Groups.FreeLarge -- by Bezem, Coquand, Dybjer and Escardo
import Groups.FreeOverLargeLocallySmallSet -- by Bezem, Coquand, Dybjer and Escardo.
import Groups.GroupActions -- by Ettore Aldrovandi and Keri D'Angelo
import Groups.Homomorphisms -- by Ettore Aldrovandi and Keri D'Angelo
Expand Down
2 changes: 0 additions & 2 deletions source/InjectiveTypes/MathematicalStructuresMoreGeneral.lagda
Original file line number Diff line number Diff line change
Expand Up @@ -425,7 +425,6 @@ Monoid-Π-condition {𝓤} =
σ-remark : σ p A α = (_·_ , e)
σ-remark = refl


I : is-set (Π A)
I = Π-is-set fe' (λ h →
case F h of
Expand All @@ -446,7 +445,6 @@ Monoid-Π-condition {𝓤} =
case F h of
λ (Ah-is-set , ln , rn , assoc) → assoc (f h) (g h) (k h))


ainjectivity-of-Monoid : ainjective-type (Monoid {𝓤}) 𝓤 𝓤
ainjectivity-of-Monoid {𝓤} =
ainjectivity-of-type-of-structures
Expand Down

0 comments on commit 9b1cbd4

Please sign in to comment.