{-# OPTIONS --cubical --safe #-}

module Cardinality.Finite.ManifestEnumerable.Inductive where

open import Prelude
open import Data.List public
open import Data.List.Membership public

 : Type a  Type a
 A = Σ[ xs  List A ] Π[ x  A ]  x  xs