hexsha stringlengths 40 40 | size int64 3 1.05M | ext stringclasses 163
values | lang stringclasses 53
values | max_stars_repo_path stringlengths 3 945 | max_stars_repo_name stringlengths 4 112 | max_stars_repo_head_hexsha stringlengths 40 78 | max_stars_repo_licenses listlengths 1 10 | max_stars_count float64 1 191k ⌀ | max_stars_repo_stars_event_min_datetime stringlengths 24 24 ⌀ | max_stars_repo_stars_event_max_datetime stringlengths 24 24 ⌀ | max_issues_repo_path stringlengths 3 945 | max_issues_repo_name stringlengths 4 113 | max_issues_repo_head_hexsha stringlengths 40 78 | max_issues_repo_licenses listlengths 1 10 | max_issues_count float64 1 116k ⌀ | max_issues_repo_issues_event_min_datetime stringlengths 24 24 ⌀ | max_issues_repo_issues_event_max_datetime stringlengths 24 24 ⌀ | max_forks_repo_path stringlengths 3 945 | max_forks_repo_name stringlengths 4 113 | max_forks_repo_head_hexsha stringlengths 40 78 | max_forks_repo_licenses listlengths 1 10 | max_forks_count float64 1 105k ⌀ | max_forks_repo_forks_event_min_datetime stringlengths 24 24 ⌀ | max_forks_repo_forks_event_max_datetime stringlengths 24 24 ⌀ | content stringlengths 3 1.05M | avg_line_length float64 1 966k | max_line_length int64 1 977k | alphanum_fraction float64 0 1 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
109b3e6161052a90f8309a05d19fb391684bfe76 | 1,037 | agda | Agda | test/asset/agda-stdlib-1.0/Codata/Colist/Properties.agda | omega12345/agda-mode | 0debb886eb5dbcd38dbeebd04b34cf9d9c5e0e71 | [
"MIT"
] | null | null | null | test/asset/agda-stdlib-1.0/Codata/Colist/Properties.agda | omega12345/agda-mode | 0debb886eb5dbcd38dbeebd04b34cf9d9c5e0e71 | [
"MIT"
] | null | null | null | test/asset/agda-stdlib-1.0/Codata/Colist/Properties.agda | omega12345/agda-mode | 0debb886eb5dbcd38dbeebd04b34cf9d9c5e0e71 | [
"MIT"
] | null | null | null | ------------------------------------------------------------------------
-- The Agda standard library
--
-- Properties of operations on the Colist type
------------------------------------------------------------------------
{-# OPTIONS --without-K --safe --sized-types #-}
module Codata.Colist.Properties where
open ... | 31.424242 | 90 | 0.552555 |
c585c3f3719dd8ee046345859cece21b5bffda30 | 5,210 | agda | Agda | prototyping/Luau/Type/FromJSON.agda | Tr4shh/Roblox-Luau | cd18adc20ecb805b8eeb770a9e5ef8e0cd123734 | [
"MIT"
] | null | null | null | prototyping/Luau/Type/FromJSON.agda | Tr4shh/Roblox-Luau | cd18adc20ecb805b8eeb770a9e5ef8e0cd123734 | [
"MIT"
] | null | null | null | prototyping/Luau/Type/FromJSON.agda | Tr4shh/Roblox-Luau | cd18adc20ecb805b8eeb770a9e5ef8e0cd123734 | [
"MIT"
] | null | null | null | module Luau.Type.FromJSON where
open import Luau.Type using (Type; nil; _⇒_; _∪_; _∩_; any; number)
open import Agda.Builtin.List using (List; _∷_; [])
open import FFI.Data.Aeson using (Value; Array; Object; object; array; string; fromString; lookup)
open import FFI.Data.Bool using (true; false)
open import FFI.Data... | 76.617647 | 228 | 0.726488 |
dcae8076b53e4a0e661b2b045820e1a4c09c0624 | 3,509 | agda | Agda | FStream/FVec.agda | Aerate/condatis | 64d95885579395f641e9a9cb1b9487cf79280446 | [
"Unlicense"
] | 1 | 2019-12-13T16:52:28.000Z | 2019-12-13T16:52:28.000Z | FStream/FVec.agda | zimbatm/condatis | 64d95885579395f641e9a9cb1b9487cf79280446 | [
"Unlicense"
] | 5 | 2017-06-03T20:02:22.000Z | 2020-09-01T16:52:07.000Z | FStream/FVec.agda | zimbatm/condatis | 64d95885579395f641e9a9cb1b9487cf79280446 | [
"Unlicense"
] | 1 | 2019-12-13T15:56:38.000Z | 2019-12-13T15:56:38.000Z | module FStream.FVec where
------------------------------------------------------------------------
-- Dissecting effectful streams
------------------------------------------------------------------------
open import Library
open import FStream.Core
open import Data.Fin
infixr 5 _▻_
infix 6 ⟨_▻⋯
infix 7 _⟩
data FVec... | 35.444444 | 110 | 0.476204 |
c50e2ba4ebea4f418d4b4c7c0d5932f613bf672a | 1,639 | agda | Agda | Cubical/HITs/InfNat/Properties.agda | kiana-S/univalent-foundations | 8bdb0766260489f9c89a14f4c0f2ad26e5190dec | [
"MIT"
] | null | null | null | Cubical/HITs/InfNat/Properties.agda | kiana-S/univalent-foundations | 8bdb0766260489f9c89a14f4c0f2ad26e5190dec | [
"MIT"
] | 1 | 2022-01-27T02:07:48.000Z | 2022-01-27T02:07:48.000Z | Cubical/HITs/InfNat/Properties.agda | kiana-S/univalent-foundations | 8bdb0766260489f9c89a14f4c0f2ad26e5190dec | [
"MIT"
] | 1 | 2021-11-22T02:02:01.000Z | 2021-11-22T02:02:01.000Z | {-# OPTIONS --cubical --no-import-sorts --no-exact-split --safe #-}
module Cubical.HITs.InfNat.Properties where
open import Cubical.Core.Everything
open import Cubical.Data.Maybe
open import Cubical.Data.Nat
open import Cubical.Foundations.Prelude
open import Cubical.Foundations.Isomorphism
open import Cubical.HITs... | 26.435484 | 71 | 0.52227 |
0e7328b74e4e17580e64968ea43d09483fd442bd | 698 | agda | Agda | test/interaction/Issue2466.agda | Blaisorblade/Agda | 802a28aa8374f15fe9d011ceb80317fdb1ec0949 | [
"BSD-3-Clause"
] | 3 | 2015-03-28T14:51:03.000Z | 2015-12-07T20:14:00.000Z | test/interaction/Issue2466.agda | Blaisorblade/Agda | 802a28aa8374f15fe9d011ceb80317fdb1ec0949 | [
"BSD-3-Clause"
] | null | null | null | test/interaction/Issue2466.agda | Blaisorblade/Agda | 802a28aa8374f15fe9d011ceb80317fdb1ec0949 | [
"BSD-3-Clause"
] | 1 | 2019-03-05T20:02:38.000Z | 2019-03-05T20:02:38.000Z | -- Andreas, 2017-03-21, issue #2466
-- The unifier should not turn user-written variable patterns into
-- dot patterns.
-- {-# OPTIONS -v reify.implicit:100 -v interaction.case:100 #-}
-- {-# OPTIONS -v tc.lhs.unify:40 #-}
postulate
A B : Set
module Explicit where
data D : A → B → Set where
c : ∀ p {p'} x ... | 19.942857 | 66 | 0.508596 |
fb17361c4890910cba9fd316a6f2069da1e05c08 | 117 | agda | Agda | test/Fail/Issue1698-postulate.agda | mdimjasevic/agda | 8fb548356b275c7a1e79b768b64511ae937c738b | [
"BSD-3-Clause"
] | 1,989 | 2015-01-09T23:51:16.000Z | 2022-03-30T18:20:48.000Z | test/Fail/Issue1698-postulate.agda | Seanpm2001-languages/agda | 9911f73061e21a87fad76c662463257afe02c861 | [
"BSD-2-Clause"
] | 4,066 | 2015-01-10T11:24:51.000Z | 2022-03-31T21:14:49.000Z | test/Fail/Issue1698-postulate.agda | Seanpm2001-languages/agda | 9911f73061e21a87fad76c662463257afe02c861 | [
"BSD-2-Clause"
] | 371 | 2015-01-03T14:04:08.000Z | 2022-03-30T19:00:30.000Z | postulate
foo = Foo
-- Error message is:
-- A postulate block can only contain type signatures or instance blocks
| 19.5 | 72 | 0.752137 |
c566167e3be57755489545f7c919d7d5a7da15ec | 1,108 | agda | Agda | BasicIS4/Metatheory/Gentzen-BasicKripkeOno.agda | mietek/hilbert-gentzen | fcd187db70f0a39b894fe44fad0107f61849405c | [
"X11"
] | 29 | 2016-07-03T18:51:56.000Z | 2022-01-01T10:29:18.000Z | BasicIS4/Metatheory/Gentzen-BasicKripkeOno.agda | mietek/hilbert-gentzen | fcd187db70f0a39b894fe44fad0107f61849405c | [
"X11"
] | 1 | 2018-06-10T09:11:22.000Z | 2018-06-10T09:11:22.000Z | BasicIS4/Metatheory/Gentzen-BasicKripkeOno.agda | mietek/hilbert-gentzen | fcd187db70f0a39b894fe44fad0107f61849405c | [
"X11"
] | null | null | null | module BasicIS4.Metatheory.Gentzen-BasicKripkeOno where
open import BasicIS4.Syntax.Gentzen public
open import BasicIS4.Semantics.BasicKripkeOno public
-- Soundness with respect to all models, or evaluation.
mutual
eval : ∀ {A Γ} → Γ ⊢ A → Γ ⊨ A
eval (var i) γ = lookup i γ
eval (lam t) γ =... | 33.575758 | 75 | 0.499097 |
2050a4b8653f545572dab61b41a02cbc8d3ae9f2 | 5,721 | agda | Agda | lib/PathFunctor.agda | danbornside/HoTT-Agda | 1695a7f3dc60177457855ae846bbd86fcd96983e | [
"MIT"
] | 1 | 2021-06-30T00:17:55.000Z | 2021-06-30T00:17:55.000Z | lib/PathFunctor.agda | danbornside/HoTT-Agda | 1695a7f3dc60177457855ae846bbd86fcd96983e | [
"MIT"
] | null | null | null | lib/PathFunctor.agda | danbornside/HoTT-Agda | 1695a7f3dc60177457855ae846bbd86fcd96983e | [
"MIT"
] | null | null | null | {-# OPTIONS --without-K #-}
open import lib.Base
open import lib.PathGroupoid
module lib.PathFunctor where
{- Nondependent stuff -}
module _ {i j} {A : Type i} {B : Type j} (f : A → B) where
!-ap : {x y : A} (p : x == y)
→ ! (ap f p) == ap f (! p)
!-ap idp = idp
ap-! : {x y : A} (p : x == y)
→ ap f (... | 31.262295 | 79 | 0.406572 |
cb3bcb9ee3986d35724010dd717a585eb19c21a8 | 138 | agda | Agda | examples/outdated-and-incorrect/Alonzo/PreludeAll.agda | mdimjasevic/agda | 8fb548356b275c7a1e79b768b64511ae937c738b | [
"BSD-3-Clause"
] | 1,989 | 2015-01-09T23:51:16.000Z | 2022-03-30T18:20:48.000Z | examples/outdated-and-incorrect/Alonzo/PreludeAll.agda | Seanpm2001-languages/agda | 9911f73061e21a87fad76c662463257afe02c861 | [
"BSD-2-Clause"
] | 4,066 | 2015-01-10T11:24:51.000Z | 2022-03-31T21:14:49.000Z | examples/outdated-and-incorrect/Alonzo/PreludeAll.agda | Seanpm2001-languages/agda | 9911f73061e21a87fad76c662463257afe02c861 | [
"BSD-2-Clause"
] | 371 | 2015-01-03T14:04:08.000Z | 2022-03-30T19:00:30.000Z | module PreludeAll where
import PreludeBool public
import PreludeNat
import PreludeShow
open PreludeBool
open PreludeNat
open PreludeShow
| 15.333333 | 25 | 0.876812 |
50def15eb7b9ce4a8a4f5ba5182839ccf5895ea2 | 21,163 | agda | Agda | agda/book/Programming_Language_Foundations_in_Agda/x10-747Lists-hc.agda | haroldcarr/learn-haskell-coq-ml-etc | 3dc7abca7ad868316bb08f31c77fbba0d3910225 | [
"Unlicense"
] | 36 | 2015-01-29T14:37:15.000Z | 2021-07-30T06:55:03.000Z | agda/book/Programming_Language_Foundations_in_Agda/x10-747Lists-hc.agda | haroldcarr/learn-haskell-coq-ml-etc | 3dc7abca7ad868316bb08f31c77fbba0d3910225 | [
"Unlicense"
] | null | null | null | agda/book/Programming_Language_Foundations_in_Agda/x10-747Lists-hc.agda | haroldcarr/learn-haskell-coq-ml-etc | 3dc7abca7ad868316bb08f31c77fbba0d3910225 | [
"Unlicense"
] | 8 | 2015-04-13T21:40:15.000Z | 2021-09-21T15:58:10.000Z | module x10-747Lists-hc where
-- Library
import Relation.Binary.PropositionalEquality as Eq
open Eq using (_≡_; refl; sym; trans; cong)
open Eq.≡-Reasoning
open import Data.Bool using (Bool; true; false; T; _∧_; _∨_; not)
open import Data.Nat using (ℕ; zero; suc; _+_; _*_; ... | 34.922442 | 108 | 0.49974 |
1024a00f5e8ae8ac2ae8f5e680a7b6ac2951bdaa | 3,362 | agda | Agda | test/Fail/Issue921.agda | mdimjasevic/agda | 8fb548356b275c7a1e79b768b64511ae937c738b | [
"BSD-3-Clause"
] | 1,989 | 2015-01-09T23:51:16.000Z | 2022-03-30T18:20:48.000Z | test/Fail/Issue921.agda | Seanpm2001-languages/agda | 9911f73061e21a87fad76c662463257afe02c861 | [
"BSD-2-Clause"
] | 4,066 | 2015-01-10T11:24:51.000Z | 2022-03-31T21:14:49.000Z | test/Fail/Issue921.agda | Seanpm2001-languages/agda | 9911f73061e21a87fad76c662463257afe02c861 | [
"BSD-2-Clause"
] | 371 | 2015-01-03T14:04:08.000Z | 2022-03-30T19:00:30.000Z | {-# OPTIONS --without-K #-}
{-# OPTIONS --allow-unsolved-metas #-}
-- This issue demonstrates that a failing termination check,
-- subsequently blocking reductions, makes some `impossible'
-- cases possible in the conversion checker.
module Issue921 where
infix 3 _==_
postulate
_==_ : {A : Set} → A → A → Set
tra... | 28.491525 | 111 | 0.436347 |
1068bdcd5a16284f55d94c03888ee5e782355f46 | 4,524 | agda | Agda | examples/outdated-and-incorrect/Alonzo/Vec.agda | asr/agda-kanso | aa10ae6a29dc79964fe9dec2de07b9df28b61ed5 | [
"MIT"
] | 1 | 2019-11-27T07:26:06.000Z | 2019-11-27T07:26:06.000Z | examples/outdated-and-incorrect/Alonzo/Vec.agda | np/agda-git-experiment | 20596e9dd9867166a64470dd24ea68925ff380ce | [
"MIT"
] | null | null | null | examples/outdated-and-incorrect/Alonzo/Vec.agda | np/agda-git-experiment | 20596e9dd9867166a64470dd24ea68925ff380ce | [
"MIT"
] | null | null | null | module examples.Vec where
{- Computed datatypes -}
data One : Set where
unit : One
data Nat : Set where
zero : Nat
suc : Nat -> Nat
data _*_ (A B : Set) : Set where
pair : A -> B -> A * B
infixr 20 _=>_
data _=>_ (A B : Set) : Set where
lam : (A -> B) -> A => B
lam2 : {A B C : S... | 26.769231 | 75 | 0.539346 |
39937c3f6f68622cac23bd72579f0dce65493869 | 16,322 | agda | Agda | Categories/Square.agda | p-pavel/categories | e41aef56324a9f1f8cf3cd30b2db2f73e01066f2 | [
"BSD-3-Clause"
] | 1 | 2018-12-29T21:51:57.000Z | 2018-12-29T21:51:57.000Z | Categories/Square.agda | p-pavel/categories | e41aef56324a9f1f8cf3cd30b2db2f73e01066f2 | [
"BSD-3-Clause"
] | null | null | null | Categories/Square.agda | p-pavel/categories | e41aef56324a9f1f8cf3cd30b2db2f73e01066f2 | [
"BSD-3-Clause"
] | null | null | null | {-# OPTIONS --universe-polymorphism #-}
module Categories.Square where
open import Level
open import Function renaming (id to idᶠ; _∘_ to _©_)
open import Categories.Support.PropositionalEquality
open import Categories.Category
import Categories.Morphisms as Mor
open import Relation.Binary hiding (_⇒_)
module Glue... | 29.356115 | 228 | 0.46373 |
235bbd3535af076cdae0860e27f967408f0c4e9e | 237 | agda | Agda | src/data/lib/prim/Agda/Builtin/Unit.agda | vlopezj/agda | ff4d89e75970cf27599fb9f572bd43c9455cbb56 | [
"BSD-3-Clause"
] | 2 | 2019-10-29T09:40:30.000Z | 2020-09-20T00:28:57.000Z | src/data/lib/prim/Agda/Builtin/Unit.agda | vikfret/agda | 49ad0b3f0d39c01bc35123478b857e702b29fb9d | [
"BSD-3-Clause"
] | 3 | 2018-11-14T15:31:44.000Z | 2019-04-01T19:39:26.000Z | src/data/lib/prim/Agda/Builtin/Unit.agda | vikfret/agda | 49ad0b3f0d39c01bc35123478b857e702b29fb9d | [
"BSD-3-Clause"
] | 1 | 2021-04-01T18:30:09.000Z | 2021-04-01T18:30:09.000Z | {-# OPTIONS --without-K --safe --no-universe-polymorphism --no-sized-types --no-guardedness #-}
module Agda.Builtin.Unit where
record ⊤ : Set where
instance constructor tt
{-# BUILTIN UNIT ⊤ #-}
{-# COMPILE GHC ⊤ = data () (()) #-}
| 23.7 | 95 | 0.64135 |
df629bb46167d73aa1b55ddffa3f0c080b4f56b1 | 15,233 | agda | Agda | Numbers/BinaryNaturals/Multiplication.agda | Smaug123/agdaproofs | 0f4230011039092f58f673abcad8fb0652e6b562 | [
"MIT"
] | 4 | 2019-08-08T12:44:19.000Z | 2022-01-28T06:04:15.000Z | Numbers/BinaryNaturals/Multiplication.agda | Smaug123/agdaproofs | 0f4230011039092f58f673abcad8fb0652e6b562 | [
"MIT"
] | 14 | 2019-01-06T21:11:59.000Z | 2020-04-11T11:03:39.000Z | Numbers/BinaryNaturals/Multiplication.agda | Smaug123/agdaproofs | 0f4230011039092f58f673abcad8fb0652e6b562 | [
"MIT"
] | 1 | 2021-11-29T13:23:07.000Z | 2021-11-29T13:23:07.000Z | {-# OPTIONS --warning=error --safe --without-K #-}
open import LogicalFormulae
open import Lists.Lists
open import Numbers.Naturals.Semiring
open import Numbers.Naturals.Naturals
open import Numbers.BinaryNaturals.Definition
open import Numbers.BinaryNaturals.Addition
open import Semirings.Definition
module Numbers.B... | 83.240437 | 579 | 0.648067 |
d0fb3bffb75d012a4d51dc62624085af07dec009 | 355 | agda | Agda | test/Fail/RewritingNotSafe.agda | mdimjasevic/agda | 8fb548356b275c7a1e79b768b64511ae937c738b | [
"BSD-3-Clause"
] | 1,989 | 2015-01-09T23:51:16.000Z | 2022-03-30T18:20:48.000Z | test/Fail/RewritingNotSafe.agda | Seanpm2001-languages/agda | 9911f73061e21a87fad76c662463257afe02c861 | [
"BSD-2-Clause"
] | 4,066 | 2015-01-10T11:24:51.000Z | 2022-03-31T21:14:49.000Z | test/Fail/RewritingNotSafe.agda | Seanpm2001-languages/agda | 9911f73061e21a87fad76c662463257afe02c861 | [
"BSD-2-Clause"
] | 371 | 2015-01-03T14:04:08.000Z | 2022-03-30T19:00:30.000Z | -- Andreas, 2015-08-26
{-# OPTIONS --rewriting #-} -- Should give error
open import Agda.Builtin.Equality
open import Common.List
{-# BUILTIN REWRITE _≡_ #-}
lengthMap : {A B : Set} (f : A → B) (xs : List A) →
length (map f xs) ≡ length xs
lengthMap f [] = refl
lengthMap f (x ∷ xs) rewrite lengthMap f xs... | 23.666667 | 51 | 0.622535 |
1c6ea96f7b655abd92dda486d6cd0a54ed3e57bd | 428 | agda | Agda | test/LibSucceed/InstanceArguments/01-arguments.agda | mdimjasevic/agda | 8fb548356b275c7a1e79b768b64511ae937c738b | [
"BSD-3-Clause"
] | 1,989 | 2015-01-09T23:51:16.000Z | 2022-03-30T18:20:48.000Z | test/LibSucceed/InstanceArguments/01-arguments.agda | Seanpm2001-languages/agda | 9911f73061e21a87fad76c662463257afe02c861 | [
"BSD-2-Clause"
] | 4,066 | 2015-01-10T11:24:51.000Z | 2022-03-31T21:14:49.000Z | test/LibSucceed/InstanceArguments/01-arguments.agda | Seanpm2001-languages/agda | 9911f73061e21a87fad76c662463257afe02c861 | [
"BSD-2-Clause"
] | 371 | 2015-01-03T14:04:08.000Z | 2022-03-30T19:00:30.000Z | -- {-# OPTIONS --verbose tc.constr.findInScope:15 #-}
module InstanceArguments.01-arguments where
data T : Set where
instance tt : T
data A : Set where
instance mkA : A
mkA2 : T → A
giveA : ⦃ a : A ⦄ → A
giveA {{a}} = a
test : A → T
test a = tt
test2 : T
test2 = test giveA
id : {A : Set} → A → A
id v = v
... | 12.969697 | 53 | 0.525701 |
0e8739882df7d262e6d632d1ddeeca29f44c66d5 | 1,363 | agda | Agda | test/Fail/TypeConstructorsWhichPreserveGuardedness1.agda | vlopezj/agda | ff4d89e75970cf27599fb9f572bd43c9455cbb56 | [
"BSD-3-Clause"
] | 3 | 2015-03-28T14:51:03.000Z | 2015-12-07T20:14:00.000Z | test/Fail/TypeConstructorsWhichPreserveGuardedness1.agda | vikfret/agda | 49ad0b3f0d39c01bc35123478b857e702b29fb9d | [
"BSD-3-Clause"
] | 3 | 2018-11-14T15:31:44.000Z | 2019-04-01T19:39:26.000Z | test/Fail/TypeConstructorsWhichPreserveGuardedness1.agda | vikfret/agda | 49ad0b3f0d39c01bc35123478b857e702b29fb9d | [
"BSD-3-Clause"
] | 1 | 2015-09-15T14:36:15.000Z | 2015-09-15T14:36:15.000Z | -- Note that the flag --guardedness-preserving-type-constructors is
-- not (should not be) enabled in this module.
module TypeConstructorsWhichPreserveGuardedness1 where
open import Common.Coinduction
record ⊤ : Set where
data _⊎_ (A B : Set) : Set where
inj₁ : A → A ⊎ B
inj₂ : B → A ⊎ B
record ∃ {A : Set} (B ... | 19.197183 | 67 | 0.507704 |
4ac1ed730d146597a317cf36a8623d32aa129b8e | 493 | agda | Agda | test/interaction/Issue2407-u.agda | mdimjasevic/agda | 8fb548356b275c7a1e79b768b64511ae937c738b | [
"BSD-3-Clause"
] | 3 | 2015-03-28T14:51:03.000Z | 2015-12-07T20:14:00.000Z | test/interaction/Issue2407-u.agda | mdimjasevic/agda | 8fb548356b275c7a1e79b768b64511ae937c738b | [
"BSD-3-Clause"
] | 3 | 2018-11-14T15:31:44.000Z | 2019-04-01T19:39:26.000Z | test/interaction/Issue2407-u.agda | mdimjasevic/agda | 8fb548356b275c7a1e79b768b64511ae937c738b | [
"BSD-3-Clause"
] | 1 | 2015-09-15T14:36:15.000Z | 2015-09-15T14:36:15.000Z | -- {-# OPTIONS -v tc.cover:20 #-}
-- Andreas, 2017-01-18, issue #2407
-- If underscores are not preserved (issue #819),
-- the case split fails due to size constraints.
open import Common.Size
data D (i : Size) : (j : Size< ↑ i) → Set where
c : ∀ (j : Size< ↑ i) (k : Size< ↑ j)
→ D i j
→ D j k
... | 22.409091 | 49 | 0.533469 |
50970f679e04c68d876953008a825628505e796f | 638 | agda | Agda | src/Categories/Functor/Construction/Zero.agda | jaykru/agda-categories | a4053cf700bcefdf73b857c3352f1eae29382a60 | [
"MIT"
] | 279 | 2019-06-01T14:36:40.000Z | 2022-03-22T00:40:14.000Z | src/Categories/Functor/Construction/Zero.agda | seanpm2001/agda-categories | d9e4f578b126313058d105c61707d8c8ae987fa8 | [
"MIT"
] | 236 | 2019-06-01T14:53:54.000Z | 2022-03-28T14:31:43.000Z | src/Categories/Functor/Construction/Zero.agda | seanpm2001/agda-categories | d9e4f578b126313058d105c61707d8c8ae987fa8 | [
"MIT"
] | 64 | 2019-06-02T16:58:15.000Z | 2022-03-14T02:00:59.000Z | {-# OPTIONS --without-K --safe #-}
module Categories.Functor.Construction.Zero where
-- The Zero functor maps everything to the initial object of a
-- category (when it exists). Note quite const.
open import Level
open import Categories.Category
open import Categories.Functor using (Functor)
open import Categories.O... | 22 | 62 | 0.688088 |
fbff2710b40d4457aaa2208ac4407eb0e5b6c8e9 | 2,394 | agda | Agda | ON/ON.agda | hbasold/Sandbox | 8fc7a6cd878f37f9595124ee8dea62258da28aa4 | [
"MIT"
] | null | null | null | ON/ON.agda | hbasold/Sandbox | 8fc7a6cd878f37f9595124ee8dea62258da28aa4 | [
"MIT"
] | null | null | null | ON/ON.agda | hbasold/Sandbox | 8fc7a6cd878f37f9595124ee8dea62258da28aa4 | [
"MIT"
] | null | null | null | {-# OPTIONS --copatterns --sized-types #-}
open import Function
open import Data.Unit as Unit renaming (tt to ∗)
open import Data.List as List
TyCtx = List ⊤
data TyVar : (Γ : TyCtx) → Set where
zero : ∀{Γ} → TyVar (∗ ∷ Γ)
succ : ∀{Γ} → (x : TyVar Γ) → TyVar (∗ ∷ Γ)
data Type (Γ : TyCtx... | 29.195122 | 64 | 0.457811 |
20964c5fb7770914a10bde3fe49ca1af56b190b8 | 819 | agda | Agda | vendor/stdlib/src/Relation/Binary/Props/Poset.agda | isabella232/Lemmachine | 8ef786b40e4a9ab274c6103dc697dcb658cf3db3 | [
"MIT"
] | 56 | 2015-01-20T02:11:42.000Z | 2021-12-21T17:02:19.000Z | vendor/stdlib/src/Relation/Binary/Props/Poset.agda | larrytheliquid/Lemmachine | 8ef786b40e4a9ab274c6103dc697dcb658cf3db3 | [
"MIT"
] | 1 | 2022-03-12T12:17:51.000Z | 2022-03-12T12:17:51.000Z | vendor/stdlib/src/Relation/Binary/Props/Poset.agda | isabella232/Lemmachine | 8ef786b40e4a9ab274c6103dc697dcb658cf3db3 | [
"MIT"
] | 3 | 2015-07-21T16:37:58.000Z | 2022-03-12T11:54:10.000Z | ------------------------------------------------------------------------
-- Properties satisfied by posets
------------------------------------------------------------------------
open import Relation.Binary
module Relation.Binary.Props.Poset (p : Poset) where
open Relation.Binary.Poset p hiding (trans)
import Relat... | 30.333333 | 72 | 0.531136 |
1cf4e6b7563cd27e648aea641a488c150b2721cb | 13,871 | agda | Agda | Cubical/Algebra/Matrix.agda | ByteBucket123/cubical | aeaa15fb846a3e8bda73635dc7462ae3813b4b1b | [
"MIT"
] | null | null | null | Cubical/Algebra/Matrix.agda | ByteBucket123/cubical | aeaa15fb846a3e8bda73635dc7462ae3813b4b1b | [
"MIT"
] | null | null | null | Cubical/Algebra/Matrix.agda | ByteBucket123/cubical | aeaa15fb846a3e8bda73635dc7462ae3813b4b1b | [
"MIT"
] | 1 | 2021-03-12T20:08:45.000Z | 2021-03-12T20:08:45.000Z | {-# OPTIONS --safe #-}
module Cubical.Algebra.Matrix where
open import Cubical.Foundations.Prelude
open import Cubical.Foundations.Function
open import Cubical.Foundations.Equiv
open import Cubical.Foundations.Structure
open import Cubical.Foundations.Isomorphism
open import Cubical.Foundations.Univalence
open import ... | 45.778878 | 145 | 0.574724 |
4afb824677c03ca4b5525e8b98ee1baf1942d3a0 | 578 | agda | Agda | test/Succeed/SharedDefinitions.agda | sseefried/agda | 6b13364d36eeb60d8ec15eaf8effe23c73401900 | [
"BSD-2-Clause"
] | 1 | 2022-02-25T00:40:56.000Z | 2022-02-25T00:40:56.000Z | test/Succeed/SharedDefinitions.agda | SNU-2D/agda | b5b3b1657556f720a7310cb7744edb1fac71eaf4 | [
"BSD-2-Clause"
] | 6 | 2021-10-18T08:12:24.000Z | 2021-11-24T08:31:10.000Z | test/Succeed/SharedDefinitions.agda | SNU-2D/agda | b5b3b1657556f720a7310cb7744edb1fac71eaf4 | [
"BSD-2-Clause"
] | null | null | null | {-# OPTIONS --profile=interactive #-}
open import Common.Prelude
open import Common.Equality
`1 = suc zero
`2 = `1 + `1
`4 = `2 + `2
`8 = `4 + `4
`16 = `8 + `8
`32 = `16 + `16
`64 = `32 + `32
`128 = `64 + `64
`256 = `128 + `128
`512 =... | 20.642857 | 37 | 0.448097 |
dfd119dd6dd1ea38c6a3bec2b264aad2a531ae50 | 710 | agda | Agda | test/Succeed/Issue778b.agda | mdimjasevic/agda | 8fb548356b275c7a1e79b768b64511ae937c738b | [
"BSD-3-Clause"
] | 1,989 | 2015-01-09T23:51:16.000Z | 2022-03-30T18:20:48.000Z | test/Succeed/Issue778b.agda | Seanpm2001-languages/agda | 9911f73061e21a87fad76c662463257afe02c861 | [
"BSD-2-Clause"
] | 4,066 | 2015-01-10T11:24:51.000Z | 2022-03-31T21:14:49.000Z | test/Succeed/Issue778b.agda | Seanpm2001-languages/agda | 9911f73061e21a87fad76c662463257afe02c861 | [
"BSD-2-Clause"
] | 371 | 2015-01-03T14:04:08.000Z | 2022-03-30T19:00:30.000Z | {-# OPTIONS -v impossible:10 #-}
-- {-# OPTIONS -v tc.term.exlam:100 -v extendedlambda:100 -v int2abs.reifyterm:100 -v tc.with:100 -v tc.mod.apply:100 #-}
module Issue778b (Param : Set) where
open import Issue778M Param
data D : (Nat → Nat) → Set where
d : D pred → D pred
-- Ulf, 2013-11-11: With the fix to issu... | 30.869565 | 121 | 0.646479 |
10ceb6ba31f0ec9c2d6f0789f4d8d163922f5462 | 14,077 | agda | Agda | Definition/Untyped.agda | Vtec234/logrel-mltt | 4746894adb5b8edbddc8463904ee45c2e9b29b69 | [
"MIT"
] | null | null | null | Definition/Untyped.agda | Vtec234/logrel-mltt | 4746894adb5b8edbddc8463904ee45c2e9b29b69 | [
"MIT"
] | null | null | null | Definition/Untyped.agda | Vtec234/logrel-mltt | 4746894adb5b8edbddc8463904ee45c2e9b29b69 | [
"MIT"
] | null | null | null | -- Raw terms, weakening (renaming) and substitution.
{-# OPTIONS --without-K --safe #-}
module Definition.Untyped where
open import Tools.Nat
open import Tools.Product
open import Tools.List
import Tools.PropositionalEquality as PE
infixl 30 _∙_
infix 30 Π_▹_
infixr 22 _▹▹_
infix 30 Σ_▹_
infixr 22 _××_
infix 30 ⟦_... | 25.003552 | 86 | 0.567877 |
fb6f4c4bfc4dc4044205950c7b95145fd35a1b1f | 6,354 | agda | Agda | Cubical/Algebra/CommRingSolver/Solver.agda | guilhermehas/cubical | ce3120d3f8d692847b2744162bcd7a01f0b687eb | [
"MIT"
] | 1 | 2021-10-31T17:32:49.000Z | 2021-10-31T17:32:49.000Z | Cubical/Algebra/CommRingSolver/Solver.agda | guilhermehas/cubical | ce3120d3f8d692847b2744162bcd7a01f0b687eb | [
"MIT"
] | null | null | null | Cubical/Algebra/CommRingSolver/Solver.agda | guilhermehas/cubical | ce3120d3f8d692847b2744162bcd7a01f0b687eb | [
"MIT"
] | null | null | null | {-# OPTIONS --safe #-}
module Cubical.Algebra.CommRingSolver.Solver where
open import Cubical.Foundations.Prelude
open import Cubical.Data.FinData
open import Cubical.Data.Nat using (ℕ)
open import Cubical.Data.Nat.Order using (zero-≤)
open import Cubical.Data.Vec.Base
open import Cubical.Algebra.CommRing
open import... | 43.520548 | 107 | 0.506295 |
1c4813e7422fc37b1d25a2dc5eddb6a0e927ed2e | 3,039 | agda | Agda | L0E.agda | daherb/Agda-Montague | 9f8bbff7248dbeb54919e03957daf9b35ec1ac23 | [
"Artistic-2.0"
] | 1 | 2020-12-18T11:56:24.000Z | 2020-12-18T11:56:24.000Z | L0E.agda | daherb/Agda-Montague | 9f8bbff7248dbeb54919e03957daf9b35ec1ac23 | [
"Artistic-2.0"
] | null | null | null | L0E.agda | daherb/Agda-Montague | 9f8bbff7248dbeb54919e03957daf9b35ec1ac23 | [
"Artistic-2.0"
] | null | null | null | module L0E where
open import Common
-- Syntax
data Conj : Set where
and or : Conj
data N : Set where
Saddie Liz Hank : N
data Vᵢ : Set where
snores sleeps is-boring : Vᵢ
data Vₜ : Set where
loves hates is-taller-than : Vₜ
data Neg : Set where
it-is-not-the-case-that : Neg
data VP : Set where
iv : V... | 28.401869 | 116 | 0.698585 |
1c66284b351da097c555f3e214dea067396d4188 | 652 | agda | Agda | src/pointed/core.agda | pcapriotti/agda-base | bbbc3bfb2f80ad08c8e608cccfa14b83ea3d258c | [
"BSD-3-Clause"
] | 20 | 2015-06-12T12:20:17.000Z | 2022-02-01T11:25:54.000Z | src/pointed/core.agda | pcapriotti/agda-base | bbbc3bfb2f80ad08c8e608cccfa14b83ea3d258c | [
"BSD-3-Clause"
] | 4 | 2015-02-02T14:32:16.000Z | 2016-10-26T11:57:26.000Z | src/pointed/core.agda | pcapriotti/agda-base | bbbc3bfb2f80ad08c8e608cccfa14b83ea3d258c | [
"BSD-3-Clause"
] | 4 | 2015-02-02T12:17:00.000Z | 2019-05-04T19:31:00.000Z | {-# OPTIONS --without-K #-}
module pointed.core where
open import sum
open import equality.core
open import function.core
open import function.isomorphism.core
PSet : ∀ i → Set _
PSet i = Σ (Set i) λ X → X
PMap : ∀ {i j} → PSet i → PSet j → Set _
PMap (X , x) (Y , y) = Σ (X → Y) λ f → f x ≡ y
_∘P_ : ∀ {i j k}{𝓧 : ... | 22.482759 | 52 | 0.529141 |
c564596242d842d15369c28dce25537436de0398 | 810 | agda | Agda | src/fot/FOTC/Program/McCarthy91/McCarthy91.agda | asr/fotc | 2fc9f2b81052a2e0822669f02036c5750371b72d | [
"MIT"
] | 11 | 2015-09-03T20:53:42.000Z | 2021-09-12T16:09:54.000Z | src/fot/FOTC/Program/McCarthy91/McCarthy91.agda | asr/fotc | 2fc9f2b81052a2e0822669f02036c5750371b72d | [
"MIT"
] | 2 | 2016-10-12T17:28:16.000Z | 2017-01-01T14:34:26.000Z | src/fot/FOTC/Program/McCarthy91/McCarthy91.agda | asr/fotc | 2fc9f2b81052a2e0822669f02036c5750371b72d | [
"MIT"
] | 3 | 2016-09-19T14:18:30.000Z | 2018-03-14T08:50:00.000Z | ------------------------------------------------------------------------------
-- The McCarthy 91 function: A function with nested recursion
------------------------------------------------------------------------------
{-# OPTIONS --exact-split #-}
{-# OPTIONS --no-sized-types #-}
{-# OPTIONS -... | 35.217391 | 79 | 0.446914 |
0e7157505a46a45784cc8a636c9ca3497f5b2f86 | 143 | agda | Agda | test/Succeed/DeadCodePatSyn.agda | pthariensflame/agda | 222c4c64b2ccf8e0fc2498492731c15e8fef32d4 | [
"BSD-3-Clause"
] | 3 | 2015-03-28T14:51:03.000Z | 2015-12-07T20:14:00.000Z | test/Succeed/DeadCodePatSyn.agda | Blaisorblade/Agda | 802a28aa8374f15fe9d011ceb80317fdb1ec0949 | [
"BSD-3-Clause"
] | null | null | null | test/Succeed/DeadCodePatSyn.agda | Blaisorblade/Agda | 802a28aa8374f15fe9d011ceb80317fdb1ec0949 | [
"BSD-3-Clause"
] | null | null | null |
module _ where
open import DeadCodePatSyn.Lib
-- Check that pattern synonyms count when computing dead code
f : _ → Set₁
f not-hidden = Set
| 15.888889 | 61 | 0.755245 |
c5e1a6672fe134d6db887f9172c526a211eda593 | 443 | agda | Agda | Data/List/Sorting/HeapSort.agda | Lolirofle/stuff-in-agda | 70f4fba849f2fd779c5aaa5af122ccb6a5b271ba | [
"MIT"
] | 6 | 2020-04-07T17:58:13.000Z | 2022-02-05T06:53:22.000Z | Data/List/Sorting/HeapSort.agda | Lolirofle/stuff-in-agda | 70f4fba849f2fd779c5aaa5af122ccb6a5b271ba | [
"MIT"
] | null | null | null | Data/List/Sorting/HeapSort.agda | Lolirofle/stuff-in-agda | 70f4fba849f2fd779c5aaa5af122ccb6a5b271ba | [
"MIT"
] | null | null | null | open import Data.Boolean
open import Type
module Data.List.Sorting.HeapSort {ℓ} {T : Type{ℓ}} (_≤?_ : T → T → Bool) where
import Lvl
open import Data.List
import Data.List.Functions as List
open import Data.BinaryTree
import Data.BinaryTree.Heap as Heap
open import Functional using (_∘_)
heapSort : Li... | 24.611111 | 82 | 0.706546 |
c5e80facfd6612ae63401016388fd6c7d91fa432 | 3,955 | agda | Agda | Agda/21-image.agda | tadejpetric/HoTT-Intro | f4228d6ecfc6cdb119c6e8b0e711fea05b98b2d5 | [
"CC-BY-4.0"
] | null | null | null | Agda/21-image.agda | tadejpetric/HoTT-Intro | f4228d6ecfc6cdb119c6e8b0e711fea05b98b2d5 | [
"CC-BY-4.0"
] | null | null | null | Agda/21-image.agda | tadejpetric/HoTT-Intro | f4228d6ecfc6cdb119c6e8b0e711fea05b98b2d5 | [
"CC-BY-4.0"
] | null | null | null | {-# OPTIONS --without-K --exact-split --allow-unsolved-metas #-}
module 21-image where
import 20-sequences
open 20-sequences public
{- We give the formal specification of propositional truncation. -}
precomp-Prop :
{ l1 l2 l3 : Level} {A : UU l1} (P : hProp l2) →
(A → type-Prop P) → (Q : hProp l3) →
(type-Pro... | 38.028846 | 76 | 0.573704 |
101300cc6e3e857f0dc52c7f1e3dad02695f5cda | 8,019 | agda | Agda | Security.agda | iwilare/imp-semantics | cb98e3b3b93362654b79152bfdf2c21eb4951fcc | [
"MIT"
] | 6 | 2020-09-08T11:54:07.000Z | 2022-02-24T22:29:44.000Z | Security.agda | iwilare/imp-semantics | cb98e3b3b93362654b79152bfdf2c21eb4951fcc | [
"MIT"
] | null | null | null | Security.agda | iwilare/imp-semantics | cb98e3b3b93362654b79152bfdf2c21eb4951fcc | [
"MIT"
] | null | null | null | open import Data.Nat using (ℕ; suc; zero; _<_; _≤_; z≤n; s≤s; _+_; _⊔_)
open import Data.Bool using (Bool; true; false; not; _∧_)
open import Data.Sum using (inj₁; inj₂; _⊎_; [_,_])
open import Data.Product using (_×_; _,_; -,_; _-,-_; ∃; ∃-syntax; proj₂)
open import Data.String using (String; _≟_; len... | 36.616438 | 117 | 0.555805 |
fbe1fa6256d5540430ced8a90c0175fbe559e1a4 | 168 | agda | Agda | test/succeed/Issue778M.agda | masondesu/agda | 70c8a575c46f6a568c7518150a1a64fcd03aa437 | [
"MIT"
] | 1 | 2018-10-10T17:08:44.000Z | 2018-10-10T17:08:44.000Z | test/succeed/Issue778M.agda | np/agda-git-experiment | 20596e9dd9867166a64470dd24ea68925ff380ce | [
"MIT"
] | null | null | null | test/succeed/Issue778M.agda | np/agda-git-experiment | 20596e9dd9867166a64470dd24ea68925ff380ce | [
"MIT"
] | null | null | null | module Issue778M (Param : Set) where
data Nat : Set where
zero : Nat
suc : Nat -> Nat
pred : Nat → Nat
pred = λ { zero → zero; (suc n) → n }
where aux = zero
| 14 | 37 | 0.589286 |
50789ad7f76d64807ffb3d81916a8f86997a82bd | 45,758 | agda | Agda | Agda/09-fundamental-theorem.agda | hemangandhi/HoTT-Intro | 09c710bf9c31ba88be144cc950bd7bc19c22a934 | [
"CC-BY-4.0"
] | null | null | null | Agda/09-fundamental-theorem.agda | hemangandhi/HoTT-Intro | 09c710bf9c31ba88be144cc950bd7bc19c22a934 | [
"CC-BY-4.0"
] | null | null | null | Agda/09-fundamental-theorem.agda | hemangandhi/HoTT-Intro | 09c710bf9c31ba88be144cc950bd7bc19c22a934 | [
"CC-BY-4.0"
] | null | null | null | {-# OPTIONS --without-K --exact-split #-}
module 09-fundamental-theorem where
import 08-contractible-types
open 08-contractible-types public
-- Section 8.1 Families of equivalences
{- Any family of maps induces a map on the total spaces. -}
tot :
{i j k : Level} {A : UU i} {B : A → UU j} {C : A → UU k} →
((x :... | 35.776388 | 97 | 0.530465 |
3973eafe9462cda3ba36254bc14efdb966434003 | 1,226 | agda | Agda | notes/thesis/report/LogicalFramework/CommAddition.agda | asr/fotc | 2fc9f2b81052a2e0822669f02036c5750371b72d | [
"MIT"
] | 11 | 2015-09-03T20:53:42.000Z | 2021-09-12T16:09:54.000Z | notes/thesis/report/LogicalFramework/CommAddition.agda | asr/fotc | 2fc9f2b81052a2e0822669f02036c5750371b72d | [
"MIT"
] | 2 | 2016-10-12T17:28:16.000Z | 2017-01-01T14:34:26.000Z | notes/thesis/report/LogicalFramework/CommAddition.agda | asr/fotc | 2fc9f2b81052a2e0822669f02036c5750371b72d | [
"MIT"
] | 3 | 2016-09-19T14:18:30.000Z | 2018-03-14T08:50:00.000Z | ------------------------------------------------------------------------------
-- A Peano arithmetic proof without using a where clause
------------------------------------------------------------------------------
{-# OPTIONS --exact-split #-}
{-# OPTIONS --no-sized-types #-}
{-# OPTIONS --no-u... | 29.190476 | 78 | 0.40783 |
1c98ffbd2fed23ade13879e2f3951fd1fb6ba635 | 11,716 | agda | Agda | src/Tactic/Reflection/Equality.agda | lclem/agda-prelude | 75016b4151ed601e28f4462cd7b6b1aaf5d0d1a6 | [
"MIT"
] | null | null | null | src/Tactic/Reflection/Equality.agda | lclem/agda-prelude | 75016b4151ed601e28f4462cd7b6b1aaf5d0d1a6 | [
"MIT"
] | null | null | null | src/Tactic/Reflection/Equality.agda | lclem/agda-prelude | 75016b4151ed601e28f4462cd7b6b1aaf5d0d1a6 | [
"MIT"
] | null | null | null |
module Tactic.Reflection.Equality where
open import Prelude
open import Builtin.Reflection
open import Builtin.Float
instance
EqVisibility : Eq Visibility
_==_ {{EqVisibility}} visible visible = yes refl
_==_ {{EqVisibility}} visible hidden = no (λ ())
_==_ {{EqVisibility}} visible instance′ = no (λ ()... | 39.715254 | 116 | 0.540287 |
10003989d3299ee258b6aeed204e1c17e0cc9ac6 | 1,002 | agda | Agda | notes/FOT/FOTC/Program/Mirror/TreeR.agda | asr/fotc | 2fc9f2b81052a2e0822669f02036c5750371b72d | [
"MIT"
] | 11 | 2015-09-03T20:53:42.000Z | 2021-09-12T16:09:54.000Z | notes/FOT/FOTC/Program/Mirror/TreeR.agda | asr/fotc | 2fc9f2b81052a2e0822669f02036c5750371b72d | [
"MIT"
] | 2 | 2016-10-12T17:28:16.000Z | 2017-01-01T14:34:26.000Z | notes/FOT/FOTC/Program/Mirror/TreeR.agda | asr/fotc | 2fc9f2b81052a2e0822669f02036c5750371b72d | [
"MIT"
] | 3 | 2016-09-19T14:18:30.000Z | 2018-03-14T08:50:00.000Z | ------------------------------------------------------------------------------
-- Well-founded relation on trees
------------------------------------------------------------------------------
{-# OPTIONS --exact-split #-}
{-# OPTIONS --no-sized-types #-}
{-# OPTIONS --no-universe-polymorphism #-... | 33.4 | 78 | 0.441118 |
d0020d59f1bc08d0be7bfc459c5e8a2a46d6586e | 6,428 | agda | Agda | Cubical/Algebra/CommRing/Base.agda | Edlyr/cubical | 5de11df25b79ee49d5c084fbbe6dfc66e4147a2e | [
"MIT"
] | null | null | null | Cubical/Algebra/CommRing/Base.agda | Edlyr/cubical | 5de11df25b79ee49d5c084fbbe6dfc66e4147a2e | [
"MIT"
] | null | null | null | Cubical/Algebra/CommRing/Base.agda | Edlyr/cubical | 5de11df25b79ee49d5c084fbbe6dfc66e4147a2e | [
"MIT"
] | null | null | null | {-# OPTIONS --cubical --no-import-sorts --safe #-}
module Cubical.Algebra.CommRing.Base where
open import Cubical.Foundations.Prelude
open import Cubical.Foundations.Equiv
open import Cubical.Foundations.Equiv.HalfAdjoint
open import Cubical.Foundations.HLevels
open import Cubical.Foundations.Isomorphism
open import C... | 37.811765 | 115 | 0.569384 |
dc0a68d2ab3854831a4e48f179e6ddf588f61862 | 1,265 | agda | Agda | examples/examplesPaperJFP/Colists.agda | agda/ooAgda | 7cc45e0148a4a508d20ed67e791544c30fecd795 | [
"MIT"
] | 23 | 2016-06-19T12:57:55.000Z | 2020-10-12T23:15:25.000Z | examples/examplesPaperJFP/Colists.agda | agda/ooAgda | 7cc45e0148a4a508d20ed67e791544c30fecd795 | [
"MIT"
] | null | null | null | examples/examplesPaperJFP/Colists.agda | agda/ooAgda | 7cc45e0148a4a508d20ed67e791544c30fecd795 | [
"MIT"
] | 2 | 2018-09-01T15:02:37.000Z | 2022-03-12T11:41:00.000Z | module examplesPaperJFP.Colists where
-- open import Function
-- Case expressions (to be used with pattern-matching lambdas, see
-- README.Case).
infix 0 case_return_of_ case_of_
case_return_of_ :
∀ {a b} {A : Set a}
(x : A) (B : A → Set b) → ((x : A) → B x) → B x
case x return B of f = f x
case_of_ : ∀ {a b} ... | 24.326923 | 73 | 0.550988 |
508cd9a2423574c67857cea571c473e549c9e148 | 6,875 | agda | Agda | Cubical/HITs/SetTruncation/Properties.agda | jorge-jbs/cubical | ebbe824fda41ab6524b62a42959665be4e67b847 | [
"MIT"
] | null | null | null | Cubical/HITs/SetTruncation/Properties.agda | jorge-jbs/cubical | ebbe824fda41ab6524b62a42959665be4e67b847 | [
"MIT"
] | 1 | 2022-01-27T02:07:48.000Z | 2022-01-27T02:07:48.000Z | Cubical/HITs/SetTruncation/Properties.agda | jorge-jbs/cubical | ebbe824fda41ab6524b62a42959665be4e67b847 | [
"MIT"
] | null | null | null | {-
This file contains:
- Properties of set truncations
-}
{-# OPTIONS --cubical --no-import-sorts --safe #-}
module Cubical.HITs.SetTruncation.Properties where
open import Cubical.HITs.SetTruncation.Base
open import Cubical.Foundations.Prelude
open import Cubical.Foundations.Function
open import Cubical.Foundation... | 39.97093 | 100 | 0.504582 |
4ab717df5b821a1a5ad08aeb1ff6fdadeb4ca7dc | 4,787 | agda | Agda | Cubical/HITs/KleinBottle/Properties.agda | borsiemir/cubical | cefeb3669ffdaea7b88ae0e9dd258378418819ca | [
"MIT"
] | null | null | null | Cubical/HITs/KleinBottle/Properties.agda | borsiemir/cubical | cefeb3669ffdaea7b88ae0e9dd258378418819ca | [
"MIT"
] | null | null | null | Cubical/HITs/KleinBottle/Properties.agda | borsiemir/cubical | cefeb3669ffdaea7b88ae0e9dd258378418819ca | [
"MIT"
] | null | null | null | {-
Definition of the Klein bottle as a HIT
-}
{-# OPTIONS --cubical --safe #-}
module Cubical.HITs.KleinBottle.Properties where
open import Cubical.Core.Everything
open import Cubical.Foundations.Prelude
open import Cubical.Foundations.Equiv
open import Cubical.Foundations.Isomorphism
open import Cubical.Foundation... | 29.189024 | 105 | 0.594318 |
231c120927d5371672ce35239fd659afdcf9aa98 | 387 | agda | Agda | test/Compiler/with-stdlib/TrustMe.agda | andreasabel/agda-with-old-branches | 04941fb75be06039b0085ab047117625294cbc99 | [
"BSD-3-Clause"
] | 3 | 2015-03-28T14:51:03.000Z | 2015-12-07T20:14:00.000Z | test/Compiler/with-stdlib/TrustMe.agda | andersk/agda | 56928ff709dcb931cb9a48c4790e5ed3739e3032 | [
"BSD-3-Clause"
] | null | null | null | test/Compiler/with-stdlib/TrustMe.agda | andersk/agda | 56928ff709dcb931cb9a48c4790e5ed3739e3032 | [
"BSD-3-Clause"
] | 1 | 2019-03-05T20:02:38.000Z | 2019-03-05T20:02:38.000Z | module TrustMe where
open import Data.String
open import Data.Unit using (⊤)
open import IO
import IO.Primitive as Prim
open import Relation.Binary.PropositionalEquality
open import Relation.Nullary
-- Check that trustMe works.
testTrustMe : IO ⊤
testTrustMe with "apa" ≟ "apa"
... | yes refl = putStrLn "Yes!"
... | ... | 20.368421 | 49 | 0.723514 |
3906499be099b7aaa45304f9fc694b1597b71bc5 | 2,082 | agda | Agda | test/LibSucceed/SizeInconsistentMeta4.agda | mdimjasevic/agda | 8fb548356b275c7a1e79b768b64511ae937c738b | [
"BSD-3-Clause"
] | 1,989 | 2015-01-09T23:51:16.000Z | 2022-03-30T18:20:48.000Z | test/LibSucceed/SizeInconsistentMeta4.agda | Seanpm2001-languages/agda | 9911f73061e21a87fad76c662463257afe02c861 | [
"BSD-2-Clause"
] | 4,066 | 2015-01-10T11:24:51.000Z | 2022-03-31T21:14:49.000Z | test/LibSucceed/SizeInconsistentMeta4.agda | Seanpm2001-languages/agda | 9911f73061e21a87fad76c662463257afe02c861 | [
"BSD-2-Clause"
] | 371 | 2015-01-03T14:04:08.000Z | 2022-03-30T19:00:30.000Z | -- Andreas, 2012-02-24 example by Ramana Kumar
{-# OPTIONS --sized-types #-}
-- {-# OPTIONS --show-implicit -v tc.size.solve:20 -v tc.conv.size:15 #-}
module SizeInconsistentMeta4 where
open import Data.Nat using (ℕ;zero;suc) renaming (_<_ to _N<_)
open import Data.Product using (_,_;_×_)
open import Data.Product.Rela... | 36.526316 | 100 | 0.595581 |
cb697b96d3fb4c3725163512c454cabcccd73dd2 | 7,525 | agda | Agda | theorems/homotopy/3x3/From.agda | AntoineAllioux/HoTT-Agda | 1037d82edcf29b620677a311dcfd4fc2ade2faa6 | [
"MIT"
] | 294 | 2015-01-09T16:23:23.000Z | 2022-03-20T13:54:45.000Z | theorems/homotopy/3x3/From.agda | AntoineAllioux/HoTT-Agda | 1037d82edcf29b620677a311dcfd4fc2ade2faa6 | [
"MIT"
] | 31 | 2015-03-05T20:09:00.000Z | 2021-10-03T19:15:25.000Z | theorems/homotopy/3x3/From.agda | AntoineAllioux/HoTT-Agda | 1037d82edcf29b620677a311dcfd4fc2ade2faa6 | [
"MIT"
] | 50 | 2015-01-10T01:48:08.000Z | 2022-02-14T03:03:25.000Z | {-# OPTIONS --without-K --rewriting #-}
--open import HoTT
open import homotopy.3x3.PushoutPushout
open import homotopy.3x3.Transpose
open import homotopy.3x3.Common
module homotopy.3x3.From {i} (d : Span^2 {i}) where
open Span^2 d
open M d hiding (Pushout^2)
open M (transpose d) using () renaming (A₀∙ to A∙₀; A₂∙ t... | 42.755682 | 118 | 0.413821 |
1086d39c5ab0c25a0ece2293c8a5b9a6c942c44d | 378 | agda | Agda | prototyping/Luau/Value.agda | Tr4shh/Roblox-Luau | cd18adc20ecb805b8eeb770a9e5ef8e0cd123734 | [
"MIT"
] | null | null | null | prototyping/Luau/Value.agda | Tr4shh/Roblox-Luau | cd18adc20ecb805b8eeb770a9e5ef8e0cd123734 | [
"MIT"
] | null | null | null | prototyping/Luau/Value.agda | Tr4shh/Roblox-Luau | cd18adc20ecb805b8eeb770a9e5ef8e0cd123734 | [
"MIT"
] | null | null | null | module Luau.Value where
open import Agda.Builtin.Float using (Float)
open import Luau.Addr using (Addr)
open import Luau.Syntax using (Block; Expr; nil; addr; number)
open import Luau.Var using (Var)
data Value : Set where
nil : Value
addr : Addr → Value
number : Float → Value
val : ∀ {a} → Value → Expr a
val ... | 22.235294 | 62 | 0.693122 |
0e7dbfd211145d66629440d6605316a326c8e0aa | 20,801 | agda | Agda | Definition/LogicalRelation.agda | CoqHott/logrel-mltt | e0eeebc4aa5ed791ce3e7c0dc9531bd113dfcc04 | [
"MIT"
] | 2 | 2018-06-21T08:39:01.000Z | 2022-01-17T16:13:53.000Z | Definition/LogicalRelation.agda | CoqHott/logrel-mltt | e0eeebc4aa5ed791ce3e7c0dc9531bd113dfcc04 | [
"MIT"
] | null | null | null | Definition/LogicalRelation.agda | CoqHott/logrel-mltt | e0eeebc4aa5ed791ce3e7c0dc9531bd113dfcc04 | [
"MIT"
] | 2 | 2022-01-26T14:55:51.000Z | 2022-02-15T19:42:19.000Z | {-# OPTIONS --safe #-}
open import Definition.Typed.EqualityRelation
module Definition.LogicalRelation {{eqrel : EqRelSet}} where
open EqRelSet {{...}}
open import Definition.Untyped as U
open import Definition.Typed
open import Definition.Typed.Weakening
open import Definition.Typed.Reduction
open import Tools.... | 42.278455 | 240 | 0.423537 |
10160963e79f37b8040ecbdda7f4a159ef43ce3c | 8,635 | agda | Agda | src/Generics/Prelude.agda | flupe/generics | db764f858d908aa39ea4901669a6bbce1525f757 | [
"MIT"
] | 11 | 2021-04-08T15:10:20.000Z | 2022-02-05T09:35:17.000Z | src/Generics/Prelude.agda | flupe/generics | db764f858d908aa39ea4901669a6bbce1525f757 | [
"MIT"
] | 4 | 2021-09-13T07:33:50.000Z | 2022-01-14T10:48:30.000Z | src/Generics/Prelude.agda | flupe/generics | db764f858d908aa39ea4901669a6bbce1525f757 | [
"MIT"
] | 3 | 2021-04-08T08:32:42.000Z | 2022-01-14T10:35:16.000Z | {-# OPTIONS --safe --without-K #-}
module Generics.Prelude where
open import Function.Base public
open import Data.Product public hiding (map; uncurry; uncurry′; curry′)
open import Level public using (Setω; Level; _⊔_; Lift; lift)
renaming (zero to lzero; suc ... | 31.514599 | 97 | 0.570006 |
20c07d92e9fb29790bcd3139d1e7f194ca26ca27 | 715 | agda | Agda | test/Succeed/Issue2484-6.agda | mdimjasevic/agda | 8fb548356b275c7a1e79b768b64511ae937c738b | [
"BSD-3-Clause"
] | 2 | 2019-10-29T09:40:30.000Z | 2020-09-20T00:28:57.000Z | test/Succeed/Issue2484-6.agda | mdimjasevic/agda | 8fb548356b275c7a1e79b768b64511ae937c738b | [
"BSD-3-Clause"
] | 3 | 2018-11-14T15:31:44.000Z | 2019-04-01T19:39:26.000Z | test/Succeed/Issue2484-6.agda | mdimjasevic/agda | 8fb548356b275c7a1e79b768b64511ae937c738b | [
"BSD-3-Clause"
] | 1 | 2015-09-15T14:36:15.000Z | 2015-09-15T14:36:15.000Z | module _ (_ : Set) where
open import Agda.Builtin.Size
postulate
I : Set
record ∃ (B : I → Set) : Set where
constructor _,_
field
proj₁ : I
proj₂ : B proj₁
module M (_ : Set₁) where
mutual
data P (i : Size) (x y : I) : Set where
⟨_⟩ : ∃ (Q i x) → P i x y
record Q (i : Size) (x y : I... | 18.333333 | 60 | 0.454545 |
d04209cc76473c6a9b33ba0cd1d2aebab9e4989f | 2,564 | agda | Agda | Relation/Binary/Construct/UpperBound.agda | oisdk/agda-playground | 97a3aab1282b2337c5f43e2cfa3fa969a94c11b7 | [
"MIT"
] | 6 | 2020-09-11T17:45:41.000Z | 2021-11-16T08:11:34.000Z | Relation/Binary/Construct/UpperBound.agda | oisdk/agda-playground | 97a3aab1282b2337c5f43e2cfa3fa969a94c11b7 | [
"MIT"
] | null | null | null | Relation/Binary/Construct/UpperBound.agda | oisdk/agda-playground | 97a3aab1282b2337c5f43e2cfa3fa969a94c11b7 | [
"MIT"
] | 1 | 2021-11-11T12:30:21.000Z | 2021-11-11T12:30:21.000Z | {-# OPTIONS --cubical --safe --postfix-projections #-}
open import Prelude
open import Relation.Binary
module Relation.Binary.Construct.UpperBound {e} {E : Type e} {r₁ r₂} (totalOrder : TotalOrder E r₁ r₂) where
open TotalOrder totalOrder renaming (refl to <-refl)
import Data.Unit.UniversePolymorphic as Poly
import... | 36.628571 | 108 | 0.592824 |
fbba3d868d5d916bc1c56415d41b484f8e9635f4 | 5,455 | agda | Agda | BasicIS4/Semantics/BasicKripkeOno.agda | mietek/hilbert-gentzen | fcd187db70f0a39b894fe44fad0107f61849405c | [
"X11"
] | 29 | 2016-07-03T18:51:56.000Z | 2022-01-01T10:29:18.000Z | BasicIS4/Semantics/BasicKripkeOno.agda | mietek/hilbert-gentzen | fcd187db70f0a39b894fe44fad0107f61849405c | [
"X11"
] | 1 | 2018-06-10T09:11:22.000Z | 2018-06-10T09:11:22.000Z | BasicIS4/Semantics/BasicKripkeOno.agda | mietek/hilbert-gentzen | fcd187db70f0a39b894fe44fad0107f61849405c | [
"X11"
] | null | null | null | -- Basic intuitionistic modal logic S4, without ∨, ⊥, or ◇.
-- Basic Kripke-style semantics with abstract worlds, for soundness only.
-- Ono-style conditions.
module BasicIS4.Semantics.BasicKripkeOno where
open import BasicIS4.Syntax.Common public
-- Intuitionistic modal Kripke models, with frame conditions given b... | 28.118557 | 93 | 0.352521 |
fb6e5ffba761c4f5bc5a8a9626e980608ec2386c | 644 | agda | Agda | agda-stdlib/src/Relation/Binary/PartialOrderReasoning.agda | DreamLinuxer/popl21-artifact | fb380f2e67dcb4a94f353dbaec91624fcb5b8933 | [
"MIT"
] | 5 | 2020-10-07T12:07:53.000Z | 2020-10-10T21:41:32.000Z | agda-stdlib/src/Relation/Binary/PartialOrderReasoning.agda | DreamLinuxer/popl21-artifact | fb380f2e67dcb4a94f353dbaec91624fcb5b8933 | [
"MIT"
] | null | null | null | agda-stdlib/src/Relation/Binary/PartialOrderReasoning.agda | DreamLinuxer/popl21-artifact | fb380f2e67dcb4a94f353dbaec91624fcb5b8933 | [
"MIT"
] | 1 | 2021-11-04T06:54:45.000Z | 2021-11-04T06:54:45.000Z | ------------------------------------------------------------------------
-- The Agda standard library
--
-- This module is DEPRECATED. Please use the
-- Relation.Binary.Reasoning.PartialOrder module directly.
------------------------------------------------------------------------
{-# OPTIONS --without-K --safe #-}
o... | 30.666667 | 72 | 0.588509 |
230d8e74941392c4e4f4ab8d33c6d3b18a630fe9 | 4,107 | agda | Agda | test/Succeed/Builtin.agda | alex-mckenna/agda | 78b62cd24bbd570271a7153e44ad280e52ef3e29 | [
"BSD-3-Clause"
] | 1 | 2021-07-07T10:49:57.000Z | 2021-07-07T10:49:57.000Z | test/Succeed/Builtin.agda | andersk/agda | 56928ff709dcb931cb9a48c4790e5ed3739e3032 | [
"BSD-3-Clause"
] | null | null | null | test/Succeed/Builtin.agda | andersk/agda | 56928ff709dcb931cb9a48c4790e5ed3739e3032 | [
"BSD-3-Clause"
] | null | null | null | module Builtin where
data Bool : Set where
false : Bool
true : Bool
not : Bool -> Bool
not true = false
not false = true
_||_ : Bool -> Bool -> Bool
true || _ = true
false || x = x
_&&_ : Bool -> Bool -> Bool
true && x = x
false && _ = false
{-# BUILTIN BOOL Bool #-}
{-# BUILTIN TRUE true #-}
{-# BUILTI... | 23.335227 | 59 | 0.585342 |
d0074e91f192fa2aa94f767c685f34c49a4b8b0d | 30,243 | agda | Agda | HP.agda | JacquesCarette/pi-dual | 003835484facfde0b770bc2b3d781b42b76184c1 | [
"BSD-2-Clause"
] | 14 | 2015-08-18T21:40:15.000Z | 2021-05-05T01:07:57.000Z | HP.agda | JacquesCarette/pi-dual | 003835484facfde0b770bc2b3d781b42b76184c1 | [
"BSD-2-Clause"
] | 4 | 2018-06-07T16:27:41.000Z | 2021-10-29T20:41:23.000Z | HP.agda | JacquesCarette/pi-dual | 003835484facfde0b770bc2b3d781b42b76184c1 | [
"BSD-2-Clause"
] | 3 | 2016-05-29T01:56:33.000Z | 2019-09-10T09:47:13.000Z | {-# OPTIONS --without-K #-}
{--
Make a version of this file with plain PI and ℕ as a model
Make another version with PI+NEG+FRAC (meadow style) and ℚ as a model
Keep extending; add imaginary numbers and try ℂ as a model
then add square roots and try algebraic numbers as a model
An orthogonal direction is to try ... | 31.568894 | 79 | 0.424363 |
c5f39499950be1880e6ec46dcf408900c6c1a64b | 926 | agda | Agda | Definition/Conversion/Universe.agda | CoqHott/logrel-mltt | e0eeebc4aa5ed791ce3e7c0dc9531bd113dfcc04 | [
"MIT"
] | 2 | 2018-06-21T08:39:01.000Z | 2022-01-17T16:13:53.000Z | Definition/Conversion/Universe.agda | CoqHott/logrel-mltt | e0eeebc4aa5ed791ce3e7c0dc9531bd113dfcc04 | [
"MIT"
] | null | null | null | Definition/Conversion/Universe.agda | CoqHott/logrel-mltt | e0eeebc4aa5ed791ce3e7c0dc9531bd113dfcc04 | [
"MIT"
] | 2 | 2022-01-26T14:55:51.000Z | 2022-02-15T19:42:19.000Z | {-# OPTIONS --safe #-}
module Definition.Conversion.Universe where
open import Definition.Untyped
open import Definition.Typed
open import Definition.Typed.Properties
open import Definition.Typed.RedSteps
open import Definition.Conversion
open import Definition.Conversion.Reduction
open import Definition.Conversion.L... | 30.866667 | 79 | 0.661987 |
4ad4cf5cb8c4c5d27277339952707405fd29fe24 | 1,679 | agda | Agda | src/Categories/Category/CartesianClosed/Properties.agda | jaykru/agda-categories | a4053cf700bcefdf73b857c3352f1eae29382a60 | [
"MIT"
] | 5 | 2020-10-07T12:07:53.000Z | 2020-10-10T21:41:32.000Z | src/Categories/Category/CartesianClosed/Properties.agda | jaykru/agda-categories | a4053cf700bcefdf73b857c3352f1eae29382a60 | [
"MIT"
] | null | null | null | src/Categories/Category/CartesianClosed/Properties.agda | jaykru/agda-categories | a4053cf700bcefdf73b857c3352f1eae29382a60 | [
"MIT"
] | 1 | 2021-11-04T06:54:45.000Z | 2021-11-04T06:54:45.000Z | {-# OPTIONS --without-K --safe #-}
module Categories.Category.CartesianClosed.Properties where
open import Level
open import Data.Product using (Σ; _,_; Σ-syntax; proj₁; proj₂)
open import Categories.Category.Core
open import Categories.Category.CartesianClosed
import Categories.Morphism.Reasoning as MR
module _ {... | 34.979167 | 116 | 0.461584 |
502fb37d337b615833b8b2d4389a5f1e41b3b0e8 | 4,606 | agda | Agda | FormalLanguage/RegularExpression.agda | Lolirofle/stuff-in-agda | 70f4fba849f2fd779c5aaa5af122ccb6a5b271ba | [
"MIT"
] | 6 | 2020-04-07T17:58:13.000Z | 2022-02-05T06:53:22.000Z | FormalLanguage/RegularExpression.agda | Lolirofle/stuff-in-agda | 70f4fba849f2fd779c5aaa5af122ccb6a5b271ba | [
"MIT"
] | null | null | null | FormalLanguage/RegularExpression.agda | Lolirofle/stuff-in-agda | 70f4fba849f2fd779c5aaa5af122ccb6a5b271ba | [
"MIT"
] | null | null | null | import Lvl
open import Type
module FormalLanguage.RegularExpression {ℓ} (Σ : Type{ℓ}) where
open import Data.Boolean
open import Data.Boolean.Stmt.Proofs
open import Data.List as List using (List)
open import FormalLanguage
open import FormalLanguage.Proofs
open import Functional
open import Logic
open import Lo... | 46.525253 | 193 | 0.616153 |
0e036e3b65998f1899638ae78af17c9f2af3a975 | 3,188 | agda | Agda | src/Categories/Category/Construction/Properties/EilenbergMoore.agda | MirceaS/agda-categories | 58e5ec015781be5413bdf968f7ec4fdae0ab4b21 | [
"MIT"
] | null | null | null | src/Categories/Category/Construction/Properties/EilenbergMoore.agda | MirceaS/agda-categories | 58e5ec015781be5413bdf968f7ec4fdae0ab4b21 | [
"MIT"
] | null | null | null | src/Categories/Category/Construction/Properties/EilenbergMoore.agda | MirceaS/agda-categories | 58e5ec015781be5413bdf968f7ec4fdae0ab4b21 | [
"MIT"
] | null | null | null | {-# OPTIONS --without-K --safe #-}
module Categories.Category.Construction.Properties.EilenbergMoore where
open import Level
import Relation.Binary.PropositionalEquality as ≡
open import Categories.Adjoint
open import Categories.Adjoint.Properties
open import Categories.Category
open import Categories.Functor using (... | 32.865979 | 109 | 0.54611 |
df70cc3b22ad6f966f8fece1d8d62832cba0d98c | 701 | agda | Agda | Cubical/Algebra/Group.agda | FernandoLarrain/cubical | 9acdecfa6437ec455568be4e5ff04849cc2bc13b | [
"MIT"
] | 301 | 2018-10-17T18:00:24.000Z | 2022-03-24T02:10:47.000Z | Cubical/Algebra/Group.agda | FernandoLarrain/cubical | 9acdecfa6437ec455568be4e5ff04849cc2bc13b | [
"MIT"
] | 584 | 2018-10-15T09:49:02.000Z | 2022-03-30T12:09:17.000Z | Cubical/Algebra/Group.agda | FernandoLarrain/cubical | 9acdecfa6437ec455568be4e5ff04849cc2bc13b | [
"MIT"
] | 134 | 2018-11-16T06:11:03.000Z | 2022-03-23T16:22:13.000Z | {-# OPTIONS --safe #-}
module Cubical.Algebra.Group where
open import Cubical.Algebra.Group.Base public
open import Cubical.Algebra.Group.Properties public
open import Cubical.Algebra.Group.GroupPath public
open import Cubical.Algebra.Group.DirProd public
open import Cubical.Algebra.Group.Morphisms public
open import ... | 43.8125 | 60 | 0.850214 |
396b67cf9a8a2d0eacb972062a0c2f3c856a57c5 | 1,221 | agda | Agda | UniDB/Morph/Sub.agda | skeuchel/unidb-agda | 7ae52205db44ad4f463882ba7e5082120fb76349 | [
"MIT"
] | null | null | null | UniDB/Morph/Sub.agda | skeuchel/unidb-agda | 7ae52205db44ad4f463882ba7e5082120fb76349 | [
"MIT"
] | null | null | null | UniDB/Morph/Sub.agda | skeuchel/unidb-agda | 7ae52205db44ad4f463882ba7e5082120fb76349 | [
"MIT"
] | null | null | null |
module UniDB.Morph.Sub where
open import UniDB.Spec
open import UniDB.Morph.Depth
--------------------------------------------------------------------------------
data Single (T : STX) : MOR where
single : {γ : Dom} (t : T γ) → Single T (suc γ) γ
instance
iLkSingle : {T : STX} {{vrT : Vr T}} → Lk T (Single T)
... | 29.780488 | 80 | 0.425061 |
50c15cb11047053e46158876d8264abf94666c2a | 9,554 | agda | Agda | Cubical/Experiments/ZariskiLatticeBasicOpens.agda | FernandoLarrain/cubical | 9acdecfa6437ec455568be4e5ff04849cc2bc13b | [
"MIT"
] | 1 | 2022-02-05T01:25:26.000Z | 2022-02-05T01:25:26.000Z | Cubical/Experiments/ZariskiLatticeBasicOpens.agda | FernandoLarrain/cubical | 9acdecfa6437ec455568be4e5ff04849cc2bc13b | [
"MIT"
] | null | null | null | Cubical/Experiments/ZariskiLatticeBasicOpens.agda | FernandoLarrain/cubical | 9acdecfa6437ec455568be4e5ff04849cc2bc13b | [
"MIT"
] | null | null | null | {-# OPTIONS --safe --experimental-lossy-unification #-}
module Cubical.Experiments.ZariskiLatticeBasicOpens where
open import Cubical.Foundations.Prelude
open import Cubical.Foundations.Function
open import Cubical.Foundations.Equiv
open import Cubical.Foundations.Isomorphism
open import Cubical.Foundations.Univalenc... | 38.216 | 100 | 0.534227 |
5005a7b9cc66989d06c91cc09f047d442b633a9b | 402 | agda | Agda | test/Fail/Issue2494-pattern-hidden.agda | mdimjasevic/agda | 8fb548356b275c7a1e79b768b64511ae937c738b | [
"BSD-3-Clause"
] | 1,989 | 2015-01-09T23:51:16.000Z | 2022-03-30T18:20:48.000Z | test/Fail/Issue2494-pattern-hidden.agda | Seanpm2001-languages/agda | 9911f73061e21a87fad76c662463257afe02c861 | [
"BSD-2-Clause"
] | 4,066 | 2015-01-10T11:24:51.000Z | 2022-03-31T21:14:49.000Z | test/Fail/Issue2494-pattern-hidden.agda | Seanpm2001-languages/agda | 9911f73061e21a87fad76c662463257afe02c861 | [
"BSD-2-Clause"
] | 371 | 2015-01-03T14:04:08.000Z | 2022-03-30T19:00:30.000Z | -- Andreas, 2017-04-13, issue #2494, reported by identicalsnowflake
-- Consecutive hidden record fields confused the implicit argument insertion
-- due to lack of names in NamedArg.
-- {-# OPTIONS -v tc.lhs:30 #-}
-- {-# OPTIONS -v tc.term.args:100 #-}
postulate
Red Blue : Set
record Colors : Set where
field
... | 22.333333 | 76 | 0.661692 |
200900d2055a70a81ac744d3bb2a882c7c2626cc | 83 | agda | Agda | archive/agda-1/Prologue.agda | m0davis/oscar | 52e1cdbdee54d9a8eaee04ee518a0d7f61d25afb | [
"RSA-MD"
] | null | null | null | archive/agda-1/Prologue.agda | m0davis/oscar | 52e1cdbdee54d9a8eaee04ee518a0d7f61d25afb | [
"RSA-MD"
] | 1 | 2019-04-29T00:35:04.000Z | 2019-05-11T23:33:04.000Z | archive/agda-1/Prologue.agda | m0davis/oscar | 52e1cdbdee54d9a8eaee04ee518a0d7f61d25afb | [
"RSA-MD"
] | null | null | null |
module Prologue where
open import Relation.Binary.Core
open IsEquivalence ⦃ … ⦄
| 11.857143 | 32 | 0.771084 |
1cfbb93b620f0232fea3e6c0a1027b498c1cbd41 | 346 | agda | Agda | test/succeed/TelescopingLet5.agda | masondesu/agda | 70c8a575c46f6a568c7518150a1a64fcd03aa437 | [
"MIT"
] | 1 | 2018-10-10T17:08:44.000Z | 2018-10-10T17:08:44.000Z | test/succeed/TelescopingLet5.agda | masondesu/agda | 70c8a575c46f6a568c7518150a1a64fcd03aa437 | [
"MIT"
] | null | null | null | test/succeed/TelescopingLet5.agda | masondesu/agda | 70c8a575c46f6a568c7518150a1a64fcd03aa437 | [
"MIT"
] | null | null | null | module TelescopingLet5 where
postulate
A : Set
a : A
module B (a : A) where
postulate
C : Set
-- B.C : (a : A) → Set
module N = B a
module M' (open N) (c : C) where
postulate cc : C
-- M.cc : (a : B.A a) → B.A a
E = let open B a in C
module M (open B a) (x : A) where
D = C
postulate cc : C
-- M.c... | 13.84 | 33 | 0.526012 |
50dfa2e9b1231a2910be0570424c8c4cbc1d7acb | 201 | agda | Agda | Cubical/HITs/Modulo.agda | FernandoLarrain/cubical | 9acdecfa6437ec455568be4e5ff04849cc2bc13b | [
"MIT"
] | 301 | 2018-10-17T18:00:24.000Z | 2022-03-24T02:10:47.000Z | Cubical/HITs/Modulo.agda | FernandoLarrain/cubical | 9acdecfa6437ec455568be4e5ff04849cc2bc13b | [
"MIT"
] | 584 | 2018-10-15T09:49:02.000Z | 2022-03-30T12:09:17.000Z | Cubical/HITs/Modulo.agda | FernandoLarrain/cubical | 9acdecfa6437ec455568be4e5ff04849cc2bc13b | [
"MIT"
] | 134 | 2018-11-16T06:11:03.000Z | 2022-03-23T16:22:13.000Z | {-# OPTIONS --safe #-}
module Cubical.HITs.Modulo where
open import Cubical.HITs.Modulo.Base public
open import Cubical.HITs.Modulo.Properties public
open import Cubical.HITs.Modulo.FinEquiv public
| 22.333333 | 49 | 0.79602 |
cbd245ea512ae0a440fdcead7e60e43266b0b957 | 1,735 | agda | Agda | Decidable/Relations.agda | Smaug123/agdaproofs | 0f4230011039092f58f673abcad8fb0652e6b562 | [
"MIT"
] | 4 | 2019-08-08T12:44:19.000Z | 2022-01-28T06:04:15.000Z | Decidable/Relations.agda | Smaug123/agdaproofs | 0f4230011039092f58f673abcad8fb0652e6b562 | [
"MIT"
] | 14 | 2019-01-06T21:11:59.000Z | 2020-04-11T11:03:39.000Z | Decidable/Relations.agda | Smaug123/agdaproofs | 0f4230011039092f58f673abcad8fb0652e6b562 | [
"MIT"
] | 1 | 2021-11-29T13:23:07.000Z | 2021-11-29T13:23:07.000Z | {-# OPTIONS --safe --warning=error --without-K #-}
open import LogicalFormulae
open import Agda.Primitive using (Level; lzero; lsuc; _⊔_)
module Decidable.Relations where
DecidableRelation : {a b : _} {A : Set a} (f : A → Set b) → Set (a ⊔ b)
DecidableRelation {A = A} f = (x : A) → (f x) || (f x → False)
orDecidabl... | 45.657895 | 157 | 0.61902 |
1ce845593e3ec3bb26039ecf3b14153bd0997cf1 | 8,512 | agda | Agda | Groups/SymmetricGroups/Lemmas.agda | Smaug123/agdaproofs | 0f4230011039092f58f673abcad8fb0652e6b562 | [
"MIT"
] | 4 | 2019-08-08T12:44:19.000Z | 2022-01-28T06:04:15.000Z | Groups/SymmetricGroups/Lemmas.agda | Smaug123/agdaproofs | 0f4230011039092f58f673abcad8fb0652e6b562 | [
"MIT"
] | 14 | 2019-01-06T21:11:59.000Z | 2020-04-11T11:03:39.000Z | Groups/SymmetricGroups/Lemmas.agda | Smaug123/agdaproofs | 0f4230011039092f58f673abcad8fb0652e6b562 | [
"MIT"
] | 1 | 2021-11-29T13:23:07.000Z | 2021-11-29T13:23:07.000Z | {-# OPTIONS --safe --warning=error --without-K #-}
open import Setoids.Setoids
open import Groups.Definition
open import Groups.Lemmas
open import Groups.Homomorphisms.Definition
open import Groups.QuotientGroup.Definition
open import Groups.Homomorphisms.Lemmas
open import Groups.Actions.Definition
open import Sets.E... | 70.933333 | 636 | 0.661184 |
4a43393f430e40d0a428376652ffda7d75361dd9 | 5,978 | agda | Agda | Cubical/Algebra/DistLattice/BigOps.agda | guilhermehas/cubical | ce3120d3f8d692847b2744162bcd7a01f0b687eb | [
"MIT"
] | 1 | 2021-10-31T17:32:49.000Z | 2021-10-31T17:32:49.000Z | Cubical/Algebra/DistLattice/BigOps.agda | guilhermehas/cubical | ce3120d3f8d692847b2744162bcd7a01f0b687eb | [
"MIT"
] | null | null | null | Cubical/Algebra/DistLattice/BigOps.agda | guilhermehas/cubical | ce3120d3f8d692847b2744162bcd7a01f0b687eb | [
"MIT"
] | null | null | null | -- define ⋁ and ⋀ as the bigOps of a Ring when interpreted
-- as an additive/multiplicative monoid
{-# OPTIONS --safe #-}
module Cubical.Algebra.DistLattice.BigOps where
open import Cubical.Foundations.Prelude
open import Cubical.Foundations.Function
open import Cubical.Foundations.Equiv
open import Cubical.Foundatio... | 36.901235 | 101 | 0.562228 |
1cfcb4b0130f4a3317e75793d09c9fc2eab5a0f1 | 286 | agda | Agda | Container/Membership.agda | oisdk/agda-playground | 97a3aab1282b2337c5f43e2cfa3fa969a94c11b7 | [
"MIT"
] | 6 | 2020-09-11T17:45:41.000Z | 2021-11-16T08:11:34.000Z | Container/Membership.agda | oisdk/agda-playground | 97a3aab1282b2337c5f43e2cfa3fa969a94c11b7 | [
"MIT"
] | null | null | null | Container/Membership.agda | oisdk/agda-playground | 97a3aab1282b2337c5f43e2cfa3fa969a94c11b7 | [
"MIT"
] | 1 | 2021-11-11T12:30:21.000Z | 2021-11-11T12:30:21.000Z | {-# OPTIONS --safe --cubical #-}
open import Container
module Container.Membership {s p} (𝒞 : Container s p) where
open import Prelude
open import HLevels
infixr 5 _∈_ _∈!_
_∈_ : A → ⟦ 𝒞 ⟧ A → Type _
x ∈ xs = fiber (snd xs) x
_∈!_ : A → ⟦ 𝒞 ⟧ A → Type _
x ∈! xs = isContr (x ∈ xs)
| 17.875 | 59 | 0.604895 |
cb68009bca24fbad5176a5e6ba1f5b856bb400d3 | 909 | agda | Agda | test/interaction/Issue635.agda | mdimjasevic/agda | 8fb548356b275c7a1e79b768b64511ae937c738b | [
"BSD-3-Clause"
] | 1,989 | 2015-01-09T23:51:16.000Z | 2022-03-30T18:20:48.000Z | test/interaction/Issue635.agda | Seanpm2001-languages/agda | 9911f73061e21a87fad76c662463257afe02c861 | [
"BSD-2-Clause"
] | 4,066 | 2015-01-10T11:24:51.000Z | 2022-03-31T21:14:49.000Z | test/interaction/Issue635.agda | Seanpm2001-languages/agda | 9911f73061e21a87fad76c662463257afe02c861 | [
"BSD-2-Clause"
] | 371 | 2015-01-03T14:04:08.000Z | 2022-03-30T19:00:30.000Z | -- {-# OPTIONS -v interaction.case:10 -v tc.cover:40 #-}
module Issue635 where
record Pointed : Set₁ where
field
Carrier : Set
empty : Carrier
equal : Carrier → Carrier → Set
record PointedMorphism (M₁ M₂ : Pointed) : Set where
constructor morph
module M₁ = Pointed M₁
module M₂ = Pointed M₂
fiel... | 28.40625 | 144 | 0.694169 |
0e7c889f8b27b7979f9afa08c9ccea83aab3b6b7 | 1,077 | agda | Agda | Categories/Monad/Duality.agda | rei1024/agda-categories | 89d163f72caa7deeac9413f27bc1b4ed7f9e025b | [
"MIT"
] | null | null | null | Categories/Monad/Duality.agda | rei1024/agda-categories | 89d163f72caa7deeac9413f27bc1b4ed7f9e025b | [
"MIT"
] | null | null | null | Categories/Monad/Duality.agda | rei1024/agda-categories | 89d163f72caa7deeac9413f27bc1b4ed7f9e025b | [
"MIT"
] | null | null | null | {-# OPTIONS --without-K --safe #-}
open import Categories.Category
module Categories.Monad.Duality {o ℓ e} (C : Category o ℓ e) where
open import Categories.Functor
open import Categories.NaturalTransformation
open import Categories.Monad
open import Categories.Comonad
private
module C = Category C
open C
ope... | 25.642857 | 66 | 0.630455 |
23c9c39b1cd5c8db96f094433826bba9b88879fc | 9,784 | agda | Agda | agda-aplas14/Substitution.agda | ryanakca/strong-normalization | 79d97481f3312c2d30a823c3b1bcb8ae871c2fe2 | [
"Unlicense"
] | 32 | 2017-05-22T14:33:27.000Z | 2021-03-05T12:12:03.000Z | agda-aplas14/Substitution.agda | ryanakca/strong-normalization | 79d97481f3312c2d30a823c3b1bcb8ae871c2fe2 | [
"Unlicense"
] | 2 | 2018-02-14T16:42:36.000Z | 2018-02-20T14:54:18.000Z | agda-aplas14/Substitution.agda | ryanakca/strong-normalization | 79d97481f3312c2d30a823c3b1bcb8ae871c2fe2 | [
"Unlicense"
] | 4 | 2017-11-10T16:44:52.000Z | 2018-02-23T18:22:17.000Z | module Substitution where
open import Library
open import Terms
-- VarTm n specifies whether the substitution produces variables or terms.
-- The index is used to impose an order on the constructors
-- and so pass termination checking in lift/subst.
data VarTm : ℕ → Set where
`Var : VarTm 0
`Tm : VarTm 1
max01... | 35.970588 | 138 | 0.500409 |
4ab48c08e942aa3458ce290ec6bb304034d8502b | 432 | agda | Agda | Light/Implementation/Data/Unit.agda | zamfofex/lightlib | 44b1c724f2de95d3a9effe87ca36ef9eca8b4756 | [
"0BSD"
] | 1 | 2019-12-20T21:33:05.000Z | 2019-12-20T21:33:05.000Z | Light/Implementation/Data/Unit.agda | zamfofex/lightlib | 44b1c724f2de95d3a9effe87ca36ef9eca8b4756 | [
"0BSD"
] | null | null | null | Light/Implementation/Data/Unit.agda | zamfofex/lightlib | 44b1c724f2de95d3a9effe87ca36ef9eca8b4756 | [
"0BSD"
] | null | null | null | {-# OPTIONS --omega-in-omega --no-termination-check --overlapping-instances #-}
module Light.Implementation.Data.Unit where
open import Light.Library.Data.Unit using (Library ; Dependencies)
instance dependencies : Dependencies
dependencies = record {}
instance library : Library dependencies
library = record { Impl... | 28.8 | 79 | 0.747685 |
4a9353e58127bb44955e3257fbbe42e610424470 | 6,907 | agda | Agda | UniDB/Subst/Inst.agda | skeuchel/unidb-agda | 7ae52205db44ad4f463882ba7e5082120fb76349 | [
"MIT"
] | null | null | null | UniDB/Subst/Inst.agda | skeuchel/unidb-agda | 7ae52205db44ad4f463882ba7e5082120fb76349 | [
"MIT"
] | null | null | null | UniDB/Subst/Inst.agda | skeuchel/unidb-agda | 7ae52205db44ad4f463882ba7e5082120fb76349 | [
"MIT"
] | null | null | null | module UniDB.Subst.Inst where
open import UniDB.Spec
open import UniDB.Subst.Core
open import UniDB.Subst.Pair
open import UniDB.Subst.Shifts
open import UniDB.Morph.Pair
open import UniDB.Morph.Shift
open import UniDB.Morph.Shifts
open import UniDB.Morph.Unit
-- These are two unused instances. Just to show that ApHC... | 39.924855 | 120 | 0.442884 |
10d78bbd9b27e9613a803a5e6b0d9d6d566d7de0 | 715 | agda | Agda | test/Succeed/Issue2484-9.agda | mdimjasevic/agda | 8fb548356b275c7a1e79b768b64511ae937c738b | [
"BSD-3-Clause"
] | 2 | 2019-10-29T09:40:30.000Z | 2020-09-20T00:28:57.000Z | test/Succeed/Issue2484-9.agda | mdimjasevic/agda | 8fb548356b275c7a1e79b768b64511ae937c738b | [
"BSD-3-Clause"
] | 3 | 2018-11-14T15:31:44.000Z | 2019-04-01T19:39:26.000Z | test/Succeed/Issue2484-9.agda | mdimjasevic/agda | 8fb548356b275c7a1e79b768b64511ae937c738b | [
"BSD-3-Clause"
] | 1 | 2015-09-15T14:36:15.000Z | 2015-09-15T14:36:15.000Z | module _ (_ : Set) where
open import Agda.Builtin.Size
postulate
I : Set
record ∃ (B : I → Set) : Set where
constructor _,_
field
proj₁ : I
proj₂ : B proj₁
module M (_ : Set₁) where
mutual
data P (i : Size) (x y : I) : Set where
⟨_⟩ : ∃ (Q i x) → P i x y
record Q (i : Size) (x y : I... | 18.333333 | 60 | 0.454545 |
185d655b7b1eb4502d0e472ebd03d6acb0a0b82d | 2,060 | agda | Agda | Data/Fin/Injective.agda | oisdk/agda-playground | 97a3aab1282b2337c5f43e2cfa3fa969a94c11b7 | [
"MIT"
] | 6 | 2020-09-11T17:45:41.000Z | 2021-11-16T08:11:34.000Z | Data/Fin/Injective.agda | oisdk/agda-playground | 97a3aab1282b2337c5f43e2cfa3fa969a94c11b7 | [
"MIT"
] | null | null | null | Data/Fin/Injective.agda | oisdk/agda-playground | 97a3aab1282b2337c5f43e2cfa3fa969a94c11b7 | [
"MIT"
] | 1 | 2021-11-11T12:30:21.000Z | 2021-11-11T12:30:21.000Z | {-# OPTIONS --cubical --safe #-}
module Data.Fin.Injective where
open import Prelude
open import Data.Fin.Base
open import Data.Fin.Properties using (discreteFin)
open import Data.Nat
open import Data.Nat.Properties using (+-comm)
open import Function.Injective
private
variable n m : ℕ
infix 4 _≢ᶠ_ _≡ᶠ_
_≢ᶠ_ ... | 30.746269 | 92 | 0.517961 |
10e0eae92cab52c912df6290a66ff88da1f1e01e | 2,254 | agda | Agda | lib/Explore/Experimental/iso-probabilistic-reasoning.agda | crypto-agda/explore | 16bc8333503ff9c00d47d56f4ec6113b9269a43e | [
"BSD-3-Clause"
] | 2 | 2016-06-05T09:25:32.000Z | 2017-06-28T19:19:29.000Z | lib/Explore/Experimental/iso-probabilistic-reasoning.agda | crypto-agda/explore | 16bc8333503ff9c00d47d56f4ec6113b9269a43e | [
"BSD-3-Clause"
] | 1 | 2019-03-16T14:24:04.000Z | 2019-03-16T14:24:04.000Z | lib/Explore/Experimental/iso-probabilistic-reasoning.agda | crypto-agda/explore | 16bc8333503ff9c00d47d56f4ec6113b9269a43e | [
"BSD-3-Clause"
] | null | null | null | {-# OPTIONS --without-K #-}
module isos-examples where
open import Function
open import Function.Related.TypeIsomorphisms.NP
import Function.Inverse.NP as FI
open FI using (_↔_; inverses; module Inverse) renaming (_$₁_ to to; _$₂_ to from)
import Function.Related as FR
open import Type hiding (★)
open import Data.Prod... | 27.487805 | 81 | 0.404614 |
fbf902dc99a58dab6439d14644237a1272c459b7 | 3,567 | agda | Agda | Univalence/DivMod23.agda | JacquesCarette/pi-dual | 003835484facfde0b770bc2b3d781b42b76184c1 | [
"BSD-2-Clause"
] | 14 | 2015-08-18T21:40:15.000Z | 2021-05-05T01:07:57.000Z | Univalence/DivMod23.agda | JacquesCarette/pi-dual | 003835484facfde0b770bc2b3d781b42b76184c1 | [
"BSD-2-Clause"
] | 4 | 2018-06-07T16:27:41.000Z | 2021-10-29T20:41:23.000Z | Univalence/DivMod23.agda | JacquesCarette/pi-dual | 003835484facfde0b770bc2b3d781b42b76184c1 | [
"BSD-2-Clause"
] | 3 | 2016-05-29T01:56:33.000Z | 2019-09-10T09:47:13.000Z | ------------------------------------------------------------------------
-- The Agda standard library
--
-- Integer division
------------------------------------------------------------------------
module DivMod23 where
open import Data.Nat as Nat
open import Data.Nat.Properties
open SemiringSolver
open import Data.F... | 33.027778 | 79 | 0.520886 |
cb143e82389bb192aced5df1a7e030478df6d278 | 3,413 | agda | Agda | Definition/LogicalRelation/Substitution.agda | Vtec234/logrel-mltt | 4746894adb5b8edbddc8463904ee45c2e9b29b69 | [
"MIT"
] | null | null | null | Definition/LogicalRelation/Substitution.agda | Vtec234/logrel-mltt | 4746894adb5b8edbddc8463904ee45c2e9b29b69 | [
"MIT"
] | null | null | null | Definition/LogicalRelation/Substitution.agda | Vtec234/logrel-mltt | 4746894adb5b8edbddc8463904ee45c2e9b29b69 | [
"MIT"
] | null | null | null | {-# OPTIONS --without-K --safe #-}
open import Definition.Typed.EqualityRelation
module Definition.LogicalRelation.Substitution {{eqrel : EqRelSet}} where
open import Definition.Untyped
open import Definition.Typed
open import Definition.LogicalRelation
open import Tools.Product
open import Tools.Unit
-- The vali... | 38.784091 | 80 | 0.425725 |
fb2cfd3138a180c8a60c4725a80f78a67e3a4cd0 | 14,600 | agda | Agda | Cubical/Categories/Constructions/Slice.agda | L-TChen/cubical | 60226aacd7b386aef95d43a0c29c4eec996348a8 | [
"MIT"
] | null | null | null | Cubical/Categories/Constructions/Slice.agda | L-TChen/cubical | 60226aacd7b386aef95d43a0c29c4eec996348a8 | [
"MIT"
] | null | null | null | Cubical/Categories/Constructions/Slice.agda | L-TChen/cubical | 60226aacd7b386aef95d43a0c29c4eec996348a8 | [
"MIT"
] | null | null | null | {-# OPTIONS --cubical --no-import-sorts --safe #-}
open import Cubical.Categories.Category
open import Cubical.Categories.Morphism renaming (isIso to isIsoC)
open import Cubical.Foundations.Prelude
open import Cubical.Foundations.Isomorphism
open import Cubical.Foundations.Equiv
open Iso
open import Cubical.Foundation... | 38.020833 | 126 | 0.52274 |
0b61e755fb073c8d03f1e6bf92ce9b305a5dd2ae | 871 | agda | Agda | theorems/cohomology/CupProduct/OnEM/InLowDegrees2.agda | AntoineAllioux/HoTT-Agda | 1037d82edcf29b620677a311dcfd4fc2ade2faa6 | [
"MIT"
] | 294 | 2015-01-09T16:23:23.000Z | 2022-03-20T13:54:45.000Z | theorems/cohomology/CupProduct/OnEM/InLowDegrees2.agda | AntoineAllioux/HoTT-Agda | 1037d82edcf29b620677a311dcfd4fc2ade2faa6 | [
"MIT"
] | 31 | 2015-03-05T20:09:00.000Z | 2021-10-03T19:15:25.000Z | theorems/cohomology/CupProduct/OnEM/InLowDegrees2.agda | AntoineAllioux/HoTT-Agda | 1037d82edcf29b620677a311dcfd4fc2ade2faa6 | [
"MIT"
] | 50 | 2015-01-10T01:48:08.000Z | 2022-02-14T03:03:25.000Z | {-# OPTIONS --without-K --rewriting #-}
open import HoTT
open import homotopy.EilenbergMacLane
module cohomology.CupProduct.OnEM.InLowDegrees2 {i} {j} (G : AbGroup i) (H : AbGroup j) where
private
module G = AbGroup G
module H = AbGroup H
module G⊗H = TensorProduct G H
open EMExplicit G⊗H.abgroup
open import ... | 26.393939 | 93 | 0.638347 |
23d8a8720d406ff818bb447af12c038d8e44fcf6 | 265 | agda | Agda | test/Succeed/Issue1583.agda | mdimjasevic/agda | 8fb548356b275c7a1e79b768b64511ae937c738b | [
"BSD-3-Clause"
] | 1,989 | 2015-01-09T23:51:16.000Z | 2022-03-30T18:20:48.000Z | test/Succeed/Issue1583.agda | Seanpm2001-languages/agda | 9911f73061e21a87fad76c662463257afe02c861 | [
"BSD-2-Clause"
] | 4,066 | 2015-01-10T11:24:51.000Z | 2022-03-31T21:14:49.000Z | test/Succeed/Issue1583.agda | Seanpm2001-languages/agda | 9911f73061e21a87fad76c662463257afe02c861 | [
"BSD-2-Clause"
] | 371 | 2015-01-03T14:04:08.000Z | 2022-03-30T19:00:30.000Z | -- Andreas, 2015-06-24 Parsing of forall should be like lambda
open import Common.Prelude
open import Common.Product
test : ⊤ × ∀ (B : Set) → B → B -- should parse
test = _ , λ B b → b
test1 : ⊤ × forall (B : Set) → B → B -- should parse
test1 = _ , λ B b → b
| 24.090909 | 62 | 0.611321 |
505b0f0c8174d1b94f0a7d68a4344aab882de3db | 11,269 | agda | Agda | Cubical/Foundations/Id.agda | FernandoLarrain/cubical | 9acdecfa6437ec455568be4e5ff04849cc2bc13b | [
"MIT"
] | 1 | 2022-02-05T01:25:26.000Z | 2022-02-05T01:25:26.000Z | Cubical/Foundations/Id.agda | FernandoLarrain/cubical | 9acdecfa6437ec455568be4e5ff04849cc2bc13b | [
"MIT"
] | null | null | null | Cubical/Foundations/Id.agda | FernandoLarrain/cubical | 9acdecfa6437ec455568be4e5ff04849cc2bc13b | [
"MIT"
] | null | null | null | {-
This file contains:
- Id, refl and J (with definitional computation rule)
- Basic theory about Id, proved using J
- Lemmas for going back and forth between Path and Id
- Function extensionality for Id
- fiber, isContr, equiv all defined using Id
- The univalence axiom expressed using only Id ([EquivContr])
-... | 35.888535 | 136 | 0.54752 |
1c63cd733b017de5258df3379dc4287ac260ced1 | 283 | agda | Agda | test/Fail/Prop-NoImpredicativity.agda | mdimjasevic/agda | 8fb548356b275c7a1e79b768b64511ae937c738b | [
"BSD-3-Clause"
] | 1,989 | 2015-01-09T23:51:16.000Z | 2022-03-30T18:20:48.000Z | test/Fail/Prop-NoImpredicativity.agda | Seanpm2001-languages/agda | 9911f73061e21a87fad76c662463257afe02c861 | [
"BSD-2-Clause"
] | 4,066 | 2015-01-10T11:24:51.000Z | 2022-03-31T21:14:49.000Z | test/Fail/Prop-NoImpredicativity.agda | Seanpm2001-languages/agda | 9911f73061e21a87fad76c662463257afe02c861 | [
"BSD-2-Clause"
] | 371 | 2015-01-03T14:04:08.000Z | 2022-03-30T19:00:30.000Z | {-# OPTIONS --prop #-}
True : Prop
True = {P : Prop} → P → P
-- Old error (incomprehensible):
-- Set₁ != Set
-- when checking that the expression {P : Prop} → P → P has type Prop
-- New error:
-- Prop₁ != Prop
-- when checking that the expression {P : Prop} → P → P has type Prop
| 21.769231 | 69 | 0.607774 |
0b992b6d8623956567d450780c86d70e80254cc8 | 423 | agda | Agda | test/Fail/Issue478.agda | mdimjasevic/agda | 8fb548356b275c7a1e79b768b64511ae937c738b | [
"BSD-3-Clause"
] | 1,989 | 2015-01-09T23:51:16.000Z | 2022-03-30T18:20:48.000Z | test/Fail/Issue478.agda | Seanpm2001-languages/agda | 9911f73061e21a87fad76c662463257afe02c861 | [
"BSD-2-Clause"
] | 4,066 | 2015-01-10T11:24:51.000Z | 2022-03-31T21:14:49.000Z | test/Fail/Issue478.agda | Seanpm2001-languages/agda | 9911f73061e21a87fad76c662463257afe02c861 | [
"BSD-2-Clause"
] | 371 | 2015-01-03T14:04:08.000Z | 2022-03-30T19:00:30.000Z | -- {-# OPTIONS -v tc.display:100 #-}
module Issue478 where
record Ko (Q : Set) : Set₁ where
field
T : Set
module Bo (P : Set) (ko : Ko P) where
open Ko ko
err : T
err = Set
{- The error message was:
Set₁ !=< T P ko of type Set₂
when checking that the expression Set has type T P ko
We now get the des... | 16.92 | 55 | 0.64539 |
0b08733a8b25ccc0adae6ae1a34a819523aed3a3 | 7,880 | agda | Agda | BasicIS4/Semantics/TarskiOvergluedDyadicGentzen.agda | mietek/hilbert-gentzen | fcd187db70f0a39b894fe44fad0107f61849405c | [
"X11"
] | 29 | 2016-07-03T18:51:56.000Z | 2022-01-01T10:29:18.000Z | BasicIS4/Semantics/TarskiOvergluedDyadicGentzen.agda | mietek/hilbert-gentzen | fcd187db70f0a39b894fe44fad0107f61849405c | [
"X11"
] | 1 | 2018-06-10T09:11:22.000Z | 2018-06-10T09:11:22.000Z | BasicIS4/Semantics/TarskiOvergluedDyadicGentzen.agda | mietek/hilbert-gentzen | fcd187db70f0a39b894fe44fad0107f61849405c | [
"X11"
] | null | null | null | -- Basic intuitionistic modal logic S4, without ∨, ⊥, or ◇.
-- Tarski-style semantics with context pairs as concrete worlds, and glueing for α, ▻, and □.
-- Gentzen-style syntax.
module BasicIS4.Semantics.TarskiOvergluedDyadicGentzen where
open import BasicIS4.Syntax.Common public
open import Common.Semantics public
... | 31.774194 | 93 | 0.393401 |
c5f861f73809644bc58f98442646c60d8aca8939 | 609 | agda | Agda | test/Fail/Issue1035.agda | mdimjasevic/agda | 8fb548356b275c7a1e79b768b64511ae937c738b | [
"BSD-3-Clause"
] | 1,989 | 2015-01-09T23:51:16.000Z | 2022-03-30T18:20:48.000Z | test/Fail/Issue1035.agda | Seanpm2001-languages/agda | 9911f73061e21a87fad76c662463257afe02c861 | [
"BSD-2-Clause"
] | 4,066 | 2015-01-10T11:24:51.000Z | 2022-03-31T21:14:49.000Z | test/Fail/Issue1035.agda | Seanpm2001-languages/agda | 9911f73061e21a87fad76c662463257afe02c861 | [
"BSD-2-Clause"
] | 371 | 2015-01-03T14:04:08.000Z | 2022-03-30T19:00:30.000Z |
data _≡_ {A : Set}(x : A) : A → Set where
refl : x ≡ x
data * : Set where ! : *
postulate
prop : ∀ x → x ≡ !
record StrictTotalOrder : Set where
field compare : *
open StrictTotalOrder
module M (Key : StrictTotalOrder) where
postulate
intersection′-₁ : ∀ x → x ≡ compare Key
-- Doesn't termin... | 23.423077 | 71 | 0.610837 |
18e96ad59586e3e8040cd85b580ac8a3e4a0ed28 | 1,051 | agda | Agda | Data/List/Kleene/Relation/Unary/All.agda | oisdk/agda-kleene-lists | a7e99bc288e12e83440c891dbd3e5077d9b1657e | [
"MIT"
] | null | null | null | Data/List/Kleene/Relation/Unary/All.agda | oisdk/agda-kleene-lists | a7e99bc288e12e83440c891dbd3e5077d9b1657e | [
"MIT"
] | null | null | null | Data/List/Kleene/Relation/Unary/All.agda | oisdk/agda-kleene-lists | a7e99bc288e12e83440c891dbd3e5077d9b1657e | [
"MIT"
] | null | null | null |
module Data.List.Kleene.Relation.Unary.All where
open import Data.List.Kleene.Base
open import Relation.Unary
open import Relation.Nullary
open import Level using (_⊔_)
open import Function
mutual
record All⁺ {a p} {A : Set a} (P : Pred A p) (xs : A ⁺) : Set (a ⊔ p) where
constructor P⟨_&_⟩
inductive
f... | 28.405405 | 77 | 0.52236 |
c5f2f675b4ed29a5cff78c9c7a25c50c0f44340d | 35,194 | agda | Agda | Agda/11-truncation-levels.agda | tmoux/HoTT-Intro | 22023fd35023cb6804424ce12cd10d252b80fd29 | [
"CC-BY-4.0"
] | 333 | 2018-09-26T08:33:30.000Z | 2022-03-22T23:50:15.000Z | Agda/11-truncation-levels.agda | tmoux/HoTT-Intro | 22023fd35023cb6804424ce12cd10d252b80fd29 | [
"CC-BY-4.0"
] | 8 | 2019-06-18T04:16:04.000Z | 2020-10-16T15:27:01.000Z | Agda/11-truncation-levels.agda | tmoux/HoTT-Intro | 22023fd35023cb6804424ce12cd10d252b80fd29 | [
"CC-BY-4.0"
] | 30 | 2018-09-26T09:08:57.000Z | 2022-03-16T00:33:50.000Z | {-# OPTIONS --without-K --exact-split --safe #-}
module 11-truncation-levels where
import 10-fundamental-theorem
open 10-fundamental-theorem public
-- Section 8.1 Propositions
is-prop :
{i : Level} (A : UU i) → UU i
is-prop A = (x y : A) → is-contr (Id x y)
{- We introduce the universe of all propositions. -}
UU... | 32.436866 | 84 | 0.547366 |
4ad2c3964e66a7d0ae1487946b55412b1078c169 | 565 | agda | Agda | test/Fail/MatchingOnCoinductiveRecord.agda | alex-mckenna/agda | 78b62cd24bbd570271a7153e44ad280e52ef3e29 | [
"BSD-3-Clause"
] | 3 | 2015-03-28T14:51:03.000Z | 2015-12-07T20:14:00.000Z | test/Fail/MatchingOnCoinductiveRecord.agda | andersk/agda | 56928ff709dcb931cb9a48c4790e5ed3739e3032 | [
"BSD-3-Clause"
] | null | null | null | test/Fail/MatchingOnCoinductiveRecord.agda | andersk/agda | 56928ff709dcb931cb9a48c4790e5ed3739e3032 | [
"BSD-3-Clause"
] | 1 | 2019-03-05T20:02:38.000Z | 2019-03-05T20:02:38.000Z | {-# OPTIONS --copatterns #-}
-- 2013-05-30 Andreas, Oury's counterexample to subject reduction in Coq
-- 2014-11-04 Andreas: simplified (removed force)
module MatchingOnCoinductiveRecord where
open import Common.Equality
record U : Set where
coinductive
constructor inn
field
out : U
open U
u : U
out u = ... | 18.833333 | 72 | 0.683186 |
1c55681cdb07269fca0fbfe10d738d4b0a97f291 | 213 | agda | Agda | test/Fail/WrongDotPattern.agda | mdimjasevic/agda | 8fb548356b275c7a1e79b768b64511ae937c738b | [
"BSD-3-Clause"
] | 1,989 | 2015-01-09T23:51:16.000Z | 2022-03-30T18:20:48.000Z | test/Fail/WrongDotPattern.agda | Seanpm2001-languages/agda | 9911f73061e21a87fad76c662463257afe02c861 | [
"BSD-2-Clause"
] | 4,066 | 2015-01-10T11:24:51.000Z | 2022-03-31T21:14:49.000Z | test/Fail/WrongDotPattern.agda | Seanpm2001-languages/agda | 9911f73061e21a87fad76c662463257afe02c861 | [
"BSD-2-Clause"
] | 371 | 2015-01-03T14:04:08.000Z | 2022-03-30T19:00:30.000Z |
module WrongDotPattern where
data Nat : Set where
zero : Nat
suc : Nat -> Nat
data NonZero : Nat -> Set where
nonZ : (n : Nat) -> NonZero (suc n)
f : (n : Nat) -> NonZero n -> Nat
f .zero (nonZ n) = n
| 15.214286 | 37 | 0.586854 |
103fe245d3185267679ea35119d6845978523d06 | 3,638 | agda | Agda | notes/fixed-points/GFPs/Colist.agda | asr/fotc | 2fc9f2b81052a2e0822669f02036c5750371b72d | [
"MIT"
] | 11 | 2015-09-03T20:53:42.000Z | 2021-09-12T16:09:54.000Z | notes/fixed-points/GFPs/Colist.agda | asr/fotc | 2fc9f2b81052a2e0822669f02036c5750371b72d | [
"MIT"
] | 2 | 2016-10-12T17:28:16.000Z | 2017-01-01T14:34:26.000Z | notes/fixed-points/GFPs/Colist.agda | asr/fotc | 2fc9f2b81052a2e0822669f02036c5750371b72d | [
"MIT"
] | 3 | 2016-09-19T14:18:30.000Z | 2018-03-14T08:50:00.000Z | ------------------------------------------------------------------------------
-- Co-lists
------------------------------------------------------------------------------
{-# OPTIONS --allow-unsolved-metas #-}
{-# OPTIONS --exact-split #-}
{-# OPTIONS --no-sized-types #-}
{-# OPTIONS --no-uni... | 29.577236 | 78 | 0.468664 |
cb3fb57e1ea5451fd77b8e545d923fe2595aaa45 | 65 | agda | Agda | test/interaction/Issue604.agda | mdimjasevic/agda | 8fb548356b275c7a1e79b768b64511ae937c738b | [
"BSD-3-Clause"
] | 1,989 | 2015-01-09T23:51:16.000Z | 2022-03-30T18:20:48.000Z | test/interaction/Issue604.agda | Seanpm2001-languages/agda | 9911f73061e21a87fad76c662463257afe02c861 | [
"BSD-2-Clause"
] | 4,066 | 2015-01-10T11:24:51.000Z | 2022-03-31T21:14:49.000Z | test/interaction/Issue604.agda | Seanpm2001-languages/agda | 9911f73061e21a87fad76c662463257afe02c861 | [
"BSD-2-Clause"
] | 371 | 2015-01-03T14:04:08.000Z | 2022-03-30T19:00:30.000Z | module Issue604 where
f : (y : Set1) → (x : Set) → Set1
f x = ?
| 13 | 33 | 0.538462 |
4aa3c2326511f672d874cc5982d2ed5971032dfe | 5,374 | agda | Agda | Cubical/Categories/Constructions/Elements.agda | L-TChen/cubical | 60226aacd7b386aef95d43a0c29c4eec996348a8 | [
"MIT"
] | null | null | null | Cubical/Categories/Constructions/Elements.agda | L-TChen/cubical | 60226aacd7b386aef95d43a0c29c4eec996348a8 | [
"MIT"
] | null | null | null | Cubical/Categories/Constructions/Elements.agda | L-TChen/cubical | 60226aacd7b386aef95d43a0c29c4eec996348a8 | [
"MIT"
] | null | null | null | {-# OPTIONS --cubical --no-import-sorts --safe #-}
-- The Category of Elements
open import Cubical.Categories.Category
module Cubical.Categories.Constructions.Elements {ℓ ℓ'} {C : Precategory ℓ ℓ'} where
open import Cubical.Categories.Instances.Sets
open import Cubical.Categories.Functor
open import Cubical.Foundat... | 38.942029 | 114 | 0.433383 |
df01cb6aff978530ee26aa1d5bc4fbe11d2f1bc4 | 124 | agda | Agda | test/Fail/TooManyFields.agda | vlopezj/agda | ff4d89e75970cf27599fb9f572bd43c9455cbb56 | [
"BSD-3-Clause"
] | 3 | 2015-03-28T14:51:03.000Z | 2015-12-07T20:14:00.000Z | test/Fail/TooManyFields.agda | vikfret/agda | 49ad0b3f0d39c01bc35123478b857e702b29fb9d | [
"BSD-3-Clause"
] | 3 | 2018-11-14T15:31:44.000Z | 2019-04-01T19:39:26.000Z | test/Fail/TooManyFields.agda | vikfret/agda | 49ad0b3f0d39c01bc35123478b857e702b29fb9d | [
"BSD-3-Clause"
] | 1 | 2015-09-15T14:36:15.000Z | 2015-09-15T14:36:15.000Z |
module TooManyFields where
postulate X : Set
record D : Set where
field x : X
d : X -> D
d x = record {x = x; y = x}
| 10.333333 | 27 | 0.596774 |
0b5650feda9536f355895609e2a4c1228a06b895 | 497 | agda | Agda | test/Succeed/RecordFromModule.agda | mdimjasevic/agda | 8fb548356b275c7a1e79b768b64511ae937c738b | [
"BSD-3-Clause"
] | 1,989 | 2015-01-09T23:51:16.000Z | 2022-03-30T18:20:48.000Z | test/Succeed/RecordFromModule.agda | Seanpm2001-languages/agda | 9911f73061e21a87fad76c662463257afe02c861 | [
"BSD-2-Clause"
] | 4,066 | 2015-01-10T11:24:51.000Z | 2022-03-31T21:14:49.000Z | test/Succeed/RecordFromModule.agda | Seanpm2001-languages/agda | 9911f73061e21a87fad76c662463257afe02c861 | [
"BSD-2-Clause"
] | 371 | 2015-01-03T14:04:08.000Z | 2022-03-30T19:00:30.000Z | postulate
I : Set
D : I → Set
T : Set
record R : Set where
field
t0 : T
{i0} : I
t1 : T
d0 : D i0
{i1} : I
d1 : D i1
t2 : T
module M0 where
postulate
t0 t1 : T
module MI where
postulate
i1 : I
d1 : D i1
module MD {i0 : I} where
postulate
d0 : D i0
... | 13.432432 | 58 | 0.496982 |
0e53000a716987c45387117c5f4d1b8e68f90007 | 454 | agda | Agda | test/Succeed/Issue1584.agda | mdimjasevic/agda | 8fb548356b275c7a1e79b768b64511ae937c738b | [
"BSD-3-Clause"
] | 1,989 | 2015-01-09T23:51:16.000Z | 2022-03-30T18:20:48.000Z | test/Succeed/Issue1584.agda | Seanpm2001-languages/agda | 9911f73061e21a87fad76c662463257afe02c861 | [
"BSD-2-Clause"
] | 4,066 | 2015-01-10T11:24:51.000Z | 2022-03-31T21:14:49.000Z | test/Succeed/Issue1584.agda | Seanpm2001-languages/agda | 9911f73061e21a87fad76c662463257afe02c861 | [
"BSD-2-Clause"
] | 371 | 2015-01-03T14:04:08.000Z | 2022-03-30T19:00:30.000Z | -- Andreas, 2015-06-24
open import Common.Equality
open import Common.Product
Sing : {A : Set} (a : A) → Set
Sing a = ∃ λ b → a ≡ b
works : {A : Set} (f : ∀{a : A} → Sing a) (a : A) → Sing a
works f a = let b , p = f {_} in b , p
test : {A : Set} (f : ∀{a : A} → Sing a) (a : A) → Sing a
test f a = let b , p = f in ... | 21.619048 | 58 | 0.535242 |
c54eaa84a9747ab92e0f200ad2e627ea5969fd60 | 114 | agda | Agda | test/Fail/Issue2935.agda | mdimjasevic/agda | 8fb548356b275c7a1e79b768b64511ae937c738b | [
"BSD-3-Clause"
] | 1,989 | 2015-01-09T23:51:16.000Z | 2022-03-30T18:20:48.000Z | test/Fail/Issue2935.agda | Seanpm2001-languages/agda | 9911f73061e21a87fad76c662463257afe02c861 | [
"BSD-2-Clause"
] | 4,066 | 2015-01-10T11:24:51.000Z | 2022-03-31T21:14:49.000Z | test/Fail/Issue2935.agda | Seanpm2001-languages/agda | 9911f73061e21a87fad76c662463257afe02c861 | [
"BSD-2-Clause"
] | 371 | 2015-01-03T14:04:08.000Z | 2022-03-30T19:00:30.000Z | module Issue2935 where
data ℕ : Set where
zero : ℕ
suc : ℕ → ℕ
bad : ℕ → ℕ
bad zero = zero
bad suc = zero
| 11.4 | 22 | 0.605263 |
20c425a205cc3557297aa94a7e5871f6f23bb428 | 630 | agda | Agda | test/Succeed/InjectivityHITs.agda | cagix/agda | cc026a6a97a3e517bb94bafa9d49233b067c7559 | [
"BSD-2-Clause"
] | 1,989 | 2015-01-09T23:51:16.000Z | 2022-03-30T18:20:48.000Z | test/Succeed/InjectivityHITs.agda | Seanpm2001-languages/agda | 9911f73061e21a87fad76c662463257afe02c861 | [
"BSD-2-Clause"
] | 4,066 | 2015-01-10T11:24:51.000Z | 2022-03-31T21:14:49.000Z | test/Succeed/InjectivityHITs.agda | Seanpm2001-languages/agda | 9911f73061e21a87fad76c662463257afe02c861 | [
"BSD-2-Clause"
] | 371 | 2015-01-03T14:04:08.000Z | 2022-03-30T19:00:30.000Z | {-# OPTIONS --cubical #-}
open import Agda.Builtin.Cubical.Path
open import Agda.Primitive
open import Agda.Primitive.Cubical
open import Agda.Builtin.Bool
variable
a p : Level
A : Set a
P : A → Set p
x y : A
refl : x ≡ x
refl {x = x} = λ _ → x
data Interval : Set where
left ... | 18.529412 | 59 | 0.625397 |
Subsets and Splits
HTML Code Excluding Scripts
The query retrieves a limited set of HTML content entries that are longer than 8 characters and do not contain script tags, offering only basic filtering with minimal analytical value.