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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
3906b24d5e03224d32031bd172ad0479b609748a | 357 | agda | Agda | test/Succeed/Issue695.agda | vlopezj/agda | ff4d89e75970cf27599fb9f572bd43c9455cbb56 | [
"BSD-3-Clause"
] | 2 | 2019-10-29T09:40:30.000Z | 2020-09-20T00:28:57.000Z | test/Succeed/Issue695.agda | vikfret/agda | 49ad0b3f0d39c01bc35123478b857e702b29fb9d | [
"BSD-3-Clause"
] | 3 | 2018-11-14T15:31:44.000Z | 2019-04-01T19:39:26.000Z | test/Succeed/Issue695.agda | vikfret/agda | 49ad0b3f0d39c01bc35123478b857e702b29fb9d | [
"BSD-3-Clause"
] | 1 | 2019-03-05T20:02:38.000Z | 2019-03-05T20:02:38.000Z |
module _ where
data Sigma (A : Set)(B : A → Set) : Set where
_,_ : (x : A) → B x → Sigma A B
record Top : Set where
_o_ : {A B : Set}{C : Set1} →
(f : B → C) → (g : A → B) → (A → C)
f o g = \ x → f (g x)
mutual
data U : Set where
top : U
sig : (X : U) → (T X → U) → U
T : U → Set
T top = Top... | 17 | 45 | 0.436975 |
39c687a2828d48664b21a5e696a382df91f2da90 | 4,887 | agda | Agda | Formalization/PredicateLogic/Classical/Semantics/Satisfaction.agda | Lolirofle/stuff-in-agda | 70f4fba849f2fd779c5aaa5af122ccb6a5b271ba | [
"MIT"
] | 6 | 2020-04-07T17:58:13.000Z | 2022-02-05T06:53:22.000Z | Formalization/PredicateLogic/Classical/Semantics/Satisfaction.agda | Lolirofle/stuff-in-agda | 70f4fba849f2fd779c5aaa5af122ccb6a5b271ba | [
"MIT"
] | null | null | null | Formalization/PredicateLogic/Classical/Semantics/Satisfaction.agda | Lolirofle/stuff-in-agda | 70f4fba849f2fd779c5aaa5af122ccb6a5b271ba | [
"MIT"
] | null | null | null | open import Formalization.PredicateLogic.Signature
module Formalization.PredicateLogic.Classical.Semantics.Satisfaction (𝔏 : Signature) {ℓₘ} where
open Signature(𝔏)
import Lvl
open import Data
open import Data.Boolean
open import Data.Boolean.Stmt
open import Data.ListSized
import Data.ListSized.Functions... | 41.769231 | 155 | 0.647227 |
d0c3c7276059d96ef7b60d7a2b98b32c02e1bc6b | 11,927 | agda | Agda | Groups/Examples/ExampleSheet1.agda | Smaug123/agdaproofs | 0f4230011039092f58f673abcad8fb0652e6b562 | [
"MIT"
] | 4 | 2019-08-08T12:44:19.000Z | 2022-01-28T06:04:15.000Z | Groups/Examples/ExampleSheet1.agda | Smaug123/agdaproofs | 0f4230011039092f58f673abcad8fb0652e6b562 | [
"MIT"
] | 14 | 2019-01-06T21:11:59.000Z | 2020-04-11T11:03:39.000Z | Groups/Examples/ExampleSheet1.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 Functions.Definition
open import Agda.Primitive using (Level; lzero; lsuc; _⊔_)
open import Numbers.Naturals.Naturals
open import Numbers.Integers.Integers
open import Groups.Definition
open import Gr... | 77.448052 | 515 | 0.683156 |
cb88ee1f0007354de506a4f1f99c4b6b541afaeb | 374 | agda | Agda | test/Succeed/UnderscoresAsDataParam.agda | mdimjasevic/agda | 8fb548356b275c7a1e79b768b64511ae937c738b | [
"BSD-3-Clause"
] | 1,989 | 2015-01-09T23:51:16.000Z | 2022-03-30T18:20:48.000Z | test/Succeed/UnderscoresAsDataParam.agda | Seanpm2001-languages/agda | 9911f73061e21a87fad76c662463257afe02c861 | [
"BSD-2-Clause"
] | 4,066 | 2015-01-10T11:24:51.000Z | 2022-03-31T21:14:49.000Z | test/Succeed/UnderscoresAsDataParam.agda | Seanpm2001-languages/agda | 9911f73061e21a87fad76c662463257afe02c861 | [
"BSD-2-Clause"
] | 371 | 2015-01-03T14:04:08.000Z | 2022-03-30T19:00:30.000Z | -- We can let Agda infer the parameters of the constructor target
data List (A : Set) : Set where
nil : List _
cons : A → List A → List _
-- 2017-01-12, Andreas: we can even omit the whole target
-- (for parameterized data types, but not inductive families)
data Bool : Set where
true false : _
data Maybe (A ... | 23.375 | 65 | 0.660428 |
c55ad304adbfc457452444df15e40951702bd699 | 316 | agda | Agda | test/bugs/fixed/DroppingParameters.agda | gallais/agda | e7f588d478bdd3c03088c49e009bcdf6a2a3310f | [
"BSD-3-Clause"
] | 3 | 2015-03-28T14:51:03.000Z | 2015-12-07T20:14:00.000Z | test/bugs/fixed/DroppingParameters.agda | andersk/agda | 56928ff709dcb931cb9a48c4790e5ed3739e3032 | [
"BSD-3-Clause"
] | null | null | null | test/bugs/fixed/DroppingParameters.agda | andersk/agda | 56928ff709dcb931cb9a48c4790e5ed3739e3032 | [
"BSD-3-Clause"
] | 1 | 2019-03-05T20:02:38.000Z | 2019-03-05T20:02:38.000Z |
module bug where
data True : Set where
tt : True
data Sigma (x : True) : Set where
pair : True -> Sigma x
postulate
p : True
T : True -> Sigma p -> Set
T tt (pair _) = True
postulate
S : True -> Sigma p -> Set
z : Sigma p
z = pair p
postulate
build : (q : Sigma p) -> T p q -> True
pz : T p z
| 12.153846 | 40 | 0.572785 |
fbca91b19494673ce5339919637198b2f6106440 | 85 | agda | Agda | test/interaction/Issue2447/Type-error.agda | mdimjasevic/agda | 8fb548356b275c7a1e79b768b64511ae937c738b | [
"BSD-3-Clause"
] | 1,989 | 2015-01-09T23:51:16.000Z | 2022-03-30T18:20:48.000Z | test/interaction/Issue2447/Type-error.agda | Seanpm2001-languages/agda | 9911f73061e21a87fad76c662463257afe02c861 | [
"BSD-2-Clause"
] | 4,066 | 2015-01-10T11:24:51.000Z | 2022-03-31T21:14:49.000Z | test/interaction/Issue2447/Type-error.agda | Seanpm2001-languages/agda | 9911f73061e21a87fad76c662463257afe02c861 | [
"BSD-2-Clause"
] | 371 | 2015-01-03T14:04:08.000Z | 2022-03-30T19:00:30.000Z | module Issue2447.Type-error where
import Issue2447.M
Rejected : Set
Rejected = Set
| 12.142857 | 33 | 0.788235 |
50f15a7215fe5a8e7823dbd33d1781c354776919 | 18,088 | agda | Agda | theorems/groups/CoefficientExtensionality.agda | timjb/HoTT-Agda | 66f800adef943afdf08c17b8ecfba67340fead5e | [
"MIT"
] | null | null | null | theorems/groups/CoefficientExtensionality.agda | timjb/HoTT-Agda | 66f800adef943afdf08c17b8ecfba67340fead5e | [
"MIT"
] | null | null | null | theorems/groups/CoefficientExtensionality.agda | timjb/HoTT-Agda | 66f800adef943afdf08c17b8ecfba67340fead5e | [
"MIT"
] | null | null | null | {-# OPTIONS --without-K --rewriting #-}
open import HoTT
module groups.CoefficientExtensionality where
module _ {i} {A : Type i} (dec : has-dec-eq A) where
Word-coef : Word A → (A → ℤ)
Word-coef nil a = 0
Word-coef (inl a' :: w) a with dec a' a
Word-coef (inl a' :: w) a | inl a'=a = succ $ Word-coef w a
W... | 47.475066 | 134 | 0.514208 |
4d624704f10bc909a879a4fe3feb502b4354bd89 | 1,574 | agda | Agda | src/Categories/Category/Instance/Monoidals.agda | jaykru/agda-categories | a4053cf700bcefdf73b857c3352f1eae29382a60 | [
"MIT"
] | 279 | 2019-06-01T14:36:40.000Z | 2022-03-22T00:40:14.000Z | src/Categories/Category/Instance/Monoidals.agda | seanpm2001/agda-categories | d9e4f578b126313058d105c61707d8c8ae987fa8 | [
"MIT"
] | 236 | 2019-06-01T14:53:54.000Z | 2022-03-28T14:31:43.000Z | src/Categories/Category/Instance/Monoidals.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.Category.Instance.Monoidals where
open import Level
open import Categories.Category
open import Categories.Category.Helper
open import Categories.Category.Monoidal
open import Categories.Functor.Monoidal
open import Categories.Functor.Monoidal.Properties
open impo... | 33.489362 | 72 | 0.595934 |
23b812dc48ae78297e7bf67af06a6317079c5277 | 643 | agda | Agda | agda-stdlib/src/Algebra/Module/Definitions/Bi.agda | DreamLinuxer/popl21-artifact | fb380f2e67dcb4a94f353dbaec91624fcb5b8933 | [
"MIT"
] | 5 | 2020-10-07T12:07:53.000Z | 2020-10-10T21:41:32.000Z | agda-stdlib/src/Algebra/Module/Definitions/Bi.agda | DreamLinuxer/popl21-artifact | fb380f2e67dcb4a94f353dbaec91624fcb5b8933 | [
"MIT"
] | null | null | null | agda-stdlib/src/Algebra/Module/Definitions/Bi.agda | DreamLinuxer/popl21-artifact | fb380f2e67dcb4a94f353dbaec91624fcb5b8933 | [
"MIT"
] | 1 | 2021-11-04T06:54:45.000Z | 2021-11-04T06:54:45.000Z | ------------------------------------------------------------------------
-- The Agda standard library
--
-- Properties connecting left-scaling and right-scaling
------------------------------------------------------------------------
{-# OPTIONS --without-K --safe #-}
open import Relation.Binary
-- The properties ar... | 29.227273 | 72 | 0.496112 |
cb67ab2d5ca8f23a3591394ad2f79b2037ddceac | 4,465 | agda | Agda | lib/Haskell/Prim/Ord.agda | JonathanBrouwer/agda2hs | dcf63cc7ce51a325a97ac58bdd0aeace24c08b15 | [
"MIT"
] | null | null | null | lib/Haskell/Prim/Ord.agda | JonathanBrouwer/agda2hs | dcf63cc7ce51a325a97ac58bdd0aeace24c08b15 | [
"MIT"
] | null | null | null | lib/Haskell/Prim/Ord.agda | JonathanBrouwer/agda2hs | dcf63cc7ce51a325a97ac58bdd0aeace24c08b15 | [
"MIT"
] | null | null | null |
module Haskell.Prim.Ord where
open import Agda.Builtin.Nat as Nat hiding (_==_; _<_)
open import Agda.Builtin.Char
open import Haskell.Prim
open import Haskell.Prim.Eq
open import Haskell.Prim.Bool
open import Haskell.Prim.Int
open import Haskell.Prim.Word
open import Haskell.Prim.Integer
open import Haskell.Prim.Do... | 28.621795 | 85 | 0.614558 |
4d18d98a3c4e99cae6d7b6b804c5affb4fc1e49c | 766 | agda | Agda | notes/papers/implicit/examples/Example.agda | asr/agda-kanso | aa10ae6a29dc79964fe9dec2de07b9df28b61ed5 | [
"MIT"
] | 1 | 2018-10-10T17:08:44.000Z | 2018-10-10T17:08:44.000Z | notes/papers/implicit/examples/Example.agda | np/agda-git-experiment | 20596e9dd9867166a64470dd24ea68925ff380ce | [
"MIT"
] | null | null | null | notes/papers/implicit/examples/Example.agda | np/agda-git-experiment | 20596e9dd9867166a64470dd24ea68925ff380ce | [
"MIT"
] | 1 | 2022-03-12T11:35:18.000Z | 2022-03-12T11:35:18.000Z |
module Example where
data Nat : Set where
zero : Nat
suc : Nat -> Nat
postulate
case-Nat : (P : Nat -> Set) -> P zero ->
((n:Nat) -> P (suc n)) ->
(n : Nat) -> P n
-- test : Nat -> Nat
test = case-Nat _ zero (\n -> n)
{-
data Size : Set where
empty : Size
nonempty : Size
whatever : Size... | 18.238095 | 68 | 0.513055 |
4ad9972bdc895f896b929e9012a9977c30d587d3 | 1,301 | agda | Agda | agda-stdlib/src/Relation/Binary/Properties/MeetSemilattice.agda | DreamLinuxer/popl21-artifact | fb380f2e67dcb4a94f353dbaec91624fcb5b8933 | [
"MIT"
] | 5 | 2020-10-07T12:07:53.000Z | 2020-10-10T21:41:32.000Z | agda-stdlib/src/Relation/Binary/Properties/MeetSemilattice.agda | DreamLinuxer/popl21-artifact | fb380f2e67dcb4a94f353dbaec91624fcb5b8933 | [
"MIT"
] | null | null | null | agda-stdlib/src/Relation/Binary/Properties/MeetSemilattice.agda | DreamLinuxer/popl21-artifact | fb380f2e67dcb4a94f353dbaec91624fcb5b8933 | [
"MIT"
] | 1 | 2021-11-04T06:54:45.000Z | 2021-11-04T06:54:45.000Z | ------------------------------------------------------------------------
-- The Agda standard library
--
-- Properties satisfied by meet semilattices
------------------------------------------------------------------------
{-# OPTIONS --without-K --safe #-}
open import Relation.Binary.Lattice
module Relation.Binary.... | 27.680851 | 72 | 0.631822 |
fb7b6ee2e28e1fd84140703524de1f167455ca62 | 3,116 | agda | Agda | out/Sub/Syntax.agda | JoeyEremondi/agda-soas | ff1a985a6be9b780d3ba2beff68e902394f0a9d8 | [
"MIT"
] | 39 | 2021-11-09T20:39:55.000Z | 2022-03-19T17:33:12.000Z | out/Sub/Syntax.agda | JoeyEremondi/agda-soas | ff1a985a6be9b780d3ba2beff68e902394f0a9d8 | [
"MIT"
] | 1 | 2021-11-21T12:19:32.000Z | 2021-11-21T12:19:32.000Z | out/Sub/Syntax.agda | JoeyEremondi/agda-soas | ff1a985a6be9b780d3ba2beff68e902394f0a9d8 | [
"MIT"
] | 4 | 2021-11-09T20:39:59.000Z | 2022-01-24T12:49:17.000Z | {-
This second-order term syntax was created from the following second-order syntax description:
syntax Sub | S
type
L : 0-ary
T : 0-ary
term
vr : L -> T
sb : L.T T -> T
theory
(C) x y : T |> sb (a. x[], y[]) = x[]
(L) x : T |> sb (a. vr(a), x[]) = x[]
(R) a : L x : L.T |> sb (b. x[b], vr(a[])) ... | 24.730159 | 120 | 0.520218 |
0e95f87f782e0e72ec6f0f1f31be46f52206c5f4 | 1,004 | agda | Agda | test/Succeed/Issue826-2.agda | cagix/agda | cc026a6a97a3e517bb94bafa9d49233b067c7559 | [
"BSD-2-Clause"
] | 1,989 | 2015-01-09T23:51:16.000Z | 2022-03-30T18:20:48.000Z | test/Succeed/Issue826-2.agda | Seanpm2001-languages/agda | 9911f73061e21a87fad76c662463257afe02c861 | [
"BSD-2-Clause"
] | 4,066 | 2015-01-10T11:24:51.000Z | 2022-03-31T21:14:49.000Z | test/Succeed/Issue826-2.agda | Seanpm2001-languages/agda | 9911f73061e21a87fad76c662463257afe02c861 | [
"BSD-2-Clause"
] | 371 | 2015-01-03T14:04:08.000Z | 2022-03-30T19:00:30.000Z | {-# OPTIONS --guardedness #-}
module Issue826-2 where
open import Common.Coinduction
data _≡_ {A : Set} (x y : A) : Set where
data D : Set where
c : ∞ D → D
delay : D → ∞ D
delay x = ♯ x
data P : D → Set where
o : (x : ∞ D) → P (♭ x) → P (c x)
postulate
h : (x : D) → P x → P x
f : (x : D) → P (c (delay x)... | 20.489796 | 70 | 0.511952 |
c5d1a5273b81901b87ce8b583d926c7bc2e1bfe9 | 555 | agda | Agda | Orders/Partial/Definition.agda | Smaug123/agdaproofs | 0f4230011039092f58f673abcad8fb0652e6b562 | [
"MIT"
] | 4 | 2019-08-08T12:44:19.000Z | 2022-01-28T06:04:15.000Z | Orders/Partial/Definition.agda | Smaug123/agdaproofs | 0f4230011039092f58f673abcad8fb0652e6b562 | [
"MIT"
] | 14 | 2019-01-06T21:11:59.000Z | 2020-04-11T11:03:39.000Z | Orders/Partial/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 Agda.Primitive using (Level; lzero; lsuc; _⊔_)
open import LogicalFormulae
open import Functions.Definition
module Orders.Partial.Definition {a : _} (carrier : Set a) where
record PartialOrder {b : _} : Set (a ⊔ lsuc b) where
field
_<_ : Rel {a} {... | 32.647059 | 72 | 0.601802 |
23a61b4d73d21797d0810d01a954e4c9ebebc138 | 6,875 | agda | Agda | agda-stdlib-0.9/src/Induction/Nat.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/Induction/Nat.agda | qwe2/try-agda | 9d4c43b1609d3f085636376fdca73093481ab882 | [
"Apache-2.0"
] | null | null | null | agda-stdlib-0.9/src/Induction/Nat.agda | qwe2/try-agda | 9d4c43b1609d3f085636376fdca73093481ab882 | [
"Apache-2.0"
] | null | null | null | ------------------------------------------------------------------------
-- The Agda standard library
--
-- Various forms of induction for natural numbers
------------------------------------------------------------------------
module Induction.Nat where
open import Function
open import Data.Nat
open import Data.Fin ... | 29.131356 | 77 | 0.453236 |
4a981f17bae682b8c200a5dccd1671de008fe0f9 | 206 | agda | Agda | test/fail/ATPBadHint1.agda | asr/eagda | 7220bebfe9f64297880ecec40314c0090018fdd0 | [
"BSD-3-Clause"
] | 1 | 2016-03-17T01:45:59.000Z | 2016-03-17T01:45:59.000Z | test/fail/ATPBadHint1.agda | asr/eagda | 7220bebfe9f64297880ecec40314c0090018fdd0 | [
"BSD-3-Clause"
] | null | null | null | test/fail/ATPBadHint1.agda | asr/eagda | 7220bebfe9f64297880ecec40314c0090018fdd0 | [
"BSD-3-Clause"
] | 1 | 2019-03-05T20:02:38.000Z | 2019-03-05T20:02:38.000Z | -- An ATP hint must be used with functions.
-- This error is detected by Syntax.Translation.ConcreteToAbstract.
module ATPBadHint1 where
data Bool : Set where
false true : Bool
{-# ATP hint false #-}
| 18.727273 | 67 | 0.73301 |
c539cdf3e4af305f63e08ed240d8d74dc5765d11 | 835 | agda | Agda | BasicT/Metatheory/Gentzen-BasicTarski.agda | mietek/hilbert-gentzen | fcd187db70f0a39b894fe44fad0107f61849405c | [
"X11"
] | 29 | 2016-07-03T18:51:56.000Z | 2022-01-01T10:29:18.000Z | BasicT/Metatheory/Gentzen-BasicTarski.agda | mietek/hilbert-gentzen | fcd187db70f0a39b894fe44fad0107f61849405c | [
"X11"
] | 1 | 2018-06-10T09:11:22.000Z | 2018-06-10T09:11:22.000Z | BasicT/Metatheory/Gentzen-BasicTarski.agda | mietek/hilbert-gentzen | fcd187db70f0a39b894fe44fad0107f61849405c | [
"X11"
] | null | null | null | module BasicT.Metatheory.Gentzen-BasicTarski where
open import BasicT.Syntax.Gentzen public
open import BasicT.Semantics.BasicTarski public
-- Soundness with respect to all models, or evaluation.
eval : ∀ {A Γ} → Γ ⊢ A → Γ ⊨ A
eval (var i) γ = lookup i γ
eval (lam t) γ = λ a → eval t (γ , a)
eval (app t u) ... | 30.925926 | 62 | 0.601198 |
10f5c0c24a959673db8a16647c8994caf47b186c | 5,228 | agda | Agda | core/lib/cubical/SquareOver.agda | cmknapp/HoTT-Agda | bc849346a17b33e2679a5b3f2b8efbe7835dc4b6 | [
"MIT"
] | 1 | 2021-06-30T00:17:55.000Z | 2021-06-30T00:17:55.000Z | core/lib/cubical/SquareOver.agda | cmknapp/HoTT-Agda | bc849346a17b33e2679a5b3f2b8efbe7835dc4b6 | [
"MIT"
] | null | null | null | core/lib/cubical/SquareOver.agda | cmknapp/HoTT-Agda | bc849346a17b33e2679a5b3f2b8efbe7835dc4b6 | [
"MIT"
] | null | null | null | {-# OPTIONS --without-K #-}
open import lib.Base
open import lib.PathGroupoid
open import lib.PathOver
open import lib.cubical.Square
module lib.cubical.SquareOver where
SquareOver : ∀ {i j} {A : Type i} (B : A → Type j) {a₀₀ a₀₁ a₁₀ a₁₁ : A}
{p₀₋ : a₀₀ == a₀₁} {p₋₀ : a₀₀ == a₁₀} {p₋₁ : a₀₁ == a₁₁} {p₁₋ : a₁₀ == a... | 41.165354 | 77 | 0.446825 |
4a327fa6a00ed5ae98e0a2f9cb9766ca3d7d9bd4 | 437 | agda | Agda | src/Tactic/Nat/Exp.agda | t-more/agda-prelude | da4fca7744d317b8843f2bc80a923972f65548d3 | [
"MIT"
] | 111 | 2015-01-05T11:28:15.000Z | 2022-02-12T23:29:26.000Z | src/Tactic/Nat/Exp.agda | t-more/agda-prelude | da4fca7744d317b8843f2bc80a923972f65548d3 | [
"MIT"
] | 59 | 2016-02-09T05:36:44.000Z | 2022-01-14T07:32:36.000Z | src/Tactic/Nat/Exp.agda | t-more/agda-prelude | da4fca7744d317b8843f2bc80a923972f65548d3 | [
"MIT"
] | 24 | 2015-03-12T18:03:45.000Z | 2021-04-22T06:10:41.000Z |
module Tactic.Nat.Exp where
open import Prelude
Var = Nat
Env : Set → Set
Env Atom = Atom → Nat
infixl 6 _⟨+⟩_
infixl 7 _⟨*⟩_
data Exp (Atom : Set) : Set where
var : (x : Atom) → Exp Atom
lit : (n : Nat) → Exp Atom
_⟨+⟩_ _⟨*⟩_ : (e e₁ : Exp Atom) → Exp Atom
⟦_⟧e : ∀ {Atom} → Exp Atom → Env Atom → Nat
⟦ var ... | 18.208333 | 44 | 0.514874 |
104caa697dcdaa0b658eb6e4c0cc6eb7ed790ecd | 565 | agda | Agda | RecursiveTypes/Subtyping/Example.agda | nad/codata | 1b90445566df0d3b4ba6e31bd0bac417b4c0eb0e | [
"MIT"
] | 1 | 2021-02-13T14:48:45.000Z | 2021-02-13T14:48:45.000Z | RecursiveTypes/Subtyping/Example.agda | nad/codata | 1b90445566df0d3b4ba6e31bd0bac417b4c0eb0e | [
"MIT"
] | null | null | null | RecursiveTypes/Subtyping/Example.agda | nad/codata | 1b90445566df0d3b4ba6e31bd0bac417b4c0eb0e | [
"MIT"
] | null | null | null | ------------------------------------------------------------------------
-- An example
------------------------------------------------------------------------
module RecursiveTypes.Subtyping.Example where
open import Codata.Musical.Notation
open import Data.Fin
open import Data.Nat
open import RecursiveTypes.Syntax... | 20.178571 | 72 | 0.470796 |
0b6ea86a4ee0ddbe1a933299b9b4fb0697ce211f | 538 | agda | Agda | agda-stdlib/src/Data/List/Any/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/Any/Properties.agda | DreamLinuxer/popl21-artifact | fb380f2e67dcb4a94f353dbaec91624fcb5b8933 | [
"MIT"
] | null | null | null | agda-stdlib/src/Data/List/Any/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.Unary.Any.Properties directly.
------------------------------------------------------------------------
{-# OPTIONS --without-K --safe #-}
module Data... | 29.888889 | 72 | 0.550186 |
4ab64de6a2384eaa3940d66fe10269bd07df7b96 | 385 | agda | Agda | src/prototyping/term/examples/Nat.agda | larrytheliquid/agda | 477c8c37f948e6038b773409358fd8f38395f827 | [
"MIT"
] | 1 | 2018-10-10T17:08:44.000Z | 2018-10-10T17:08:44.000Z | src/prototyping/term/examples/Nat.agda | masondesu/agda | 70c8a575c46f6a568c7518150a1a64fcd03aa437 | [
"MIT"
] | null | null | null | src/prototyping/term/examples/Nat.agda | masondesu/agda | 70c8a575c46f6a568c7518150a1a64fcd03aa437 | [
"MIT"
] | 1 | 2022-03-12T11:35:18.000Z | 2022-03-12T11:35:18.000Z | module Nat where
data Nat : Set
data Nat where
zero : Nat
suc : Nat -> Nat
plus : Nat -> Nat -> Nat
plus zero n = n
plus (suc m) n = suc (plus m n)
elim : (P : (n : Nat) -> Set) ->
(z : P (plus zero zero)) ->
(s : (n : Nat) -> P (plus zero n) -> P (plus (suc zero) n)) ->
(n : Nat) -> P ... | 20.263158 | 69 | 0.483117 |
1842fc52187acd383680a1444c5e1e7b97a0e9f3 | 2,710 | agda | Agda | src/NTypes.agda | vituscze/HoTT-lectures | 7730385adfdbdda38ee8b124be3cdeebb7312c65 | [
"BSD-3-Clause"
] | null | null | null | src/NTypes.agda | vituscze/HoTT-lectures | 7730385adfdbdda38ee8b124be3cdeebb7312c65 | [
"BSD-3-Clause"
] | null | null | null | src/NTypes.agda | vituscze/HoTT-lectures | 7730385adfdbdda38ee8b124be3cdeebb7312c65 | [
"BSD-3-Clause"
] | null | null | null | {-# OPTIONS --without-K #-}
module NTypes where
open import Equivalence
open import FunExt
open import GroupoidStructure
open import NTypes.Contractible
open import PathOperations
open import Transport
open import Types
isProp : ∀ {a} → Set a → Set _
isProp A = (x y : A) → x ≡ y
isSet : ∀ {a} → Set a → Set _
isSet A... | 23.362069 | 71 | 0.483026 |
235bceb046a8a8646e92fdd04e32ed41299ce8f5 | 2,450 | agda | Agda | test/agda/FRP/JS/Test/Nat.agda | agda/agda-frp-js | c7ccaca624cb1fa1c982d8a8310c313fb9a7fa72 | [
"MIT",
"BSD-3-Clause"
] | 63 | 2015-04-20T21:47:00.000Z | 2022-02-28T09:46:14.000Z | test/agda/FRP/JS/Test/Nat.agda | agda/agda-frp-js | c7ccaca624cb1fa1c982d8a8310c313fb9a7fa72 | [
"MIT",
"BSD-3-Clause"
] | null | null | null | test/agda/FRP/JS/Test/Nat.agda | agda/agda-frp-js | c7ccaca624cb1fa1c982d8a8310c313fb9a7fa72 | [
"MIT",
"BSD-3-Clause"
] | 7 | 2016-11-07T21:50:58.000Z | 2022-03-12T11:39:38.000Z | open import FRP.JS.Bool using ( Bool ; not )
open import FRP.JS.Maybe using ( Maybe ; just ; nothing ; _≟[_]_ )
open import FRP.JS.Nat using ( ℕ ; _≟_ ; _+_ ; _*_ ; _∸_ ; _/_ ; _/?_ ; _≤_ ; _<_ ; show ; float )
open import FRP.JS.Float using ( ℝ ) renaming ( _≟_ to _≟r_ )
open import FRP.JS.String using () renaming ( _... | 30.246914 | 98 | 0.386531 |
0bc05fafd5bac1a9749467899e1b1683c6cdf6cb | 5,059 | agda | Agda | Univalence/OldUnivalence/Equivalences.agda | JacquesCarette/pi-dual | 003835484facfde0b770bc2b3d781b42b76184c1 | [
"BSD-2-Clause"
] | 14 | 2015-08-18T21:40:15.000Z | 2021-05-05T01:07:57.000Z | Univalence/OldUnivalence/Equivalences.agda | JacquesCarette/pi-dual | 003835484facfde0b770bc2b3d781b42b76184c1 | [
"BSD-2-Clause"
] | 4 | 2018-06-07T16:27:41.000Z | 2021-10-29T20:41:23.000Z | Univalence/OldUnivalence/Equivalences.agda | JacquesCarette/pi-dual | 003835484facfde0b770bc2b3d781b42b76184c1 | [
"BSD-2-Clause"
] | 3 | 2016-05-29T01:56:33.000Z | 2019-09-10T09:47:13.000Z | {-# OPTIONS --without-K #-}
module Equivalences where
open import Level
open import Data.Empty
open import Data.Sum renaming (map to _⊎→_)
open import Data.Product renaming (map to _×→_)
open import Function renaming (_∘_ to _○_)
open import SimpleHoTT
infix 4 _∼_ -- homotopy between two functions
infix 4 _≃_... | 30.293413 | 77 | 0.401858 |
10fe317b542557d6c20eaf6cd536449fa388f96c | 6,193 | agda | Agda | vendor/stdlib/src/Relation/Binary/Flip.agda | isabella232/Lemmachine | 8ef786b40e4a9ab274c6103dc697dcb658cf3db3 | [
"MIT"
] | 56 | 2015-01-20T02:11:42.000Z | 2021-12-21T17:02:19.000Z | vendor/stdlib/src/Relation/Binary/Flip.agda | larrytheliquid/Lemmachine | 8ef786b40e4a9ab274c6103dc697dcb658cf3db3 | [
"MIT"
] | 1 | 2022-03-12T12:17:51.000Z | 2022-03-12T12:17:51.000Z | vendor/stdlib/src/Relation/Binary/Flip.agda | isabella232/Lemmachine | 8ef786b40e4a9ab274c6103dc697dcb658cf3db3 | [
"MIT"
] | 3 | 2015-07-21T16:37:58.000Z | 2022-03-12T11:54:10.000Z | ------------------------------------------------------------------------
-- Many properties which hold for _∼_ also hold for flip₁ _∼_
------------------------------------------------------------------------
open import Relation.Binary
module Relation.Binary.Flip where
open import Data.Function
open import Data.Prod... | 33.657609 | 72 | 0.578556 |
4a55ddc35cfdb4c0755b77f9e95eb38eafcc20b7 | 493 | agda | Agda | agda-stdlib/src/Data/Word.agda | DreamLinuxer/popl21-artifact | fb380f2e67dcb4a94f353dbaec91624fcb5b8933 | [
"MIT"
] | 5 | 2020-10-07T12:07:53.000Z | 2020-10-10T21:41:32.000Z | agda-stdlib/src/Data/Word.agda | DreamLinuxer/popl21-artifact | fb380f2e67dcb4a94f353dbaec91624fcb5b8933 | [
"MIT"
] | null | null | null | agda-stdlib/src/Data/Word.agda | DreamLinuxer/popl21-artifact | fb380f2e67dcb4a94f353dbaec91624fcb5b8933 | [
"MIT"
] | 1 | 2021-11-04T06:54:45.000Z | 2021-11-04T06:54:45.000Z | ------------------------------------------------------------------------
-- The Agda standard library
--
-- Machine words
------------------------------------------------------------------------
{-# OPTIONS --without-K --safe #-}
module Data.Word where
----------------------------------------------------------------... | 30.8125 | 72 | 0.395538 |
0b2ec2e82730d119bd61fce9af9dabcba8a39833 | 4,378 | agda | Agda | Rings/PrincipalIdealDomains/Lemmas.agda | Smaug123/agdaproofs | 0f4230011039092f58f673abcad8fb0652e6b562 | [
"MIT"
] | 4 | 2019-08-08T12:44:19.000Z | 2022-01-28T06:04:15.000Z | Rings/PrincipalIdealDomains/Lemmas.agda | Smaug123/agdaproofs | 0f4230011039092f58f673abcad8fb0652e6b562 | [
"MIT"
] | 14 | 2019-01-06T21:11:59.000Z | 2020-04-11T11:03:39.000Z | Rings/PrincipalIdealDomains/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 LogicalFormulae
open import Sets.EquivalenceRelations
open import Setoids.Setoids
open import Rings.Definition
open import Rings.PrincipalIdealDomains.Definition
open import Rings.IntegralDomains.Definition
open import Rings.Ideals.Maximal.Definition
modu... | 59.162162 | 342 | 0.76085 |
50049579f770565137f99497137bb58cb0adf8f2 | 1,028 | agda | Agda | test/Fail/Issue1023-MaskNonData.agda | favonia/agda | 8d433b967567c08afe15d04a5cb63b6f6d8884ee | [
"BSD-2-Clause"
] | null | null | null | test/Fail/Issue1023-MaskNonData.agda | favonia/agda | 8d433b967567c08afe15d04a5cb63b6f6d8884ee | [
"BSD-2-Clause"
] | 6 | 2021-10-18T08:12:24.000Z | 2021-11-24T08:31:10.000Z | test/Fail/Issue1023-MaskNonData.agda | antoinevanmuylder/agda | bd59d5b07ffe02a43b28d186d95e1747aac5bc8c | [
"BSD-2-Clause"
] | null | null | null | -- Andreas, 2014-01-10
-- Code by Jesper Cockx and Conor McBride and folks from the Coq-club
{-# OPTIONS --cubical-compatible #-}
-- An empty type.
data Zero : Set where
-- A unit type as W-type.
mutual
data WOne : Set where wrap : FOne -> WOne
FOne = Zero -> WOne
-- Type equality.
data _<->_ (X : Set) : Set... | 22.844444 | 69 | 0.662451 |
18aadfabab6ac4672952334661c3a2b4b9d9b043 | 6,648 | agda | Agda | test/succeed/PatternSynonyms.agda | np/agda-git-experiment | 20596e9dd9867166a64470dd24ea68925ff380ce | [
"MIT"
] | 1 | 2019-11-27T04:41:05.000Z | 2019-11-27T04:41:05.000Z | test/succeed/PatternSynonyms.agda | np/agda-git-experiment | 20596e9dd9867166a64470dd24ea68925ff380ce | [
"MIT"
] | null | null | null | test/succeed/PatternSynonyms.agda | np/agda-git-experiment | 20596e9dd9867166a64470dd24ea68925ff380ce | [
"MIT"
] | null | null | null | -- {-# OPTIONS -v scope.pat:10 #-}
-- {-# OPTIONS -v tc.lhs:10 #-}
module PatternSynonyms where
data ℕ : Set where
zero : ℕ
suc : (n : ℕ) → ℕ
{-# BUILTIN NATURAL ℕ #-}
{-# BUILTIN ZERO zero #-}
{-# BUILTIN SUC suc #-}
pattern z = zero
pattern sz = suc z
pattern ss x = suc (suc x)
data _≡_ {A : Set}(x : A... | 19.213873 | 72 | 0.422232 |
d03594b963e8cbc6124c80d32fe51e13c9f105a5 | 2,752 | agda | Agda | Cubical/Functions/Surjection.agda | LuuBluum/cubical | ce8fe04f9c5d2c9faf8690885c1b702434626621 | [
"MIT"
] | null | null | null | Cubical/Functions/Surjection.agda | LuuBluum/cubical | ce8fe04f9c5d2c9faf8690885c1b702434626621 | [
"MIT"
] | null | null | null | Cubical/Functions/Surjection.agda | LuuBluum/cubical | ce8fe04f9c5d2c9faf8690885c1b702434626621 | [
"MIT"
] | 1 | 2021-03-12T20:08:45.000Z | 2021-03-12T20:08:45.000Z | {-# 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.975309 | 83 | 0.660247 |
4d60a5b5789108b822ca5566e0982c9ae49e5ed4 | 23,563 | agda | Agda | src/Types/IND.agda | peterthiemann/dual-session | 7a8bc1f6b2f808bd2a22c592bd482dbcc271979c | [
"BSD-2-Clause"
] | 1 | 2022-02-13T05:43:25.000Z | 2022-02-13T05:43:25.000Z | src/Types/IND.agda | peterthiemann/dual-session | 7a8bc1f6b2f808bd2a22c592bd482dbcc271979c | [
"BSD-2-Clause"
] | null | null | null | src/Types/IND.agda | peterthiemann/dual-session | 7a8bc1f6b2f808bd2a22c592bd482dbcc271979c | [
"BSD-2-Clause"
] | 1 | 2019-12-07T16:12:50.000Z | 2019-12-07T16:12:50.000Z | module Types.IND where
open import Data.Nat
open import Data.Fin hiding (_+_)
open import Data.Product
open import Function
open import Relation.Binary.PropositionalEquality hiding (Extensionality)
open import Types.Direction
open import Auxiliary.Extensionality
open import Auxiliary.RewriteLemmas
private
varia... | 40.555938 | 142 | 0.595637 |
0b42cf652e344bc866b1857de6bc49ecc65ae43e | 88 | agda | Agda | src/L/Base/Sigma.agda | borszag/smallib | 83707537b182ba8906228ac0bcb9ccef972eaaa3 | [
"BSD-2-Clause"
] | null | null | null | src/L/Base/Sigma.agda | borszag/smallib | 83707537b182ba8906228ac0bcb9ccef972eaaa3 | [
"BSD-2-Clause"
] | 10 | 2020-10-19T10:13:16.000Z | 2020-11-09T16:40:39.000Z | src/L/Base/Sigma.agda | borszag/smallib | 83707537b182ba8906228ac0bcb9ccef972eaaa3 | [
"BSD-2-Clause"
] | null | null | null | module L.Base.Sigma where
-- Reexport definitions
open import L.Base.Sigma.Core public
| 17.6 | 36 | 0.795455 |
39182682fd4568d82f547e82c8fe9100540c21a5 | 7,734 | agda | Agda | examples/outdated-and-incorrect/iird/Proof/Setup.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/iird/Proof/Setup.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/iird/Proof/Setup.agda | Seanpm2001-languages/agda | 9911f73061e21a87fad76c662463257afe02c861 | [
"BSD-2-Clause"
] | 371 | 2015-01-03T14:04:08.000Z | 2022-03-30T19:00:30.000Z |
module Proof.Setup where
import LF
import IIRD
import IIRDr
import DefinitionalEquality
import Identity
open LF
open IIRD
open IIRDr
open DefinitionalEquality
open Identity
-- Given a code for a general IIRD we should give a code for a restricted IIRD.
ε : {I : Set}{D : I -> Set1} -> OPg I D -> OPr I D
ε {I}{D} (ι ... | 50.220779 | 113 | 0.388156 |
0b98f5c14bd54e1b649e009add08f15a00818196 | 1,128 | agda | Agda | src/Categories/Category/Instance/Quivers.agda | yourboynico/agda-categories | 6a087c592dbe58fc4bd9d02e1be9b94a9e138aca | [
"MIT"
] | 279 | 2019-06-01T14:36:40.000Z | 2022-03-22T00:40:14.000Z | src/Categories/Category/Instance/Quivers.agda | seanpm2001/agda-categories | d9e4f578b126313058d105c61707d8c8ae987fa8 | [
"MIT"
] | 236 | 2019-06-01T14:53:54.000Z | 2022-03-28T14:31:43.000Z | src/Categories/Category/Instance/Quivers.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.Category.Instance.Quivers where
-- The Category of Quivers
open import Level using (Level; suc; _⊔_)
open import Relation.Binary.PropositionalEquality.Core using (refl)
open import Data.Quiver using (Quiver)
open import Data.Quiver.Morphism using (Morphism; id; _∘... | 33.176471 | 88 | 0.574468 |
4d90a7a692963506af22fa06103b2736945af6b5 | 129 | agda | Agda | test/Succeed/Issue1290b.agda | mdimjasevic/agda | 8fb548356b275c7a1e79b768b64511ae937c738b | [
"BSD-3-Clause"
] | 1,989 | 2015-01-09T23:51:16.000Z | 2022-03-30T18:20:48.000Z | test/Succeed/Issue1290b.agda | Seanpm2001-languages/agda | 9911f73061e21a87fad76c662463257afe02c861 | [
"BSD-2-Clause"
] | 4,066 | 2015-01-10T11:24:51.000Z | 2022-03-31T21:14:49.000Z | test/Succeed/Issue1290b.agda | Seanpm2001-languages/agda | 9911f73061e21a87fad76c662463257afe02c861 | [
"BSD-2-Clause"
] | 371 | 2015-01-03T14:04:08.000Z | 2022-03-30T19:00:30.000Z | module Issue1290b where
open import Issue1290
data Eq (x : R) : R → Set where
refl : Eq x x
test : Eq x (exp x)
test = refl
| 12.9 | 31 | 0.651163 |
df7ca02b72d1fb42d3a3ead26768e0a70fe782f1 | 21,243 | agda | Agda | agda/sn-calculus-props.agda | florence/esterel-calculus | 4340bef3f8df42ab8167735d35a4cf56243a45cd | [
"MIT"
] | 3 | 2020-04-16T10:58:53.000Z | 2020-07-01T03:59:31.000Z | agda/sn-calculus-props.agda | florence/esterel-calculus | 4340bef3f8df42ab8167735d35a4cf56243a45cd | [
"MIT"
] | null | null | null | agda/sn-calculus-props.agda | florence/esterel-calculus | 4340bef3f8df42ab8167735d35a4cf56243a45cd | [
"MIT"
] | 1 | 2020-04-15T20:02:49.000Z | 2020-04-15T20:02:49.000Z | module _ where
open import Data.Nat using (ℕ ; _+_ ; _≤′_ ; suc)
open import Induction.Nat using (<′-rec)
open import Esterel.Lang.CanFunction
open import Function using (_∋_ ; _∘_ ; id ; _$_)
open import Data.Nat.Properties.Simple using ( +-comm ; +-assoc)
open import utility
open import noetherian using (noetherian... | 48.947005 | 174 | 0.653627 |
1cfb7ccbfcb8f79b823114f1abeddfcf04a31be9 | 423 | agda | Agda | Cubical/Data/Strict2Group/Categorical.agda | Schippmunk/cubical | c345dc0c49d3950dc57f53ca5f7099bb53a4dc3a | [
"MIT"
] | null | null | null | Cubical/Data/Strict2Group/Categorical.agda | Schippmunk/cubical | c345dc0c49d3950dc57f53ca5f7099bb53a4dc3a | [
"MIT"
] | null | null | null | Cubical/Data/Strict2Group/Categorical.agda | Schippmunk/cubical | c345dc0c49d3950dc57f53ca5f7099bb53a4dc3a | [
"MIT"
] | null | null | null | {-# OPTIONS --cubical --safe #-}
module Cubical.Data.Strict2Group.Categorical where
open import Cubical.Foundations.Prelude
open import Cubical.Categories.InternalCategory
open import Cubical.Categories.Groups
{-- Formalization of strict 2-groups as
internal categories of the 1-category Grp
of Groups. --}
Strict2Gr... | 28.2 | 56 | 0.787234 |
cb2a93d33f6233ed5b88a4b5166752b56393304a | 2,324 | agda | Agda | test/succeed/Lambda.agda | asr/agda-kanso | aa10ae6a29dc79964fe9dec2de07b9df28b61ed5 | [
"MIT"
] | 1 | 2018-10-10T17:08:44.000Z | 2018-10-10T17:08:44.000Z | test/succeed/Lambda.agda | np/agda-git-experiment | 20596e9dd9867166a64470dd24ea68925ff380ce | [
"MIT"
] | null | null | null | test/succeed/Lambda.agda | np/agda-git-experiment | 20596e9dd9867166a64470dd24ea68925ff380ce | [
"MIT"
] | 1 | 2022-03-12T11:35:18.000Z | 2022-03-12T11:35:18.000Z | {-# OPTIONS --no-termination-check #-}
module Lambda where
module Prelude where
data Bool : Set where
true : Bool
false : Bool
if_then_else_ : {A : Set} -> Bool -> A -> A -> A
if true then x else y = x
if false then x else y = y
_∧_ : Bool -> Bool -> Bool
true ∧ y = y
false ∧ y = false
... | 20.936937 | 68 | 0.480207 |
4d2d3b1f2a0ea6f201f3f92a1a240558df37774b | 4,739 | agda | Agda | agda-stdlib/src/Data/Nat/LCM.agda | DreamLinuxer/popl21-artifact | fb380f2e67dcb4a94f353dbaec91624fcb5b8933 | [
"MIT"
] | 5 | 2020-10-07T12:07:53.000Z | 2020-10-10T21:41:32.000Z | agda-stdlib/src/Data/Nat/LCM.agda | DreamLinuxer/popl21-artifact | fb380f2e67dcb4a94f353dbaec91624fcb5b8933 | [
"MIT"
] | null | null | null | agda-stdlib/src/Data/Nat/LCM.agda | DreamLinuxer/popl21-artifact | fb380f2e67dcb4a94f353dbaec91624fcb5b8933 | [
"MIT"
] | 1 | 2021-11-04T06:54:45.000Z | 2021-11-04T06:54:45.000Z | ------------------------------------------------------------------------
-- The Agda standard library
--
-- Least common multiple
------------------------------------------------------------------------
{-# OPTIONS --without-K --safe #-}
module Data.Nat.LCM where
open import Algebra
open import Data.Nat.Base
open im... | 32.238095 | 111 | 0.491876 |
0bbaae82dcf94a68e789fc714e7253495037fce7 | 4,016 | agda | Agda | UniDB/Subst/Pair.agda | skeuchel/unidb-agda | 7ae52205db44ad4f463882ba7e5082120fb76349 | [
"MIT"
] | null | null | null | UniDB/Subst/Pair.agda | skeuchel/unidb-agda | 7ae52205db44ad4f463882ba7e5082120fb76349 | [
"MIT"
] | null | null | null | UniDB/Subst/Pair.agda | skeuchel/unidb-agda | 7ae52205db44ad4f463882ba7e5082120fb76349 | [
"MIT"
] | null | null | null |
module UniDB.Subst.Pair where
open import UniDB.Subst.Core
open import UniDB.Morph.Pair
instance
iLkPair :
{T : STX} {{apTT : Ap T T}}
{Ξ : MOR} {{lkTΞ : Lk T Ξ}}
{Ζ : MOR} {{lkTΖ : Lk T Ζ}} {{upΖ : Up Ζ}} →
Lk T (Pair Ξ Ζ)
lk {{iLkPair {T}}} (ξ ⊗ ζ) i = ap {T} ζ (lk {T} ξ i)
iLkRenPair :
... | 43.652174 | 92 | 0.44248 |
dc4f04380ddfb2a22d25764982637c3b5b600970 | 11,936 | agda | Agda | test/asset/agda-stdlib-1.0/Data/List/Relation/Binary/Permutation/Inductive/Properties.agda | omega12345/agda-mode | 0debb886eb5dbcd38dbeebd04b34cf9d9c5e0e71 | [
"MIT"
] | null | null | null | test/asset/agda-stdlib-1.0/Data/List/Relation/Binary/Permutation/Inductive/Properties.agda | omega12345/agda-mode | 0debb886eb5dbcd38dbeebd04b34cf9d9c5e0e71 | [
"MIT"
] | null | null | null | test/asset/agda-stdlib-1.0/Data/List/Relation/Binary/Permutation/Inductive/Properties.agda | omega12345/agda-mode | 0debb886eb5dbcd38dbeebd04b34cf9d9c5e0e71 | [
"MIT"
] | null | null | null | ------------------------------------------------------------------------
-- The Agda standard library
--
-- Properties of permutation
------------------------------------------------------------------------
{-# OPTIONS --without-K --safe #-}
module Data.List.Relation.Binary.Permutation.Inductive.Properties where
ope... | 37.772152 | 103 | 0.447218 |
4ddac737aec630a83d53fb5acac802846eb1ae2d | 801 | agda | Agda | examples/lib/Data/Map.agda | mdimjasevic/agda | 8fb548356b275c7a1e79b768b64511ae937c738b | [
"BSD-3-Clause"
] | 1,989 | 2015-01-09T23:51:16.000Z | 2022-03-30T18:20:48.000Z | examples/lib/Data/Map.agda | Seanpm2001-languages/agda | 9911f73061e21a87fad76c662463257afe02c861 | [
"BSD-2-Clause"
] | 4,066 | 2015-01-10T11:24:51.000Z | 2022-03-31T21:14:49.000Z | examples/lib/Data/Map.agda | Seanpm2001-languages/agda | 9911f73061e21a87fad76c662463257afe02c861 | [
"BSD-2-Clause"
] | 371 | 2015-01-03T14:04:08.000Z | 2022-03-30T19:00:30.000Z |
module Data.Map
(Key : Set)
where
import Data.Bool
import Data.Maybe
open Data.Bool
infix 40 _<_ _>_
postulate
_<_ : Key -> Key -> Bool
_>_ : Key -> Key -> Bool
x > y = y < x
private
data Map' (a : Set) : Set where
leaf : Map' a
node : Key -> a -> Map' a -> Map' a -> Map' a
Map : Set -> Se... | 16.346939 | 49 | 0.529338 |
20fa279544a0ad975feee3bde09d92e63ca85f05 | 1,122 | agda | Agda | test/Fail/ConfluenceTypeLevelReduction.agda | mdimjasevic/agda | 8fb548356b275c7a1e79b768b64511ae937c738b | [
"BSD-3-Clause"
] | 1,989 | 2015-01-09T23:51:16.000Z | 2022-03-30T18:20:48.000Z | test/Fail/ConfluenceTypeLevelReduction.agda | Seanpm2001-languages/agda | 9911f73061e21a87fad76c662463257afe02c861 | [
"BSD-2-Clause"
] | 4,066 | 2015-01-10T11:24:51.000Z | 2022-03-31T21:14:49.000Z | test/Fail/ConfluenceTypeLevelReduction.agda | Seanpm2001-languages/agda | 9911f73061e21a87fad76c662463257afe02c861 | [
"BSD-2-Clause"
] | 371 | 2015-01-03T14:04:08.000Z | 2022-03-30T19:00:30.000Z | -- Jesper, 2019-05-20: When checking confluence of two rewrite rules,
-- we disable all reductions during unification of the left-hand
-- sides. However, we should not disable reductions at the type-level,
-- as shown by this (non-confluent) example.
{-# OPTIONS --rewriting --confluence-check #-}
open import Agda.Bui... | 29.526316 | 70 | 0.666667 |
39b954bb8596d00d37af8282d318962ef7498f20 | 2,223 | agda | Agda | notes/FOT/FOTC/Data/Nat/Stream/Type.agda | asr/fotc | 2fc9f2b81052a2e0822669f02036c5750371b72d | [
"MIT"
] | 11 | 2015-09-03T20:53:42.000Z | 2021-09-12T16:09:54.000Z | notes/FOT/FOTC/Data/Nat/Stream/Type.agda | asr/fotc | 2fc9f2b81052a2e0822669f02036c5750371b72d | [
"MIT"
] | 2 | 2016-10-12T17:28:16.000Z | 2017-01-01T14:34:26.000Z | notes/FOT/FOTC/Data/Nat/Stream/Type.agda | asr/fotc | 2fc9f2b81052a2e0822669f02036c5750371b72d | [
"MIT"
] | 3 | 2016-09-19T14:18:30.000Z | 2018-03-14T08:50:00.000Z | ------------------------------------------------------------------------------
-- The FOTC streams of total natural numbers type
------------------------------------------------------------------------------
{-# OPTIONS --exact-split #-}
{-# OPTIONS --no-sized-types #-}
{-# OPTIONS --no-universe... | 32.691176 | 78 | 0.51462 |
12239f09f96de1b60a90f647e68fb7aa8a5eb00d | 3,482 | agda | Agda | LibraBFT/Abstract/Records/Extends.agda | lisandrasilva/bft-consensus-agda-1 | b7dd98dd90d98fbb934ef8cb4f3314940986790d | [
"UPL-1.0"
] | null | null | null | LibraBFT/Abstract/Records/Extends.agda | lisandrasilva/bft-consensus-agda-1 | b7dd98dd90d98fbb934ef8cb4f3314940986790d | [
"UPL-1.0"
] | null | null | null | LibraBFT/Abstract/Records/Extends.agda | lisandrasilva/bft-consensus-agda-1 | b7dd98dd90d98fbb934ef8cb4f3314940986790d | [
"UPL-1.0"
] | null | null | null | {- Byzantine Fault Tolerant Consensus Verification in Agda, version 0.9.
Copyright (c) 2020 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.Prelude
open import LibraBFT.Lemmas
open import LibraBFT.A... | 37.042553 | 111 | 0.547387 |
fb53e6b1ed800c67030c32e89eed3f2a1ffc6fae | 1,712 | agda | Agda | src/Tactic/Deriving.agda | t-more/agda-prelude | da4fca7744d317b8843f2bc80a923972f65548d3 | [
"MIT"
] | 111 | 2015-01-05T11:28:15.000Z | 2022-02-12T23:29:26.000Z | src/Tactic/Deriving.agda | t-more/agda-prelude | da4fca7744d317b8843f2bc80a923972f65548d3 | [
"MIT"
] | 59 | 2016-02-09T05:36:44.000Z | 2022-01-14T07:32:36.000Z | src/Tactic/Deriving.agda | t-more/agda-prelude | da4fca7744d317b8843f2bc80a923972f65548d3 | [
"MIT"
] | 24 | 2015-03-12T18:03:45.000Z | 2021-04-22T06:10:41.000Z |
module Tactic.Deriving where
open import Prelude hiding (abs)
open import Tactic.Reflection
private
makeArgs : Nat → List (Arg Nat) → List (Arg Term)
makeArgs n xs = reverse $ map (fmap (λ i → var (n - i - 1) [])) xs
computeInstanceType : Name → Nat → List (Arg Nat) → Type → Maybe Term
computeInstanceType c... | 43.897436 | 96 | 0.623832 |
0b8eefb1994c4c1f4f4f1f05537ede7aa840bd77 | 1,207 | agda | Agda | test/bugs/SizedTypesMergeSort.agda | asr/agda-kanso | aa10ae6a29dc79964fe9dec2de07b9df28b61ed5 | [
"MIT"
] | 1 | 2018-10-10T17:08:44.000Z | 2018-10-10T17:08:44.000Z | test/bugs/SizedTypesMergeSort.agda | np/agda-git-experiment | 20596e9dd9867166a64470dd24ea68925ff380ce | [
"MIT"
] | null | null | null | test/bugs/SizedTypesMergeSort.agda | np/agda-git-experiment | 20596e9dd9867166a64470dd24ea68925ff380ce | [
"MIT"
] | null | null | null | {-# OPTIONS --sized-types #-}
module SizedTypesMergeSort where
postulate
Size : Set
_^ : Size -> Size
∞ : Size
{-# BUILTIN SIZE Size #-}
{-# BUILTIN SIZESUC _^ #-}
{-# BUILTIN SIZEINF ∞ #-}
-- sized lists
data List (A : Set) : {_ : Size} -> Set where
[] : {size : Size} -> List A {size ^}
_::_ : ... | 26.23913 | 74 | 0.465617 |
4d99231a09ca9b1ac7cca718167da4f36010ede5 | 221 | agda | Agda | test/Fail/Issue1209-5.agda | mdimjasevic/agda | 8fb548356b275c7a1e79b768b64511ae937c738b | [
"BSD-3-Clause"
] | 1,989 | 2015-01-09T23:51:16.000Z | 2022-03-30T18:20:48.000Z | test/Fail/Issue1209-5.agda | Seanpm2001-languages/agda | 9911f73061e21a87fad76c662463257afe02c861 | [
"BSD-2-Clause"
] | 4,066 | 2015-01-10T11:24:51.000Z | 2022-03-31T21:14:49.000Z | test/Fail/Issue1209-5.agda | Seanpm2001-languages/agda | 9911f73061e21a87fad76c662463257afe02c861 | [
"BSD-2-Clause"
] | 371 | 2015-01-03T14:04:08.000Z | 2022-03-30T19:00:30.000Z | {-# OPTIONS --safe --no-guardedness #-}
record Stream (A : Set) : Set where
coinductive
field
head : A
tail : Stream A
open Stream
repeat : ∀ {A} → A → Stream A
repeat x .head = x
repeat x .tail = repeat x
| 15.785714 | 39 | 0.61086 |
cb3ccc6f31fe3c87a89ce2d1d03530443564a2aa | 10,330 | agda | Agda | Structure/Operator/SetAlgebra.agda | Lolirofle/stuff-in-agda | 70f4fba849f2fd779c5aaa5af122ccb6a5b271ba | [
"MIT"
] | 6 | 2020-04-07T17:58:13.000Z | 2022-02-05T06:53:22.000Z | Structure/Operator/SetAlgebra.agda | Lolirofle/stuff-in-agda | 70f4fba849f2fd779c5aaa5af122ccb6a5b271ba | [
"MIT"
] | null | null | null | Structure/Operator/SetAlgebra.agda | Lolirofle/stuff-in-agda | 70f4fba849f2fd779c5aaa5af122ccb6a5b271ba | [
"MIT"
] | null | null | null | open import Type
module Structure.Operator.SetAlgebra {ℓ} (S : Type{ℓ}) where
import Lvl
open import Functional
open import Logic
open import Logic.Propositional
open import Relator.Equals
open import Relator.Equals.Proofs
open import Structure.Operator.Properties
open import Structure.Operator.Proofs
open impor... | 32.898089 | 119 | 0.391481 |
5026f854e67cbc98f8efe7daf91c0ac41a8002d2 | 237 | agda | Agda | test/Fail/Issue530.agda | mdimjasevic/agda | 8fb548356b275c7a1e79b768b64511ae937c738b | [
"BSD-3-Clause"
] | 1,989 | 2015-01-09T23:51:16.000Z | 2022-03-30T18:20:48.000Z | test/Fail/Issue530.agda | Seanpm2001-languages/agda | 9911f73061e21a87fad76c662463257afe02c861 | [
"BSD-2-Clause"
] | 4,066 | 2015-01-10T11:24:51.000Z | 2022-03-31T21:14:49.000Z | test/Fail/Issue530.agda | Seanpm2001-languages/agda | 9911f73061e21a87fad76c662463257afe02c861 | [
"BSD-2-Clause"
] | 371 | 2015-01-03T14:04:08.000Z | 2022-03-30T19:00:30.000Z |
module Issue530 where
data Unit : Set where
unit : Unit
postulate
A : Set
a : A
k : A → Unit
data P (a : A) : Unit → Set where
p : P a (k a)
F : (u : Unit) → P a u → Set₁
F unit _ = Set
f : F (k a) p
f with k a
f | _ = ?
| 11.285714 | 33 | 0.523207 |
4acb132ae08755470d029049b925d94d19befb56 | 245 | agda | Agda | agda-stdlib/travis/index.agda | DreamLinuxer/popl21-artifact | fb380f2e67dcb4a94f353dbaec91624fcb5b8933 | [
"MIT"
] | 5 | 2020-10-07T12:07:53.000Z | 2020-10-10T21:41:32.000Z | agda-stdlib/travis/index.agda | DreamLinuxer/popl21-artifact | fb380f2e67dcb4a94f353dbaec91624fcb5b8933 | [
"MIT"
] | null | null | null | agda-stdlib/travis/index.agda | DreamLinuxer/popl21-artifact | fb380f2e67dcb4a94f353dbaec91624fcb5b8933 | [
"MIT"
] | 1 | 2021-11-04T06:54:45.000Z | 2021-11-04T06:54:45.000Z | module index where
-- You probably want to start with this module:
import README
-- For a brief presentation of every single module, head over to
import Everything
-- Otherwise, here is an exhaustive, stern list of all the available modules:
| 24.5 | 77 | 0.77551 |
1c817c0dc3a0bb035e5e2e233ba2dfd44361ef09 | 3,779 | agda | Agda | src/LibraBFT/Impl/Consensus/ConsensusTypes/Block.agda | LaudateCorpus1/bft-consensus-agda | a4674fc473f2457fd3fe5123af48253cfb2404ef | [
"UPL-1.0"
] | null | null | null | src/LibraBFT/Impl/Consensus/ConsensusTypes/Block.agda | LaudateCorpus1/bft-consensus-agda | a4674fc473f2457fd3fe5123af48253cfb2404ef | [
"UPL-1.0"
] | null | null | null | src/LibraBFT/Impl/Consensus/ConsensusTypes/Block.agda | LaudateCorpus1/bft-consensus-agda | a4674fc473f2457fd3fe5123af48253cfb2404ef | [
"UPL-1.0"
] | null | null | null | {- 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
import LibraBFT.Impl.Consensus.Consensus... | 46.085366 | 111 | 0.698598 |
1217bdbfc2c367bed3c271882d084df21c98fae0 | 11,234 | agda | Agda | Cubical/Algebra/Matrix/Elementaries.agda | guilhermehas/cubical | ce3120d3f8d692847b2744162bcd7a01f0b687eb | [
"MIT"
] | 1 | 2021-10-31T17:32:49.000Z | 2021-10-31T17:32:49.000Z | Cubical/Algebra/Matrix/Elementaries.agda | guilhermehas/cubical | ce3120d3f8d692847b2744162bcd7a01f0b687eb | [
"MIT"
] | null | null | null | Cubical/Algebra/Matrix/Elementaries.agda | guilhermehas/cubical | ce3120d3f8d692847b2744162bcd7a01f0b687eb | [
"MIT"
] | null | null | null | {-
Technical results about elementary transformations
-}
{-# OPTIONS --safe #-}
module Cubical.Algebra.Matrix.Elementaries where
open import Cubical.Foundations.Prelude
open import Cubical.Foundations.Function
open import Cubical.Data.Nat hiding (_+_ ; _·_)
open import Cubical.Data.Nat.Order
open import Cubical.Dat... | 34.780186 | 98 | 0.603347 |
c54fcd53161d0383843a55caab5418f3b2fa26d1 | 76 | agda | Agda | test/Fail/customised/Issue5644/A/B.agda | cagix/agda | cc026a6a97a3e517bb94bafa9d49233b067c7559 | [
"BSD-2-Clause"
] | 1,989 | 2015-01-09T23:51:16.000Z | 2022-03-30T18:20:48.000Z | test/Fail/customised/Issue5644/A/B.agda | Seanpm2001-languages/agda | 9911f73061e21a87fad76c662463257afe02c861 | [
"BSD-2-Clause"
] | 4,066 | 2015-01-10T11:24:51.000Z | 2022-03-31T21:14:49.000Z | test/Fail/customised/Issue5644/A/B.agda | Seanpm2001-languages/agda | 9911f73061e21a87fad76c662463257afe02c861 | [
"BSD-2-Clause"
] | 371 | 2015-01-03T14:04:08.000Z | 2022-03-30T19:00:30.000Z | module A.B where
{-# NON_TERMINATING #-}
easy : (A : Set) → A
easy = easy
| 10.857143 | 23 | 0.592105 |
18d191506468614764f4a732b931cedae7755786 | 1,411 | agda | Agda | agda-stdlib/src/Relation/Binary/Indexed/Heterogeneous/Bundles.agda | DreamLinuxer/popl21-artifact | fb380f2e67dcb4a94f353dbaec91624fcb5b8933 | [
"MIT"
] | 5 | 2020-10-07T12:07:53.000Z | 2020-10-10T21:41:32.000Z | agda-stdlib/src/Relation/Binary/Indexed/Heterogeneous/Bundles.agda | DreamLinuxer/popl21-artifact | fb380f2e67dcb4a94f353dbaec91624fcb5b8933 | [
"MIT"
] | null | null | null | agda-stdlib/src/Relation/Binary/Indexed/Heterogeneous/Bundles.agda | DreamLinuxer/popl21-artifact | fb380f2e67dcb4a94f353dbaec91624fcb5b8933 | [
"MIT"
] | 1 | 2021-11-04T06:54:45.000Z | 2021-11-04T06:54:45.000Z | ------------------------------------------------------------------------
-- The Agda standard library
--
-- Indexed binary relations
------------------------------------------------------------------------
-- The contents of this module should be accessed via
-- `Relation.Binary.Indexed.Heterogeneous`.
{-# OPTIONS --... | 32.068182 | 72 | 0.580439 |
dcc04e1544f126e424519c78ab8a07108ce45307 | 114 | agda | Agda | test/Succeed/NoQualifiedInstances/ParameterizedImport/A.agda | mdimjasevic/agda | 8fb548356b275c7a1e79b768b64511ae937c738b | [
"BSD-3-Clause"
] | 1,989 | 2015-01-09T23:51:16.000Z | 2022-03-30T18:20:48.000Z | test/Succeed/NoQualifiedInstances/ParameterizedImport/A.agda | Seanpm2001-languages/agda | 9911f73061e21a87fad76c662463257afe02c861 | [
"BSD-2-Clause"
] | 4,066 | 2015-01-10T11:24:51.000Z | 2022-03-31T21:14:49.000Z | test/Succeed/NoQualifiedInstances/ParameterizedImport/A.agda | Seanpm2001-languages/agda | 9911f73061e21a87fad76c662463257afe02c861 | [
"BSD-2-Clause"
] | 371 | 2015-01-03T14:04:08.000Z | 2022-03-30T19:00:30.000Z | module NoQualifiedInstances.ParameterizedImport.A (T : Set) where
record I : Set where
postulate instance i : I
| 19 | 65 | 0.780702 |
50d25037fc1fedd9c144f0a64779d626e3360cff | 32,873 | agda | Agda | src/syntax-util.agda | xoltar/cedille | acf691e37210607d028f4b19f98ec26c4353bfb5 | [
"MIT"
] | null | null | null | src/syntax-util.agda | xoltar/cedille | acf691e37210607d028f4b19f98ec26c4353bfb5 | [
"MIT"
] | null | null | null | src/syntax-util.agda | xoltar/cedille | acf691e37210607d028f4b19f98ec26c4353bfb5 | [
"MIT"
] | null | null | null | module syntax-util where
open import lib
open import cedille-types
open import general-util
open import constants
posinfo-gen : posinfo
posinfo-gen = "generated"
first-position : posinfo
first-position = "1"
dummy-var : var
dummy-var = "_dummy"
id-term : term
id-term = Lam posinfo-gen NotErased posinfo-gen "x" NoC... | 36.853139 | 150 | 0.654975 |
39d21f97c11a072e4ef15c55a16b63b0bbf1511b | 4,384 | agda | Agda | Categories/Monoidal/Helpers.agda | copumpkin/categories | 36f4181d751e2ecb54db219911d8c69afe8ba892 | [
"BSD-3-Clause"
] | 98 | 2015-04-15T14:57:33.000Z | 2022-03-08T05:20:36.000Z | Categories/Monoidal/Helpers.agda | copumpkin/categories | 36f4181d751e2ecb54db219911d8c69afe8ba892 | [
"BSD-3-Clause"
] | 19 | 2015-05-23T06:47:10.000Z | 2019-08-09T16:31:40.000Z | Categories/Monoidal/Helpers.agda | copumpkin/categories | 36f4181d751e2ecb54db219911d8c69afe8ba892 | [
"BSD-3-Clause"
] | 23 | 2015-02-05T13:03:09.000Z | 2021-11-11T13:50:56.000Z | {-# OPTIONS --universe-polymorphism #-}
module Categories.Monoidal.Helpers where
open import Data.Nat using (_+_)
open import Function using (flip)
open import Categories.Category
import Categories.Functor
open import Categories.Bifunctor hiding (identityˡ; identityʳ; assoc) renaming (id to idF; _≡_ to _≡F_; _∘_ to ... | 28.283871 | 168 | 0.604471 |
236b959c6ab8ead59c722ed9de1a0f8c735d64ba | 99 | agda | Agda | test/Fail/FlatDomInequality-2.agda | cagix/agda | cc026a6a97a3e517bb94bafa9d49233b067c7559 | [
"BSD-2-Clause"
] | 1,989 | 2015-01-09T23:51:16.000Z | 2022-03-30T18:20:48.000Z | test/Fail/FlatDomInequality-2.agda | Seanpm2001-languages/agda | 9911f73061e21a87fad76c662463257afe02c861 | [
"BSD-2-Clause"
] | 4,066 | 2015-01-10T11:24:51.000Z | 2022-03-31T21:14:49.000Z | test/Fail/FlatDomInequality-2.agda | Seanpm2001-languages/agda | 9911f73061e21a87fad76c662463257afe02c861 | [
"BSD-2-Clause"
] | 371 | 2015-01-03T14:04:08.000Z | 2022-03-30T19:00:30.000Z | module FlatDomInequality-2 where
postulate
A : Set
h : (@♭ x : A) → A
h x = x
q : A → A
q = h
| 9 | 32 | 0.545455 |
0bf316a6aa6d83c6f0357c1cafd373325ebb80a0 | 2,284 | agda | Agda | src/LibraBFT/Impl/OBM/Logging/Logging.agda | LaudateCorpus1/bft-consensus-agda | a4674fc473f2457fd3fe5123af48253cfb2404ef | [
"UPL-1.0"
] | null | null | null | src/LibraBFT/Impl/OBM/Logging/Logging.agda | LaudateCorpus1/bft-consensus-agda | a4674fc473f2457fd3fe5123af48253cfb2404ef | [
"UPL-1.0"
] | null | null | null | src/LibraBFT/Impl/OBM/Logging/Logging.agda | LaudateCorpus1/bft-consensus-agda | a4674fc473f2457fd3fe5123af48253cfb2404ef | [
"UPL-1.0"
] | null | null | null | {- 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 Haskell.Modules.RWS
open import LibraBFT.ImplShared.Consensus.Typ... | 38.066667 | 111 | 0.662434 |
50ef6fde0c3abaa8adc98a70323547b9a5240614 | 93 | agda | Agda | test/LaTeXAndHTML/succeed/Issue2756.agda | mdimjasevic/agda | 8fb548356b275c7a1e79b768b64511ae937c738b | [
"BSD-3-Clause"
] | 1,989 | 2015-01-09T23:51:16.000Z | 2022-03-30T18:20:48.000Z | test/LaTeXAndHTML/succeed/Issue2756.agda | Seanpm2001-languages/agda | 9911f73061e21a87fad76c662463257afe02c861 | [
"BSD-2-Clause"
] | 4,066 | 2015-01-10T11:24:51.000Z | 2022-03-31T21:14:49.000Z | test/LaTeXAndHTML/succeed/Issue2756.agda | Seanpm2001-languages/agda | 9911f73061e21a87fad76c662463257afe02c861 | [
"BSD-2-Clause"
] | 371 | 2015-01-03T14:04:08.000Z | 2022-03-30T19:00:30.000Z | module Issue2756 where
module M where
postulate A : Set
module M′ = M
B : Set
B = M′.A
| 8.454545 | 22 | 0.645161 |
fba40f9a8266e2e0089b07b0e1534ba4d92a718c | 932 | agda | Agda | src/Algebra/Linear/Morphism/Definitions.agda | felko/linear-algebra | d87c5a1eb5dd0569238272e67bce1899616b789a | [
"MIT"
] | 15 | 2019-11-02T14:11:00.000Z | 2020-12-30T06:18:08.000Z | src/Algebra/Linear/Morphism/Definitions.agda | felko/linear-algebra | d87c5a1eb5dd0569238272e67bce1899616b789a | [
"MIT"
] | null | null | null | src/Algebra/Linear/Morphism/Definitions.agda | felko/linear-algebra | d87c5a1eb5dd0569238272e67bce1899616b789a | [
"MIT"
] | null | null | null | {-# OPTIONS --without-K --safe #-}
open import Relation.Binary using (Rel)
open import Algebra.Structures.Bundles.Field
module Algebra.Linear.Morphism.Definitions
{k ℓᵏ} (K : Field k ℓᵏ)
{a} (A : Set a)
{b} (B : Set b)
{ℓ} (_≈_ : Rel B ℓ)
where
open import Algebra.Linear.Core
open import Function
import ... | 25.189189 | 78 | 0.56867 |
c58ae86f7a4b6520f2e0a7a325d1178df79a3180 | 1,351 | agda | Agda | Cubical/HITs/Truncation/Base.agda | kiana-S/univalent-foundations | 8bdb0766260489f9c89a14f4c0f2ad26e5190dec | [
"MIT"
] | null | null | null | Cubical/HITs/Truncation/Base.agda | kiana-S/univalent-foundations | 8bdb0766260489f9c89a14f4c0f2ad26e5190dec | [
"MIT"
] | null | null | null | Cubical/HITs/Truncation/Base.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 --safe #-}
module Cubical.HITs.Truncation.Base where
open import Cubical.Foundations.Prelude
open import Cubical.Foundations.HLevels
open import Cubical.Data.Nat
open import Cubical.Data.NatMinusOne
open import Cubical.HITs.Nullification
open import Cubical.HITs.Sn
-- For the h... | 45.033333 | 101 | 0.655811 |
3940727469147333502bce00213e9325274ea2e8 | 12,572 | agda | Agda | Cubical/Foundations/HLevels.agda | scott-fleischman/cubical | 337ce3883449862c2d27380b36a2a7b599ef9f0d | [
"MIT"
] | null | null | null | Cubical/Foundations/HLevels.agda | scott-fleischman/cubical | 337ce3883449862c2d27380b36a2a7b599ef9f0d | [
"MIT"
] | null | null | null | Cubical/Foundations/HLevels.agda | scott-fleischman/cubical | 337ce3883449862c2d27380b36a2a7b599ef9f0d | [
"MIT"
] | null | null | null | {-
Basic theory about h-levels/n-types:
- Basic properties of isContr, isProp and isSet (definitions are in Prelude)
- Hedberg's theorem can be found in Cubical/Relation/Nullary/DecidableEq
-}
{-# OPTIONS --cubical --safe #-}
module Cubical.Foundations.HLevels where
open import Cubical.Core.Everything
open import... | 36.44058 | 150 | 0.541203 |
50484ce9839918f2ca9188e117888151749a176d | 14,387 | agda | Agda | old/Homotopy/Cover/HomotopyGroupSetIsomorphism.agda | danbornside/HoTT-Agda | 1695a7f3dc60177457855ae846bbd86fcd96983e | [
"MIT"
] | 294 | 2015-01-09T16:23:23.000Z | 2022-03-20T13:54:45.000Z | old/Homotopy/Cover/HomotopyGroupSetIsomorphism.agda | danbornside/HoTT-Agda | 1695a7f3dc60177457855ae846bbd86fcd96983e | [
"MIT"
] | 31 | 2015-03-05T20:09:00.000Z | 2021-10-03T19:15:25.000Z | old/Homotopy/Cover/HomotopyGroupSetIsomorphism.agda | danbornside/HoTT-Agda | 1695a7f3dc60177457855ae846bbd86fcd96983e | [
"MIT"
] | 50 | 2015-01-10T01:48:08.000Z | 2022-02-14T03:03:25.000Z | {-# OPTIONS --without-K #-}
open import Base
open import Homotopy.Pointed
open import Homotopy.Connected
module Homotopy.Cover.HomotopyGroupSetIsomorphism {i}
(A⋆ : pType i) (A⋆-is-conn : is-connected⋆ ⟨0⟩ A⋆) where
open pType A⋆ renaming (∣_∣ to A ; ⋆ to a)
open import Algebra.Groups
open import Homotopy.Tr... | 38.778976 | 103 | 0.529019 |
cb97bdeaf8356b7b980a769a243a1b4d0801f371 | 1,732 | agda | Agda | archive/agda-3/src/Test/SymmetricalSubstitunction.agda | m0davis/oscar | 52e1cdbdee54d9a8eaee04ee518a0d7f61d25afb | [
"RSA-MD"
] | null | null | null | archive/agda-3/src/Test/SymmetricalSubstitunction.agda | m0davis/oscar | 52e1cdbdee54d9a8eaee04ee518a0d7f61d25afb | [
"RSA-MD"
] | 1 | 2019-04-29T00:35:04.000Z | 2019-05-11T23:33:04.000Z | archive/agda-3/src/Test/SymmetricalSubstitunction.agda | m0davis/oscar | 52e1cdbdee54d9a8eaee04ee518a0d7f61d25afb | [
"RSA-MD"
] | null | null | null |
open import Everything
{-
open import Oscar.Prelude
open import Oscar.Class.HasEquivalence
open import Oscar.Class.Symmetrical
open import Oscar.Data.Term
open import Oscar.Data.Substitunction
open import Oscar.Data.Surjcollation
open import Oscar.Data.Surjextenscollation
open import Oscar.Data.Proposequality
import ... | 36.851064 | 249 | 0.713048 |
c5c93ba809e480b2a797ed2a3e0c13ae7c9deacf | 1,652 | agda | Agda | misc/Everything.agda | yurrriq/parser-combinators | b396d35cc2cb7e8aea50b982429ee385f001aa88 | [
"MIT"
] | 7 | 2016-12-13T05:23:14.000Z | 2021-06-22T05:35:31.000Z | misc/Everything.agda | nad/parser-combinators | 76774f54f466cfe943debf2da731074fe0c33644 | [
"MIT"
] | 1 | 2018-01-22T22:21:41.000Z | 2018-01-24T16:39:37.000Z | misc/Everything.agda | nad/parser-combinators | 76774f54f466cfe943debf2da731074fe0c33644 | [
"MIT"
] | null | null | null | ------------------------------------------------------------------------
-- Imports every module so that it is easy to see if everything builds
------------------------------------------------------------------------
module Everything where
import Parallel
import Parallel.Examples
import Parallel.Index
import Paralle... | 38.418605 | 72 | 0.799637 |
231ff8ff8561c40daefe120da10bb3c4f3b38260 | 4,162 | agda | Agda | Cubical/HITs/FiniteMultiset/Properties.agda | ryanorendorff/cubical | c67854d2e11aafa5677e25a09087e176fafd3e43 | [
"MIT"
] | 1 | 2020-03-23T23:52:11.000Z | 2020-03-23T23:52:11.000Z | Cubical/HITs/FiniteMultiset/Properties.agda | ryanorendorff/cubical | c67854d2e11aafa5677e25a09087e176fafd3e43 | [
"MIT"
] | null | null | null | Cubical/HITs/FiniteMultiset/Properties.agda | ryanorendorff/cubical | c67854d2e11aafa5677e25a09087e176fafd3e43 | [
"MIT"
] | null | null | null | {-# OPTIONS --cubical --safe #-}
module Cubical.HITs.FiniteMultiset.Properties where
open import Cubical.Foundations.Prelude
open import Cubical.Foundations.HLevels
open import Cubical.Data.Nat
open import Cubical.Relation.Nullary
open import Cubical.HITs.FiniteMultiset.Base
open import Cubical.Structures.MultiSet
ope... | 35.87931 | 115 | 0.525949 |
1cf672c6a850bb233851c6f73a2f28624bcc5d33 | 334 | agda | Agda | examples/outdated-and-incorrect/Alonzo/PreludeInt.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/PreludeInt.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/PreludeInt.agda | Seanpm2001-languages/agda | 9911f73061e21a87fad76c662463257afe02c861 | [
"BSD-2-Clause"
] | 371 | 2015-01-03T14:04:08.000Z | 2022-03-30T19:00:30.000Z | module PreludeInt where
open import AlonzoPrelude
import RTP
int : Nat -> Int
int = RTP.primNatToInt
_+_ : Int -> Int -> Int
_+_ = RTP.primIntAdd
_-_ : Int -> Int -> Int
_-_ = RTP.primIntSub
_*_ : Int -> Int -> Int
_*_ = RTP.primIntMul
div : Int -> Int -> Int
div = RTP.primIntDiv
mod : Int -> Int -> Int
mod = RT... | 13.916667 | 25 | 0.640719 |
1ca916cbbe2f749c0039240393e418f9a50d35ae | 1,367 | agda | Agda | Cubical/Algebra/RingSolver/CommRingAsAlmostRing.agda | barrettj12/cubical | 7b41b9171f90473efc98487cb2ea7a4d02320cb2 | [
"MIT"
] | 301 | 2018-10-17T18:00:24.000Z | 2022-03-24T02:10:47.000Z | Cubical/Algebra/RingSolver/CommRingAsAlmostRing.agda | barrettj12/cubical | 7b41b9171f90473efc98487cb2ea7a4d02320cb2 | [
"MIT"
] | 584 | 2018-10-15T09:49:02.000Z | 2022-03-30T12:09:17.000Z | Cubical/Algebra/RingSolver/CommRingAsAlmostRing.agda | barrettj12/cubical | 7b41b9171f90473efc98487cb2ea7a4d02320cb2 | [
"MIT"
] | 134 | 2018-11-16T06:11:03.000Z | 2022-03-23T16:22:13.000Z | {-# OPTIONS --safe #-}
module Cubical.Algebra.RingSolver.CommRingAsAlmostRing where
open import Cubical.Foundations.Prelude
open import Cubical.Algebra.CommRing.Base
open import Cubical.Algebra.RingSolver.AlmostRing
open import Cubical.Algebra.Semigroup
open import Cubical.Algebra.Monoid
open import Cubical.Algebra.Gr... | 29.717391 | 87 | 0.61741 |
2048777696af76034b2e22d499df9950f944f3c0 | 3,142 | agda | Agda | Rings/UniqueFactorisationDomains/Definition.agda | Smaug123/agdaproofs | 0f4230011039092f58f673abcad8fb0652e6b562 | [
"MIT"
] | 4 | 2019-08-08T12:44:19.000Z | 2022-01-28T06:04:15.000Z | Rings/UniqueFactorisationDomains/Definition.agda | Smaug123/agdaproofs | 0f4230011039092f58f673abcad8fb0652e6b562 | [
"MIT"
] | 14 | 2019-01-06T21:11:59.000Z | 2020-04-11T11:03:39.000Z | Rings/UniqueFactorisationDomains/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 Rings.Definition
open import Rings.IntegralDomains.Definition
open import Vectors
open import Numbers.Naturals.Semiring
open import Numbers.Naturals.Order
open import Numbers.Naturals.Definition
open... | 53.254237 | 408 | 0.683959 |
4d2184e028f3082858d72fd36d50e2406cb333f1 | 2,333 | agda | Agda | test/Succeed/LinearTemporalLogic.agda | mdimjasevic/agda | 8fb548356b275c7a1e79b768b64511ae937c738b | [
"BSD-3-Clause"
] | 1,989 | 2015-01-09T23:51:16.000Z | 2022-03-30T18:20:48.000Z | test/Succeed/LinearTemporalLogic.agda | Seanpm2001-languages/agda | 9911f73061e21a87fad76c662463257afe02c861 | [
"BSD-2-Clause"
] | 4,066 | 2015-01-10T11:24:51.000Z | 2022-03-31T21:14:49.000Z | test/Succeed/LinearTemporalLogic.agda | Seanpm2001-languages/agda | 9911f73061e21a87fad76c662463257afe02c861 | [
"BSD-2-Clause"
] | 371 | 2015-01-03T14:04:08.000Z | 2022-03-30T19:00:30.000Z | {-# OPTIONS --guardedness #-}
-- {-# OPTIONS -v tc.pos:20 -v tc.meta.eta:100 #-}
-- {-# OPTIONS -v tc.lhs:100 #-}
module LinearTemporalLogic where
import Common.Level
record Stream (A : Set) : Set where
coinductive
field head : A
tail : Stream A
-- Stream properties
Proposition : Set → Set₁
Proposition ... | 23.565657 | 65 | 0.568796 |
d085a131b1ac825dd51ed48bc5be419c57a87ade | 4,215 | agda | Agda | src/meta-cedille.agda | WhatisRT/meta-cedille | 62fa6f36e4555360d94041113749bbb6d291691c | [
"MIT"
] | 35 | 2019-06-13T07:44:50.000Z | 2021-10-12T22:59:10.000Z | src/meta-cedille.agda | WhatisRT/meta-cedille | 62fa6f36e4555360d94041113749bbb6d291691c | [
"MIT"
] | 10 | 2019-06-13T17:44:43.000Z | 2020-04-25T15:29:17.000Z | src/meta-cedille.agda | WhatisRT/meta-cedille | 62fa6f36e4555360d94041113749bbb6d291691c | [
"MIT"
] | 2 | 2019-06-27T23:12:48.000Z | 2021-10-20T10:46:20.000Z | {-# OPTIONS --type-in-type #-}
module meta-cedille where
open import Data.String using (toList)
open import IO using (Main; run)
open import Monads.Except
open import Monads.ExceptT
open import Prelude
open import Prelude.Strings
open import Parse.Generate
open import Parse.TreeConvert
open import Bootstrap.InitEnv... | 31.222222 | 97 | 0.667853 |
dc4fc2ff361b1829073002cfcc4a413a5ee3d311 | 1,208 | agda | Agda | src/Examples/Resolution.agda | metaborg/ts.agda | 7fe638b87de26df47b6437f5ab0a8b955384958d | [
"MIT"
] | 4 | 2019-04-05T17:57:11.000Z | 2021-05-07T04:08:41.000Z | src/Examples/Resolution.agda | metaborg/ts.agda | 7fe638b87de26df47b6437f5ab0a8b955384958d | [
"MIT"
] | null | null | null | src/Examples/Resolution.agda | metaborg/ts.agda | 7fe638b87de26df47b6437f5ab0a8b955384958d | [
"MIT"
] | null | null | null | module Examples.Resolution where
open import Prelude
open import Implicits.Syntax
open import Implicits.Syntax.Type.Constructors
open import Implicits.WellTyped
open import Implicits.Substitutions
open import Extensions.ListFirst
open Rules
unit = 0
-- simple implicit resolution by implication
module ex₁ where
r :... | 21.963636 | 74 | 0.660596 |
0ba207f4e720125c810f46967b34dda323caab78 | 407 | agda | Agda | test/asset/agda-stdlib-1.0/Data/List/All/Properties.agda | omega12345/agda-mode | 0debb886eb5dbcd38dbeebd04b34cf9d9c5e0e71 | [
"MIT"
] | null | null | null | test/asset/agda-stdlib-1.0/Data/List/All/Properties.agda | omega12345/agda-mode | 0debb886eb5dbcd38dbeebd04b34cf9d9c5e0e71 | [
"MIT"
] | null | null | null | test/asset/agda-stdlib-1.0/Data/List/All/Properties.agda | omega12345/agda-mode | 0debb886eb5dbcd38dbeebd04b34cf9d9c5e0e71 | [
"MIT"
] | null | null | null | ------------------------------------------------------------------------
-- The Agda standard library
--
-- This module is DEPRECATED. Please use
-- Data.List.Relation.Unary.Any.Properties directly.
------------------------------------------------------------------------
{-# OPTIONS --without-K --safe #-}
module Data... | 31.307692 | 72 | 0.481572 |
20c4acaea95ab7427448a51c93c40345582e120a | 10,597 | agda | Agda | Cubical/HITs/Ints/QuoInt/Properties.agda | mchristianl/cubical | cc6ad25d5ffbe4f20ea7020474f266d24b97caa0 | [
"MIT"
] | null | null | null | Cubical/HITs/Ints/QuoInt/Properties.agda | mchristianl/cubical | cc6ad25d5ffbe4f20ea7020474f266d24b97caa0 | [
"MIT"
] | null | null | null | Cubical/HITs/Ints/QuoInt/Properties.agda | mchristianl/cubical | cc6ad25d5ffbe4f20ea7020474f266d24b97caa0 | [
"MIT"
] | null | null | null | {-# OPTIONS --cubical --no-import-sorts --safe #-}
module Cubical.HITs.Ints.QuoInt.Properties where
open import Cubical.Core.Everything
open import Cubical.Foundations.Prelude
open import Cubical.Foundations.Function
open import Cubical.Foundations.HLevels
open import Cubical.Foundations.Equiv
open import Cubical.Rela... | 41.556863 | 117 | 0.525526 |
cb937946de8b8b80721fcfb693e9cc60ee69bbbd | 343 | agda | Agda | test/Succeed/MissingDefinition.agda | alex-mckenna/agda | 78b62cd24bbd570271a7153e44ad280e52ef3e29 | [
"BSD-3-Clause"
] | null | null | null | test/Succeed/MissingDefinition.agda | alex-mckenna/agda | 78b62cd24bbd570271a7153e44ad280e52ef3e29 | [
"BSD-3-Clause"
] | null | null | null | test/Succeed/MissingDefinition.agda | alex-mckenna/agda | 78b62cd24bbd570271a7153e44ad280e52ef3e29 | [
"BSD-3-Clause"
] | null | null | null | module MissingDefinition where
open import Agda.Builtin.Equality
Q : Set
data U : Set
S : Set
S = U
T : S → Set
T _ = U
V : Set
W : V → Set
private
X : Set
module AB where
data A : Set
B : (a b : A) → a ≡ b
mutual
U₂ : Set
data T₂ : U₂ → Set
V₂ : (u₂ : U₂) → T₂ u₂ → Set
data W₂ (u₂ : U₂) (t₂ : T... | 11.064516 | 49 | 0.553936 |
5018ea66e48c3cdf467466b50cef6ccc66954e76 | 68 | agda | Agda | test/Fail/Issue586a.agda | mdimjasevic/agda | 8fb548356b275c7a1e79b768b64511ae937c738b | [
"BSD-3-Clause"
] | 1,989 | 2015-01-09T23:51:16.000Z | 2022-03-30T18:20:48.000Z | test/Fail/Issue586a.agda | Seanpm2001-languages/agda | 9911f73061e21a87fad76c662463257afe02c861 | [
"BSD-2-Clause"
] | 4,066 | 2015-01-10T11:24:51.000Z | 2022-03-31T21:14:49.000Z | test/Fail/Issue586a.agda | Seanpm2001-languages/agda | 9911f73061e21a87fad76c662463257afe02c861 | [
"BSD-2-Clause"
] | 371 | 2015-01-03T14:04:08.000Z | 2022-03-30T19:00:30.000Z | -- Andreas, 2014-09-09
{-# NON_TERMINATING #-}
Foo : Set
Foo = Foo
| 11.333333 | 23 | 0.617647 |
1c57c0465453855531c5fa9a73bb78818ccd2d0e | 2,444 | agda | Agda | Cubical/Algebra/Semigroup/Morphism.agda | kiana-S/univalent-foundations | 8bdb0766260489f9c89a14f4c0f2ad26e5190dec | [
"MIT"
] | null | null | null | Cubical/Algebra/Semigroup/Morphism.agda | kiana-S/univalent-foundations | 8bdb0766260489f9c89a14f4c0f2ad26e5190dec | [
"MIT"
] | null | null | null | Cubical/Algebra/Semigroup/Morphism.agda | kiana-S/univalent-foundations | 8bdb0766260489f9c89a14f4c0f2ad26e5190dec | [
"MIT"
] | null | null | null | {-# OPTIONS --cubical --no-import-sorts --safe #-}
module Cubical.Algebra.Semigroup.Morphism where
open import Cubical.Foundations.Prelude
open import Cubical.Foundations.Equiv
open import Cubical.Foundations.Isomorphism
open import Cubical.Functions.Embedding
open import Cubical.Algebra
open import Cubical.Algebra.M... | 35.941176 | 122 | 0.739362 |
126713be631e1bec66bd6249f98ba9ee33267806 | 3,499 | agda | Agda | Cubical/Homotopy/Connected.agda | ryanorendorff/cubical | c67854d2e11aafa5677e25a09087e176fafd3e43 | [
"MIT"
] | 1 | 2020-03-23T23:52:11.000Z | 2020-03-23T23:52:11.000Z | Cubical/Homotopy/Connected.agda | ryanorendorff/cubical | c67854d2e11aafa5677e25a09087e176fafd3e43 | [
"MIT"
] | null | null | null | Cubical/Homotopy/Connected.agda | ryanorendorff/cubical | c67854d2e11aafa5677e25a09087e176fafd3e43 | [
"MIT"
] | null | null | null | {-# OPTIONS --cubical --safe #-}
module Cubical.Homotopy.Connected where
open import Cubical.Core.Everything
open import Cubical.Foundations.Everything
open import Cubical.Foundations.Function
open import Cubical.Foundations.Equiv
open import Cubical.Foundations.HLevels
open import Cubical.Foundations.Isomorphism
open... | 36.447917 | 98 | 0.589883 |
507a17629b374f8083f75179d4a28d2053e69378 | 2,723 | agda | Agda | agda-stdlib/src/Axiom/UniquenessOfIdentityProofs.agda | DreamLinuxer/popl21-artifact | fb380f2e67dcb4a94f353dbaec91624fcb5b8933 | [
"MIT"
] | 5 | 2020-10-07T12:07:53.000Z | 2020-10-10T21:41:32.000Z | agda-stdlib/src/Axiom/UniquenessOfIdentityProofs.agda | DreamLinuxer/popl21-artifact | fb380f2e67dcb4a94f353dbaec91624fcb5b8933 | [
"MIT"
] | null | null | null | agda-stdlib/src/Axiom/UniquenessOfIdentityProofs.agda | DreamLinuxer/popl21-artifact | fb380f2e67dcb4a94f353dbaec91624fcb5b8933 | [
"MIT"
] | 1 | 2021-11-04T06:54:45.000Z | 2021-11-04T06:54:45.000Z | ------------------------------------------------------------------------
-- The Agda standard library
--
-- Results concerning uniqueness of identity proofs
------------------------------------------------------------------------
{-# OPTIONS --without-K --safe #-}
module Axiom.UniquenessOfIdentityProofs where
open i... | 35.363636 | 78 | 0.576937 |
1c0519b90a4bd375549d7f6e87634b1ceb4252ae | 494 | agda | Agda | test/Fail/Issue5856.agda | favonia/agda | 8d433b967567c08afe15d04a5cb63b6f6d8884ee | [
"BSD-2-Clause"
] | null | null | null | test/Fail/Issue5856.agda | favonia/agda | 8d433b967567c08afe15d04a5cb63b6f6d8884ee | [
"BSD-2-Clause"
] | 6 | 2021-10-18T08:12:24.000Z | 2021-11-24T08:31:10.000Z | test/Fail/Issue5856.agda | antoinevanmuylder/agda | bd59d5b07ffe02a43b28d186d95e1747aac5bc8c | [
"BSD-2-Clause"
] | null | null | null | -- Andreas, 2022-03-28, issue #5856, reported by Szumi Xie.
-- Patterns in path-lambdas were simply ignored, but should be illegal.
{-# OPTIONS --cubical #-}
-- {-# OPTIONS -v tc.term.lambda:30 #-}
open import Agda.Builtin.Cubical.Path
postulate
A E : Set
a : A
data C : Set where
c : E → C
p : a ≡ a
p = λ (... | 19.76 | 81 | 0.647773 |
2324772ccbf95efab9de11df8f332af7ed2cb540 | 104,061 | agda | Agda | src/Erased/Level-1.agda | nad/equality | 402b20615cfe9ca944662380d7b2d69b0f175200 | [
"MIT"
] | 3 | 2020-05-21T22:58:50.000Z | 2021-09-02T17:18:15.000Z | src/Erased/Level-1.agda | nad/equality | 402b20615cfe9ca944662380d7b2d69b0f175200 | [
"MIT"
] | null | null | null | src/Erased/Level-1.agda | nad/equality | 402b20615cfe9ca944662380d7b2d69b0f175200 | [
"MIT"
] | null | null | null | ------------------------------------------------------------------------
-- A type for values that should be erased at run-time
------------------------------------------------------------------------
-- Most of the definitions in this module are reexported, in one way
-- or another, from Erased.
-- This module impor... | 39.870115 | 147 | 0.444066 |
0e6a9aa1ef2e36f2dfd66ad80034cbf7ef4f7dff | 11,669 | agda | Agda | old/Algebra/FreeGroupAsReducedWords.agda | danbornside/HoTT-Agda | 1695a7f3dc60177457855ae846bbd86fcd96983e | [
"MIT"
] | 294 | 2015-01-09T16:23:23.000Z | 2022-03-20T13:54:45.000Z | old/Algebra/FreeGroupAsReducedWords.agda | danbornside/HoTT-Agda | 1695a7f3dc60177457855ae846bbd86fcd96983e | [
"MIT"
] | 31 | 2015-03-05T20:09:00.000Z | 2021-10-03T19:15:25.000Z | old/Algebra/FreeGroupAsReducedWords.agda | danbornside/HoTT-Agda | 1695a7f3dc60177457855ae846bbd86fcd96983e | [
"MIT"
] | 50 | 2015-01-10T01:48:08.000Z | 2022-02-14T03:03:25.000Z | {-# OPTIONS --without-K #-}
open import Base
module Algebra.FreeGroupAsReducedWords {i} (A : Set i) (eq : has-dec-eq A) where
A-is-set : is-set A
A-is-set = dec-eq-is-set eq
data word : Set i where
ε : word
_∷_ : A → word → word
_′∷_ : A → word → word
is-reduced : word → Set i
is-reduced ε = unit
is-reduced ... | 41.675 | 80 | 0.576913 |
1266f37bd941eeab36ad9258c30015c6a73f5f15 | 269 | agda | Agda | test/Fail/Issue160.agda | mdimjasevic/agda | 8fb548356b275c7a1e79b768b64511ae937c738b | [
"BSD-3-Clause"
] | 1,989 | 2015-01-09T23:51:16.000Z | 2022-03-30T18:20:48.000Z | test/Fail/Issue160.agda | Seanpm2001-languages/agda | 9911f73061e21a87fad76c662463257afe02c861 | [
"BSD-2-Clause"
] | 4,066 | 2015-01-10T11:24:51.000Z | 2022-03-31T21:14:49.000Z | test/Fail/Issue160.agda | Seanpm2001-languages/agda | 9911f73061e21a87fad76c662463257afe02c861 | [
"BSD-2-Clause"
] | 371 | 2015-01-03T14:04:08.000Z | 2022-03-30T19:00:30.000Z |
module Issue160 where
data Bool : Set where
true : Bool
false : Bool
data _≡_ {A : Set}(x : A) : A → Set where
refl : x ≡ x
inj : ∀ {A} (f : A -> A) {a b : A} →
f a ≡ f b -> a ≡ b
inj f refl = refl
absurd : true ≡ false
absurd = inj (λ _ → true) refl
| 15.823529 | 41 | 0.524164 |
5040c23d925ea052e48fd539459f44074c40d2a7 | 3,135 | agda | Agda | Cubical/HITs/Join/Base.agda | limemloh/cubical | df4ef7edffd1c1deb3d4ff342c7178e9901c44f1 | [
"MIT"
] | 1 | 2020-03-23T23:52:11.000Z | 2020-03-23T23:52:11.000Z | Cubical/HITs/Join/Base.agda | limemloh/cubical | df4ef7edffd1c1deb3d4ff342c7178e9901c44f1 | [
"MIT"
] | null | null | null | Cubical/HITs/Join/Base.agda | limemloh/cubical | df4ef7edffd1c1deb3d4ff342c7178e9901c44f1 | [
"MIT"
] | null | null | null | {-# OPTIONS --cubical --safe #-}
module Cubical.HITs.Join.Base where
open import Cubical.Foundations.Prelude
open import Cubical.Foundations.Equiv
open import Cubical.Foundations.Isomorphism
open import Cubical.HITs.S1
open import Cubical.HITs.S3
-- redtt version : https://github.com/RedPRL/redtt/blob/master/library... | 38.703704 | 90 | 0.520893 |
4daa3027f8bae65377ab57aba428181b600f5116 | 2,694 | agda | Agda | src/Prelude/Word.agda | t-more/agda-prelude | da4fca7744d317b8843f2bc80a923972f65548d3 | [
"MIT"
] | 111 | 2015-01-05T11:28:15.000Z | 2022-02-12T23:29:26.000Z | src/Prelude/Word.agda | t-more/agda-prelude | da4fca7744d317b8843f2bc80a923972f65548d3 | [
"MIT"
] | 59 | 2016-02-09T05:36:44.000Z | 2022-01-14T07:32:36.000Z | src/Prelude/Word.agda | t-more/agda-prelude | da4fca7744d317b8843f2bc80a923972f65548d3 | [
"MIT"
] | 24 | 2015-03-12T18:03:45.000Z | 2021-04-22T06:10:41.000Z |
module Prelude.Word where
import Agda.Builtin.Word as Word
open import Prelude.Nat
open import Prelude.Number
open import Prelude.Semiring
open import Prelude.Equality
open import Prelude.Equality.Unsafe
open import Prelude.Ord
open import Prelude.Unit
open import Prelude.Function
open import Prelude.Decidable
open ... | 25.415094 | 77 | 0.695249 |
12a6238220386af3b23191863a9b1cfa45afea31 | 2,068 | agda | Agda | src/Prelude/Monoid.agda | jespercockx/agda-prelude | 1984cf0341835b2f7bfe678098bd57cfe16ea11f | [
"MIT"
] | null | null | null | src/Prelude/Monoid.agda | jespercockx/agda-prelude | 1984cf0341835b2f7bfe678098bd57cfe16ea11f | [
"MIT"
] | null | null | null | src/Prelude/Monoid.agda | jespercockx/agda-prelude | 1984cf0341835b2f7bfe678098bd57cfe16ea11f | [
"MIT"
] | null | null | null |
module Prelude.Monoid where
open import Prelude.Function
open import Prelude.Maybe
open import Prelude.List
open import Prelude.Semiring
open import Prelude.Applicative
open import Prelude.Functor
record Monoid {a} (A : Set a) : Set a where
infixr 6 _<>_
field
mempty : A
_<>_ : A → A → A
open Monoid {... | 26.857143 | 99 | 0.610735 |
1cbfd89472a49c8e0de042bf09ea0dca1341a81a | 475 | agda | Agda | test/interaction/Issue3491.agda | mdimjasevic/agda | 8fb548356b275c7a1e79b768b64511ae937c738b | [
"BSD-3-Clause"
] | 1,989 | 2015-01-09T23:51:16.000Z | 2022-03-30T18:20:48.000Z | test/interaction/Issue3491.agda | Seanpm2001-languages/agda | 9911f73061e21a87fad76c662463257afe02c861 | [
"BSD-2-Clause"
] | 4,066 | 2015-01-10T11:24:51.000Z | 2022-03-31T21:14:49.000Z | test/interaction/Issue3491.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.Equality
record Box (B : Set) : Set₁ where
constructor box
field
unbox : B
-- here: .unbox is a valid forced pattern
=box : {B : Set} {Γ₀ Γ₁ : Box B} → Box.unbox Γ₀ ≡ Box.unbox Γ₁ → Γ₀ ≡ Γ₁
=box {Γ₀ = box unbox} {box r} p = ?
open Box public
-- here: .unbox is now the name of a p... | 23.75 | 72 | 0.616842 |
cbb5314a159b110bcd9e32d4f9f13260c2c57ea9 | 420 | agda | Agda | test/Common/List.agda | alex-mckenna/agda | 78b62cd24bbd570271a7153e44ad280e52ef3e29 | [
"BSD-3-Clause"
] | 7 | 2018-11-05T22:13:36.000Z | 2018-11-06T16:38:43.000Z | test/Common/List.agda | andersk/agda | 56928ff709dcb931cb9a48c4790e5ed3739e3032 | [
"BSD-3-Clause"
] | 16 | 2018-10-08T00:32:04.000Z | 2019-09-08T13:47:04.000Z | test/Common/List.agda | xekoukou/agda-ocaml | 026a8f8473ab91f99c3f6545728e71fa847d2720 | [
"BSD-3-Clause"
] | 1 | 2019-03-05T20:02:38.000Z | 2019-03-05T20:02:38.000Z | module Common.List where
open import Agda.Builtin.List public
open import Common.Nat
infixr 5 _++_
_++_ : ∀ {a} {A : Set a} → List A → List A → List A
[] ++ ys = ys
(x ∷ xs) ++ ys = x ∷ (xs ++ ys)
map : ∀ {a b} {A : Set a} {B : Set b} → (A → B) → List A → List B
map _ [] = []
map f (x ∷ xs) = f x ∷ map ... | 22.105263 | 65 | 0.495238 |
50e6cfcbbd00e73547194f0263511d43bff5a1d4 | 548 | agda | Agda | Soundness/agda/SMain.agda | halfaya/Music | 5d9a1bbfbe52f55acf33d960763dce0872689c2b | [
"MIT"
] | 1 | 2020-11-10T04:05:28.000Z | 2020-11-10T04:05:28.000Z | Soundness/agda/SMain.agda | halfaya/Music | 5d9a1bbfbe52f55acf33d960763dce0872689c2b | [
"MIT"
] | null | null | null | Soundness/agda/SMain.agda | halfaya/Music | 5d9a1bbfbe52f55acf33d960763dce0872689c2b | [
"MIT"
] | 1 | 2020-11-10T04:05:31.000Z | 2020-11-10T04:05:31.000Z | {-# OPTIONS --erased-cubical #-}
module SMain where
open import Data.List using (map)
open import Data.Nat using (_*_)
open import Data.Unit using (⊤)
open import Midi using (IO; exportTracks; track→htrack)
open import Soundness using (soundTracks)
open import Motif using (multiplier)
main : IO ⊤
main =
... | 27.4 | 74 | 0.682482 |
126ced3f83c7326b9815078d2eeedc3fe434c66e | 5,360 | agda | Agda | Examples/XML.agda | nad/pretty | b956803ba90b6c5f57bbbaab01bb18485d948492 | [
"MIT"
] | null | null | null | Examples/XML.agda | nad/pretty | b956803ba90b6c5f57bbbaab01bb18485d948492 | [
"MIT"
] | null | null | null | Examples/XML.agda | nad/pretty | b956803ba90b6c5f57bbbaab01bb18485d948492 | [
"MIT"
] | null | null | null | ------------------------------------------------------------------------
-- Simplified XML documents
------------------------------------------------------------------------
-- This example is based on (but not identical to) one in Wadler's "A
-- prettier printer".
{-# OPTIONS --guardedness #-}
module Examples.XML w... | 30.11236 | 196 | 0.527612 |
1cd1777e559a12577c81dd70feb29103e399b0b3 | 7,432 | agda | Agda | Numeral/CoordinateVector.agda | Lolirofle/stuff-in-agda | 70f4fba849f2fd779c5aaa5af122ccb6a5b271ba | [
"MIT"
] | 6 | 2020-04-07T17:58:13.000Z | 2022-02-05T06:53:22.000Z | Numeral/CoordinateVector.agda | Lolirofle/stuff-in-agda | 70f4fba849f2fd779c5aaa5af122ccb6a5b271ba | [
"MIT"
] | null | null | null | Numeral/CoordinateVector.agda | Lolirofle/stuff-in-agda | 70f4fba849f2fd779c5aaa5af122ccb6a5b271ba | [
"MIT"
] | null | null | null | module Numeral.CoordinateVector where
import Lvl
open import Data.Boolean
open import Functional
open import Lang.Instance
open import Numeral.Finite
open import Numeral.Finite.Bound
open import Numeral.Finite.Oper
open import Numeral.Finite.Oper.Comparisons
open import Numeral.Natural
import Numeral.Natural... | 34.407407 | 119 | 0.569833 |
4d6091193fa82bcf3dfe82b9f5a6bf77c75822f3 | 2,308 | agda | Agda | examples/examplesPaperJFP/CounterCell.agda | agda/ooAgda | 7cc45e0148a4a508d20ed67e791544c30fecd795 | [
"MIT"
] | 23 | 2016-06-19T12:57:55.000Z | 2020-10-12T23:15:25.000Z | examples/examplesPaperJFP/CounterCell.agda | agda/ooAgda | 7cc45e0148a4a508d20ed67e791544c30fecd795 | [
"MIT"
] | null | null | null | examples/examplesPaperJFP/CounterCell.agda | agda/ooAgda | 7cc45e0148a4a508d20ed67e791544c30fecd795 | [
"MIT"
] | 2 | 2018-09-01T15:02:37.000Z | 2022-03-12T11:41:00.000Z | module examplesPaperJFP.CounterCell where
open import Data.Product
open import Data.Nat.Base
open import Data.Nat.Show
open import Data.String.Base using (String; _++_)
open import Size
-- open import NativeIO
-- open import SizedIO.Base
-- open import SizedIO.Object
-- open import SizedIO.IOObject
-- open import S... | 32.971429 | 110 | 0.629983 |
fb55825eecdcabc7543dc1794bbd8658f356f29f | 1,316 | agda | Agda | examples/outdated-and-incorrect/tait/Trans.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/tait/Trans.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/tait/Trans.agda | Seanpm2001-languages/agda | 9911f73061e21a87fad76c662463257afe02c861 | [
"BSD-2-Clause"
] | 371 | 2015-01-03T14:04:08.000Z | 2022-03-30T19:00:30.000Z |
module Trans where
open import Prelude
Rel : Set -> Set1
Rel A = A -> A -> Set
data [_]* {A : Set}(R : Rel A)(x : A) : A -> Set where
ref : [ R ]* x x
_▹_ : {y z : A} -> R x y -> [ R ]* y z -> [ R ]* x z
infixr 40 _▹_ _▹◃_
length : {A : Set}{R : Rel A}{x y : A} -> [ R ]* x y -> Nat
length ref = zero
leng... | 29.244444 | 63 | 0.417173 |
393678dacb153b3ba087998acd2809e96d7cfe5c | 36 | agda | Agda | Categories/Object/Zero.agda | copumpkin/categories | 36f4181d751e2ecb54db219911d8c69afe8ba892 | [
"BSD-3-Clause"
] | 98 | 2015-04-15T14:57:33.000Z | 2022-03-08T05:20:36.000Z | Categories/Object/Zero.agda | p-pavel/categories | e41aef56324a9f1f8cf3cd30b2db2f73e01066f2 | [
"BSD-3-Clause"
] | 19 | 2015-05-23T06:47:10.000Z | 2019-08-09T16:31:40.000Z | Categories/Object/Zero.agda | p-pavel/categories | e41aef56324a9f1f8cf3cd30b2db2f73e01066f2 | [
"BSD-3-Clause"
] | 23 | 2015-02-05T13:03:09.000Z | 2021-11-11T13:50:56.000Z | module Categories.Object.Zero where
| 18 | 35 | 0.861111 |
12e085c420e60842fbe5d9d97dcbdb61ae7e08b5 | 9,133 | agda | Agda | soundness/ProofUtilities.agda | frelindb/agsyHOL | 032efd5f42e4b56d436ac8e0c3c0f5127b8dc1f7 | [
"MIT"
] | 17 | 2015-09-04T14:38:28.000Z | 2021-03-19T20:53:45.000Z | soundness/ProofUtilities.agda | frelindb/agsyHOL | 032efd5f42e4b56d436ac8e0c3c0f5127b8dc1f7 | [
"MIT"
] | null | null | null | soundness/ProofUtilities.agda | frelindb/agsyHOL | 032efd5f42e4b56d436ac8e0c3c0f5127b8dc1f7 | [
"MIT"
] | 3 | 2016-05-17T20:28:10.000Z | 2022-01-15T11:51:19.000Z | module ProofUtilities where
-- open import Data.Nat hiding (_>_)
open import StdLibStuff
open import Syntax
open import FSC
mutual
hn-left-i : {n : ℕ} {Γ-t : Ctx n} {Γ : FSC-Ctx n Γ-t} {α β : Type n} (m : ℕ) (S : Form Γ-t β → Form Γ-t α) (F : Form Γ-t β) (G : Form Γ-t α) → Γ ⊢ α ∋ S (headNorm m F) ↔ G → Γ ⊢ α ∋ S... | 48.068421 | 257 | 0.4902 |
c5a8029189e0ce96b3a7dba043c97bd0f17262e7 | 14,155 | agda | Agda | src/fot/FOTC/Data/Nat/Inequalities/PropertiesI.agda | asr/fotc | 2fc9f2b81052a2e0822669f02036c5750371b72d | [
"MIT"
] | 11 | 2015-09-03T20:53:42.000Z | 2021-09-12T16:09:54.000Z | src/fot/FOTC/Data/Nat/Inequalities/PropertiesI.agda | asr/fotc | 2fc9f2b81052a2e0822669f02036c5750371b72d | [
"MIT"
] | 2 | 2016-10-12T17:28:16.000Z | 2017-01-01T14:34:26.000Z | src/fot/FOTC/Data/Nat/Inequalities/PropertiesI.agda | asr/fotc | 2fc9f2b81052a2e0822669f02036c5750371b72d | [
"MIT"
] | 3 | 2016-09-19T14:18:30.000Z | 2018-03-14T08:50:00.000Z | ------------------------------------------------------------------------------
-- Properties of the inequalities
------------------------------------------------------------------------------
{-# OPTIONS --exact-split #-}
{-# OPTIONS --no-sized-types #-}
{-# OPTIONS --no-universe-polymorphism #-... | 38.256757 | 88 | 0.440834 |
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.