A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from https://agda.github.io/agda-stdlib/master/Data.List.Relation.Unary.Enumerates.Setoid.html below:

Data.List.Relation.Unary.Enumerates.Setoid

Data.List.Relation.Unary.Enumerates.Setoid
------------------------------------------------------------------------
-- The Agda standard library
--
-- Lists which contain every element of a given type
------------------------------------------------------------------------

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

open import Data.List.Base using (List)
open import Level
open import Relation.Binary.Bundles using (Setoid)

module Data.List.Relation.Unary.Enumerates.Setoid
  {a } (S : Setoid a ) where

open Setoid S renaming (Carrier to A)
open import Data.List.Membership.Setoid S

------------------------------------------------------------------------
-- Definition

IsEnumeration : List A  Set (a  )
IsEnumeration xs =  x  x  xs

RetroSearch is an open source project built by @garambo | Open a GitHub Issue

Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo

HTML: 3.2 | Encoding: UTF-8 | Version: 0.7.4