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
1800372abcfb45f42dfad6634f50b46407ab05e1
1,207
agda
Agda
test/Succeed/Issue3176.agda
mdimjasevic/agda
8fb548356b275c7a1e79b768b64511ae937c738b
[ "BSD-3-Clause" ]
1,989
2015-01-09T23:51:16.000Z
2022-03-30T18:20:48.000Z
test/Succeed/Issue3176.agda
Seanpm2001-languages/agda
9911f73061e21a87fad76c662463257afe02c861
[ "BSD-2-Clause" ]
4,066
2015-01-10T11:24:51.000Z
2022-03-31T21:14:49.000Z
test/Succeed/Issue3176.agda
Seanpm2001-languages/agda
9911f73061e21a87fad76c662463257afe02c861
[ "BSD-2-Clause" ]
371
2015-01-03T14:04:08.000Z
2022-03-30T19:00:30.000Z
-- Andreas, 2018-08-14, issue #3176, reported by identicalsnowflake -- -- Absurd lambdas should be equal. -- In this case, they were only considered equal during give, but not upon reload. -- {-# OPTIONS -v tc.meta.occurs:35 #-} open import Agda.Builtin.Nat renaming (Nat to ℕ) open import Agda.Builtin.Equality recor...
21.175439
82
0.46976
d0ef874b65a37ec73bb7395508fbed4762b9c004
609
agda
Agda
agda-stdlib/src/Data/List/Relation/Subset/Setoid/Properties.agda
DreamLinuxer/popl21-artifact
fb380f2e67dcb4a94f353dbaec91624fcb5b8933
[ "MIT" ]
5
2020-10-07T12:07:53.000Z
2020-10-10T21:41:32.000Z
agda-stdlib/src/Data/List/Relation/Subset/Setoid/Properties.agda
DreamLinuxer/popl21-artifact
fb380f2e67dcb4a94f353dbaec91624fcb5b8933
[ "MIT" ]
null
null
null
agda-stdlib/src/Data/List/Relation/Subset/Setoid/Properties.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 -- Data.List.Relation.Binary.Subset.Setoid.Properties directly. ------------------------------------------------------------------------ {-# OPTIONS --without-K --safe #-} ...
33.833333
72
0.591133
cbc568e0dc48a1a4c67220165c6e4b77e5d5ceab
38,750
agda
Agda
archive/agda-1/MGU.agda
m0davis/oscar
52e1cdbdee54d9a8eaee04ee518a0d7f61d25afb
[ "RSA-MD" ]
null
null
null
archive/agda-1/MGU.agda
m0davis/oscar
52e1cdbdee54d9a8eaee04ee518a0d7f61d25afb
[ "RSA-MD" ]
1
2019-04-29T00:35:04.000Z
2019-05-11T23:33:04.000Z
archive/agda-1/MGU.agda
m0davis/oscar
52e1cdbdee54d9a8eaee04ee518a0d7f61d25afb
[ "RSA-MD" ]
null
null
null
module MGU where --open import Agda.Builtin.Nat using () renaming (Nat to ℕ) open import Agda.Primitive open import Agda.Builtin.Equality open import Prelude.Product using (Σ; _,_; fst; snd; _×_; curry; uncurry) open import Prelude.Equality using (_≡_; eqReasoningStep; _∎; sym; trans; cong) open import Prelude.Funct...
44.134396
280
0.347329
105594610232acfb4f78bdbab5b1842643bcf146
421
agda
Agda
test/fail/Issue334.agda
asr/agda-kanso
aa10ae6a29dc79964fe9dec2de07b9df28b61ed5
[ "MIT" ]
1
2019-11-27T07:26:06.000Z
2019-11-27T07:26:06.000Z
test/fail/Issue334.agda
np/agda-git-experiment
20596e9dd9867166a64470dd24ea68925ff380ce
[ "MIT" ]
null
null
null
test/fail/Issue334.agda
np/agda-git-experiment
20596e9dd9867166a64470dd24ea68925ff380ce
[ "MIT" ]
1
2022-03-12T11:35:18.000Z
2022-03-12T11:35:18.000Z
-- 2010-10-04 -- termination checker no longer counts stripping off a record constructor -- as decrease module Issue334 where data Unit : Set where unit : Unit record E : Set where constructor mkE field fromE : E spam : Unit f : E -> Set f (mkE e unit) = f e -- the record pattern translation does not ...
19.136364
74
0.67696
39dc0ce27cad3f60eb441c1dc187d82f27a55275
1,218
agda
Agda
src/NTypes/Id.agda
vituscze/HoTT-lectures
7730385adfdbdda38ee8b124be3cdeebb7312c65
[ "BSD-3-Clause" ]
null
null
null
src/NTypes/Id.agda
vituscze/HoTT-lectures
7730385adfdbdda38ee8b124be3cdeebb7312c65
[ "BSD-3-Clause" ]
null
null
null
src/NTypes/Id.agda
vituscze/HoTT-lectures
7730385adfdbdda38ee8b124be3cdeebb7312c65
[ "BSD-3-Clause" ]
null
null
null
{-# OPTIONS --without-K #-} module NTypes.Id where open import GroupoidStructure open import NTypes open import PathOperations open import Transport open import Types -- This should also be derivable from hLevel-suc from -- HomotopyTypes.HLevel module. Id-isSet : ∀ {a} {A : Set a} {x y : A} → isSet A → isSet (x ≡ y...
24.36
65
0.49179
a11265ecda977d52e778f2e5299321a35daa7fc6
17,897
agda
Agda
agda/DsubDef.agda
HuStmpHrrr/popl20-artifact
48214a55ebb484fd06307df4320813d4a002535b
[ "MIT" ]
1
2021-09-23T08:40:28.000Z
2021-09-23T08:40:28.000Z
agda/DsubDef.agda
HuStmpHrrr/popl20-artifact
48214a55ebb484fd06307df4320813d4a002535b
[ "MIT" ]
null
null
null
agda/DsubDef.agda
HuStmpHrrr/popl20-artifact
48214a55ebb484fd06307df4320813d4a002535b
[ "MIT" ]
null
null
null
{-# OPTIONS --without-K --safe #-} -- In this module, we define the syntax of D<: module DsubDef where open import Data.List as List open import Data.List.All open import Data.Nat as ℕ open import Data.Maybe as Maybe open import Data.Product open import Data.Sum open import Data.Empty renaming (⊥ to False) open impor...
35.369565
105
0.43823
1c0144b77602d34e5ebaae47bd7a1cb2abb2312f
738
agda
Agda
test/asset/agda-stdlib-1.0/Data/Vec/Relation/Binary/Equality/Propositional/WithK.agda
omega12345/agda-mode
0debb886eb5dbcd38dbeebd04b34cf9d9c5e0e71
[ "MIT" ]
null
null
null
test/asset/agda-stdlib-1.0/Data/Vec/Relation/Binary/Equality/Propositional/WithK.agda
omega12345/agda-mode
0debb886eb5dbcd38dbeebd04b34cf9d9c5e0e71
[ "MIT" ]
null
null
null
test/asset/agda-stdlib-1.0/Data/Vec/Relation/Binary/Equality/Propositional/WithK.agda
omega12345/agda-mode
0debb886eb5dbcd38dbeebd04b34cf9d9c5e0e71
[ "MIT" ]
null
null
null
------------------------------------------------------------------------ -- The Agda standard library -- -- Code related to vector equality over propositional equality that -- makes use of heterogeneous equality ------------------------------------------------------------------------ {-# OPTIONS --with-K --safe #-} m...
33.545455
72
0.554201
4a5f1ae1cf52e292b1920f6c8db6249724fdfb13
902
agda
Agda
src/Categories/Category/Construction/Wedges.agda
jaykru/agda-categories
a4053cf700bcefdf73b857c3352f1eae29382a60
[ "MIT" ]
279
2019-06-01T14:36:40.000Z
2022-03-22T00:40:14.000Z
src/Categories/Category/Construction/Wedges.agda
seanpm2001/agda-categories
d9e4f578b126313058d105c61707d8c8ae987fa8
[ "MIT" ]
236
2019-06-01T14:53:54.000Z
2022-03-28T14:31:43.000Z
src/Categories/Category/Construction/Wedges.agda
seanpm2001/agda-categories
d9e4f578b126313058d105c61707d8c8ae987fa8
[ "MIT" ]
64
2019-06-02T16:58:15.000Z
2022-03-14T02:00:59.000Z
{-# OPTIONS --without-K --safe #-} open import Categories.Category.Core using (Category) open import Categories.Functor.Bifunctor using (Bifunctor) module Categories.Category.Construction.Wedges {o ℓ e o′ ℓ′ e′} {C : Category o ℓ e} {D : Category o′ ℓ′ e′} (F : Bifunctor (Category.op C) C D) where open import Leve...
28.1875
108
0.637472
12dfae697ed40200283864f7df443ce14b65e156
323
agda
Agda
test/interaction/Issue5700.agda
thiagofelicissimo/agda
a0b3eea0c19c47ffbe2be525316311f5795d760d
[ "BSD-2-Clause" ]
1,989
2015-01-09T23:51:16.000Z
2022-03-30T18:20:48.000Z
test/interaction/Issue5700.agda
Seanpm2001-languages/agda
9911f73061e21a87fad76c662463257afe02c861
[ "BSD-2-Clause" ]
4,066
2015-01-10T11:24:51.000Z
2022-03-31T21:14:49.000Z
test/interaction/Issue5700.agda
Seanpm2001-languages/agda
9911f73061e21a87fad76c662463257afe02c861
[ "BSD-2-Clause" ]
371
2015-01-03T14:04:08.000Z
2022-03-30T19:00:30.000Z
open import Agda.Builtin.List open import Agda.Builtin.Nat open import Agda.Builtin.Unit open import Agda.Builtin.Reflection pattern vArg x = arg (arg-info visible (modality relevant quantity-ω)) x macro macaroo : Term → TC ⊤ macaroo hole = unify hole (con (quote suc) (vArg unknown ∷ [])) test : Nat test = macar...
23.071429
72
0.736842
4db555d4c26d6033f3e007608576d6660cc52f5d
57
agda
Agda
test/Fail/Unsolved-meta-in-postulate.agda
mdimjasevic/agda
8fb548356b275c7a1e79b768b64511ae937c738b
[ "BSD-3-Clause" ]
1,989
2015-01-09T23:51:16.000Z
2022-03-30T18:20:48.000Z
test/Fail/Unsolved-meta-in-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/Unsolved-meta-in-postulate.agda
Seanpm2001-languages/agda
9911f73061e21a87fad76c662463257afe02c861
[ "BSD-2-Clause" ]
371
2015-01-03T14:04:08.000Z
2022-03-30T19:00:30.000Z
module Unsolved-meta-in-postulate where postulate P : _
14.25
39
0.789474
12acfb527cbd86c9aa451e0dc5cc4f51aa52347e
947
agda
Agda
src/fot/LTC-PCF/Data/Nat.agda
asr/fotc
2fc9f2b81052a2e0822669f02036c5750371b72d
[ "MIT" ]
11
2015-09-03T20:53:42.000Z
2021-09-12T16:09:54.000Z
src/fot/LTC-PCF/Data/Nat.agda
asr/fotc
2fc9f2b81052a2e0822669f02036c5750371b72d
[ "MIT" ]
2
2016-10-12T17:28:16.000Z
2017-01-01T14:34:26.000Z
src/fot/LTC-PCF/Data/Nat.agda
asr/fotc
2fc9f2b81052a2e0822669f02036c5750371b72d
[ "MIT" ]
3
2016-09-19T14:18:30.000Z
2018-03-14T08:50:00.000Z
------------------------------------------------------------------------------ -- Natural numbers (PCF version) ------------------------------------------------------------------------------ {-# OPTIONS --exact-split #-} {-# OPTIONS --no-sized-types #-} {-# OPTIONS --no-universe-polymorphism #-}...
30.548387
78
0.455121
dc76b1d957c5e12daeaf369056f7bebebbae288c
3,477
agda
Agda
test/Succeed/ReflectTC.agda
mdimjasevic/agda
8fb548356b275c7a1e79b768b64511ae937c738b
[ "BSD-3-Clause" ]
null
null
null
test/Succeed/ReflectTC.agda
mdimjasevic/agda
8fb548356b275c7a1e79b768b64511ae937c738b
[ "BSD-3-Clause" ]
null
null
null
test/Succeed/ReflectTC.agda
mdimjasevic/agda
8fb548356b275c7a1e79b768b64511ae937c738b
[ "BSD-3-Clause" ]
null
null
null
-- Building some simple tactics using the reflected type checking monad. module _ where open import Common.Reflection open import Common.Prelude hiding (_>>=_) open import Common.Equality open import Agda.Builtin.Sigma -- Some helpers -- quotegoal : (Type → Tactic) → Tactic quotegoal tac hole = inferType hole >>= ...
29.218487
95
0.609146
4a3061ba8d64e1a1795e270532392032405d5bf6
2,650
agda
Agda
prototyping/Luau/Syntax/ToString.agda
Tr4shh/Roblox-Luau
cd18adc20ecb805b8eeb770a9e5ef8e0cd123734
[ "MIT" ]
null
null
null
prototyping/Luau/Syntax/ToString.agda
Tr4shh/Roblox-Luau
cd18adc20ecb805b8eeb770a9e5ef8e0cd123734
[ "MIT" ]
null
null
null
prototyping/Luau/Syntax/ToString.agda
Tr4shh/Roblox-Luau
cd18adc20ecb805b8eeb770a9e5ef8e0cd123734
[ "MIT" ]
null
null
null
module Luau.Syntax.ToString where open import Agda.Builtin.Float using (primShowFloat) open import Luau.Syntax using (Block; Stat; Expr; VarDec; FunDec; nil; var; var_∈_; addr; _$_; function_is_end; return; local_←_; _∙_; done; block_is_end; _⟨_⟩; _⟨_⟩∈_; number; BinaryOperator; +; -; *; /; binexp) open import FFI.Dat...
37.857143
212
0.629057
50c327ac52fdef87e03cb1ac027f1b4bea1963bb
276
agda
Agda
cruft/int-tests.agda
rfindler/ial
f3f0261904577e930bd7646934f756679a6cbba6
[ "MIT" ]
29
2019-02-06T13:09:31.000Z
2022-03-04T15:05:12.000Z
cruft/int-tests.agda
rfindler/ial
f3f0261904577e930bd7646934f756679a6cbba6
[ "MIT" ]
8
2018-07-09T22:53:38.000Z
2022-03-22T03:43:34.000Z
cruft/int-tests.agda
rfindler/ial
f3f0261904577e930bd7646934f756679a6cbba6
[ "MIT" ]
17
2018-12-03T22:38:15.000Z
2021-11-28T20:13:21.000Z
module int-tests where open import int open import eq open import product three : ℤ three = , next next unit{pos} -two : ℤ -two = , next unit{neg} one = -two +ℤ three one-lem : one ≡ ,_ { a = nonzero pos } unit one-lem = refl six = three +ℤ three -four = -two +ℤ -two
12.545455
43
0.641304
23eab2a3262d9a65b242eabef28b2b667eeea423
6,760
agda
Agda
src/Web/Semantic/DL/Category/Properties/Tensor/AssocNatural.agda
agda/agda-web-semantic
8ddbe83965a616bff6fc7a237191fa261fa78bab
[ "MIT" ]
9
2015-09-13T17:46:41.000Z
2020-03-14T14:21:08.000Z
src/Web/Semantic/DL/Category/Properties/Tensor/AssocNatural.agda
agda/agda-web-semantic
8ddbe83965a616bff6fc7a237191fa261fa78bab
[ "MIT" ]
4
2018-11-14T02:32:28.000Z
2021-01-04T20:57:19.000Z
src/Web/Semantic/DL/Category/Properties/Tensor/AssocNatural.agda
agda/agda-web-semantic
8ddbe83965a616bff6fc7a237191fa261fa78bab
[ "MIT" ]
3
2017-12-03T14:52:09.000Z
2022-03-12T11:40:03.000Z
open import Data.Product using ( proj₁ ; proj₂ ) open import Data.Sum using ( _⊎_ ; inj₁ ; inj₂ ) open import Relation.Binary.PropositionalEquality using ( refl ) open import Web.Semantic.DL.ABox.Interp using ( ⌊_⌋ ; ind ; _*_ ) open import Web.Semantic.DL.ABox.Interp.Morphism using ( _,_ ) open import Web.Semantic.DL....
46.30137
82
0.513462
a1dc82bed38362aa973f43a5acc0ac4f71f44dab
2,183
agda
Agda
src/even.agda
shinji-kono/automaton-in-agda
eba0538f088f3d0c0fedb19c47c081954fbc69cb
[ "MIT" ]
null
null
null
src/even.agda
shinji-kono/automaton-in-agda
eba0538f088f3d0c0fedb19c47c081954fbc69cb
[ "MIT" ]
null
null
null
src/even.agda
shinji-kono/automaton-in-agda
eba0538f088f3d0c0fedb19c47c081954fbc69cb
[ "MIT" ]
null
null
null
module even where open import Data.Nat open import Data.Nat.Properties open import Data.Empty open import Data.Unit using (⊤ ; tt) open import Relation.Nullary open import Relation.Binary.PropositionalEquality open import Relation.Binary.Definitions open import nat open import logic even : (n : ℕ ) → Set even zero =...
30.319444
96
0.54787
dc97001b86c6b4f57f2db9216b285a9d91c5c66b
2,968
agda
Agda
proglangs-learning/Agda/sv20/exam1.agda
helq/old_code
a432faf1b340cb379190a2f2b11b997b02d1cd8d
[ "CC0-1.0" ]
null
null
null
proglangs-learning/Agda/sv20/exam1.agda
helq/old_code
a432faf1b340cb379190a2f2b11b997b02d1cd8d
[ "CC0-1.0" ]
4
2020-03-10T19:20:21.000Z
2021-06-07T15:39:48.000Z
proglangs-learning/Agda/sv20/exam1.agda
helq/old_code
a432faf1b340cb379190a2f2b11b997b02d1cd8d
[ "CC0-1.0" ]
null
null
null
module sv20.exam1 where open import Data.Product using (∃-syntax) renaming (_,_ to ⟨_,_⟩) open import Data.Sum using (_⊎_; inj₁; inj₂) open import Function.Base using (_∘_) record _⇔_ (A B : Set) : Set where field to : A → B from : B → A -- An idiom that makes things slightly more readable (sometimes) ca...
39.573333
150
0.488208
239c394f3c17122d99d2f8ffa68c72e3e36e3fd7
1,187
agda
Agda
LibraBFT/Impl/Consensus/Network/Properties.agda
oracle/bft-consensus-agda
49f8b1b70823be805d84ffc3157c3b880edb1e92
[ "UPL-1.0" ]
4
2020-12-16T19:43:41.000Z
2021-12-18T19:24:05.000Z
LibraBFT/Impl/Consensus/Network/Properties.agda
oracle/bft-consensus-agda
49f8b1b70823be805d84ffc3157c3b880edb1e92
[ "UPL-1.0" ]
72
2021-02-04T05:04:33.000Z
2022-03-25T05:36:11.000Z
LibraBFT/Impl/Consensus/Network/Properties.agda
oracle/bft-consensus-agda
49f8b1b70823be805d84ffc3157c3b880edb1e92
[ "UPL-1.0" ]
6
2020-12-16T19:43:52.000Z
2022-02-18T01:04:32.000Z
{- Byzantine Fault Tolerant Consensus Verification in Agda, version 0.9. Copyright (c) 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 LibraBFT.Base.Types open import LibraBFT.Concrete.Records open im...
37.09375
111
0.757372
a1f2716d64f2f68dbe698ccd3bb08d11010a6b5d
2,849
agda
Agda
Cubical/Functions/Surjection.agda
maxdore/cubical
ef62b84397396d48135d73ba7400b71c721ddc94
[ "MIT" ]
null
null
null
Cubical/Functions/Surjection.agda
maxdore/cubical
ef62b84397396d48135d73ba7400b71c721ddc94
[ "MIT" ]
null
null
null
Cubical/Functions/Surjection.agda
maxdore/cubical
ef62b84397396d48135d73ba7400b71c721ddc94
[ "MIT" ]
null
null
null
{-# OPTIONS --safe #-} module Cubical.Functions.Surjection where open import Cubical.Core.Everything open import Cubical.Data.Sigma open import Cubical.Data.Unit open import Cubical.Foundations.Prelude open import Cubical.Foundations.HLevels open import Cubical.Foundations.Isomorphism open import Cubical.Foundations.E...
33.916667
83
0.665497
df4660256a50e711c9f5de5f729a1b3f5b5f956e
11,095
agda
Agda
Fields/CauchyCompletion/Group.agda
Smaug123/agdaproofs
0f4230011039092f58f673abcad8fb0652e6b562
[ "MIT" ]
4
2019-08-08T12:44:19.000Z
2022-01-28T06:04:15.000Z
Fields/CauchyCompletion/Group.agda
Smaug123/agdaproofs
0f4230011039092f58f673abcad8fb0652e6b562
[ "MIT" ]
14
2019-01-06T21:11:59.000Z
2020-04-11T11:03:39.000Z
Fields/CauchyCompletion/Group.agda
Smaug123/agdaproofs
0f4230011039092f58f673abcad8fb0652e6b562
[ "MIT" ]
1
2021-11-29T13:23:07.000Z
2021-11-29T13:23:07.000Z
{-# OPTIONS --safe --warning=error --without-K --guardedness #-} open import Setoids.Setoids open import Rings.Definition open import Rings.Orders.Partial.Definition open import Rings.Orders.Total.Definition open import Groups.Definition open import Groups.Lemmas open import Groups.Homomorphisms.Definition open import...
97.324561
920
0.713925
50c5f5a44f651409534c15273aee3cfccaca6bef
10,612
agda
Agda
Cubical/Data/Nat/Order.agda
FernandoLarrain/cubical
9acdecfa6437ec455568be4e5ff04849cc2bc13b
[ "MIT" ]
1
2022-02-05T01:25:26.000Z
2022-02-05T01:25:26.000Z
Cubical/Data/Nat/Order.agda
FernandoLarrain/cubical
9acdecfa6437ec455568be4e5ff04849cc2bc13b
[ "MIT" ]
null
null
null
Cubical/Data/Nat/Order.agda
FernandoLarrain/cubical
9acdecfa6437ec455568be4e5ff04849cc2bc13b
[ "MIT" ]
null
null
null
{-# OPTIONS --no-exact-split --safe #-} module Cubical.Data.Nat.Order where open import Cubical.Foundations.Prelude open import Cubical.Foundations.Function open import Cubical.Foundations.HLevels open import Cubical.Data.Empty as ⊥ open import Cubical.Data.Sigma open import Cubical.Data.Sum as ⊎ open import Cubica...
29.23416
96
0.46127
394e2db5441f0949210c19f84c81268cdb42dfc1
366
agda
Agda
examples/SummerSchool07/Lecture/Nat.agda
asr/agda-kanso
aa10ae6a29dc79964fe9dec2de07b9df28b61ed5
[ "MIT" ]
1
2019-11-27T07:26:06.000Z
2019-11-27T07:26:06.000Z
examples/SummerSchool07/Lecture/Nat.agda
np/agda-git-experiment
20596e9dd9867166a64470dd24ea68925ff380ce
[ "MIT" ]
null
null
null
examples/SummerSchool07/Lecture/Nat.agda
np/agda-git-experiment
20596e9dd9867166a64470dd24ea68925ff380ce
[ "MIT" ]
null
null
null
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 ...
14.64
28
0.540984
12b1dc851cf3f92526bcb2c3f8f480f3818ca605
1,795
agda
Agda
Globular-TT/Typed-Syntax.agda
ThiBen/catt-formalization
ed45935b38d6a86fa662f561866140122ee3dcef
[ "MIT" ]
2
2020-05-01T08:26:53.000Z
2020-05-20T00:41:09.000Z
Globular-TT/Typed-Syntax.agda
ThiBen/catt-formalization
ed45935b38d6a86fa662f561866140122ee3dcef
[ "MIT" ]
null
null
null
Globular-TT/Typed-Syntax.agda
ThiBen/catt-formalization
ed45935b38d6a86fa662f561866140122ee3dcef
[ "MIT" ]
null
null
null
{-# OPTIONS --without-K #-} open import Agda.Primitive open import Prelude import GSeTT.Typed-Syntax import Globular-TT.Syntax {- Type theory for globular sets -} module Globular-TT.Typed-Syntax {l} (index : Set l) (rule : index → GSeTT.Typed-Syntax.Ctx × (Globular-TT.Syntax.Pre-Ty index)) (eqdec-index : eqdec in...
33.240741
128
0.530919
dcb88a8e20831786dd471aef0ee72dd2780ad75c
9,357
agda
Agda
Cubical/Experiments/EscardoSIP.agda
ryanorendorff/cubical
c67854d2e11aafa5677e25a09087e176fafd3e43
[ "MIT" ]
1
2020-03-23T23:52:11.000Z
2020-03-23T23:52:11.000Z
Cubical/Experiments/EscardoSIP.agda
ryanorendorff/cubical
c67854d2e11aafa5677e25a09087e176fafd3e43
[ "MIT" ]
null
null
null
Cubical/Experiments/EscardoSIP.agda
ryanorendorff/cubical
c67854d2e11aafa5677e25a09087e176fafd3e43
[ "MIT" ]
null
null
null
{- This is a rather literal translation of Martin Hötzel-Escardó's structure identity principle into cubical Agda. See https://www.cs.bham.ac.uk/~mhe/HoTT-UF-in-Agda-Lecture-Notes/HoTT-UF-Agda.html#sns All the needed preliminary results from the lecture notes are stated and proven in this file. It would be interesting...
38.036585
115
0.48616
4da100a2c1cb52c8182746aaee47bf68df89ff72
1,998
agda
Agda
test/asset/agda-stdlib-1.0/Codata/Thunk.agda
omega12345/agda-mode
0debb886eb5dbcd38dbeebd04b34cf9d9c5e0e71
[ "MIT" ]
5
2020-10-07T12:07:53.000Z
2020-10-10T21:41:32.000Z
test/asset/agda-stdlib-1.0/Codata/Thunk.agda
omega12345/agda-mode
0debb886eb5dbcd38dbeebd04b34cf9d9c5e0e71
[ "MIT" ]
null
null
null
test/asset/agda-stdlib-1.0/Codata/Thunk.agda
omega12345/agda-mode
0debb886eb5dbcd38dbeebd04b34cf9d9c5e0e71
[ "MIT" ]
1
2021-11-04T06:54:45.000Z
2021-11-04T06:54:45.000Z
------------------------------------------------------------------------ -- The Agda standard library -- -- The Thunk wrappers for sized codata, copredicates and corelations ------------------------------------------------------------------------ {-# OPTIONS --without-K --safe --sized-types #-} module Codata.Thunk wh...
29.382353
75
0.458959
10a0e487478f5585726e742ecd35dc3bcfc667f8
113,985
agda
Agda
Agda/15-pullbacks.agda
tadejpetric/HoTT-Intro
f4228d6ecfc6cdb119c6e8b0e711fea05b98b2d5
[ "CC-BY-4.0" ]
null
null
null
Agda/15-pullbacks.agda
tadejpetric/HoTT-Intro
f4228d6ecfc6cdb119c6e8b0e711fea05b98b2d5
[ "CC-BY-4.0" ]
null
null
null
Agda/15-pullbacks.agda
tadejpetric/HoTT-Intro
f4228d6ecfc6cdb119c6e8b0e711fea05b98b2d5
[ "CC-BY-4.0" ]
null
null
null
{-# OPTIONS --without-K --exact-split #-} module 15-pullbacks where import 14-fundamental-cover open 14-fundamental-cover public -- Section 13.1 Cartesian squares {- We introduce the basic concepts of this chapter: commuting squares, cospans, cones, and pullback squares. Pullback squares are also called cartesia...
38.18593
135
0.512357
cbf404f256b327fb8dc47e6827658e38262802ed
438
agda
Agda
neq.agda
rfindler/ial
f3f0261904577e930bd7646934f756679a6cbba6
[ "MIT" ]
29
2019-02-06T13:09:31.000Z
2022-03-04T15:05:12.000Z
neq.agda
rfindler/ial
f3f0261904577e930bd7646934f756679a6cbba6
[ "MIT" ]
8
2018-07-09T22:53:38.000Z
2022-03-22T03:43:34.000Z
neq.agda
rfindler/ial
f3f0261904577e930bd7646934f756679a6cbba6
[ "MIT" ]
17
2018-12-03T22:38:15.000Z
2021-11-28T20:13:21.000Z
module neq where open import eq open import negation ---------------------------------------------------------------------- -- syntax ---------------------------------------------------------------------- infix 4 _≢_ ---------------------------------------------------------------------- -- defined types ----------...
25.764706
70
0.200913
1cc20f5c1cbe629f0e4dac5a32b27de74d94f21f
1,030
agda
Agda
lib/Haskell/Prim/Real.agda
ioanasv/agda2hs
17cdbeb36af3d0b735c5db83bb811034c39a19cd
[ "MIT" ]
1
2021-05-25T09:41:34.000Z
2021-05-25T09:41:34.000Z
lib/Haskell/Prim/Real.agda
ioanasv/agda2hs
17cdbeb36af3d0b735c5db83bb811034c39a19cd
[ "MIT" ]
null
null
null
lib/Haskell/Prim/Real.agda
ioanasv/agda2hs
17cdbeb36af3d0b735c5db83bb811034c39a19cd
[ "MIT" ]
null
null
null
module Haskell.Prim.Real where open import Haskell.Prim open import Haskell.Prim.Ord open import Haskell.Prim.Enum open import Haskell.Prim.Num open import Haskell.Prim.Eq open import Haskell.Prim.Int open import Haskell.Prim.Integer -- infixr 8 _^_ _^^_ -- infixl 7 _/_ _`quot`_ _`rem`_ _`div`_ _`mod`_ -- infixl 7 ...
20.6
49
0.646602
12012a76bb321269dad751cb3db5efe0eaa69529
559
agda
Agda
archive/agda-3/src/Oscar/Class/Transextensionality/Proposequality.agda
m0davis/oscar
52e1cdbdee54d9a8eaee04ee518a0d7f61d25afb
[ "RSA-MD" ]
null
null
null
archive/agda-3/src/Oscar/Class/Transextensionality/Proposequality.agda
m0davis/oscar
52e1cdbdee54d9a8eaee04ee518a0d7f61d25afb
[ "RSA-MD" ]
1
2019-04-29T00:35:04.000Z
2019-05-11T23:33:04.000Z
archive/agda-3/src/Oscar/Class/Transextensionality/Proposequality.agda
m0davis/oscar
52e1cdbdee54d9a8eaee04ee518a0d7f61d25afb
[ "RSA-MD" ]
null
null
null
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 ...
27.95
63
0.779964
4a45571df994e2e7caf9035597a303338adab58f
3,854
agda
Agda
agda-stdlib-0.9/src/Category/Monad/State.agda
qwe2/try-agda
9d4c43b1609d3f085636376fdca73093481ab882
[ "Apache-2.0" ]
1
2016-10-20T15:52:05.000Z
2016-10-20T15:52:05.000Z
agda-stdlib-0.9/src/Category/Monad/State.agda
qwe2/try-agda
9d4c43b1609d3f085636376fdca73093481ab882
[ "Apache-2.0" ]
null
null
null
agda-stdlib-0.9/src/Category/Monad/State.agda
qwe2/try-agda
9d4c43b1609d3f085636376fdca73093481ab882
[ "Apache-2.0" ]
null
null
null
------------------------------------------------------------------------ -- The Agda standard library -- -- The state monad ------------------------------------------------------------------------ module Category.Monad.State where open import Category.Applicative.Indexed open import Category.Monad open import Categor...
32.661017
72
0.532693
128b3243bbddd1c3146c51db5a17e2168438c784
890
agda
Agda
test/Succeed/Issue5809.agda
favonia/agda
8d433b967567c08afe15d04a5cb63b6f6d8884ee
[ "BSD-2-Clause" ]
null
null
null
test/Succeed/Issue5809.agda
favonia/agda
8d433b967567c08afe15d04a5cb63b6f6d8884ee
[ "BSD-2-Clause" ]
6
2021-10-18T08:12:24.000Z
2021-11-24T08:31:10.000Z
test/Succeed/Issue5809.agda
antoinevanmuylder/agda
bd59d5b07ffe02a43b28d186d95e1747aac5bc8c
[ "BSD-2-Clause" ]
null
null
null
-- Andreas, 2022-03-07, issue #5809 reported by jamestmartin -- Regression in Agda 2.6.1. -- Not reducing irrelevant projections lead to non-inferable elim-terms -- and consequently to internal errors. -- -- The fix is to treat irrelevant projections as just functions, -- retaining their parameters, so that they remain...
26.969697
71
0.665169
12fa953fa68956c1848fa118718a248fbe036281
454
agda
Agda
test/Succeed/Issue1719.agda
zgrannan/agda
5953ce337eb6b77b29ace7180478f49c541aea1c
[ "BSD-3-Clause" ]
3
2015-03-28T14:51:03.000Z
2015-12-07T20:14:00.000Z
test/Succeed/Issue1719.agda
andersk/agda
56928ff709dcb931cb9a48c4790e5ed3739e3032
[ "BSD-3-Clause" ]
null
null
null
test/Succeed/Issue1719.agda
andersk/agda
56928ff709dcb931cb9a48c4790e5ed3739e3032
[ "BSD-3-Clause" ]
1
2019-03-05T20:02:38.000Z
2019-03-05T20:02:38.000Z
{-# OPTIONS --without-K --rewriting #-} open import Issue1719.Common open import Issue1719.Spans open import Issue1719.Pushouts module _ {d : Span} {l} {P : Pushout d → Set l} (left* : (a : Span.A d) → P (left a)) (right* : (b : Span.B d) → P (right b)) (glue* : (c : Span.C d) → left* (Span.f d c) == right* (S...
30.266667
91
0.577093
a1e2e612b5adc766d4a2f89f475492fe50b53b5a
193
agda
Agda
Computability/Enumeration/Univalence.agda
jesyspa/computability-in-agda
1b5cf338eb0adb90c1897383e05251ddd954efff
[ "MIT" ]
2
2020-09-19T15:51:22.000Z
2021-04-30T11:15:51.000Z
Computability/Enumeration/Univalence.agda
jesyspa/computability-in-agda
1b5cf338eb0adb90c1897383e05251ddd954efff
[ "MIT" ]
null
null
null
Computability/Enumeration/Univalence.agda
jesyspa/computability-in-agda
1b5cf338eb0adb90c1897383e05251ddd954efff
[ "MIT" ]
null
null
null
{-# OPTIONS --cubical #-} module Computability.Enumeration.Univalence where open import Cubical.Core.Everything open import Computability.Prelude open import Computability.Enumeration.Base
19.3
49
0.818653
4d345e81c4b0a3e474f95e6212cb8d606de7cf66
3,834
agda
Agda
dom-eq.agda
hazelgrove/hazel-palette-agda
c3225acc3c94c56376c6842b82b8b5d76912df2a
[ "MIT" ]
16
2018-03-12T14:32:03.000Z
2021-12-19T02:50:23.000Z
dom-eq.agda
hazelgrove/hazel-palette-agda
c3225acc3c94c56376c6842b82b8b5d76912df2a
[ "MIT" ]
54
2017-06-29T20:53:34.000Z
2018-11-29T16:32:40.000Z
dom-eq.agda
hazelgrove/hazelnut-livelits-agda
c3225acc3c94c56376c6842b82b8b5d76912df2a
[ "MIT" ]
1
2019-09-13T18:20:02.000Z
2019-09-13T18:20:02.000Z
open import Prelude open import Nat open import core open import contexts open import lemmas-disjointness module dom-eq where -- main definition: two contexts are domain-equal when they produce (Some -- x) on the same indices. note that the context need not map indices to -- even the same type of contents; this...
49.153846
140
0.497392
cbe8e9581d4927d06fb7bf5313651a33734f2e82
746
agda
Agda
test/Succeed/Issue2321.agda
cagix/agda
cc026a6a97a3e517bb94bafa9d49233b067c7559
[ "BSD-2-Clause" ]
1,989
2015-01-09T23:51:16.000Z
2022-03-30T18:20:48.000Z
test/Succeed/Issue2321.agda
Seanpm2001-languages/agda
9911f73061e21a87fad76c662463257afe02c861
[ "BSD-2-Clause" ]
4,066
2015-01-10T11:24:51.000Z
2022-03-31T21:14:49.000Z
test/Succeed/Issue2321.agda
Seanpm2001-languages/agda
9911f73061e21a87fad76c662463257afe02c861
[ "BSD-2-Clause" ]
371
2015-01-03T14:04:08.000Z
2022-03-30T19:00:30.000Z
{-# OPTIONS --guardedness #-} open import Agda.Builtin.Coinduction open import Agda.Builtin.Equality open import Agda.Builtin.List open import Agda.Builtin.Nat infixr 5 _∷_ data Stream (A : Set) : Set where _∷_ : (x : A) (xs : ∞ (Stream A)) → Stream A head : ∀ {A} → Stream A → A head (x ∷ xs) = x tail : ∀ {A} → ...
24.064516
65
0.553619
06a8cd208bc0b054acd8044550c29354fae619e3
7,102
agda
Agda
lambda/hw7.agda
Lapin0t/lambda
09a231d9b3057d57b864070188ed9fe14a07eda2
[ "Apache-2.0" ]
null
null
null
lambda/hw7.agda
Lapin0t/lambda
09a231d9b3057d57b864070188ed9fe14a07eda2
[ "Apache-2.0" ]
null
null
null
lambda/hw7.agda
Lapin0t/lambda
09a231d9b3057d57b864070188ed9fe14a07eda2
[ "Apache-2.0" ]
null
null
null
module lambda.hw7 where open import Data.Product open import Relation.Nullary open import Relation.Nullary.Negation open import Relation.Binary.PropositionalEquality hiding (subst) open import Data.Nat open import Data.Fin hiding (lift) open import lambda.untyped open import lambda.vec open import lambda.system-f ren...
34.813725
91
0.559279
185cd6517d16c95343a080b3b4818b9a86429c7d
168
agda
Agda
Cubical/Data/Universe.agda
limemloh/cubical
df4ef7edffd1c1deb3d4ff342c7178e9901c44f1
[ "MIT" ]
null
null
null
Cubical/Data/Universe.agda
limemloh/cubical
df4ef7edffd1c1deb3d4ff342c7178e9901c44f1
[ "MIT" ]
null
null
null
Cubical/Data/Universe.agda
limemloh/cubical
df4ef7edffd1c1deb3d4ff342c7178e9901c44f1
[ "MIT" ]
null
null
null
{-# OPTIONS --cubical --safe #-} module Cubical.Data.Universe where open import Cubical.Data.Universe.Base public open import Cubical.Data.Universe.Properties public
24
51
0.785714
315a1c1c6f7105c302271def83d0a8d8858534d6
210
agda
Agda
test/Compiler/simple/Issue1486.agda
mdimjasevic/agda
8fb548356b275c7a1e79b768b64511ae937c738b
[ "BSD-3-Clause" ]
1,989
2015-01-09T23:51:16.000Z
2022-03-30T18:20:48.000Z
test/Compiler/simple/Issue1486.agda
Seanpm2001-languages/agda
9911f73061e21a87fad76c662463257afe02c861
[ "BSD-2-Clause" ]
4,066
2015-01-10T11:24:51.000Z
2022-03-31T21:14:49.000Z
test/Compiler/simple/Issue1486.agda
Seanpm2001-languages/agda
9911f73061e21a87fad76c662463257afe02c861
[ "BSD-2-Clause" ]
371
2015-01-03T14:04:08.000Z
2022-03-30T19:00:30.000Z
module Issue1486 where open import Common.Prelude postulate QName : Set {-# BUILTIN QNAME QName #-} primitive primShowQName : QName -> String main : IO Unit main = putStrLn (primShowQName (quote main))
15
44
0.733333
18fa83405304de1aec2fed4dd27ebe2744fe210c
7,088
agda
Agda
agda-stdlib/src/Data/Nat/GCD/Lemmas.agda
DreamLinuxer/popl21-artifact
fb380f2e67dcb4a94f353dbaec91624fcb5b8933
[ "MIT" ]
5
2020-10-07T12:07:53.000Z
2020-10-10T21:41:32.000Z
agda-stdlib/src/Data/Nat/GCD/Lemmas.agda
DreamLinuxer/popl21-artifact
fb380f2e67dcb4a94f353dbaec91624fcb5b8933
[ "MIT" ]
null
null
null
agda-stdlib/src/Data/Nat/GCD/Lemmas.agda
DreamLinuxer/popl21-artifact
fb380f2e67dcb4a94f353dbaec91624fcb5b8933
[ "MIT" ]
1
2021-11-04T06:54:45.000Z
2021-11-04T06:54:45.000Z
------------------------------------------------------------------------ -- The Agda standard library -- -- Boring lemmas used in Data.Nat.GCD and Data.Nat.Coprimality ------------------------------------------------------------------------ {-# OPTIONS --without-K --safe #-} module Data.Nat.GCD.Lemmas where open imp...
39.597765
93
0.296699
39e851d58e1a39196dc9b9b5fc49244dccc82910
14,652
agda
Agda
Cubical/Algebra/CommRing/Ideal.agda
antoinevanmuylder/cubical
5b40df813434aa11631ac240409ca2c4d849453c
[ "MIT" ]
null
null
null
Cubical/Algebra/CommRing/Ideal.agda
antoinevanmuylder/cubical
5b40df813434aa11631ac240409ca2c4d849453c
[ "MIT" ]
null
null
null
Cubical/Algebra/CommRing/Ideal.agda
antoinevanmuylder/cubical
5b40df813434aa11631ac240409ca2c4d849453c
[ "MIT" ]
null
null
null
{- This is mostly for convenience, when working with ideals (which are defined for general rings) in a commutative ring. -} {-# OPTIONS --safe #-} module Cubical.Algebra.CommRing.Ideal where open import Cubical.Foundations.Prelude open import Cubical.Foundations.Function open import Cubical.Foundations.HLevels ope...
44.534954
100
0.458913
0b9732b5c3c78cdf5b13bb5ff4b9bebd7a989e4d
150
agda
Agda
test/Fail/Issue278.agda
pthariensflame/agda
222c4c64b2ccf8e0fc2498492731c15e8fef32d4
[ "BSD-3-Clause" ]
3
2015-03-28T14:51:03.000Z
2015-12-07T20:14:00.000Z
test/fail/Issue278.agda
np/agda-git-experiment
20596e9dd9867166a64470dd24ea68925ff380ce
[ "MIT" ]
null
null
null
test/fail/Issue278.agda
np/agda-git-experiment
20596e9dd9867166a64470dd24ea68925ff380ce
[ "MIT" ]
1
2022-03-12T11:35:18.000Z
2022-03-12T11:35:18.000Z
module Issue278 where abstract module A where Foo : Set₁ Foo = Set module B where open A Foo≡Set : Foo ≡ Set Foo≡Set = refl
12.5
23
0.606667
127ba4fc7736066f4b1a1911313312d610e0a9fe
669
agda
Agda
test/Fail/Issue1963DisplayWithPostfixCopattern.agda
mdimjasevic/agda
8fb548356b275c7a1e79b768b64511ae937c738b
[ "BSD-3-Clause" ]
1,989
2015-01-09T23:51:16.000Z
2022-03-30T18:20:48.000Z
test/Fail/Issue1963DisplayWithPostfixCopattern.agda
Seanpm2001-languages/agda
9911f73061e21a87fad76c662463257afe02c861
[ "BSD-2-Clause" ]
4,066
2015-01-10T11:24:51.000Z
2022-03-31T21:14:49.000Z
test/Fail/Issue1963DisplayWithPostfixCopattern.agda
Seanpm2001-languages/agda
9911f73061e21a87fad76c662463257afe02c861
[ "BSD-2-Clause" ]
371
2015-01-03T14:04:08.000Z
2022-03-30T19:00:30.000Z
{-# OPTIONS -v tc.with.display:30 #-} -- {-# OPTIONS -v tc.with.strip:30 #-} open import Common.Product open import Common.Prelude open import Common.Equality postulate p : Nat → Nat -- g : Nat → Nat × Nat -- g x .proj₁ with p x -- g x .proj₁ | 0 = 1 -- g x .proj₁ | suc y = 0 -- g x .proj₂ = suc x -- h : Nat → Na...
19.114286
64
0.562033
dc662c1ac226a01ddbce3dec2373b4e61ac23e90
763
agda
Agda
Path/Reasoning.agda
oisdk/agda-playground
97a3aab1282b2337c5f43e2cfa3fa969a94c11b7
[ "MIT" ]
6
2020-09-11T17:45:41.000Z
2021-11-16T08:11:34.000Z
Path/Reasoning.agda
oisdk/agda-playground
97a3aab1282b2337c5f43e2cfa3fa969a94c11b7
[ "MIT" ]
null
null
null
Path/Reasoning.agda
oisdk/agda-playground
97a3aab1282b2337c5f43e2cfa3fa969a94c11b7
[ "MIT" ]
1
2021-11-11T12:30:21.000Z
2021-11-11T12:30:21.000Z
{-# OPTIONS --cubical --safe #-} module Path.Reasoning where open import Prelude infixr 2 ≡˘⟨⟩-syntax _≡⟨⟩_ ≡⟨∙⟩-syntax ≡⟨∙⟩[∙]-syntax ≡˘⟨⟩-syntax : ∀ (x : A) {y z} → y ≡ z → y ≡ x → x ≡ z ≡˘⟨⟩-syntax _ y≡z y≡x = sym y≡x ; y≡z syntax ≡˘⟨⟩-syntax x y≡z y≡x = x ≡˘⟨ y≡x ⟩ y≡z ≡⟨∙⟩-syntax : ∀ (x : A) {y z} → y ≡ z → ...
24.612903
90
0.406291
a13a145722c500eacf2916b2867ecd89004cff0b
3,436
agda
Agda
Cubical/Structures/Maybe.agda
RobertHarper/cubical
d13941587a58895b65f714f1ccc9c1f5986b109c
[ "MIT" ]
null
null
null
Cubical/Structures/Maybe.agda
RobertHarper/cubical
d13941587a58895b65f714f1ccc9c1f5986b109c
[ "MIT" ]
null
null
null
Cubical/Structures/Maybe.agda
RobertHarper/cubical
d13941587a58895b65f714f1ccc9c1f5986b109c
[ "MIT" ]
1
2021-11-22T02:02:01.000Z
2021-11-22T02:02:01.000Z
{- Maybe structure: X ↦ Maybe (S X) -} {-# OPTIONS --cubical --no-import-sorts --no-exact-split --safe #-} module Cubical.Structures.Maybe where open import Cubical.Foundations.Prelude open import Cubical.Foundations.Equiv open import Cubical.Foundations.Function open import Cubical.Foundations.Isomorphism open im...
34.36
99
0.618743
a1d8a0834c1c9b8df1e0d7b9660a44fb75d1f0ce
1,074
agda
Agda
test/Succeed/UnquoteDecl.agda
vlopezj/agda
ff4d89e75970cf27599fb9f572bd43c9455cbb56
[ "BSD-3-Clause" ]
3
2015-03-28T14:51:03.000Z
2015-12-07T20:14:00.000Z
test/Succeed/UnquoteDecl.agda
vikfret/agda
49ad0b3f0d39c01bc35123478b857e702b29fb9d
[ "BSD-3-Clause" ]
3
2018-11-14T15:31:44.000Z
2019-04-01T19:39:26.000Z
test/Succeed/UnquoteDecl.agda
vikfret/agda
49ad0b3f0d39c01bc35123478b857e702b29fb9d
[ "BSD-3-Clause" ]
1
2015-09-15T14:36:15.000Z
2015-09-15T14:36:15.000Z
module UnquoteDecl where open import Common.Prelude open import Common.Reflection open import Common.Equality infixr 3 _`⇒_ pattern _`⇒_ a b = pi (vArg a) (abs "_" b) pattern `Nat = def (quote Nat) [] unquoteDecl x = define (vArg x) (funDef `Nat (clause [] (quoteTerm 15) ∷ [])) y = x + 4 -- unquoteDecl loop = d...
26.85
86
0.570764
cb73f68544d248bf985f88687cf4cd5684272c6d
426
agda
Agda
Cubical/HITs/Bouquet/Base.agda
guilhermehas/cubical
ce3120d3f8d692847b2744162bcd7a01f0b687eb
[ "MIT" ]
1
2021-10-31T17:32:49.000Z
2021-10-31T17:32:49.000Z
Cubical/HITs/Bouquet/Base.agda
guilhermehas/cubical
ce3120d3f8d692847b2744162bcd7a01f0b687eb
[ "MIT" ]
null
null
null
Cubical/HITs/Bouquet/Base.agda
guilhermehas/cubical
ce3120d3f8d692847b2744162bcd7a01f0b687eb
[ "MIT" ]
null
null
null
{- This file contains: - Definition of the Bouquet of circles of a type aka wedge of A circles -} {-# OPTIONS --safe #-} module Cubical.HITs.Bouquet.Base where open import Cubical.Foundations.Prelude open import Cubical.Foundations.Pointed private variable ℓ : Level data Bouquet (A : Type ℓ) : Type ℓ where...
17.04
71
0.701878
391a33f09618a9e542db5384f8a243f4a98933e8
14,573
agda
Agda
Everything.agda
bolt12/agda-categories
b813fa3e685eb4713bace6204b8084a343d549a3
[ "MIT" ]
null
null
null
Everything.agda
bolt12/agda-categories
b813fa3e685eb4713bace6204b8084a343d549a3
[ "MIT" ]
null
null
null
Everything.agda
bolt12/agda-categories
b813fa3e685eb4713bace6204b8084a343d549a3
[ "MIT" ]
null
null
null
import Categories.2-Category import Categories.2-Functor import Categories.Adjoint import Categories.Adjoint.AFT import Categories.Adjoint.AFT.SolutionSet import Categories.Adjoint.Alternatives import Categories.Adjoint.Compose import Categories.Adjoint.Construction.EilenbergMoore import Categories.Adjoint.Construction...
44.02719
78
0.891649
d02d565eb3b9234b9d7c63193db7e3c809d6627a
6,416
agda
Agda
TotalParserCombinators/Parser.agda
yurrriq/parser-combinators
b396d35cc2cb7e8aea50b982429ee385f001aa88
[ "MIT" ]
7
2016-12-13T05:23:14.000Z
2021-06-22T05:35:31.000Z
TotalParserCombinators/Parser.agda
yurrriq/parser-combinators
b396d35cc2cb7e8aea50b982429ee385f001aa88
[ "MIT" ]
1
2018-01-22T22:21:41.000Z
2018-01-24T16:39:37.000Z
TotalParserCombinators/Parser.agda
yurrriq/parser-combinators
b396d35cc2cb7e8aea50b982429ee385f001aa88
[ "MIT" ]
null
null
null
------------------------------------------------------------------------ -- The parser type ------------------------------------------------------------------------ module TotalParserCombinators.Parser where open import Algebra open import Category.Monad open import Coinduction open import Data.List open import Data....
33.072165
76
0.529925
1871cab6d693ae7f7be9db117b7d0e8abae540a8
13,410
agda
Agda
Numeral/Matrix/Proofs.agda
Lolirofle/stuff-in-agda
70f4fba849f2fd779c5aaa5af122ccb6a5b271ba
[ "MIT" ]
6
2020-04-07T17:58:13.000Z
2022-02-05T06:53:22.000Z
Numeral/Matrix/Proofs.agda
Lolirofle/stuff-in-agda
70f4fba849f2fd779c5aaa5af122ccb6a5b271ba
[ "MIT" ]
null
null
null
Numeral/Matrix/Proofs.agda
Lolirofle/stuff-in-agda
70f4fba849f2fd779c5aaa5af122ccb6a5b271ba
[ "MIT" ]
null
null
null
module Numeral.Matrix.Proofs where import Lvl open import Syntax.Number open import Data open import Data.Boolean open import Data.Boolean.Stmt open import Data.Boolean.Stmt.Proofs open import Data.Tuple as Tuple using (_⨯_ ; _,_) import Functional as Fn open import Function.Equals open import Lang.Inspect o...
56.344538
276
0.605369
dc07affd2ce5a2a5562a1597212d1b1e9968c81d
5,338
agda
Agda
Categories/Object/BinaryCoproducts.agda
copumpkin/categories
36f4181d751e2ecb54db219911d8c69afe8ba892
[ "BSD-3-Clause" ]
98
2015-04-15T14:57:33.000Z
2022-03-08T05:20:36.000Z
Categories/Object/BinaryCoproducts.agda
p-pavel/categories
e41aef56324a9f1f8cf3cd30b2db2f73e01066f2
[ "BSD-3-Clause" ]
19
2015-05-23T06:47:10.000Z
2019-08-09T16:31:40.000Z
Categories/Object/BinaryCoproducts.agda
p-pavel/categories
e41aef56324a9f1f8cf3cd30b2db2f73e01066f2
[ "BSD-3-Clause" ]
23
2015-02-05T13:03:09.000Z
2021-11-11T13:50:56.000Z
{-# OPTIONS --universe-polymorphism #-} open import Categories.Category module Categories.Object.BinaryCoproducts {o ℓ e} (C : Category o ℓ e) where open Category C open Equiv open import Level import Categories.Object.Coproduct as Coproduct open import Categories.Morphisms C open module CP = Coproduct C hiding (m...
30.678161
124
0.40296
10add8eac244c4eef91a0357b6dbe42835911fa5
5,043
agda
Agda
core/lib/types/PushoutFlattening.agda
AntoineAllioux/HoTT-Agda
1037d82edcf29b620677a311dcfd4fc2ade2faa6
[ "MIT" ]
294
2015-01-09T16:23:23.000Z
2022-03-20T13:54:45.000Z
core/lib/types/PushoutFlattening.agda
AntoineAllioux/HoTT-Agda
1037d82edcf29b620677a311dcfd4fc2ade2faa6
[ "MIT" ]
31
2015-03-05T20:09:00.000Z
2021-10-03T19:15:25.000Z
core/lib/types/PushoutFlattening.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 lib.Basics open import lib.types.Pi open import lib.types.Sigma open import lib.types.Span open import lib.types.Paths import lib.types.Generic1HIT as Generic1HIT open import lib.types.Pushout module lib.types.PushoutFlattening {i} {j} {k} {d : Span {i} {j} {k}} whe...
29.491228
87
0.453103
202061a000e2d8bd18515ad3c90553ba88242793
1,080
agda
Agda
Cubical/HITs/Localization/Properties.agda
ryanorendorff/cubical
c67854d2e11aafa5677e25a09087e176fafd3e43
[ "MIT" ]
1
2020-03-23T23:52:11.000Z
2020-03-23T23:52:11.000Z
Cubical/HITs/Localization/Properties.agda
ryanorendorff/cubical
c67854d2e11aafa5677e25a09087e176fafd3e43
[ "MIT" ]
null
null
null
Cubical/HITs/Localization/Properties.agda
ryanorendorff/cubical
c67854d2e11aafa5677e25a09087e176fafd3e43
[ "MIT" ]
null
null
null
{-# OPTIONS --cubical --safe #-} module Cubical.HITs.Localization.Properties 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.Equiv.PathSplit open isPathSplitEquiv op...
45
102
0.552778
39b8b50c3c1e4760ed880f06057f823d99fae931
8,479
agda
Agda
src/FOmegaInt/Kinding/Declarative/Equivalence.agda
Blaisorblade/f-omega-int-agda
ae20dac2a5e0c18dff2afda4c19954e24d73a24f
[ "MIT" ]
12
2017-06-13T16:05:35.000Z
2021-09-27T05:53:06.000Z
src/FOmegaInt/Kinding/Declarative/Equivalence.agda
Blaisorblade/f-omega-int-agda
ae20dac2a5e0c18dff2afda4c19954e24d73a24f
[ "MIT" ]
1
2021-05-14T08:09:40.000Z
2021-05-14T08:54:39.000Z
src/FOmegaInt/Kinding/Declarative/Equivalence.agda
Blaisorblade/f-omega-int-agda
ae20dac2a5e0c18dff2afda4c19954e24d73a24f
[ "MIT" ]
2
2021-05-13T22:29:48.000Z
2021-05-14T10:25:05.000Z
------------------------------------------------------------------------ -- Equivalence of the two variants of declarative kinding of Fω with -- interval kinds ------------------------------------------------------------------------ {-# OPTIONS --safe --without-K #-} module FOmegaInt.Kinding.Declarative.Equivalence w...
40.764423
78
0.482604
a1a6703d414d7d40f2f571b8780bbba737a2d0f8
813
agda
Agda
SOAS/Context.agda
JoeyEremondi/agda-soas
ff1a985a6be9b780d3ba2beff68e902394f0a9d8
[ "MIT" ]
39
2021-11-09T20:39:55.000Z
2022-03-19T17:33:12.000Z
SOAS/Context.agda
JoeyEremondi/agda-soas
ff1a985a6be9b780d3ba2beff68e902394f0a9d8
[ "MIT" ]
1
2021-11-21T12:19:32.000Z
2021-11-21T12:19:32.000Z
SOAS/Context.agda
JoeyEremondi/agda-soas
ff1a985a6be9b780d3ba2beff68e902394f0a9d8
[ "MIT" ]
4
2021-11-09T20:39:59.000Z
2022-01-24T12:49:17.000Z
-- Concrete definition of contexts over a sort T module SOAS.Context {T : Set} where open import SOAS.Common open import Data.List using (List; []; _∷_; _++_) -- Context: a list of types data Ctx : Set where ∅ : Ctx _∙_ : (α : T) → (Γ : Ctx) → Ctx infixr 50 _∙_ -- Singleton context pattern _⌋ τ = τ ∙ ∅ patt...
20.846154
55
0.567036
1c45bfc7ca5528c76a40b182c55d12aba50ea34b
549
agda
Agda
src/exercices/Equal.agda
d-plaindoux/colca
a81447af3ab2ba898bb7d57be71369abbba12d81
[ "MIT" ]
2
2021-03-12T18:31:14.000Z
2021-05-04T09:35:36.000Z
src/exercices/Equal.agda
d-plaindoux/colca
a81447af3ab2ba898bb7d57be71369abbba12d81
[ "MIT" ]
null
null
null
src/exercices/Equal.agda
d-plaindoux/colca
a81447af3ab2ba898bb7d57be71369abbba12d81
[ "MIT" ]
null
null
null
-- -- Created by Dependently-Typed Lambda Calculus on 2020-09-24 -- Equal -- Author: dplaindoux -- module Equal where open import Data.Nat using (ℕ; zero; suc) open import Data.Bool using (Bool; true; false) infix 30 _=?_ data Type : Set where nat : Type ▲_ : Type → Set ▲ nat = ℕ _=?_ : { a : Type } → ▲ a →...
17.709677
61
0.540984
c50cb5a45ba8ed82b7884f0c17686cb25d6c85b6
634
agda
Agda
test/Succeed/GeneralizeWithPatternLambda.agda
mdimjasevic/agda
8fb548356b275c7a1e79b768b64511ae937c738b
[ "BSD-3-Clause" ]
1,989
2015-01-09T23:51:16.000Z
2022-03-30T18:20:48.000Z
test/Succeed/GeneralizeWithPatternLambda.agda
Seanpm2001-languages/agda
9911f73061e21a87fad76c662463257afe02c861
[ "BSD-2-Clause" ]
4,066
2015-01-10T11:24:51.000Z
2022-03-31T21:14:49.000Z
test/Succeed/GeneralizeWithPatternLambda.agda
Seanpm2001-languages/agda
9911f73061e21a87fad76c662463257afe02c861
[ "BSD-2-Clause" ]
371
2015-01-03T14:04:08.000Z
2022-03-30T19:00:30.000Z
open import Agda.Primitive open import Agda.Builtin.Nat open import Agda.Builtin.Equality variable ℓ : Level A : Set ℓ n : Nat infixr 4 _∷_ data Vec (A : Set) : Nat → Set where [] : Vec A 0 _∷_ : A → Vec A n → Vec A (suc n) variable xs : Vec A n data T (n : Nat) (f : Nat → Nat) : Set where it : T...
16.25641
52
0.555205
1c783bef7ce73c6f72fbd05357df936e9afe8e82
143
agda
Agda
Cubical/HITs/S2.agda
FernandoLarrain/cubical
9acdecfa6437ec455568be4e5ff04849cc2bc13b
[ "MIT" ]
301
2018-10-17T18:00:24.000Z
2022-03-24T02:10:47.000Z
Cubical/HITs/S2.agda
FernandoLarrain/cubical
9acdecfa6437ec455568be4e5ff04849cc2bc13b
[ "MIT" ]
584
2018-10-15T09:49:02.000Z
2022-03-30T12:09:17.000Z
Cubical/HITs/S2.agda
FernandoLarrain/cubical
9acdecfa6437ec455568be4e5ff04849cc2bc13b
[ "MIT" ]
134
2018-11-16T06:11:03.000Z
2022-03-23T16:22:13.000Z
{-# OPTIONS --safe #-} module Cubical.HITs.S2 where open import Cubical.HITs.S2.Base public -- open import Cubical.HITs.S2.Properties public
20.428571
48
0.748252
0e964b33bff4b8be15787e52b65d585fa5176b03
5,092
agda
Agda
Fields/Orders/LeastUpperBounds/Examples.agda
Smaug123/agdaproofs
0f4230011039092f58f673abcad8fb0652e6b562
[ "MIT" ]
4
2019-08-08T12:44:19.000Z
2022-01-28T06:04:15.000Z
Fields/Orders/LeastUpperBounds/Examples.agda
Smaug123/agdaproofs
0f4230011039092f58f673abcad8fb0652e6b562
[ "MIT" ]
14
2019-01-06T21:11:59.000Z
2020-04-11T11:03:39.000Z
Fields/Orders/LeastUpperBounds/Examples.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 Setoids.Subset open import Setoids.Setoids open import Setoids.Orders.Partial.Definition open import Setoids.Orders.Total.Definition open import Sets.EquivalenceRelations open import Rings.Orders.Total.Definition open import Rin...
53.041667
372
0.694619
18c6f37c38d1da2d59f65215f76e720c82c087a7
1,471
agda
Agda
proofs/AKS/Nat/Base.agda
mckeankylej/thesis
ddad4c0d5f384a0219b2177461a68dae06952dde
[ "MIT" ]
1
2020-12-01T22:38:27.000Z
2020-12-01T22:38:27.000Z
proofs/AKS/Nat/Base.agda
mckeankylej/thesis
ddad4c0d5f384a0219b2177461a68dae06952dde
[ "MIT" ]
null
null
null
proofs/AKS/Nat/Base.agda
mckeankylej/thesis
ddad4c0d5f384a0219b2177461a68dae06952dde
[ "MIT" ]
null
null
null
open import Relation.Nullary using (¬_; Dec; yes; no) open import Relation.Binary using (Decidable) open import Relation.Binary.PropositionalEquality using (_≡_; refl) open import Relation.Nullary.Decidable using (False; map) open import Function.Equivalence as FE using () module AKS.Nat.Base where open import Agda.B...
18.858974
83
0.541808
4d5798e866e33bb6dc1d1e36b932ae0389bbecce
1,038
agda
Agda
Definition/Conversion/Consequences/Completeness.agda
fhlkfy/logrel-mltt
ea83fc4f618d1527d64ecac82d7d17e2f18ac391
[ "MIT" ]
30
2017-05-20T03:05:21.000Z
2022-03-30T18:01:07.000Z
Definition/Conversion/Consequences/Completeness.agda
fhlkfy/logrel-mltt
ea83fc4f618d1527d64ecac82d7d17e2f18ac391
[ "MIT" ]
4
2017-06-22T12:49:23.000Z
2021-02-22T10:37:24.000Z
Definition/Conversion/Consequences/Completeness.agda
fhlkfy/logrel-mltt
ea83fc4f618d1527d64ecac82d7d17e2f18ac391
[ "MIT" ]
8
2017-10-18T14:18:20.000Z
2021-11-27T15:58:33.000Z
{-# OPTIONS --without-K --safe #-} module Definition.Conversion.Consequences.Completeness where open import Definition.Untyped hiding (_∷_) open import Definition.Typed open import Definition.Conversion open import Definition.Conversion.EqRelInstance open import Definition.LogicalRelation open import Definition.Logi...
30.529412
72
0.72447
4a4a7b7af19dbe28e19be9416da15caa1ed26920
849
agda
Agda
test/asset/agda-stdlib-1.0/Data/Bool.agda
omega12345/agda-mode
0debb886eb5dbcd38dbeebd04b34cf9d9c5e0e71
[ "MIT" ]
null
null
null
test/asset/agda-stdlib-1.0/Data/Bool.agda
omega12345/agda-mode
0debb886eb5dbcd38dbeebd04b34cf9d9c5e0e71
[ "MIT" ]
null
null
null
test/asset/agda-stdlib-1.0/Data/Bool.agda
omega12345/agda-mode
0debb886eb5dbcd38dbeebd04b34cf9d9c5e0e71
[ "MIT" ]
null
null
null
------------------------------------------------------------------------ -- The Agda standard library -- -- Booleans ------------------------------------------------------------------------ {-# OPTIONS --without-K --safe #-} module Data.Bool where open import Relation.Nullary open import Relation.Binary open import ...
26.53125
72
0.42874
dfb384c7c5c00683e724b58d5f4114727818be4d
52
agda
Agda
agda.agda
Andaraz/hello-world
5434416e6b0468a4c06ff7575540f186c38fc58d
[ "MIT" ]
3
2021-03-23T13:03:38.000Z
2021-06-24T03:20:51.000Z
agda.agda
Andaraz/hello-world
5434416e6b0468a4c06ff7575540f186c38fc58d
[ "MIT" ]
1
2021-03-28T09:19:07.000Z
2021-03-28T09:19:58.000Z
agda.agda
Andaraz/hello-world
5434416e6b0468a4c06ff7575540f186c38fc58d
[ "MIT" ]
1
2021-05-10T13:28:32.000Z
2021-05-10T13:28:32.000Z
open import IO main = run (putStr "Hello, World!")
13
35
0.673077
0ba222165823f2d8c10f51b2c77908b03df20a66
587
agda
Agda
test/interaction/Issue3650.agda
mdimjasevic/agda
8fb548356b275c7a1e79b768b64511ae937c738b
[ "BSD-3-Clause" ]
1,989
2015-01-09T23:51:16.000Z
2022-03-30T18:20:48.000Z
test/interaction/Issue3650.agda
Seanpm2001-languages/agda
9911f73061e21a87fad76c662463257afe02c861
[ "BSD-2-Clause" ]
4,066
2015-01-10T11:24:51.000Z
2022-03-31T21:14:49.000Z
test/interaction/Issue3650.agda
Seanpm2001-languages/agda
9911f73061e21a87fad76c662463257afe02c861
[ "BSD-2-Clause" ]
371
2015-01-03T14:04:08.000Z
2022-03-30T19:00:30.000Z
data Tm : Set where tzero : Tm tsucc : Tm → Tm tdiff : Tm → Tm → Tm variable m n n' : Tm data NotZero : Tm → Set where nzsucc : NotZero (tsucc n) nzdiff : NotZero (tdiff m n) data Equal : Tm → Tm → Set where esucc : NotZero n → Equal (tsucc (tdiff tzero n)) n ediff : Equal n n' → Equal (tdiff m n) (...
23.48
93
0.596252
a11a3706d070ea4ba09aff7d99aa90ea6543dc58
131
agda
Agda
proofs/AKS/Modular/Quotient.agda
mckeankylej/thesis
ddad4c0d5f384a0219b2177461a68dae06952dde
[ "MIT" ]
1
2020-12-01T22:38:27.000Z
2020-12-01T22:38:27.000Z
proofs/AKS/Modular/Quotient.agda
mckeankylej/thesis
ddad4c0d5f384a0219b2177461a68dae06952dde
[ "MIT" ]
null
null
null
proofs/AKS/Modular/Quotient.agda
mckeankylej/thesis
ddad4c0d5f384a0219b2177461a68dae06952dde
[ "MIT" ]
null
null
null
module AKS.Modular.Quotient where open import AKS.Modular.Quotient.Base public open import AKS.Modular.Quotient.Properties public
26.2
50
0.847328
4ab11587a268587da464b724ee5662fce3dc05ec
3,341
agda
Agda
Streams/SizedStreams.agda
hbasold/Sandbox
8fc7a6cd878f37f9595124ee8dea62258da28aa4
[ "MIT" ]
null
null
null
Streams/SizedStreams.agda
hbasold/Sandbox
8fc7a6cd878f37f9595124ee8dea62258da28aa4
[ "MIT" ]
null
null
null
Streams/SizedStreams.agda
hbasold/Sandbox
8fc7a6cd878f37f9595124ee8dea62258da28aa4
[ "MIT" ]
null
null
null
open import Function open import Relation.Binary open import Relation.Binary.PropositionalEquality as P open ≡-Reasoning open import Data.Empty open import Data.Unit open import Data.Sum as Sum open import Data.Product as Prod record ℕ∞ : Set where coinductive field pred : ⊤ ⊎ ℕ∞ open ℕ∞ public data-~ℕ∞~ : ⊤ ⊎ ℕ...
28.313559
76
0.523496
a108f0c85174309b4c6156f0d09844008a1448b6
6,521
agda
Agda
archive/agda-2/Oscar/Data/Term/internal/SubstituteAndSubstitution.agda
m0davis/oscar
52e1cdbdee54d9a8eaee04ee518a0d7f61d25afb
[ "RSA-MD" ]
null
null
null
archive/agda-2/Oscar/Data/Term/internal/SubstituteAndSubstitution.agda
m0davis/oscar
52e1cdbdee54d9a8eaee04ee518a0d7f61d25afb
[ "RSA-MD" ]
1
2019-04-29T00:35:04.000Z
2019-05-11T23:33:04.000Z
archive/agda-2/Oscar/Data/Term/internal/SubstituteAndSubstitution.agda
m0davis/oscar
52e1cdbdee54d9a8eaee04ee518a0d7f61d25afb
[ "RSA-MD" ]
null
null
null
module Oscar.Data.Term.internal.SubstituteAndSubstitution {𝔣} (FunctionName : Set 𝔣) where open import Oscar.Category.Action open import Oscar.Category.Category open import Oscar.Category.CategoryAction open import Oscar.Category.Functor open import Oscar.Category.Morphism open import Oscar.Category.Semifunctor ope...
29.776256
117
0.625671
50b1dbd0bd051d8be904aafb31c4d3eb08bf945c
473
agda
Agda
test/Succeed/Issue1719.agda
mdimjasevic/agda
8fb548356b275c7a1e79b768b64511ae937c738b
[ "BSD-3-Clause" ]
1,989
2015-01-09T23:51:16.000Z
2022-03-30T18:20:48.000Z
test/Succeed/Issue1719.agda
Seanpm2001-languages/agda
9911f73061e21a87fad76c662463257afe02c861
[ "BSD-2-Clause" ]
4,066
2015-01-10T11:24:51.000Z
2022-03-31T21:14:49.000Z
test/Succeed/Issue1719.agda
Seanpm2001-languages/agda
9911f73061e21a87fad76c662463257afe02c861
[ "BSD-2-Clause" ]
371
2015-01-03T14:04:08.000Z
2022-03-30T19:00:30.000Z
{-# OPTIONS --without-K --rewriting --confluence-check #-} open import Issue1719.Common open import Issue1719.Spans open import Issue1719.Pushouts module _ {d : Span} {l} {P : Pushout d → Set l} (left* : (a : Span.A d) → P (left a)) (right* : (b : Span.B d) → P (right b)) (glue* : (c : Span.C d) → left* (Span....
31.533333
91
0.585624
4a5b428a85b4f35b4001459c4ae2c53eb170ddcb
144
agda
Agda
test/Succeed/Issue586.agda
mdimjasevic/agda
8fb548356b275c7a1e79b768b64511ae937c738b
[ "BSD-3-Clause" ]
1,989
2015-01-09T23:51:16.000Z
2022-03-30T18:20:48.000Z
test/Succeed/Issue586.agda
Seanpm2001-languages/agda
9911f73061e21a87fad76c662463257afe02c861
[ "BSD-2-Clause" ]
4,066
2015-01-10T11:24:51.000Z
2022-03-31T21:14:49.000Z
test/Succeed/Issue586.agda
Seanpm2001-languages/agda
9911f73061e21a87fad76c662463257afe02c861
[ "BSD-2-Clause" ]
371
2015-01-03T14:04:08.000Z
2022-03-30T19:00:30.000Z
-- Run this test case in safe mode -- {-# OPTIONS --safe #-} -- does not parse (2012-03-12 Andreas) module Issue586 where Foo : Set1 Foo = Set
20.571429
64
0.659722
06079f7a5fde6eb86489bde8b4d0ff0ed72de167
403
agda
Agda
archive/agda-3/src/Oscar/Data/ProperlyExtensionNothing.agda
m0davis/oscar
52e1cdbdee54d9a8eaee04ee518a0d7f61d25afb
[ "RSA-MD" ]
null
null
null
archive/agda-3/src/Oscar/Data/ProperlyExtensionNothing.agda
m0davis/oscar
52e1cdbdee54d9a8eaee04ee518a0d7f61d25afb
[ "RSA-MD" ]
1
2019-04-29T00:35:04.000Z
2019-05-11T23:33:04.000Z
archive/agda-3/src/Oscar/Data/ProperlyExtensionNothing.agda
m0davis/oscar
52e1cdbdee54d9a8eaee04ee518a0d7f61d25afb
[ "RSA-MD" ]
null
null
null
open import Oscar.Prelude open import Oscar.Data.𝟘 module Oscar.Data.ProperlyExtensionNothing where module _ {𝔵} {𝔛 : Ø 𝔵} {𝔬} {𝔒 : 𝔛 → Ø 𝔬} {ℓ} {ℓ̇} {_↦_ : ∀ {x} → 𝔒 x → 𝔒 x → Ø ℓ̇} where record ProperlyExtensionNothing (P : ExtensionṖroperty ℓ 𝔒 _↦_) : Ø 𝔵 ∙̂ 𝔬 ∙̂ ℓ where constructor...
20.15
88
0.600496
4de670d81f9a72f2403e25e6e06a4f1a6ec3563a
2,958
agda
Agda
agda-stdlib/src/Data/List/Membership/Propositional/Properties/Core.agda
DreamLinuxer/popl21-artifact
fb380f2e67dcb4a94f353dbaec91624fcb5b8933
[ "MIT" ]
5
2020-10-07T12:07:53.000Z
2020-10-10T21:41:32.000Z
agda-stdlib/src/Data/List/Membership/Propositional/Properties/Core.agda
DreamLinuxer/popl21-artifact
fb380f2e67dcb4a94f353dbaec91624fcb5b8933
[ "MIT" ]
null
null
null
agda-stdlib/src/Data/List/Membership/Propositional/Properties/Core.agda
DreamLinuxer/popl21-artifact
fb380f2e67dcb4a94f353dbaec91624fcb5b8933
[ "MIT" ]
1
2021-11-04T06:54:45.000Z
2021-11-04T06:54:45.000Z
------------------------------------------------------------------------ -- The Agda standard library -- -- Core properties related to propositional list membership. ------------------------------------------------------------------------ -- This file is needed to break the cyclic dependency with the proof -- `Any-con...
34
72
0.503381
1241eeb7ac79c1cc1772efb834b23c3af04095d9
503
agda
Agda
test/Succeed/Issue1456.agda
mdimjasevic/agda
8fb548356b275c7a1e79b768b64511ae937c738b
[ "BSD-3-Clause" ]
1,989
2015-01-09T23:51:16.000Z
2022-03-30T18:20:48.000Z
test/Succeed/Issue1456.agda
Seanpm2001-languages/agda
9911f73061e21a87fad76c662463257afe02c861
[ "BSD-2-Clause" ]
4,066
2015-01-10T11:24:51.000Z
2022-03-31T21:14:49.000Z
test/Succeed/Issue1456.agda
Seanpm2001-languages/agda
9911f73061e21a87fad76c662463257afe02c861
[ "BSD-2-Clause" ]
371
2015-01-03T14:04:08.000Z
2022-03-30T19:00:30.000Z
data Nat : Set where record Ord (A : Set) : Set where field f : A → A instance OrdNat : Ord Nat OrdNat = record { f = λ x → x } postulate T : Nat → Set R : ∀ {A} {{_ : Ord A}} → A → Set -- Before solving the type of m, instance search considers it to -- be a potential candidate for Ord Nat. It then proce...
23.952381
66
0.640159
4d8824685a5bd83a2547f19d78a0620c10f8d129
1,582
agda
Agda
src/Haskell/Modules/Eq.agda
LaudateCorpus1/bft-consensus-agda
a4674fc473f2457fd3fe5123af48253cfb2404ef
[ "UPL-1.0" ]
null
null
null
src/Haskell/Modules/Eq.agda
LaudateCorpus1/bft-consensus-agda
a4674fc473f2457fd3fe5123af48253cfb2404ef
[ "UPL-1.0" ]
null
null
null
src/Haskell/Modules/Eq.agda
LaudateCorpus1/bft-consensus-agda
a4674fc473f2457fd3fe5123af48253cfb2404ef
[ "UPL-1.0" ]
null
null
null
{- 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 -} module Haskell.Modules.Eq where open import Haskell.Modules.ToBool ---...
32.285714
111
0.557522
4dc63128accbf3a15d9a8d69cb8822f6aee1d85b
280
agda
Agda
test/fail/IrrelevantLevelToSet.agda
asr/agda-kanso
aa10ae6a29dc79964fe9dec2de07b9df28b61ed5
[ "MIT" ]
1
2019-11-27T04:41:05.000Z
2019-11-27T04:41:05.000Z
test/fail/IrrelevantLevelToSet.agda
np/agda-git-experiment
20596e9dd9867166a64470dd24ea68925ff380ce
[ "MIT" ]
null
null
null
test/fail/IrrelevantLevelToSet.agda
np/agda-git-experiment
20596e9dd9867166a64470dd24ea68925ff380ce
[ "MIT" ]
null
null
null
{-# OPTIONS --experimental-irrelevance #-} {-# OPTIONS --universe-polymorphism #-} module IrrelevantLevelToSet where open import Imports.Level -- should fail, because Set i /= Set j for i /= j, so i is not irrelevant in Set i MySet : .(i : Level) -> Set (suc i) MySet i = Set i
28
82
0.685714
dc072c78f0fa5072ca7c198acc3a1275acd55486
1,032
agda
Agda
test/Succeed/Issue4142.agda
mdimjasevic/agda
8fb548356b275c7a1e79b768b64511ae937c738b
[ "BSD-3-Clause" ]
1,989
2015-01-09T23:51:16.000Z
2022-03-30T18:20:48.000Z
test/Succeed/Issue4142.agda
Seanpm2001-languages/agda
9911f73061e21a87fad76c662463257afe02c861
[ "BSD-2-Clause" ]
4,066
2015-01-10T11:24:51.000Z
2022-03-31T21:14:49.000Z
test/Succeed/Issue4142.agda
Seanpm2001-languages/agda
9911f73061e21a87fad76c662463257afe02c861
[ "BSD-2-Clause" ]
371
2015-01-03T14:04:08.000Z
2022-03-30T19:00:30.000Z
-- Andreas, 2019-10-21, issue #4142, reported and test case by Jason Hu -- When the record-expression-to-copattern-translation is revisited -- after positivity checking, the defCopatternLHS flag needs to be -- updated as well! -- {-# OPTIONS -v tc.cc.record:20 #-} -- {-# OPTIONS -v tc.conv:30 #-} open import Agda.Bu...
24
78
0.695736
dc270a9e313fa0ed52243dfc90c68fd1f291f22e
315
agda
Agda
test/Fail/Issue1025.agda
mdimjasevic/agda
8fb548356b275c7a1e79b768b64511ae937c738b
[ "BSD-3-Clause" ]
1,989
2015-01-09T23:51:16.000Z
2022-03-30T18:20:48.000Z
test/Fail/Issue1025.agda
Seanpm2001-languages/agda
9911f73061e21a87fad76c662463257afe02c861
[ "BSD-2-Clause" ]
4,066
2015-01-10T11:24:51.000Z
2022-03-31T21:14:49.000Z
test/Fail/Issue1025.agda
Seanpm2001-languages/agda
9911f73061e21a87fad76c662463257afe02c861
[ "BSD-2-Clause" ]
371
2015-01-03T14:04:08.000Z
2022-03-30T19:00:30.000Z
{-# OPTIONS --without-K #-} module Issue1025 where data _≡_ {A : Set} (x : A) : A → Set where refl : x ≡ x postulate mySpace : Set postulate myPoint : mySpace data Foo : myPoint ≡ myPoint → Set where foo : Foo refl test : {e : myPoint ≡ myPoint} → (a : Foo e) → (i : a ≡ a) → i ≡ refl test foo refl = {!!}
19.6875
69
0.590476
1247ef967e7f662e56abc06fb96ac885f21bc374
1,425
agda
Agda
cohomology/ExactPairIso.agda
danbornside/HoTT-Agda
1695a7f3dc60177457855ae846bbd86fcd96983e
[ "MIT" ]
null
null
null
cohomology/ExactPairIso.agda
danbornside/HoTT-Agda
1695a7f3dc60177457855ae846bbd86fcd96983e
[ "MIT" ]
null
null
null
cohomology/ExactPairIso.agda
danbornside/HoTT-Agda
1695a7f3dc60177457855ae846bbd86fcd96983e
[ "MIT" ]
null
null
null
{-# OPTIONS --without-K #-} open import HoTT open import cohomology.Exactness module cohomology.ExactPairIso where {- An exact sequence 0 → G → H → 0 implies that G == H -} module _ {i} {G H K L : Group i} {φ : H →ᴳ K} (ex : ExactSeq (G ⟨ cst-hom ⟩→ H ⟨ φ ⟩→ K ⟨ cst-hom ⟩→ L ⊣|)) where private inj : (h₁ h₂...
33.139535
78
0.489123
0b0308d0906ac54dbf147665b7b7ebcd73a28867
1,061
agda
Agda
Lambda/Substitution/TwoSemantics.agda
nad/codata
1b90445566df0d3b4ba6e31bd0bac417b4c0eb0e
[ "MIT" ]
1
2021-02-13T14:48:45.000Z
2021-02-13T14:48:45.000Z
Lambda/Substitution/TwoSemantics.agda
nad/codata
1b90445566df0d3b4ba6e31bd0bac417b4c0eb0e
[ "MIT" ]
null
null
null
Lambda/Substitution/TwoSemantics.agda
nad/codata
1b90445566df0d3b4ba6e31bd0bac417b4c0eb0e
[ "MIT" ]
null
null
null
------------------------------------------------------------------------ -- The two big-step semantics given by Leroy and Grall in "Coinductive -- big-step operational semantics" ------------------------------------------------------------------------ module Lambda.Substitution.TwoSemantics where open import Codata.M...
24.674419
72
0.435438
1291a8a82bd28abc62c612941f3a2d3ca1488ed5
329
agda
Agda
examples/Termination/TerminationTwoConstructors.agda
mdimjasevic/agda
8fb548356b275c7a1e79b768b64511ae937c738b
[ "BSD-3-Clause" ]
1,989
2015-01-09T23:51:16.000Z
2022-03-30T18:20:48.000Z
examples/Termination/TerminationTwoConstructors.agda
Seanpm2001-languages/agda
9911f73061e21a87fad76c662463257afe02c861
[ "BSD-2-Clause" ]
4,066
2015-01-10T11:24:51.000Z
2022-03-31T21:14:49.000Z
examples/Termination/TerminationTwoConstructors.agda
Seanpm2001-languages/agda
9911f73061e21a87fad76c662463257afe02c861
[ "BSD-2-Clause" ]
371
2015-01-03T14:04:08.000Z
2022-03-30T19:00:30.000Z
{-# OPTIONS --termination-depth=2 #-} module TerminationTwoConstructors where data Nat : Set where zero : Nat suc : Nat -> Nat f : Nat -> Nat f zero = zero f (suc zero) = zero f (suc (suc n)) with zero ... | m = f (suc n) {- this type checks with --termination-depth >= 2 calls: f -> f_with (-2) f_with -> f ...
14.954545
49
0.601824
12785d891f556a28ce085d62366f34593898b359
1,521
agda
Agda
agda-stdlib/src/Data/DifferenceVec.agda
DreamLinuxer/popl21-artifact
fb380f2e67dcb4a94f353dbaec91624fcb5b8933
[ "MIT" ]
5
2020-10-07T12:07:53.000Z
2020-10-10T21:41:32.000Z
agda-stdlib/src/Data/DifferenceVec.agda
DreamLinuxer/popl21-artifact
fb380f2e67dcb4a94f353dbaec91624fcb5b8933
[ "MIT" ]
null
null
null
agda-stdlib/src/Data/DifferenceVec.agda
DreamLinuxer/popl21-artifact
fb380f2e67dcb4a94f353dbaec91624fcb5b8933
[ "MIT" ]
1
2021-11-04T06:54:45.000Z
2021-11-04T06:54:45.000Z
------------------------------------------------------------------------ -- The Agda standard library -- -- Vectors with fast append ------------------------------------------------------------------------ {-# OPTIONS --without-K --safe #-} module Data.DifferenceVec where open import Data.DifferenceNat open import D...
26.684211
72
0.480605
a1f4b66a57714e88541851488a3f6b1d460a82f5
503
agda
Agda
LibraBFT/Impl/OBM/Prelude.agda
oracle/bft-consensus-agda
49f8b1b70823be805d84ffc3157c3b880edb1e92
[ "UPL-1.0" ]
4
2020-12-16T19:43:41.000Z
2021-12-18T19:24:05.000Z
LibraBFT/Impl/OBM/Prelude.agda
oracle/bft-consensus-agda
49f8b1b70823be805d84ffc3157c3b880edb1e92
[ "UPL-1.0" ]
72
2021-02-04T05:04:33.000Z
2022-03-25T05:36:11.000Z
LibraBFT/Impl/OBM/Prelude.agda
oracle/bft-consensus-agda
49f8b1b70823be805d84ffc3157c3b880edb1e92
[ "UPL-1.0" ]
6
2020-12-16T19:43:52.000Z
2022-02-18T01:04:32.000Z
{- Byzantine Fault Tolerant Consensus Verification in Agda, version 0.9. Copyright (c) 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 LibraBFT.Base.KVMap as Map open import LibraBFT.Prelude module L...
29.588235
111
0.735586
392fa60e7c95956e61144a43ab79c261e8437dfa
261
agda
Agda
src/cpnd1/Data/Nat/FromNat.agda
wenkokke/nodcap
fb5e78d6182276e4d93c4c0e0d563b6b027bc5c2
[ "MIT" ]
4
2018-09-05T08:58:11.000Z
2019-09-24T20:16:35.000Z
src/cpnd1/Data/Nat/FromNat.agda
pepijnkokke/nodcap
fb5e78d6182276e4d93c4c0e0d563b6b027bc5c2
[ "MIT" ]
null
null
null
src/cpnd1/Data/Nat/FromNat.agda
pepijnkokke/nodcap
fb5e78d6182276e4d93c4c0e0d563b6b027bc5c2
[ "MIT" ]
1
2018-09-05T08:58:13.000Z
2018-09-05T08:58:13.000Z
open import Agda.Builtin.Nat open import Agda.Builtin.FromNat open import Data.Unit using (⊤) open import Function using (const) module Data.Nat.FromNat where instance NumberNat : Number Nat NumberNat = record { Constraint = const ⊤ ; fromNat = λ n → n }
23.727273
65
0.743295
5060e93c2fc3eba349b83f5433ef299093820dca
6,279
agda
Agda
theorems/cw/cohomology/cellular/ChainComplex.agda
timjb/HoTT-Agda
66f800adef943afdf08c17b8ecfba67340fead5e
[ "MIT" ]
null
null
null
theorems/cw/cohomology/cellular/ChainComplex.agda
timjb/HoTT-Agda
66f800adef943afdf08c17b8ecfba67340fead5e
[ "MIT" ]
null
null
null
theorems/cw/cohomology/cellular/ChainComplex.agda
timjb/HoTT-Agda
66f800adef943afdf08c17b8ecfba67340fead5e
[ "MIT" ]
null
null
null
{-# OPTIONS --without-K --rewriting #-} open import HoTT open import cw.CW open import cw.DegreeByProjection open import cohomology.ChainComplex module cw.cohomology.cellular.ChainComplex {i : ULevel} where chain-template : ∀ {n} (skel : Skeleton {i} n) {m} → Dec (m ≤ n) → AbGroup i chain-template skel (inl ...
49.833333
125
0.583851
3179ed6b777838d8d217a9e7974f92c49ac21a55
10,688
agda
Agda
lib/types/LoopSpace.agda
UlrikBuchholtz/HoTT-Agda
f8fa68bf753d64d7f45556ca09d0da7976709afa
[ "MIT" ]
1
2021-06-30T00:17:55.000Z
2021-06-30T00:17:55.000Z
lib/types/LoopSpace.agda
UlrikBuchholtz/HoTT-Agda
f8fa68bf753d64d7f45556ca09d0da7976709afa
[ "MIT" ]
null
null
null
lib/types/LoopSpace.agda
UlrikBuchholtz/HoTT-Agda
f8fa68bf753d64d7f45556ca09d0da7976709afa
[ "MIT" ]
null
null
null
{-# OPTIONS --without-K #-} open import lib.Basics open import lib.NConnected open import lib.types.Nat open import lib.types.TLevel open import lib.types.Empty open import lib.types.Group open import lib.types.Pi open import lib.types.Pointed open import lib.types.Paths open import lib.types.Sigma open import lib.typ...
32.685015
79
0.448821
10abd42e1b9a5e13c6cad07fdedf912952c1a4cb
3,423
agda
Agda
Structures.agda
jvoigtlaender/bidiragda
a5abbd177f032523d1d9d3fa4b9137aefe88dee0
[ "MIT" ]
null
null
null
Structures.agda
jvoigtlaender/bidiragda
a5abbd177f032523d1d9d3fa4b9137aefe88dee0
[ "MIT" ]
null
null
null
Structures.agda
jvoigtlaender/bidiragda
a5abbd177f032523d1d9d3fa4b9137aefe88dee0
[ "MIT" ]
null
null
null
module Structures where open import Category.Functor using (RawFunctor ; module RawFunctor) open import Category.Monad using (module RawMonad) open import Data.Maybe using (Maybe) renaming (monad to MaybeMonad) open import Data.Nat using (ℕ) open import Data.Vec as V using (Vec) import Data.Vec.Properties as VP open i...
38.897727
112
0.539293
10c613e4a738fdda72fcc94872f874d0dccbd5f9
2,184
agda
Agda
Cubical/HITs/2GroupoidTruncation/Properties.agda
ryanorendorff/cubical
c67854d2e11aafa5677e25a09087e176fafd3e43
[ "MIT" ]
1
2020-03-23T23:52:11.000Z
2020-03-23T23:52:11.000Z
Cubical/HITs/2GroupoidTruncation/Properties.agda
ryanorendorff/cubical
c67854d2e11aafa5677e25a09087e176fafd3e43
[ "MIT" ]
null
null
null
Cubical/HITs/2GroupoidTruncation/Properties.agda
ryanorendorff/cubical
c67854d2e11aafa5677e25a09087e176fafd3e43
[ "MIT" ]
null
null
null
{- This file contains: - Properties of 2-groupoid truncations -} {-# OPTIONS --cubical --safe #-} module Cubical.HITs.2GroupoidTruncation.Properties where open import Cubical.Foundations.Prelude open import Cubical.Foundations.Function open import Cubical.Foundations.HLevels open import Cubical.Foundations.Isomorph...
31.652174
89
0.570513
50eb04987f2f1cf33592c9a1b5f8e49cd3e45300
4,184
agda
Agda
OldBasicILP/UntypedSyntax/ClosedHilbertSequential.agda
mietek/hilbert-gentzen
fcd187db70f0a39b894fe44fad0107f61849405c
[ "X11" ]
29
2016-07-03T18:51:56.000Z
2022-01-01T10:29:18.000Z
OldBasicILP/UntypedSyntax/ClosedHilbertSequential.agda
mietek/hilbert-gentzen
fcd187db70f0a39b894fe44fad0107f61849405c
[ "X11" ]
1
2018-06-10T09:11:22.000Z
2018-06-10T09:11:22.000Z
OldBasicILP/UntypedSyntax/ClosedHilbertSequential.agda
mietek/hilbert-gentzen
fcd187db70f0a39b894fe44fad0107f61849405c
[ "X11" ]
null
null
null
-- Hilbert-style formalisation of closed syntax. -- Sequences of terms. module OldBasicILP.UntypedSyntax.ClosedHilbertSequential where open import OldBasicILP.UntypedSyntax.Common public -- Closed, untyped representations. data Rep : ℕ → Set where NIL : Rep zero MP : ∀ {n} → Fin n → Fin n → Rep n → Rep (s...
28.657534
89
0.446224
4d853c861c92576a4531ba65316fe9e900135785
32,142
agda
Agda
theorems/homotopy/3x3/Common.agda
cmknapp/HoTT-Agda
bc849346a17b33e2679a5b3f2b8efbe7835dc4b6
[ "MIT" ]
1
2021-06-30T00:17:55.000Z
2021-06-30T00:17:55.000Z
theorems/homotopy/3x3/Common.agda
cmknapp/HoTT-Agda
bc849346a17b33e2679a5b3f2b8efbe7835dc4b6
[ "MIT" ]
null
null
null
theorems/homotopy/3x3/Common.agda
cmknapp/HoTT-Agda
bc849346a17b33e2679a5b3f2b8efbe7835dc4b6
[ "MIT" ]
null
null
null
{-# OPTIONS --without-K #-} module homotopy.3x3.Common where open import HoTT public hiding (↓-='-in; ↓-='-out; ↓-=-in; ↓-=-out; ↓-∘=idf-in) !-∘-ap-inv : ∀ {i j k} {A : Type i} {B : Type j} {C : Type k} (f : B → C) (g : A → B) {a b : A} (p : a == b) → ap-∘ f g p == ! (∘-ap f g p) !-∘-ap-inv f g idp = idp !-ap-∘...
47.060029
181
0.330813
107eb0dd06a5b414c239cdf5538780011e1db0ce
427
agda
Agda
test/Fail/Issue2250.agda
mdimjasevic/agda
8fb548356b275c7a1e79b768b64511ae937c738b
[ "BSD-3-Clause" ]
1,989
2015-01-09T23:51:16.000Z
2022-03-30T18:20:48.000Z
test/Fail/Issue2250.agda
Seanpm2001-languages/agda
9911f73061e21a87fad76c662463257afe02c861
[ "BSD-2-Clause" ]
4,066
2015-01-10T11:24:51.000Z
2022-03-31T21:14:49.000Z
test/Fail/Issue2250.agda
Seanpm2001-languages/agda
9911f73061e21a87fad76c662463257afe02c861
[ "BSD-2-Clause" ]
371
2015-01-03T14:04:08.000Z
2022-03-30T19:00:30.000Z
-- Andreas, 2016-10-11, AIM XXIV, issue #2250 {-# OPTIONS --injective-type-constructors #-} open import Common.Prelude open import Common.Equality abstract f : Bool → Bool f x = true same : f true ≡ f false same = refl -- f should not be treated as injective here, -- even though f true and f false do not r...
18.565217
48
0.672131
c582334b1d4b3e093d040f58531505738296912c
9,032
agda
Agda
complexity/Idea.agda
benhuds/Agda
2404a6ef2688f879bda89860bb22f77664ad813e
[ "MIT" ]
2
2016-04-26T20:22:22.000Z
2019-08-08T12:27:18.000Z
complexity/Idea.agda
benhuds/Agda
2404a6ef2688f879bda89860bb22f77664ad813e
[ "MIT" ]
1
2020-03-23T08:39:04.000Z
2020-05-12T00:32:45.000Z
complexity/Idea.agda
benhuds/Agda
2404a6ef2688f879bda89860bb22f77664ad813e
[ "MIT" ]
null
null
null
open import Preliminaries module Idea where {- de Bruijn indices are representd as proofs that an element is in a list -} data _∈_ {A : Set} : (x : A) (l : List A) → Set where -- type \in i0 : {x : A} {xs : List A} → x ∈ x :: xs iS : {x y : A} {xs : List A} → x ∈ xs → x ∈ y :: xs {- types of the ...
39.614035
183
0.428587
0ea50eb6b8a72066b86a7ef6eef57811e94d5402
1,123
agda
Agda
test/asset/agda-stdlib-1.0/Relation/Binary/Properties/Preorder.agda
omega12345/agda-mode
0debb886eb5dbcd38dbeebd04b34cf9d9c5e0e71
[ "MIT" ]
null
null
null
test/asset/agda-stdlib-1.0/Relation/Binary/Properties/Preorder.agda
omega12345/agda-mode
0debb886eb5dbcd38dbeebd04b34cf9d9c5e0e71
[ "MIT" ]
null
null
null
test/asset/agda-stdlib-1.0/Relation/Binary/Properties/Preorder.agda
omega12345/agda-mode
0debb886eb5dbcd38dbeebd04b34cf9d9c5e0e71
[ "MIT" ]
null
null
null
------------------------------------------------------------------------ -- The Agda standard library -- -- Properties satisfied by preorders ------------------------------------------------------------------------ {-# OPTIONS --without-K --safe #-} open import Relation.Binary module Relation.Binary.Properties.Preor...
26.116279
72
0.541407
dfa47df508347623f043c85e164179fa4cc5b51b
5,986
agda
Agda
examples/outdated-and-incorrect/DTP08/conor/Talk.agda
asr/agda-kanso
aa10ae6a29dc79964fe9dec2de07b9df28b61ed5
[ "MIT" ]
1
2018-10-10T17:08:44.000Z
2018-10-10T17:08:44.000Z
examples/outdated-and-incorrect/DTP08/conor/Talk.agda
np/agda-git-experiment
20596e9dd9867166a64470dd24ea68925ff380ce
[ "MIT" ]
null
null
null
examples/outdated-and-incorrect/DTP08/conor/Talk.agda
np/agda-git-experiment
20596e9dd9867166a64470dd24ea68925ff380ce
[ "MIT" ]
1
2022-03-12T11:35:18.000Z
2022-03-12T11:35:18.000Z
{-# OPTIONS --no-positivity-check #-} {- Data, Deliberately Conor McBride Workshop in Dependently Typed Programming Nottingham, 2008 (Agda rendering by Ulf Norell) -} module Talk where open import SomeBasicStuff -- Codes for (first order) inductive families. data Code (I : Set) : Set1 where arg : (...
35.211765
85
0.500501
cb7eb240a05495163dcfb40d799d4d1ab8d78fa2
6,597
agda
Agda
benchmark/monad/MonadPostulates.agda
alex-mckenna/agda
78b62cd24bbd570271a7153e44ad280e52ef3e29
[ "BSD-3-Clause" ]
1
2016-03-17T01:45:59.000Z
2016-03-17T01:45:59.000Z
benchmark/monad/MonadPostulates.agda
andersk/agda
56928ff709dcb931cb9a48c4790e5ed3739e3032
[ "BSD-3-Clause" ]
null
null
null
benchmark/monad/MonadPostulates.agda
andersk/agda
56928ff709dcb931cb9a48c4790e5ed3739e3032
[ "BSD-3-Clause" ]
1
2019-03-05T20:02:38.000Z
2019-03-05T20:02:38.000Z
------------------------------------------------------------------------ -- Parser monad ------------------------------------------------------------------------ open import Relation.Binary open import Relation.Binary.OrderMorphism open import Relation.Binary.PropositionalEquality import Relation.Binary.Properties.Str...
28.682609
72
0.576929
39944a3437468127a76da36bdc6b24df553b4319
1,416
agda
Agda
src/Example.agda
notogawa/agda-haskell-example
9ad77d2aed8f950151e009135a9dfc02bc32ce65
[ "BSD-3-Clause" ]
5
2015-07-28T05:04:58.000Z
2017-11-07T01:35:46.000Z
src/Example.agda
notogawa/agda-haskell-example
9ad77d2aed8f950151e009135a9dfc02bc32ce65
[ "BSD-3-Clause" ]
null
null
null
src/Example.agda
notogawa/agda-haskell-example
9ad77d2aed8f950151e009135a9dfc02bc32ce65
[ "BSD-3-Clause" ]
null
null
null
module Example where open import Data.List -- reverse rev : ∀ {a} {A : Set a} → List A → List A rev [] = [] rev (x ∷ xs) = rev xs ++ [ x ] -- https://code.google.com/p/agda/issues/detail?id=1252 暫定対策 rev' = rev {-# COMPILED_EXPORT rev' rev' #-} private open import Relation.Binary.PropositionalEquality -- rever...
24.413793
78
0.591808
4d46e5f5ca856fb3e0792e1fb92a1f63bf57f377
5,463
agda
Agda
README/DependentlyTyped/NBE/Weakening.agda
nad/dependently-typed-syntax
498f8aefc570f7815fd1d6616508eeb92c52abce
[ "MIT" ]
5
2020-04-16T12:14:44.000Z
2020-07-08T22:51:36.000Z
README/DependentlyTyped/NBE/Weakening.agda
nad/dependently-typed-syntax
498f8aefc570f7815fd1d6616508eeb92c52abce
[ "MIT" ]
null
null
null
README/DependentlyTyped/NBE/Weakening.agda
nad/dependently-typed-syntax
498f8aefc570f7815fd1d6616508eeb92c52abce
[ "MIT" ]
null
null
null
------------------------------------------------------------------------ -- Weakening for the NBE values ------------------------------------------------------------------------ import Axiom.Extensionality.Propositional as E import Level open import Data.Universe -- The code makes use of the assumption that propositi...
38.202797
137
0.448655
12eda935fc1b7836dcd7ad8cfec55e5f5353cfdd
5,981
agda
Agda
test/epic/RunTests.agda
pthariensflame/agda
222c4c64b2ccf8e0fc2498492731c15e8fef32d4
[ "BSD-3-Clause" ]
null
null
null
test/epic/RunTests.agda
pthariensflame/agda
222c4c64b2ccf8e0fc2498492731c15e8fef32d4
[ "BSD-3-Clause" ]
null
null
null
test/epic/RunTests.agda
pthariensflame/agda
222c4c64b2ccf8e0fc2498492731c15e8fef32d4
[ "BSD-3-Clause" ]
null
null
null
{-# OPTIONS --no-termination-check #-} module RunTests where open import Prelude.Bool open import Prelude.Char open import Prelude.Exit open import Prelude.IO open import Prelude.List open import Prelude.Nat open import Prelude.Product open import Prelude.String open import Prelude.Unit postulate Stream : Set ...
29.17561
102
0.552583
0ec8ab2e9f3fa2f75b1672bfcfe6f8f07a66cb99
3,998
agda
Agda
Groups/SymmetricGroups/Definition.agda
Smaug123/agdaproofs
0f4230011039092f58f673abcad8fb0652e6b562
[ "MIT" ]
4
2019-08-08T12:44:19.000Z
2022-01-28T06:04:15.000Z
Groups/SymmetricGroups/Definition.agda
Smaug123/agdaproofs
0f4230011039092f58f673abcad8fb0652e6b562
[ "MIT" ]
14
2019-01-06T21:11:59.000Z
2020-04-11T11:03:39.000Z
Groups/SymmetricGroups/Definition.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 Setoids.Setoids open import Agda.Primitive using (Level; lzero; lsuc; _⊔_) open import Groups.Definition open import Sets.EquivalenceRelations open import Setoids.Functions.Extension module Groups.SymmetricGroups.Definition whe...
75.433962
318
0.721111
12744016e01bd9a8a2af7221dbdc1425cedd567a
11,411
agda
Agda
src/Fragment/Tactic/Fragment.agda
yallop/agda-fragment
f2a6b1cf4bc95214bd075a155012f84c593b9496
[ "MIT" ]
18
2021-06-15T15:45:39.000Z
2022-01-17T17:26:09.000Z
src/Fragment/Tactic/Fragment.agda
yallop/agda-fragment
f2a6b1cf4bc95214bd075a155012f84c593b9496
[ "MIT" ]
1
2021-06-16T09:44:31.000Z
2021-06-16T10:24:15.000Z
src/Fragment/Tactic/Fragment.agda
yallop/agda-fragment
f2a6b1cf4bc95214bd075a155012f84c593b9496
[ "MIT" ]
3
2021-06-15T15:34:50.000Z
2021-06-16T08:04:31.000Z
{-# OPTIONS --without-K --safe #-} module Fragment.Tactic.Fragment where open import Reflection hiding (name; Type; _≟_) open import Reflection.Term using (_≟_) open import Level using (_⊔_) open import Relation.Binary using (Setoid) open import Data.Bool using (Bool; _∨_; true; false; if_then_else_) open import Da...
34.370482
85
0.502498
181a8dc0d8cea9bbf79aecac70cd1bbb50ba9499
3,031
agda
Agda
agda-stdlib-0.9/README/AVL.agda
qwe2/try-agda
9d4c43b1609d3f085636376fdca73093481ab882
[ "Apache-2.0" ]
1
2016-10-20T15:52:05.000Z
2016-10-20T15:52:05.000Z
agda-stdlib-0.9/README/AVL.agda
qwe2/try-agda
9d4c43b1609d3f085636376fdca73093481ab882
[ "Apache-2.0" ]
null
null
null
agda-stdlib-0.9/README/AVL.agda
qwe2/try-agda
9d4c43b1609d3f085636376fdca73093481ab882
[ "Apache-2.0" ]
null
null
null
------------------------------------------------------------------------ -- The Agda standard library -- -- Some examples showing how the AVL tree module can be used ------------------------------------------------------------------------ module README.AVL where -------------------------------------------------------...
22.619403
72
0.549324
dfabfd03c73b2d77a281d52485cdaf0d09d961d7
1,417
agda
Agda
TotalRecognisers/Simple/Expression.agda
yurrriq/parser-combinators
b396d35cc2cb7e8aea50b982429ee385f001aa88
[ "MIT" ]
7
2016-12-13T05:23:14.000Z
2021-06-22T05:35:31.000Z
TotalRecognisers/Simple/Expression.agda
yurrriq/parser-combinators
b396d35cc2cb7e8aea50b982429ee385f001aa88
[ "MIT" ]
1
2018-01-22T22:21:41.000Z
2018-01-24T16:39:37.000Z
TotalRecognisers/Simple/Expression.agda
yurrriq/parser-combinators
b396d35cc2cb7e8aea50b982429ee385f001aa88
[ "MIT" ]
null
null
null
------------------------------------------------------------------------ -- Example: Right recursive expression grammar ------------------------------------------------------------------------ module TotalRecognisers.Simple.Expression where open import Coinduction open import Data.Bool open import Data.Char as Char u...
22.854839
72
0.455187
239dcf7d73c8cf246072308325a5d39e97027195
2,009
agda
Agda
src/fot/FOTC/Program/ABP/Fair/Type.agda
asr/fotc
2fc9f2b81052a2e0822669f02036c5750371b72d
[ "MIT" ]
11
2015-09-03T20:53:42.000Z
2021-09-12T16:09:54.000Z
src/fot/FOTC/Program/ABP/Fair/Type.agda
asr/fotc
2fc9f2b81052a2e0822669f02036c5750371b72d
[ "MIT" ]
2
2016-10-12T17:28:16.000Z
2017-01-01T14:34:26.000Z
src/fot/FOTC/Program/ABP/Fair/Type.agda
asr/fotc
2fc9f2b81052a2e0822669f02036c5750371b72d
[ "MIT" ]
3
2016-09-19T14:18:30.000Z
2018-03-14T08:50:00.000Z
------------------------------------------------------------------------------ -- Fairness of the ABP channels ------------------------------------------------------------------------------ {-# OPTIONS --exact-split #-} {-# OPTIONS --no-sized-types #-} {-# OPTIONS --no-universe-polymorphism #-} ...
32.403226
78
0.498756