module ImprHIT.Background.WSuspension where

open import Agda.Primitive renaming (Set to Type)

record WSusSig { ℓ' ℓ''} : Type (lsuc ((lsuc (  ℓ'))  ℓ'')) where
  constructor wSusSig
  field
    Shape    : Type 
    Position : Shape  Type ℓ'
    paths : Type ℓ''
    leftE, rightE : paths -> Shape