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.Choice.html below:

Effect.Choice

Effect.Choice
------------------------------------------------------------------------
-- The Agda standard library
--
-- Type constructors giving rise to a semigroup at every type
-- e.g. (List, _++_)
------------------------------------------------------------------------

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

module Effect.Choice where

open import Level

private
  variable
     ℓ′ : Level
    A  : Set 

record RawChoice (F : Set   Set ℓ′) : Set (suc   ℓ′) where
  infixr 3 _<|>_ _∣_
  field
    _<|>_ : F A  F A  F A

  -- backwards compatibility: unicode variants
  _∣_ : F A  F A  F A
  _∣_ = _<|>_

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