symmetries/Cubical/Structures/Set/CMon/SList.agda

8 lines
278 B
Plaintext

{-# OPTIONS --cubical --safe --exact-split #-}
module Cubical.Structures.Set.CMon.SList where
open import Cubical.Structures.Set.CMon.SList.Base public
open import Cubical.Structures.Set.CMon.SList.Length public
open import Cubical.Structures.Set.CMon.SList.Membership public