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

8 lines
278 B
Plaintext
Raw Normal View History

2024-03-11 18:20:28 +00:00
{-# 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