Skip to content

Commit

Permalink
Raw extrusion bundles: universe level relaxation
Browse files Browse the repository at this point in the history
  • Loading branch information
pthariensflame committed Jun 7, 2024
1 parent e9c8f9f commit 3a7f83e
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions src/Algebra/Fumula/Extrusion/Bundles/Raw.agda
Original file line number Diff line number Diff line change
Expand Up @@ -19,15 +19,15 @@ module _ (F : RawAlmostFumula f ℓf) where
private
module F = RawAlmostFumula F

record RawLeftAlmostFumulaExtrusion (x ℓx : Level) : Set (f ⊔ suc x ⊔ ℓf ⊔ suc ℓx) where
record RawLeftAlmostFumulaExtrusion (x ℓx : Level) : Set (f ⊔ suc x ⊔ suc ℓx) where
infix 7 ❲_❳⤙_⤚_
infix 4 _≈_
field
Carrier : Set x
_≈_ : Rel Carrier ℓx
❲_❳⤙_⤚_ : Op₃ₗ F.Carrier Carrier

record RawRightAlmostFumulaExtrusion (x ℓx : Level) : Set (f ⊔ suc x ⊔ ℓf ⊔ suc ℓx) where
record RawRightAlmostFumulaExtrusion (x ℓx : Level) : Set (f ⊔ suc x ⊔ suc ℓx) where
infix 7 _⤙_⤚❲_❳
infix 4 _≈_
field
Expand All @@ -40,7 +40,7 @@ module _ (Fₗ : RawAlmostFumula fₗ ℓfₗ) (Fᵣ : RawAlmostFumula fᵣ ℓf
module Fₗ = RawAlmostFumula Fₗ
module Fᵣ = RawAlmostFumula Fᵣ

record RawDoubleAlmostFumulaExtrusion (x ℓx : Level) : Set (fₗ ⊔ fᵣ ⊔ suc x ⊔ ℓfₗ ⊔ ℓfᵣ ⊔ suc ℓx) where
record RawDoubleAlmostFumulaExtrusion (x ℓx : Level) : Set (fₗ ⊔ fᵣ ⊔ suc x ⊔ suc ℓx) where
infix 7 ❲_❳⤙_⤚_
infix 7 _⤙_⤚❲_❳
infix 4 _≈_
Expand Down Expand Up @@ -68,7 +68,7 @@ module _ (F : RawAlmostFumula f ℓf) where
private
module F = RawAlmostFumula F

record RawAlmostFumulaExtrusion (x ℓx : Level) : Set (f ⊔ suc x ⊔ ℓf ⊔ suc ℓx) where
record RawAlmostFumulaExtrusion (x ℓx : Level) : Set (f ⊔ suc x ⊔ suc ℓx) where
infix 7 ❲_❳⤙_⤚_
infix 7 _⤙_⤚❲_❳
infix 4 _≈_
Expand All @@ -92,7 +92,7 @@ module _ (F : RawFumula f ℓf) where
private
module F = RawFumula F

record RawLeftFumulaExtrusion (x ℓx : Level) : Set (f ⊔ suc x ⊔ ℓf ⊔ suc ℓx) where
record RawLeftFumulaExtrusion (x ℓx : Level) : Set (f ⊔ suc x ⊔ suc ℓx) where
infix 7 ❲_❳⤙_⤚_
infix 4 _≈_
field
Expand All @@ -108,7 +108,7 @@ module _ (F : RawFumula f ℓf) where
; ❲_❳⤙_⤚_ = ❲_❳⤙_⤚_
}

record RawRightFumulaExtrusion (x ℓx : Level) : Set (f ⊔ suc x ⊔ ℓf ⊔ suc ℓx) where
record RawRightFumulaExtrusion (x ℓx : Level) : Set (f ⊔ suc x ⊔ suc ℓx) where
infix 7 _⤙_⤚❲_❳
infix 4 _≈_
field
Expand All @@ -129,7 +129,7 @@ module _ (Fₗ : RawFumula fₗ ℓfₗ) (Fᵣ : RawFumula fᵣ ℓfᵣ) where
module Fₗ = RawFumula Fₗ
module Fᵣ = RawFumula Fᵣ

record RawDoubleFumulaExtrusion (x ℓx : Level) : Set (fₗ ⊔ fᵣ ⊔ suc x ⊔ ℓfₗ ⊔ ℓfᵣ ⊔ suc ℓx) where
record RawDoubleFumulaExtrusion (x ℓx : Level) : Set (fₗ ⊔ fᵣ ⊔ suc x ⊔ suc ℓx) where
infix 7 ❲_❳⤙_⤚_
infix 7 _⤙_⤚❲_❳
infix 4 _≈_
Expand Down Expand Up @@ -172,7 +172,7 @@ module _ (F : RawFumula f ℓf) where
private
module F = RawFumula F

record RawFumulaExtrusion (x ℓx : Level) : Set (f ⊔ suc x ⊔ ℓf ⊔ suc ℓx) where
record RawFumulaExtrusion (x ℓx : Level) : Set (f ⊔ suc x ⊔ suc ℓx) where
infix 7 ❲_❳⤙_⤚_
infix 7 _⤙_⤚❲_❳
infix 4 _≈_
Expand Down

0 comments on commit 3a7f83e

Please sign in to comment.