pufferffish / agda-symmetries

MIT License
5 stars 1 forks source link

: Rename the fields to shorter names #53

Closed github-actions[bot] closed 9 months ago

github-actions[bot] commented 9 months ago

https://api.github.com/pufferffish/agda-symmetries/blob/0ff92bdb19aba58e89e9690583a23f811cdcca95/Cubical/Structures/Str.agda#L24


  field
    carrier : Type n
    algebra : sig σ carrier -> carrier
  -- TODO : Rename the fields to shorter names
  car = carrier
  alg = algebra
open struct public

module _  {f a x y : Level} {σ : Sig f a} (𝔛 : struct x σ) (𝔜 : struct y σ)  where
github-actions[bot] commented 9 months ago

Closed in c6194bce52a2a5d34847f5f2740055f0d9cfc745