Search is not available for this dataset
text
string
meta
dict
------------------------------------------------------------------------ -- The Agda standard library -- -- List-related properties ------------------------------------------------------------------------ -- Note that the lemmas below could be generalised to work with other -- equalities than _≡_. {-# OPTIONS --witho...
{ "alphanum_fraction": 0.4987402812, "avg_line_length": 36.8761238761, "ext": "agda", "hexsha": "b7bbc50301409478484cd884f87f06fd6db362f7", "lang": "Agda", "max_forks_count": null, "max_forks_repo_forks_event_max_datetime": null, "max_forks_repo_forks_event_min_datetime": null, "max_forks_repo_head_he...
-- Andreas, 2018-09-03, issue #3200 reported by gallais -- -- Record let pattern bindings trigger spurious irrelevance -- marker, probably due to confusion of Prop with dummy type. -- {-# OPTIONS -v tc.term.let.pattern:100 #-} -- {-# OPTIONS -v tc.lhs.top:30 #-} open import Agda.Builtin.Bool open import Agda.Builtin....
{ "alphanum_fraction": 0.633969119, "avg_line_length": 23.9347826087, "ext": "agda", "hexsha": "f283a9df04ce2896fcadc13f1f471eb72895355e", "lang": "Agda", "max_forks_count": 371, "max_forks_repo_forks_event_max_datetime": "2022-03-30T19:00:30.000Z", "max_forks_repo_forks_event_min_datetime": "2015-01-03...
{-# OPTIONS --cubical --cumulativity #-} open import leibniz public open import equalities public open import leibniz-equality public
{ "alphanum_fraction": 0.7851851852, "avg_line_length": 22.5, "ext": "agda", "hexsha": "1483060a245f294efdf80d345c16b468f5315e19", "lang": "Agda", "max_forks_count": null, "max_forks_repo_forks_event_max_datetime": null, "max_forks_repo_forks_event_min_datetime": null, "max_forks_repo_head_hexsha": "e...
{-# OPTIONS --without-K #-} open import lib.Basics open import lib.types.Group open import lib.types.Lift open import lib.groups.Homomorphisms module lib.groups.Lift where Lift-group-structure : ∀ {i j} {A : Type i} → GroupStructure A → GroupStructure (Lift {j = j} A) Lift-group-structure GS = record { ident = l...
{ "alphanum_fraction": 0.5791420118, "avg_line_length": 33.8, "ext": "agda", "hexsha": "8037dc830b6dd82157fce2ae1b60f97c66530f2c", "lang": "Agda", "max_forks_count": null, "max_forks_repo_forks_event_max_datetime": null, "max_forks_repo_forks_event_min_datetime": null, "max_forks_repo_head_hexsha": "b...
{-# OPTIONS --show-implicit #-} open import Relation.Binary.PropositionalEquality module Experiments.Ref (funext : ∀ {a b} → Extensionality a b) where open import Level open import Data.Nat import Data.Unit as Unit open import Data.List open import Data.List.Most open import Data.Product hiding (swap) open import Dat...
{ "alphanum_fraction": 0.5512538495, "avg_line_length": 27.0595238095, "ext": "agda", "hexsha": "151b8ddb200dbe14fd046151e477fae2138f126a", "lang": "Agda", "max_forks_count": 1, "max_forks_repo_forks_event_max_datetime": "2021-12-28T17:38:05.000Z", "max_forks_repo_forks_event_min_datetime": "2021-12-28T...
------------------------------------------------------------------------ -- Strings ------------------------------------------------------------------------ {-# OPTIONS --without-K #-} module String where open import Prelude ------------------------------------------------------------------------ -- Helper code use...
{ "alphanum_fraction": 0.5118306351, "avg_line_length": 23.6176470588, "ext": "agda", "hexsha": "13557fef88543a3af042b8fd7d8fe85d4b14159c", "lang": "Agda", "max_forks_count": null, "max_forks_repo_forks_event_max_datetime": null, "max_forks_repo_forks_event_min_datetime": null, "max_forks_repo_head_he...
-- {-# OPTIONS --show-implicit --show-irrelevant #-} module Data.QuadTree.FunctorProofs.Valid-QuadTreeFunctor where open import Haskell.Prelude renaming (zero to Z; suc to S) open import Data.Logic open import Data.QuadTree.InternalAgda open import Agda.Primitive open import Data.QuadTree.FunctorProofs.FunctorLaws ope...
{ "alphanum_fraction": 0.7014853857, "avg_line_length": 53.5128205128, "ext": "agda", "hexsha": "4158eb7435fa73af60363bf3314cfc238ed15369", "lang": "Agda", "max_forks_count": null, "max_forks_repo_forks_event_max_datetime": null, "max_forks_repo_forks_event_min_datetime": null, "max_forks_repo_head_he...
------------------------------------------------------------------------ -- Asymmetric choice ------------------------------------------------------------------------ {-# OPTIONS --universe-polymorphism #-} module TotalParserCombinators.AsymmetricChoice where open import Data.Empty open import Data.List open import ...
{ "alphanum_fraction": 0.574933687, "avg_line_length": 33.7611940299, "ext": "agda", "hexsha": "cdc3989a2203d59fe089e25a819813cb3ae692e4", "lang": "Agda", "max_forks_count": null, "max_forks_repo_forks_event_max_datetime": null, "max_forks_repo_forks_event_min_datetime": null, "max_forks_repo_head_hex...
{- Agda Implementors' Meeting VI Göteborg May 24 - 30, 2007 Hello Agda! Ulf Norell -} {- Getting your hands on Agda http://www.cs.chalmers.se/~ulfn/Agda darcs get --partial http://www.cs.chalmers.se/~ulfn/darcs/Agda2 -} -- Each ...
{ "alphanum_fraction": 0.5948144382, "avg_line_length": 20.2783505155, "ext": "agda", "hexsha": "34ca2514ca0168f9cd4cfe8fa7da4cd71698856f", "lang": "Agda", "max_forks_count": 371, "max_forks_repo_forks_event_max_datetime": "2022-03-30T19:00:30.000Z", "max_forks_repo_forks_event_min_datetime": "2015-01-0...
open import Agda.Builtin.List open import Agda.Builtin.Reflection open import Agda.Builtin.Unit postulate F : Set → Set module M₀ where macro go-tactic₀ : Term → TC ⊤ go-tactic₀ hole = unify hole (def (quote F) []) test₀ : Set test₀ = go-tactic₀ ⊤ module M₁ (A : Set) where macro go-tactic₁ : ...
{ "alphanum_fraction": 0.6553106212, "avg_line_length": 18.4814814815, "ext": "agda", "hexsha": "2479fac9df8c4c40c1aa0b53238dd75b900ecedc", "lang": "Agda", "max_forks_count": 371, "max_forks_repo_forks_event_max_datetime": "2022-03-30T19:00:30.000Z", "max_forks_repo_forks_event_min_datetime": "2015-01-0...
{-# OPTIONS --safe --cubical --postfix-projections #-} module Relation.Binary where open import Level open import Function using (_∘_; flip; id) open import Inspect using (inspect;〖_〗) open import HLevels using (isSet) open import Path as ≡ hiding (sym; refl) open import Data.Bool using (Bool; true; ...
{ "alphanum_fraction": 0.5617961511, "avg_line_length": 30.5, "ext": "agda", "hexsha": "7a69e47efe7efb5e88ac52385215ab33515fecdf", "lang": "Agda", "max_forks_count": 1, "max_forks_repo_forks_event_max_datetime": "2021-11-11T12:30:21.000Z", "max_forks_repo_forks_event_min_datetime": "2021-11-11T12:30:21....
{-# OPTIONS --safe #-} data ⊥ : Set where private {-# TERMINATING #-} f : ⊥ f = f mutual {-# TERMINATING #-} g : ⊥ g = f abstract {-# TERMINATING #-} h : ⊥ h = f record I : Set where {-# TERMINATING #-} i : ⊥ i = f instance {-# TERMINATING #-} j : I j = j
{ "alphanum_fraction": 0.4662162162, "avg_line_length": 8.9696969697, "ext": "agda", "hexsha": "4b167b0d77092a2185aee36e588538835443a8c0", "lang": "Agda", "max_forks_count": 371, "max_forks_repo_forks_event_max_datetime": "2022-03-30T19:00:30.000Z", "max_forks_repo_forks_event_min_datetime": "2015-01-03...
module Duploid where import Relation.Binary.PropositionalEquality as Eq open Eq using (_≡_; refl; sym; cong) open Eq.≡-Reasoning open import Level open import Preduploid private variable p q r s : Polarity record Duploid o ℓ : Set (suc (o ⊔ ℓ)) where field 𝒟 : Preduploid o ℓ open Preduploid.Preduploid ...
{ "alphanum_fraction": 0.4359772852, "avg_line_length": 30.6685393258, "ext": "agda", "hexsha": "5b74c816e1007c6bbeeeea66af6346e156c9413a", "lang": "Agda", "max_forks_count": null, "max_forks_repo_forks_event_max_datetime": null, "max_forks_repo_forks_event_min_datetime": null, "max_forks_repo_head_he...
{- Kleisli category for a monad. -} module CategoryTheory.Instances.Kleisli where open import CategoryTheory.Categories open import CategoryTheory.Functor open import CategoryTheory.NatTrans open import CategoryTheory.Monad open Category -- Kleisli category from a category ℂ and a monad on ℂ Kleisli : ∀{n} -> (ℂ : ...
{ "alphanum_fraction": 0.4599786553, "avg_line_length": 43.2461538462, "ext": "agda", "hexsha": "7d38a7e63fe443f8f5dd0b992f1a6d5214a9eda6", "lang": "Agda", "max_forks_count": null, "max_forks_repo_forks_event_max_datetime": null, "max_forks_repo_forks_event_min_datetime": null, "max_forks_repo_head_he...
------------------------------------------------------------------------ -- The Agda standard library -- -- Argument visibility used in the reflection machinery ------------------------------------------------------------------------ {-# OPTIONS --without-K --safe #-} module Reflection.Argument.Visibility where open...
{ "alphanum_fraction": 0.5270890725, "avg_line_length": 31.1142857143, "ext": "agda", "hexsha": "e6b51d8dcbe8ac185ef015183aed059e79ff2715", "lang": "Agda", "max_forks_count": 1, "max_forks_repo_forks_event_max_datetime": "2021-11-04T06:54:45.000Z", "max_forks_repo_forks_event_min_datetime": "2021-11-04T...
module NotNot where data ⊥ : Set where Not : Set → Set Not A = ⊥ Whoa : ∀ {A : Set} → Not (Not A) → A Whoa () postulate -- Law of excluded middle. LEM : ∀ {A : Set} → Not (Not A) → A Alright : ∀ {A : Set} → Not (Not A) → A Alright p = LEM p -- Constructive LEM requires hProp, hSet, Discrete, etc.
{ "alphanum_fraction": 0.5811688312, "avg_line_length": 16.2105263158, "ext": "agda", "hexsha": "899cde87a8395665251a72a46b1d4932aa63e42a", "lang": "Agda", "max_forks_count": null, "max_forks_repo_forks_event_max_datetime": null, "max_forks_repo_forks_event_min_datetime": null, "max_forks_repo_head_he...
{-# OPTIONS --cubical --safe #-} module Cubical.Structures.AbGroup where open import Cubical.Foundations.Prelude open import Cubical.Foundations.Equiv open import Cubical.Foundations.HLevels open import Cubical.Data.Sigma open import Cubical.Foundations.SIP renaming (SNS-PathP to SNS) open import Cubical.Structures.N...
{ "alphanum_fraction": 0.6664176317, "avg_line_length": 30.4204545455, "ext": "agda", "hexsha": "4618dd97e3d0f79a29172ab731d07d5b13fa0c91", "lang": "Agda", "max_forks_count": null, "max_forks_repo_forks_event_max_datetime": null, "max_forks_repo_forks_event_min_datetime": null, "max_forks_repo_head_he...
-- Andreas, 2015-11-18, issue 1692 reported by m0davis -- {-# OPTIONS -v tc.with.top:20 #-} open import Common.Level open import Common.Equality open import Common.Product postulate Key : Set Value : Key → Set anyOf : ∀{A : Set} → A → A → A data Tree : Set where node : (k : Key) (v : Value k) → Tree data...
{ "alphanum_fraction": 0.4915687276, "avg_line_length": 32.0819672131, "ext": "agda", "hexsha": "7829c769c63f468394011aa0affc71291ea86e2d", "lang": "Agda", "max_forks_count": 371, "max_forks_repo_forks_event_max_datetime": "2022-03-30T19:00:30.000Z", "max_forks_repo_forks_event_min_datetime": "2015-01-0...
------------------------------------------------------------------------ -- The rec construction can be encoded using λ-terms ------------------------------------------------------------------------ module Recursion-without-rec where open import Equality.Propositional.Cubical open import Prelude hiding (id; swap) im...
{ "alphanum_fraction": 0.431491953, "avg_line_length": 35.3692307692, "ext": "agda", "hexsha": "dd7baa0a367ca4c363e0842fd44f7a4ea1c32ec5", "lang": "Agda", "max_forks_count": null, "max_forks_repo_forks_event_max_datetime": null, "max_forks_repo_forks_event_min_datetime": null, "max_forks_repo_head_hex...
-- TODO -- Basic Tarski-style semantics, for soundness only. module BasicT.Semantics.BasicTarski where open import BasicT.Syntax.Common public -- Tarski models. record Model : Set₁ where infix 3 ⊩ᵅ_ field -- Forcing for atomic propositions. ⊩ᵅ_ : Atom → Set open Model {{…}} public -- Forcing in a pa...
{ "alphanum_fraction": 0.4488863507, "avg_line_length": 19.0326086957, "ext": "agda", "hexsha": "8f23302adcb9525b086a167761e6037299d0cd8b", "lang": "Agda", "max_forks_count": null, "max_forks_repo_forks_event_max_datetime": null, "max_forks_repo_forks_event_min_datetime": null, "max_forks_repo_head_he...
open import Agda.Primitive record Setoid (a : Level) : Set₁ where constructor mk field carrier : Set record HeytingAlgebra {a} (setoid : Setoid a) (A : Set) : Set a where constructor laws open Setoid setoid field ∧-cong : carrier
{ "alphanum_fraction": 0.6963562753, "avg_line_length": 19, "ext": "agda", "hexsha": "fe594bee10c1faca2f513b31c5d2ea065de4e5e3", "lang": "Agda", "max_forks_count": 371, "max_forks_repo_forks_event_max_datetime": "2022-03-30T19:00:30.000Z", "max_forks_repo_forks_event_min_datetime": "2015-01-03T14:04:08....
{-# OPTIONS --exact-split #-} {-# OPTIONS --no-sized-types #-} {-# OPTIONS --no-universe-polymorphism #-} {-# OPTIONS --without-K #-} module Bottom where open import Common.FOL.FOL-Eq postulate bot : ⊥ postulate zero : D succ : D → D postulate false : zero ≡ succ zero {-# ...
{ "alphanum_fraction": 0.6344463972, "avg_line_length": 25.8636363636, "ext": "agda", "hexsha": "ea6fb9c93e31af502a592d6e504ffad0edcea485", "lang": "Agda", "max_forks_count": 3, "max_forks_repo_forks_event_max_datetime": "2018-03-14T08:50:00.000Z", "max_forks_repo_forks_event_min_datetime": "2016-09-19T...
------------------------------------------------------------------------ -- Unit tests for Tactic.By.Parametrised ------------------------------------------------------------------------ -- Nothing is exported from this module. {-# OPTIONS --without-K --safe #-} open import Equality module Tactic.By.Parametrised.Te...
{ "alphanum_fraction": 0.4024813896, "avg_line_length": 27.2297297297, "ext": "agda", "hexsha": "4648826708ff4b31f31866ecf038bf1bad33e0e9", "lang": "Agda", "max_forks_count": null, "max_forks_repo_forks_event_max_datetime": null, "max_forks_repo_forks_event_min_datetime": null, "max_forks_repo_head_he...
------------------------------------------------------------------------ -- A parametrised coinductive definition that can be used to define -- strong and weak bisimilarity as well as expansion ------------------------------------------------------------------------ {-# OPTIONS --sized-types #-} open import Prelude ...
{ "alphanum_fraction": 0.441782794, "avg_line_length": 33.3961538462, "ext": "agda", "hexsha": "a25f2fa396a068d829cebb7ac522bf09601ce934", "lang": "Agda", "max_forks_count": null, "max_forks_repo_forks_event_max_datetime": null, "max_forks_repo_forks_event_min_datetime": null, "max_forks_repo_head_hex...
------------------------------------------------------------------------ -- Some theory of Erased, developed using Cubical Agda ------------------------------------------------------------------------ -- This module instantiates and reexports code from Erased. {-# OPTIONS --erased-cubical --safe #-} import Equality....
{ "alphanum_fraction": 0.5347776511, "avg_line_length": 33.5872340426, "ext": "agda", "hexsha": "daeedb022c08968eed7bf45e3764e41bf5588527", "lang": "Agda", "max_forks_count": null, "max_forks_repo_forks_event_max_datetime": null, "max_forks_repo_forks_event_min_datetime": null, "max_forks_repo_head_he...
-- Andreas, 2019-07-11, issue #3843, reported by shinji-kono -- recordExpressionToCopattern translation invalidates projection-likeness. -- {-# OPTIONS -v tc.proj.like:100 -v impossible:10 #-} data _≡_ {a} {A : Set a} (x : A) : A → Set a where refl : x ≡ x postulate ANY : ∀{a} {A : Set a} → A Nat : Set suc...
{ "alphanum_fraction": 0.6071005917, "avg_line_length": 29.649122807, "ext": "agda", "hexsha": "f3d84d0189ecca63a0e96945ad8214a9e8c13726", "lang": "Agda", "max_forks_count": 371, "max_forks_repo_forks_event_max_datetime": "2022-03-30T19:00:30.000Z", "max_forks_repo_forks_event_min_datetime": "2015-01-03...
------------------------------------------------------------------------ -- The Agda standard library -- -- Costrings ------------------------------------------------------------------------ {-# OPTIONS --without-K #-} module Codata.Musical.Costring where open import Codata.Musical.Colist as Colist using (Colist) op...
{ "alphanum_fraction": 0.5656565657, "avg_line_length": 23.76, "ext": "agda", "hexsha": "a6405f23fe955ee99a11a8b21b5aa909b88d01af", "lang": "Agda", "max_forks_count": 1, "max_forks_repo_forks_event_max_datetime": "2021-11-04T06:54:45.000Z", "max_forks_repo_forks_event_min_datetime": "2021-11-04T06:54:45...
-- Andreas, AIM XXIII, 2016-04-25 -- Parameter arguments of overloaded projection applications -- should not be skipped! record R A : Set where field f : {x y : A} → A open R record S A : Set where field f : {x y : A} → A open S r : ∀{A} → R A f r {x} = x test : ∀{A B : Set} (a : A) (b : B) → A test {A} a b = ...
{ "alphanum_fraction": 0.5520231214, "avg_line_length": 18.2105263158, "ext": "agda", "hexsha": "d3ff9b017667fcf283e1f46498854b33020bb330", "lang": "Agda", "max_forks_count": 371, "max_forks_repo_forks_event_max_datetime": "2022-03-30T19:00:30.000Z", "max_forks_repo_forks_event_min_datetime": "2015-01-0...
module README where ------------------------------------------------------------------------ -- Core definitions ------------------------------------------------------------------------ import Generics.Prelude -- Generics.Telescope introduces an encoding for telescopes, -- along with functions to manipulate indexed ...
{ "alphanum_fraction": 0.6603131382, "avg_line_length": 31.2553191489, "ext": "agda", "hexsha": "d373142731065eb06b588ca7fe51cb7f4eceab95", "lang": "Agda", "max_forks_count": 3, "max_forks_repo_forks_event_max_datetime": "2022-01-14T10:35:16.000Z", "max_forks_repo_forks_event_min_datetime": "2021-04-08T...
open import Formalization.PredicateLogic.Signature module Formalization.PredicateLogic.Classical.Semantics.Satisfaction (𝔏 : Signature) {ℓₘ} where open Signature(𝔏) import Lvl open import Data open import Data.Boolean open import Data.Boolean.Stmt open import Data.ListSized import Data.ListSized.Functions...
{ "alphanum_fraction": 0.6472273378, "avg_line_length": 41.7692307692, "ext": "agda", "hexsha": "39c687a2828d48664b21a5e696a382df91f2da90", "lang": "Agda", "max_forks_count": null, "max_forks_repo_forks_event_max_datetime": null, "max_forks_repo_forks_event_min_datetime": null, "max_forks_repo_head_he...
-- Andreas, 2017-10-04, issue #2765, reported by nad -- Problem: inferred level expressions are often "reversed" open import Agda.Primitive postulate F : (ℓ : Level) → Set ℓ G : (a b c : Level) → Set {!!} -- C-c C-= G a b c = F a → F b → F c -- WAS: -- ?0 := c ⊔ (b ⊔ a) -- Expected: Inferred level should be -- ...
{ "alphanum_fraction": 0.5680473373, "avg_line_length": 19.8823529412, "ext": "agda", "hexsha": "5ae1ae6559f4cd7125bc80d2d9f638c86bc88657", "lang": "Agda", "max_forks_count": 371, "max_forks_repo_forks_event_max_datetime": "2022-03-30T19:00:30.000Z", "max_forks_repo_forks_event_min_datetime": "2015-01-0...
{-# OPTIONS --without-K --safe #-} module Categories.GlobularSet where -- Globular sets are defined in a Categorical context, but -- should they be inside the Categories hierarchy? open import Level open import Data.Unit using (⊤) open import Relation.Binary.PropositionalEquality using (refl) open import Categories....
{ "alphanum_fraction": 0.7354555434, "avg_line_length": 25.3055555556, "ext": "agda", "hexsha": "dcc3cd44ed240b70fd1b6d3e93def929b31c49d3", "lang": "Agda", "max_forks_count": 64, "max_forks_repo_forks_event_max_datetime": "2022-03-14T02:00:59.000Z", "max_forks_repo_forks_event_min_datetime": "2019-06-02...
module Data.QuadTree.InternalAgda where open import Data.QuadTree.Implementation.Definition open import Data.QuadTree.Implementation.PublicFunctions open import Data.QuadTree.Implementation.Functors open import Data.QuadTree.Implementation.ValidTypes open import Data.QuadTree.Implementation.QuadrantLenses open import ...
{ "alphanum_fraction": 0.8851540616, "avg_line_length": 44.625, "ext": "agda", "hexsha": "aacf653b387f95536d5a25c0126d4e5c2164b1ac", "lang": "Agda", "max_forks_count": null, "max_forks_repo_forks_event_max_datetime": null, "max_forks_repo_forks_event_min_datetime": null, "max_forks_repo_head_hexsha": ...
module _ where module M where postulate A : Set module N = M -- This alias introduces a display form M.A --> N.A open M postulate a : A {-# DISPLAY N.A = A #-} -- Makes Agda loop test : Set test = a
{ "alphanum_fraction": 0.6208530806, "avg_line_length": 11.7222222222, "ext": "agda", "hexsha": "c0775ffe94214af0f1b27d5ed45928fe79024b56", "lang": "Agda", "max_forks_count": 371, "max_forks_repo_forks_event_max_datetime": "2022-03-30T19:00:30.000Z", "max_forks_repo_forks_event_min_datetime": "2015-01-0...
{-# OPTIONS --without-K --rewriting #-} open import HoTT open import cw.CW open import cw.FinCW open import cw.FinBoundary open import cohomology.Theory module cw.cohomology.cochainequiv.DualizedHigherBoundary (OT : OrdinaryTheory lzero) {n} (⊙fin-skel : ⊙FinSkeleton (S (S n))) where open OrdinaryTheory OT privat...
{ "alphanum_fraction": 0.5994962217, "avg_line_length": 44.1111111111, "ext": "agda", "hexsha": "16f5a676be2dee693ea0cbbd31f52c0f0bc7903f", "lang": "Agda", "max_forks_count": null, "max_forks_repo_forks_event_max_datetime": null, "max_forks_repo_forks_event_min_datetime": null, "max_forks_repo_head_he...
------------------------------------------------------------------------------ -- A partial function: iter₀ ------------------------------------------------------------------------------ {-# OPTIONS --exact-split #-} {-# OPTIONS --no-sized-types #-} {-# OPTIONS --no-universe-polymorphism #-} {-#...
{ "alphanum_fraction": 0.3604651163, "avg_line_length": 31.2727272727, "ext": "agda", "hexsha": "8719d2f0882923462d8227911c4dbd0b935f361f", "lang": "Agda", "max_forks_count": 3, "max_forks_repo_forks_event_max_datetime": "2018-03-14T08:50:00.000Z", "max_forks_repo_forks_event_min_datetime": "2016-09-19T...
{-# OPTIONS --sized-types #-} open import Relation.Binary.Core module BubbleSort.Correctness.Permutation {A : Set} (_≤_ : A → A → Set) (tot≤ : Total _≤_) where open import BubbleSort _≤_ tot≤ open import Data.Product open import Data.List open import Data.Sum open import List.Permu...
{ "alphanum_fraction": 0.6128560993, "avg_line_length": 37, "ext": "agda", "hexsha": "72d99f16ad8a6a0335dcfc32cd725eb4c1a0618b", "lang": "Agda", "max_forks_count": null, "max_forks_repo_forks_event_max_datetime": null, "max_forks_repo_forks_event_min_datetime": null, "max_forks_repo_head_hexsha": "b8d...
--------------------------------------------------------------------------- -- The rec definition using the fixed-point combinator --------------------------------------------------------------------------- {-# OPTIONS --exact-split #-} {-# OPTIONS --no-sized-types #-} {-# OPTIONS --no-universe-...
{ "alphanum_fraction": 0.4087431694, "avg_line_length": 32.6785714286, "ext": "agda", "hexsha": "61d0df214690b9b3e9dab95691aa0d629411733f", "lang": "Agda", "max_forks_count": 3, "max_forks_repo_forks_event_max_datetime": "2018-03-14T08:50:00.000Z", "max_forks_repo_forks_event_min_datetime": "2016-09-19T...
open import Prelude open import Nat open import Agda.Primitive using (Level; lzero; lsuc) renaming (_⊔_ to lmax) module List where -- definitions data List (A : Set) : Set where [] : List A _::_ : A → List A → List A _++_ : {A : Set} → List A → List A → List A [] ++ l₂ = l₂ (h :: l₁) ++ l₂ = h :: ...
{ "alphanum_fraction": 0.4027755495, "avg_line_length": 37.8905775076, "ext": "agda", "hexsha": "ff61728d150be42241d546aa983d1a13d641e1fd", "lang": "Agda", "max_forks_count": null, "max_forks_repo_forks_event_max_datetime": null, "max_forks_repo_forks_event_min_datetime": null, "max_forks_repo_head_he...
{-# OPTIONS --safe #-} module Definition.Conversion.Soundness where open import Definition.Untyped open import Definition.Typed open import Definition.Typed.Properties open import Definition.Conversion open import Definition.Conversion.Whnf open import Definition.Typed.Consequences.Syntactic open import Definition.Ty...
{ "alphanum_fraction": 0.570135075, "avg_line_length": 57.093220339, "ext": "agda", "hexsha": "c2ec181c4d8ee00e6e45df7a1cebf0c74ded4126", "lang": "Agda", "max_forks_count": 2, "max_forks_repo_forks_event_max_datetime": "2022-02-15T19:42:19.000Z", "max_forks_repo_forks_event_min_datetime": "2022-01-26T14...
{- This second-order term syntax was created from the following second-order syntax description: syntax Empty | E type 𝟘 : 0-ary term abort : 𝟘 -> α theory (𝟘η) e : 𝟘 c : α |> abort(e) = c -} module Empty.Syntax where open import SOAS.Common open import SOAS.Context open import SOAS.Variable open im...
{ "alphanum_fraction": 0.5562987737, "avg_line_length": 23.1982758621, "ext": "agda", "hexsha": "ef0a4aef30d62a7e58bdf190d92b8af8002856d1", "lang": "Agda", "max_forks_count": 4, "max_forks_repo_forks_event_max_datetime": "2022-01-24T12:49:17.000Z", "max_forks_repo_forks_event_min_datetime": "2021-11-09T...
postulate A : Set f : {{_ : A}} → A f = {!!}
{ "alphanum_fraction": 0.375, "avg_line_length": 8, "ext": "agda", "hexsha": "108c056e4f4b59c43500ba453a541ee6935246fb", "lang": "Agda", "max_forks_count": 371, "max_forks_repo_forks_event_max_datetime": "2022-03-30T19:00:30.000Z", "max_forks_repo_forks_event_min_datetime": "2015-01-03T14:04:08.000Z", ...
open import Oscar.Prelude open import Oscar.Class open import Oscar.Class.Surjection open import Oscar.Class.Smap open import Oscar.Data.Constraint module Oscar.Class.Surjextensionality where module Surjextensionality {𝔬₁ 𝔯₁ ℓ₁ 𝔬₂ 𝔯₂ ℓ₂} {𝔒₁ : Ø 𝔬₁} {𝔒₂ : Ø 𝔬₂} (_∼₁_ : 𝔒₁ → 𝔒₁ → Ø 𝔯₁) (_∼̇₁_ : ∀ {x ...
{ "alphanum_fraction": 0.5382424736, "avg_line_length": 34.6197183099, "ext": "agda", "hexsha": "302360e23a57db2cd2ad1bd2ca6c74fc31a2073d", "lang": "Agda", "max_forks_count": null, "max_forks_repo_forks_event_max_datetime": null, "max_forks_repo_forks_event_min_datetime": null, "max_forks_repo_head_he...
{-# OPTIONS --exact-split #-} -- {-# OPTIONS -v tc.cover.splittree:10 #-} open import Common.Prelude open import Common.Equality test : {m n : Nat} → m ≡ n → Nat test {zero} refl = zero test {suc m} refl = suc m
{ "alphanum_fraction": 0.6325581395, "avg_line_length": 21.5, "ext": "agda", "hexsha": "d95589f68ca91e145c538a1356bb0103ee9e81a5", "lang": "Agda", "max_forks_count": 371, "max_forks_repo_forks_event_max_datetime": "2022-03-30T19:00:30.000Z", "max_forks_repo_forks_event_min_datetime": "2015-01-03T14:04:0...
open import Data.Nat using (ℕ; suc) open import Data.Fin using (Fin; zero; suc) infix 9 #_ infixl 7 _·_ infix 6 ƛ_ data Term : ℕ → Set where #_ : ∀ {n : ℕ} → Fin n → Term n ƛ_ : ∀ {n : ℕ} → Term (suc n) → Term n _·_ : ∀ {n : ℕ} → Term n → Term n → Term n Rename : ℕ → ℕ → Set Rename n m = ...
{ "alphanum_fraction": 0.5195989061, "avg_line_length": 22.8541666667, "ext": "agda", "hexsha": "e209ed8c789f5ffb5bed8bb851625b7bf2f27d63", "lang": "Agda", "max_forks_count": null, "max_forks_repo_forks_event_max_datetime": null, "max_forks_repo_forks_event_min_datetime": null, "max_forks_repo_head_he...
module Formalization.PrimitiveRecursion where import Lvl open import Data open import Data.ListSized open import Numeral.Finite open import Numeral.Natural open import Syntax.Number open import Type{Lvl.𝟎} -- Function(n) is a syntactic representation of primitive recursive functions of type (ℕⁿ → ℕ). -- The syn...
{ "alphanum_fraction": 0.6193732572, "avg_line_length": 45.6424242424, "ext": "agda", "hexsha": "6ba45dae0015924a77da5a2f56417fb557018879", "lang": "Agda", "max_forks_count": null, "max_forks_repo_forks_event_max_datetime": null, "max_forks_repo_forks_event_min_datetime": null, "max_forks_repo_head_he...
{-# OPTIONS --type-in-type #-} -- {-# OPTIONS -v tc.pos:10 -v tc.polarity:10 #-} -- Andreas, 2012-09-06, message on Agda list "Forget Hurken's paradox..." module Issue690 where infix 4 _≡_ data _≡_ {A : Set} (x : A) : A → Set where refl : x ≡ x data ⊥ : Set where data D : Set where abs : ∀ {E : Set} → D ≡ E → ...
{ "alphanum_fraction": 0.5482546201, "avg_line_length": 16.7931034483, "ext": "agda", "hexsha": "8cafb758d6499acef1335bb0adc114d5be5c103c", "lang": "Agda", "max_forks_count": 371, "max_forks_repo_forks_event_max_datetime": "2022-03-30T19:00:30.000Z", "max_forks_repo_forks_event_min_datetime": "2015-01-0...
module Prelude.Empty where open import Prelude.Erased data ⊥ : Set where ⊥-elim : ∀ {a} {A : Set a} → ⊥ → A ⊥-elim () {-# INLINE ⊥-elim #-} private postulate erasedBottom : ⊥ {-# DISPLAY erasedBottom = [erased] #-} erase-⊥ : ⊥ → ⊥ erase-⊥ _ = erasedBottom infix 4 ¬_ ¬_ : ∀ {a} (A : Set a) → Set a ¬ A = A → ⊥ e...
{ "alphanum_fraction": 0.5197628458, "avg_line_length": 16.3225806452, "ext": "agda", "hexsha": "c94bbf248fe92ca21172544162257ddb5ba6e11f", "lang": "Agda", "max_forks_count": 24, "max_forks_repo_forks_event_max_datetime": "2021-04-22T06:10:41.000Z", "max_forks_repo_forks_event_min_datetime": "2015-03-12...
------------------------------------------------------------------------ -- Dependent lenses ------------------------------------------------------------------------ -- Some code below depends on UIP for Set ℓ (for some ℓ). This kind of -- assumption is inconsistent in Cubical Agda. However, Andrea Vezzosi -- and I ha...
{ "alphanum_fraction": 0.3803100748, "avg_line_length": 40.7837058399, "ext": "agda", "hexsha": "338026e988c44e05c56c20cc0f2d95e2642739a5", "lang": "Agda", "max_forks_count": null, "max_forks_repo_forks_event_max_datetime": null, "max_forks_repo_forks_event_min_datetime": null, "max_forks_repo_head_he...
{-# OPTIONS --without-K --exact-split --safe #-} module Fragment.Extensions.CSemigroup where open import Fragment.Extensions.CSemigroup.Base using (CSemigroupFrex) public
{ "alphanum_fraction": 0.7803468208, "avg_line_length": 28.8333333333, "ext": "agda", "hexsha": "bc474a64fef7fb7bafeb36e9b380307ee7733ed0", "lang": "Agda", "max_forks_count": 3, "max_forks_repo_forks_event_max_datetime": "2021-06-16T08:04:31.000Z", "max_forks_repo_forks_event_min_datetime": "2021-06-15T...
{-# OPTIONS --without-K #-} module BimonoidalCategory where open import Level open import Categories.Category open import Categories.Monoidal open import Categories.Monoidal.Braided open import Categories.NaturalIsomorphism open import Categories.NaturalTransformation using (id; _∘₁_; _≡_) -------------------------...
{ "alphanum_fraction": 0.4665871122, "avg_line_length": 31.3271028037, "ext": "agda", "hexsha": "d974e1466fbae093b51028a041f7e35ca215cd58", "lang": "Agda", "max_forks_count": 3, "max_forks_repo_forks_event_max_datetime": "2019-09-10T09:47:13.000Z", "max_forks_repo_forks_event_min_datetime": "2016-05-29T...
module Main where import Automaton.DeterministicFinite import Automaton.NonDeterministicFinite import Automaton.Pushdown import Automaton.TuringMachine import Cardinal import Cardinal.Finite.Count import Cardinal.Proofs import Data import Data.Any import Data.Boolean import Data.Boolean.Stmt import Data.Boolean.Operat...
{ "alphanum_fraction": 0.8717675692, "avg_line_length": 31.4545454545, "ext": "agda", "hexsha": "a0781e180265bdc46ce8c52f29e4c42375bef743", "lang": "Agda", "max_forks_count": null, "max_forks_repo_forks_event_max_datetime": null, "max_forks_repo_forks_event_min_datetime": null, "max_forks_repo_head_he...
open import Function using (_$_) open import Relation.Binary using (Setoid) open import Data.Product using (_,_) open import Algebra.Bundles using (RawGroup; RawRing) open import Algebra.Structures using (IsGroup; IsAbelianGroup; IsRing; IsCommutativeRing) open import AKS.Algebra.Structures using (IsNonZeroCommutati...
{ "alphanum_fraction": 0.6138649861, "avg_line_length": 49.7048192771, "ext": "agda", "hexsha": "28e1a6210509fc79b1595dc0c23e3b2671392bb2", "lang": "Agda", "max_forks_count": null, "max_forks_repo_forks_event_max_datetime": null, "max_forks_repo_forks_event_min_datetime": null, "max_forks_repo_head_he...
{-# OPTIONS --without-K #-} open import lib.Basics open import lib.types.Cospan open import lib.types.Pullback open import lib.types.Group open import lib.groups.Homomorphisms module lib.groups.PullbackGroup where -- φ ψ -- H → G ← K record Group-Cospan {i j k : ULevel} : Type (lsucc (lmax (lmax i j) k)) where ...
{ "alphanum_fraction": 0.5738095238, "avg_line_length": 30.625, "ext": "agda", "hexsha": "5c026b08e528a62c0ce37b95f036e476ea494cfb", "lang": "Agda", "max_forks_count": null, "max_forks_repo_forks_event_max_datetime": null, "max_forks_repo_forks_event_min_datetime": null, "max_forks_repo_head_hexsha": ...
------------------------------------------------------------------------ -- Lemmas related to bisimilarity and CCS, implemented using the -- classical definition of bisimilarity ------------------------------------------------------------------------ {-# OPTIONS --sized-types #-} open import Prelude module Bisimilar...
{ "alphanum_fraction": 0.4676936883, "avg_line_length": 32.7745098039, "ext": "agda", "hexsha": "b2db630196651b2b180842a6cf947ae3c050f9e1", "lang": "Agda", "max_forks_count": null, "max_forks_repo_forks_event_max_datetime": null, "max_forks_repo_forks_event_min_datetime": null, "max_forks_repo_head_he...
{-# OPTIONS --safe #-} module Cubical.Categories.Functors.HomFunctor where open import Cubical.Foundations.Prelude open import Cubical.Categories.Category open import Cubical.Categories.Functor.Base open import Cubical.Categories.Instances.Sets open import Cubical.Categories.Constructions.BinProduct renaming (_×_ to ...
{ "alphanum_fraction": 0.5196998124, "avg_line_length": 29.6111111111, "ext": "agda", "hexsha": "5b37eea00926f67d2f3337e256ef62265b781ec1", "lang": "Agda", "max_forks_count": null, "max_forks_repo_forks_event_max_datetime": null, "max_forks_repo_forks_event_min_datetime": null, "max_forks_repo_head_he...
{-# OPTIONS --allow-exec #-} module ExecAgda where open import Agda.Builtin.Equality open import Agda.Builtin.List open import Agda.Builtin.Nat open import Agda.Builtin.Unit open import Agda.Builtin.Sigma open import Agda.Builtin.String open import Agda.Builtin.Reflection renaming (bindTC to _>>=_) postulate execT...
{ "alphanum_fraction": 0.6706231454, "avg_line_length": 26.96, "ext": "agda", "hexsha": "9b4982083651f53f496b75c0a20a9e1536fbe9b6", "lang": "Agda", "max_forks_count": null, "max_forks_repo_forks_event_max_datetime": null, "max_forks_repo_forks_event_min_datetime": null, "max_forks_repo_head_hexsha": "...
module Nat where data Nat : Set where zero : Nat suc : Nat -> Nat infixl 60 _+_ infixl 70 _*_ _+_ : Nat -> Nat -> Nat n + zero = n n + suc m = suc (n + m) _*_ : Nat -> Nat -> Nat n * zero = zero n * suc m = n * m + n {-# BUILTIN NATURAL Nat #-} {-# BUILTIN ZERO zero #-} {-# BUILTIN SUC suc #-} {-# BUILTIN ...
{ "alphanum_fraction": 0.5409836066, "avg_line_length": 14.64, "ext": "agda", "hexsha": "394e2db5441f0949210c19f84c81268cdb42dfc1", "lang": "Agda", "max_forks_count": null, "max_forks_repo_forks_event_max_datetime": null, "max_forks_repo_forks_event_min_datetime": null, "max_forks_repo_head_hexsha": "...
open import Prelude module Implicits.Resolution.Termination.Lemmas.SizeMeasures where open import Induction.WellFounded open import Induction.Nat open import Data.Vec open import Data.Fin.Substitution open import Extensions.Vec open import Implicits.Syntax open import Implicits.Syntax.Type.Unification open import I...
{ "alphanum_fraction": 0.4380905512, "avg_line_length": 38.7786259542, "ext": "agda", "hexsha": "b06c1a6af3c7f6fc8230055b4301c292fbf2af54", "lang": "Agda", "max_forks_count": null, "max_forks_repo_forks_event_max_datetime": null, "max_forks_repo_forks_event_min_datetime": null, "max_forks_repo_head_he...
module Thesis.ANormalCTerm where open import Thesis.ANormalDTerm -- OK, this is all cool, but let's drop all this typing. data CType : Set where cache : CType input : Type → CType open import Data.Product ⟦_⟧CType : CType → Set -- This is a lie, since we might need to store more complex values in there, -- incl...
{ "alphanum_fraction": 0.5712898527, "avg_line_length": 41.4697986577, "ext": "agda", "hexsha": "73f045b587dfae650715bd5820afbba8f6efa08b", "lang": "Agda", "max_forks_count": 1, "max_forks_repo_forks_event_max_datetime": "2016-02-18T12:26:44.000Z", "max_forks_repo_forks_event_min_datetime": "2016-02-18T...
module Int where open import Data.Product open import Data.Sum as S open import Relation.Binary.PropositionalEquality as Eq open import Relation.Binary.Core open import Relation.Binary open import Function.Equality hiding (cong) open import Data.Empty import Level open import Nat open Eq.≡-Reasoning ℤb : Set ℤb = ℕ ...
{ "alphanum_fraction": 0.3154308348, "avg_line_length": 44.9336349925, "ext": "agda", "hexsha": "d9174fcbf20c9a7331a4f5ee207fe0caf36194f5", "lang": "Agda", "max_forks_count": null, "max_forks_repo_forks_event_max_datetime": null, "max_forks_repo_forks_event_min_datetime": null, "max_forks_repo_head_he...
module Issue215 where open import Imports.Bool {-# COMPILE GHC Bool = data Bool (True | False) #-}
{ "alphanum_fraction": 0.6960784314, "avg_line_length": 14.5714285714, "ext": "agda", "hexsha": "6247c6b804a96535dd0befd2f5e573fd59360adb", "lang": "Agda", "max_forks_count": 371, "max_forks_repo_forks_event_max_datetime": "2022-03-30T19:00:30.000Z", "max_forks_repo_forks_event_min_datetime": "2015-01-0...
------------------------------------------------------------------------------ -- Example of lambda-lifting ------------------------------------------------------------------------------ {-# OPTIONS --exact-split #-} {-# OPTIONS --no-universe-polymorphism #-} {-# OPTIONS --universal-quantified...
{ "alphanum_fraction": 0.5193578848, "avg_line_length": 28.6216216216, "ext": "agda", "hexsha": "884f3c17f515d29f4fb9626c1006ff200783ed4b", "lang": "Agda", "max_forks_count": 4, "max_forks_repo_forks_event_max_datetime": "2016-08-03T03:54:55.000Z", "max_forks_repo_forks_event_min_datetime": "2016-05-10T...
{-# OPTIONS --without-K #-} module Ch2 where -- open import lib.Base open import Base module Ex2-1 where {- Lemma 2.1.2. For every type A and every x, y, z : A there is a function (x = y) → (y = z) → (x = z) written p → q → p ∙ q, such that reflx ∙ reflx ≡ reflx for any x : A. ...
{ "alphanum_fraction": 0.4888006805, "avg_line_length": 36.7395833333, "ext": "agda", "hexsha": "869e9eb43a92fa8c88a06cc8f2eaecd4bd573576", "lang": "Agda", "max_forks_count": null, "max_forks_repo_forks_event_max_datetime": null, "max_forks_repo_forks_event_min_datetime": null, "max_forks_repo_head_he...
{-# OPTIONS --cubical --safe #-} module Algebra.Construct.Free.Semilattice.Relation.Unary.All.Dec where open import Prelude hiding (⊥; ⊤) open import Algebra.Construct.Free.Semilattice.Eliminators open import Algebra.Construct.Free.Semilattice.Definition open import Cubical.Foundations.HLevels open import Data.Empty....
{ "alphanum_fraction": 0.7022624434, "avg_line_length": 36.8333333333, "ext": "agda", "hexsha": "cbd1a50e554eb67b80cd328aaf3c8a506cdaad33", "lang": "Agda", "max_forks_count": 1, "max_forks_repo_forks_event_max_datetime": "2021-11-11T12:30:21.000Z", "max_forks_repo_forks_event_min_datetime": "2021-11-11T...
{-# OPTIONS --cubical #-} open import Agda.Builtin.Cubical.Path -- Works: data Truncate (A : Set) : Set where [_] : A → Truncate A sq : ∀{x y} (p q : PathP (λ _ → Truncate A) x y) → PathP (λ _ → PathP (λ _ → Truncate A) x y) p q data Truncat (A : Set) : Set where [_] : A → Truncat A sq : ∀{x y :...
{ "alphanum_fraction": 0.55954323, "avg_line_length": 24.52, "ext": "agda", "hexsha": "5f2d839a16e9a969f4f0d99fee6ffe45ad926f7b", "lang": "Agda", "max_forks_count": 371, "max_forks_repo_forks_event_max_datetime": "2022-03-30T19:00:30.000Z", "max_forks_repo_forks_event_min_datetime": "2015-01-03T14:04:08...
{- This file contains: - Definition of groupoid truncations -} {-# OPTIONS --cubical --no-import-sorts --safe #-} module Cubical.HITs.GroupoidTruncation.Base where open import Cubical.Core.Primitives -- groupoid truncation as a higher inductive type: data ∥_∥₃ {ℓ} (A : Type ℓ) : Type ℓ where ∣_∣₃ : A → ∥ A ∥₃ ...
{ "alphanum_fraction": 0.6302083333, "avg_line_length": 21.3333333333, "ext": "agda", "hexsha": "1aaf63dc1f2a696279bc1a16cfdc3e22b8b71a4d", "lang": "Agda", "max_forks_count": 1, "max_forks_repo_forks_event_max_datetime": "2021-11-22T02:02:01.000Z", "max_forks_repo_forks_event_min_datetime": "2021-11-22T...
open import Oscar.Prelude open import Oscar.Class open import Oscar.Class.Congruity open import Oscar.Class.Transextensionality open import Oscar.Class.Transitivity open import Oscar.Data.Proposequality import Oscar.Class.Congruity.Proposequality module Oscar.Class.Transextensionality.Proposequality where instance ...
{ "alphanum_fraction": 0.7799642218, "avg_line_length": 27.95, "ext": "agda", "hexsha": "12012a76bb321269dad751cb3db5efe0eaa69529", "lang": "Agda", "max_forks_count": null, "max_forks_repo_forks_event_max_datetime": null, "max_forks_repo_forks_event_min_datetime": null, "max_forks_repo_head_hexsha": "...
------------------------------------------------------------------------------ -- Note on the equality type class using instance arguments ------------------------------------------------------------------------------ {-# OPTIONS --exact-split #-} {-# OPTIONS --no-sized-types #-} {-# OPTIONS --n...
{ "alphanum_fraction": 0.5171858217, "avg_line_length": 29.09375, "ext": "agda", "hexsha": "93da270b64eb8c81dbfe4949ffd46d8d1ff3ffa6", "lang": "Agda", "max_forks_count": 3, "max_forks_repo_forks_event_max_datetime": "2018-03-14T08:50:00.000Z", "max_forks_repo_forks_event_min_datetime": "2016-09-19T14:18...
{-# OPTIONS --cubical --no-import-sorts --safe #-} module Cubical.Categories.Limits.Terminal where open import Cubical.Foundations.Prelude open import Cubical.Data.Sigma -- open import Cubical.Categories.Limits.Base open import Cubical.Categories.Category open import Cubical.Categories.Functor private variable ...
{ "alphanum_fraction": 0.66359447, "avg_line_length": 25.0384615385, "ext": "agda", "hexsha": "2ec414a915d402bb92f8c52659213f24b803e273", "lang": "Agda", "max_forks_count": null, "max_forks_repo_forks_event_max_datetime": null, "max_forks_repo_forks_event_min_datetime": null, "max_forks_repo_head_hexs...
module MLib.Semirings where open import MLib.Prelude open Algebra using (Semiring) module _ {ℓ p} (semiring : Semiring ℓ p) where open Semiring semiring renaming (Carrier to S) pow : ℕ → S → S pow Nat.zero x = 1# pow (Nat.suc n) x = x * pow n x powsum : ℕ → S → S powsum Nat.zero x = 1# powsum (Nat.suc...
{ "alphanum_fraction": 0.6232876712, "avg_line_length": 23.0526315789, "ext": "agda", "hexsha": "042290023855f036d3002f5dade79a0d07b6d6d1", "lang": "Agda", "max_forks_count": null, "max_forks_repo_forks_event_max_datetime": null, "max_forks_repo_forks_event_min_datetime": null, "max_forks_repo_head_he...
-- Andreas, 2016-12-30, issue #2368 reported by m0davis -- {-# OPTIONS -v interaction.give:100 -v tc.constr:30 #-} open import Agda.Builtin.Reflection macro mac : Term → Term → TC _ mac = {!!} foo : Set → Set → Set foo = mac (foo {!Term!} {!Term!}) -- give both solutions -- WAS: internal error after giving th...
{ "alphanum_fraction": 0.6470588235, "avg_line_length": 21, "ext": "agda", "hexsha": "b5cd4f9aef577709bcb3359bd07411af2e5013ed", "lang": "Agda", "max_forks_count": 371, "max_forks_repo_forks_event_max_datetime": "2022-03-30T19:00:30.000Z", "max_forks_repo_forks_event_min_datetime": "2015-01-03T14:04:08....
{-# OPTIONS --no-termination-check #-} module Pi-reasoning where open import Data.Empty open import Data.Unit hiding (_≟_) open import Data.Bool hiding (_≟_) open import Data.Nat open import Data.List open import Data.Sum hiding (map) open import Data.Product hiding (map) open import Level hiding (suc) o...
{ "alphanum_fraction": 0.5941558442, "avg_line_length": 31.7935483871, "ext": "agda", "hexsha": "4df9ae47093d4905aac8766f384f17833a9bf6cf", "lang": "Agda", "max_forks_count": 3, "max_forks_repo_forks_event_max_datetime": "2019-09-10T09:47:13.000Z", "max_forks_repo_forks_event_min_datetime": "2016-05-29T...
----------------------------------------------------------------------- -- This file formalizes the proof that Dial₂(Sets) is indeed a model -- -- of Full Tensorial Logic. See Lemma 16 and Lemma 17 of the paper. -- ----------------------------------------------------------------------- module Tensorial where open imp...
{ "alphanum_fraction": 0.420212766, "avg_line_length": 34.1818181818, "ext": "agda", "hexsha": "f4e8f06846fa0fab46b114f6aa2d0ed760c50e49", "lang": "Agda", "max_forks_count": null, "max_forks_repo_forks_event_max_datetime": null, "max_forks_repo_forks_event_min_datetime": null, "max_forks_repo_head_hex...
module Grove where open import Axiom.Extensionality.Propositional open import Data.Bool hiding (_<_; _≟_) open import Function.Equivalence hiding (_∘_) open import Function hiding (_⇔_) open import Function.Equality using (_⟨$⟩_) open import Level using (Level) open import Relation.Binary.PropositionalEquality hiding ...
{ "alphanum_fraction": 0.4977462975, "avg_line_length": 24.9477911647, "ext": "agda", "hexsha": "d66da25fa4143baa60fdfb0d435002d00f49f18b", "lang": "Agda", "max_forks_count": null, "max_forks_repo_forks_event_max_datetime": null, "max_forks_repo_forks_event_min_datetime": null, "max_forks_repo_head_he...
open import Agda.Builtin.Equality open import Agda.Builtin.Sigma data Unit : Set where unit : Unit record _∼_ (From To : Set) : Set where field to : From → To from : To → From to-from : ∀ {x} → to (from x) ≡ x postulate P : {A : Set} → A → Set f : {A B : Set} (A∼B : A ∼ B) (x : A) → P (_...
{ "alphanum_fraction": 0.4043367347, "avg_line_length": 21.7777777778, "ext": "agda", "hexsha": "d2609558ce3e408a9e63aa2c420be77509559dcf", "lang": "Agda", "max_forks_count": 371, "max_forks_repo_forks_event_max_datetime": "2022-03-30T19:00:30.000Z", "max_forks_repo_forks_event_min_datetime": "2015-01-0...
module CompilingCoinduction where open import Common.Coinduction open import Common.Char open import Common.String data Unit : Set where unit : Unit {-# COMPILE GHC Unit = data () (()) #-} postulate IO : Set → Set {-# COMPILE GHC IO = type IO #-} {-# BUILTIN IO IO #-} {-# FOREIGN GHC import qualified Data.Te...
{ "alphanum_fraction": 0.6519524618, "avg_line_length": 21.0357142857, "ext": "agda", "hexsha": "03464bc76054e624d4b5f5c52794e797380ca246", "lang": "Agda", "max_forks_count": null, "max_forks_repo_forks_event_max_datetime": null, "max_forks_repo_forks_event_min_datetime": null, "max_forks_repo_head_he...
module Fail.BadBuiltinImport where import Agda.Builtin.Nat {-# FOREIGN AGDA2HS import RandomModule (Natural) import AlsoNotRight (foo, Natural(..)) import AsConstructor (D(Natural)) #-}
{ "alphanum_fraction": 0.7712765957, "avg_line_length": 18.8, "ext": "agda", "hexsha": "8ffd5157bc055e1f335edaaf7ec87de68ac43618", "lang": "Agda", "max_forks_count": 18, "max_forks_repo_forks_event_max_datetime": "2022-03-12T11:42:52.000Z", "max_forks_repo_forks_event_min_datetime": "2020-10-21T22:19:09...
module Functional.Dependent where import Lvl open import Type private variable ℓ ℓ₁ ℓ₂ : Lvl.Level -- Function type as a function _→ᶠ_ : (X : Type{ℓ₁}) → (Type{ℓ₁} → Type{ℓ₂}) → Type{ℓ₁ Lvl.⊔ ℓ₂} X →ᶠ Y = X → Y(X) infixl 30 _→ᶠ_ module _ where private variable X : Type{ℓ} private variable Y : X → Type{ℓ} ...
{ "alphanum_fraction": 0.428307589, "avg_line_length": 40.2432432432, "ext": "agda", "hexsha": "e0f2886c5410d714386a4f879ccb7e64592c02bf", "lang": "Agda", "max_forks_count": null, "max_forks_repo_forks_event_max_datetime": null, "max_forks_repo_forks_event_min_datetime": null, "max_forks_repo_head_hex...
{-# OPTIONS --omega-in-omega #-} open import Agda.Primitive test : Setω test = Setω record R : Setω where field A : ∀ {ℓ} → Set ℓ data Type : Setω where el : ∀ {ℓ} → Set ℓ → Type
{ "alphanum_fraction": 0.5885416667, "avg_line_length": 13.7142857143, "ext": "agda", "hexsha": "120f2fb7fd3f587c6f832fea032f6584a074d72e", "lang": "Agda", "max_forks_count": 371, "max_forks_repo_forks_event_max_datetime": "2022-03-30T19:00:30.000Z", "max_forks_repo_forks_event_min_datetime": "2015-01-0...
{-# OPTIONS --without-K --safe #-} open import Categories.Category -- Properties relating Initial and Terminal Objects, -- and Product / Coproduct via op module Categories.Object.Duality {o ℓ e} (C : Category o ℓ e) where open Category C open import Level open import Relation.Binary.PropositionalEquality as ≡ using...
{ "alphanum_fraction": 0.6228847703, "avg_line_length": 26.1263157895, "ext": "agda", "hexsha": "c5ff4733926626f30baed18a671612fefd6eaf2f", "lang": "Agda", "max_forks_count": 1, "max_forks_repo_forks_event_max_datetime": "2021-11-04T06:54:45.000Z", "max_forks_repo_forks_event_min_datetime": "2021-11-04T...
module Impure.LFRef.Eval where open import Prelude open import Data.Fin using (fromℕ≤) open import Data.List hiding ([_]) open import Data.List.All open import Data.List.Any open import Data.Vec hiding (map; _∷ʳ_) open import Data.Maybe hiding (All; Any) open import Extensions.List as L open import Impure.LFRef.Synta...
{ "alphanum_fraction": 0.3653846154, "avg_line_length": 30.5, "ext": "agda", "hexsha": "2fd9458b0f60fe475fe6857c0ec27dd12f08e07c", "lang": "Agda", "max_forks_count": null, "max_forks_repo_forks_event_max_datetime": null, "max_forks_repo_forks_event_min_datetime": null, "max_forks_repo_head_hexsha": "7...
{-# OPTIONS --cubical --no-import-sorts --safe #-} module Cubical.Algebra.RingSolver.Examples where open import Cubical.Foundations.Prelude open import Cubical.Algebra.CommRing open import Cubical.Algebra.RingSolver.ReflectionSolving private variable ℓ : Level module Test (R : CommRing {ℓ}) where open CommR...
{ "alphanum_fraction": 0.5275526742, "avg_line_length": 23.7307692308, "ext": "agda", "hexsha": "60478cd49939e8c9d85b3f20a5609da0367c8613", "lang": "Agda", "max_forks_count": null, "max_forks_repo_forks_event_max_datetime": null, "max_forks_repo_forks_event_min_datetime": null, "max_forks_repo_head_he...
module Luau.RuntimeType.ToString where open import FFI.Data.String using (String) open import Luau.RuntimeType using (RuntimeType; function; number; nil) runtimeTypeToString : RuntimeType → String runtimeTypeToString function = "function" runtimeTypeToString number = "number" runtimeTypeToString nil = "nil"
{ "alphanum_fraction": 0.8135048232, "avg_line_length": 31.1, "ext": "agda", "hexsha": "be67ee0c61fc4b43bd7630474b87701ebaeb8baa", "lang": "Agda", "max_forks_count": null, "max_forks_repo_forks_event_max_datetime": null, "max_forks_repo_forks_event_min_datetime": null, "max_forks_repo_head_hexsha": "c...
{-# OPTIONS --without-K --safe #-} module Categories.Category.Inverse where open import Level using (Level; suc; _⊔_) open import Categories.Category import Categories.Morphism record Inverse {o ℓ e} (C : Category o ℓ e) : Set (o ⊔ ℓ ⊔ e) where open Category C public open Definitions C public open Categories.M...
{ "alphanum_fraction": 0.5949119374, "avg_line_length": 25.55, "ext": "agda", "hexsha": "acc10ed064723e971a4c7046bc4be2b8bd15e17f", "lang": "Agda", "max_forks_count": null, "max_forks_repo_forks_event_max_datetime": null, "max_forks_repo_forks_event_min_datetime": null, "max_forks_repo_head_hexsha": "...
{-# OPTIONS --without-K --safe #-} open import Level open import Categories.Category module Categories.Functor.Power.NaturalTransformation {o ℓ e : Level} (C : Category o ℓ e) where open import Data.Nat using (ℕ) open import Data.Fin using (Fin; inject+; raise) open import Data.Sum using (_⊎_; [_,_]′; inj₁; inj₂) ope...
{ "alphanum_fraction": 0.6234855545, "avg_line_length": 42.3552631579, "ext": "agda", "hexsha": "3099ee79ec04251a1268f41bcea382b0b9923c01", "lang": "Agda", "max_forks_count": null, "max_forks_repo_forks_event_max_datetime": null, "max_forks_repo_forks_event_min_datetime": null, "max_forks_repo_head_he...
-- Record declarations can now contain arbitrary declarations. -- These are included in the projection module. module FancyRecordModule where data Nat : Set where zero : Nat suc : Nat -> Nat record Exist {A : Set}(P : A -> Set) : Set where field witness : A x = witness field proof : P x silly : Nat ->...
{ "alphanum_fraction": 0.6287878788, "avg_line_length": 18.8571428571, "ext": "agda", "hexsha": "44d24285e498254af1f94e71cac576412caf99a7", "lang": "Agda", "max_forks_count": 371, "max_forks_repo_forks_event_max_datetime": "2022-03-30T19:00:30.000Z", "max_forks_repo_forks_event_min_datetime": "2015-01-0...
module ExtendedLambdaCase where data Bool : Set where true false : Bool data Void : Set where foo : Bool -> Bool -> Bool -> Bool foo = λ { x → λ { y z → {!!} } } module parameterised {A : Set}(B : A -> Set) where data Bar : (Bool -> Bool) -> Set where baz : (t : Void) -> Bar λ { x → {!!} } -- with hidde...
{ "alphanum_fraction": 0.5021398003, "avg_line_length": 23.3666666667, "ext": "agda", "hexsha": "8c9795ed77546ae6fc7bcf602965876c8e029384", "lang": "Agda", "max_forks_count": 1, "max_forks_repo_forks_event_max_datetime": "2022-03-12T11:35:18.000Z", "max_forks_repo_forks_event_min_datetime": "2022-03-12T...
------------------------------------------------------------------------ -- The Agda standard library -- -- Conversion of < to ≤, along with a number of properties ------------------------------------------------------------------------ -- Possible TODO: Prove that a conversion ≤ → < → ≤ returns a -- relation equivale...
{ "alphanum_fraction": 0.5866230313, "avg_line_length": 33.2585034014, "ext": "agda", "hexsha": "3815980be349b86c2fb4d628b8584cf57c463c6e", "lang": "Agda", "max_forks_count": null, "max_forks_repo_forks_event_max_datetime": null, "max_forks_repo_forks_event_min_datetime": null, "max_forks_repo_head_he...
record R : Set₂ where field f : Set₁ f : Set → R f .R.f = Set
{ "alphanum_fraction": 0.5362318841, "avg_line_length": 9.8571428571, "ext": "agda", "hexsha": "b4c7d64728a8c673e6a56f1cbfa8ab3449a1a928", "lang": "Agda", "max_forks_count": 371, "max_forks_repo_forks_event_max_datetime": "2022-03-30T19:00:30.000Z", "max_forks_repo_forks_event_min_datetime": "2015-01-03...
------------------------------------------------------------------------ -- The Agda standard library -- -- An explanation about how to use the solver in Tactic.MonoidSolver. ------------------------------------------------------------------------ open import Algebra module README.Tactic.MonoidSolver {a ℓ} (M : Monoi...
{ "alphanum_fraction": 0.5571705426, "avg_line_length": 32.25, "ext": "agda", "hexsha": "530091bc97a85a9a89d7ea42e5b5aa52ffa5ca10", "lang": "Agda", "max_forks_count": 1, "max_forks_repo_forks_event_max_datetime": "2021-11-04T06:54:45.000Z", "max_forks_repo_forks_event_min_datetime": "2021-11-04T06:54:45...
{- Byzantine Fault Tolerant Consensus Verification in Agda, version 0.9. Copyright (c) 2020, 2021, Oracle and/or its affiliates. Licensed under the Universal Permissive License v 1.0 as shown at https://opensource.oracle.com/licenses/upl -} open import Optics.All open import LibraBFT.Prelude open import LibraBFT...
{ "alphanum_fraction": 0.644561867, "avg_line_length": 50.4666666667, "ext": "agda", "hexsha": "5903026568cb11255c60d117dc35ff26299aea13", "lang": "Agda", "max_forks_count": null, "max_forks_repo_forks_event_max_datetime": null, "max_forks_repo_forks_event_min_datetime": null, "max_forks_repo_head_hex...
-- exercises-04-thursday.agda open import mylib -- 1. Coinduction {- Now your task is to define multiplication _*∞_ for conatural numbers. This is harder then it sounds. Why? Because to check termination of corecursive programs agda needs to make sure that if you want to find out a finite amout of informati...
{ "alphanum_fraction": 0.5603402446, "avg_line_length": 25.5918367347, "ext": "agda", "hexsha": "bc856e22366d175a99d9f5e8e00ac46eca63957e", "lang": "Agda", "max_forks_count": null, "max_forks_repo_forks_event_max_datetime": null, "max_forks_repo_forks_event_min_datetime": null, "max_forks_repo_head_he...
module Async where open import Data.Fin open import Data.List hiding (drop) open import Data.List.All open import Typing renaming (send to ssend ; recv to srecv) open import Syntax open import Values -- an asynchronous channel is a promise for a channel ASession DSession : STypeF SType → STypeF SType ASession s = sr...
{ "alphanum_fraction": 0.5411558669, "avg_line_length": 41.3768115942, "ext": "agda", "hexsha": "8fc9e8f7868d8efff6a5ffb3ce03d7230bfb5c40", "lang": "Agda", "max_forks_count": null, "max_forks_repo_forks_event_max_datetime": null, "max_forks_repo_forks_event_min_datetime": null, "max_forks_repo_head_he...
module Sessions.Semantics where
{ "alphanum_fraction": 0.875, "avg_line_length": 16, "ext": "agda", "hexsha": "a807776e63d21292fbe13445fd399d1c061e064c", "lang": "Agda", "max_forks_count": 2, "max_forks_repo_forks_event_max_datetime": "2020-05-23T00:34:36.000Z", "max_forks_repo_forks_event_min_datetime": "2020-01-30T14:15:14.000Z", ...
{-# OPTIONS --without-K --safe #-} module Categories.Functor.Monoidal.Properties where open import Level open import Data.Product using (_,_) open import Categories.Category open import Categories.Category.Monoidal open import Categories.Category.Cartesian.Structure open import Categories.Functor renaming (id to idF...
{ "alphanum_fraction": 0.5404152285, "avg_line_length": 49.6445012788, "ext": "agda", "hexsha": "6f02e4cb3630c2acbd6ca210b4328c9a2e2b54d0", "lang": "Agda", "max_forks_count": null, "max_forks_repo_forks_event_max_datetime": null, "max_forks_repo_forks_event_min_datetime": null, "max_forks_repo_head_he...
------------------------------------------------------------------------------ -- Mirror example ------------------------------------------------------------------------------ {-# OPTIONS --exact-split #-} {-# OPTIONS --no-sized-types #-} {-# OPTIONS --no-universe-polymorphism #-} {-# OPTIONS --...
{ "alphanum_fraction": 0.4028831563, "avg_line_length": 28.0425531915, "ext": "agda", "hexsha": "f6c00740335d9f0540f558a6389c782cfbda4f79", "lang": "Agda", "max_forks_count": 3, "max_forks_repo_forks_event_max_datetime": "2018-03-14T08:50:00.000Z", "max_forks_repo_forks_event_min_datetime": "2016-09-19T...
{-# OPTIONS --safe --without-K #-} module Generics.Telescope.Equality where -- freely inspired by jespercockx/telescopic -- note that our telescopes extend to the right -- while in telescopic they extend to the left -- a byproduct is that the following defs are overly mutual open import Generics.Prelude open import ...
{ "alphanum_fraction": 0.4277998411, "avg_line_length": 34.3989071038, "ext": "agda", "hexsha": "4cafc8f2938037e940777923f20f83dbf5da9a40", "lang": "Agda", "max_forks_count": 3, "max_forks_repo_forks_event_max_datetime": "2022-01-14T10:35:16.000Z", "max_forks_repo_forks_event_min_datetime": "2021-04-08T...
module ShouldBePi where postulate X : Set
{ "alphanum_fraction": 0.7555555556, "avg_line_length": 7.5, "ext": "agda", "hexsha": "b050eee87063fcab7417648075f534f616e55cfe", "lang": "Agda", "max_forks_count": 371, "max_forks_repo_forks_event_max_datetime": "2022-03-30T19:00:30.000Z", "max_forks_repo_forks_event_min_datetime": "2015-01-03T14:04:08...
{-# OPTIONS --no-flat-split #-} module _ where postulate A : Set data Id (A : Set) : Set where id : A → Id A -- --no-flat-split disables matching on the @♭ x agument. test2 : (@♭ x : Id A) → A test2 (id x) = x
{ "alphanum_fraction": 0.5806451613, "avg_line_length": 16.6923076923, "ext": "agda", "hexsha": "6e30951b8b77d68933956e9e7aebf3472f744400", "lang": "Agda", "max_forks_count": 371, "max_forks_repo_forks_event_max_datetime": "2022-03-30T19:00:30.000Z", "max_forks_repo_forks_event_min_datetime": "2015-01-0...