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/Effect.Empty.html below:

Effect.Empty

Effect.Empty
------------------------------------------------------------------------
-- The Agda standard library
--
-- Empty values (e.g. [] for List, nothing for Maybe)
------------------------------------------------------------------------

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

module Effect.Empty where

open import Level using (Level; suc; _⊔_)

private
  variable
     ℓ′ : Level
    A  : Set 

record RawEmpty (F : Set   Set ℓ′) : Set (suc   ℓ′) where
  field
    empty : F A

  -- backwards compatibility: unicode variants
   : F A
   = empty

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