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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
1c63aa1489bf037972fb4ad77ef350639fce94f1 | 14,931 | agda | Agda | extra/extra/Value.agda | krzygorz/plfa.github.io | 10a3203624f2ea937b3892176db5de825d0c46b4 | [
"CC-BY-4.0"
] | 1,003 | 2018-07-05T18:15:14.000Z | 2022-03-27T07:03:28.000Z | extra/extra/Value.agda | krzygorz/plfa.github.io | 10a3203624f2ea937b3892176db5de825d0c46b4 | [
"CC-BY-4.0"
] | 323 | 2018-07-05T22:34:34.000Z | 2022-03-30T07:42:57.000Z | extra/extra/Value.agda | krzygorz/plfa.github.io | 10a3203624f2ea937b3892176db5de825d0c46b4 | [
"CC-BY-4.0"
] | 304 | 2018-07-16T18:24:59.000Z | 2022-03-28T11:35:02.000Z | open import Data.Nat using (ℕ; suc ; zero; _+_; _≤′_; _<′_; _<_; _≤_;
z≤n; s≤s; ≤′-refl; ≤′-step; _≟_) renaming (_⊔_ to max)
open import Data.Nat.Properties
using (n≤0⇒n≡0; ≤-refl; ≤-trans; m≤m⊔n; n≤m⊔n; ≤-step; ⊔-mono-≤;
+-mono-≤; +-mono-≤-<; +-mono-<-≤; +-comm; +-assoc; n≤1+n;
≤-pred; m≤m+n; ... | 34.01139 | 92 | 0.428705 |
0bfba2fba888a23b282ecce7f8e107b78509390d | 2,448 | agda | Agda | test/Succeed/AbstractCoinduction.agda | alex-mckenna/agda | 78b62cd24bbd570271a7153e44ad280e52ef3e29 | [
"BSD-3-Clause"
] | 1 | 2021-07-07T10:49:57.000Z | 2021-07-07T10:49:57.000Z | test/Succeed/AbstractCoinduction.agda | andersk/agda | 56928ff709dcb931cb9a48c4790e5ed3739e3032 | [
"BSD-3-Clause"
] | null | null | null | test/Succeed/AbstractCoinduction.agda | andersk/agda | 56928ff709dcb931cb9a48c4790e5ed3739e3032 | [
"BSD-3-Clause"
] | null | null | null | -- Andreas, 2016-10-03, re issue #2231
-- Testing whether the musical coinduction works fine in abstract blocks
module AbstractCoinduction where
{-# BUILTIN INFINITY ∞_ #-}
{-# BUILTIN SHARP ♯_ #-}
{-# BUILTIN FLAT ♭ #-}
infixr 5 _≺_
abstract
-------------------------------------------------------------... | 25.5 | 74 | 0.4375 |
4dafe24d626379cda66d4c38bd7f8897416ce5da | 1,653 | agda | Agda | BasicIPC/Metatheory/Gentzen-BasicTarski.agda | mietek/hilbert-gentzen | fcd187db70f0a39b894fe44fad0107f61849405c | [
"X11"
] | 29 | 2016-07-03T18:51:56.000Z | 2022-01-01T10:29:18.000Z | BasicIPC/Metatheory/Gentzen-BasicTarski.agda | mietek/hilbert-gentzen | fcd187db70f0a39b894fe44fad0107f61849405c | [
"X11"
] | 1 | 2018-06-10T09:11:22.000Z | 2018-06-10T09:11:22.000Z | BasicIPC/Metatheory/Gentzen-BasicTarski.agda | mietek/hilbert-gentzen | fcd187db70f0a39b894fe44fad0107f61849405c | [
"X11"
] | null | null | null | module BasicIPC.Metatheory.Gentzen-BasicTarski where
open import BasicIPC.Syntax.Gentzen public
open import BasicIPC.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... | 38.44186 | 74 | 0.476709 |
230e88b314c32d4d85b4f98f7fb1bdb80597591a | 13,051 | agda | Agda | Cubical/Foundations/Univalence.agda | jorge-jbs/cubical | ebbe824fda41ab6524b62a42959665be4e67b847 | [
"MIT"
] | null | null | null | Cubical/Foundations/Univalence.agda | jorge-jbs/cubical | ebbe824fda41ab6524b62a42959665be4e67b847 | [
"MIT"
] | null | null | null | Cubical/Foundations/Univalence.agda | jorge-jbs/cubical | ebbe824fda41ab6524b62a42959665be4e67b847 | [
"MIT"
] | null | null | null | {-
Proof of the standard formulation of the univalence theorem and
various consequences of univalence
- Re-exports Glue types from Cubical.Core.Glue
- The ua constant and its computation rule (up to a path)
- Proof of univalence using that unglue is an equivalence ([EquivContr])
- Equivalence induction ([EquivJ], [el... | 41.96463 | 101 | 0.517968 |
4d4a582aaa8ba1d1e9bf9e4b44b6305cd2b69ce8 | 551 | agda | Agda | Cats/End.agda | alessio-b-zak/cats | a3b69911c4c6ec380ddf6a0f4510d3a755734b86 | [
"MIT"
] | null | null | null | Cats/End.agda | alessio-b-zak/cats | a3b69911c4c6ec380ddf6a0f4510d3a755734b86 | [
"MIT"
] | null | null | null | Cats/End.agda | alessio-b-zak/cats | a3b69911c4c6ec380ddf6a0f4510d3a755734b86 | [
"MIT"
] | null | null | null | module Cats.End where
open import Level using (_⊔_)
open import Cats.Category
open import Cats.Category.Wedges using (Wedge ; Wedges)
open import Cats.Profunctor
module _ {lo la l≈ lo′ la′ l≈′}
{C : Category lo la l≈} {D : Category lo′ la′ l≈′}
where
IsEnd : {F : Profunctor C C D} → Wedge F → Set (lo ⊔ la ⊔ ... | 22.958333 | 76 | 0.6098 |
0e36c66f7be1245dba73d51adc91f3ed56c2098e | 458 | agda | Agda | Numbers/Modulo/Definition.agda | Smaug123/agdaproofs | 0f4230011039092f58f673abcad8fb0652e6b562 | [
"MIT"
] | 4 | 2019-08-08T12:44:19.000Z | 2022-01-28T06:04:15.000Z | Numbers/Modulo/Definition.agda | Smaug123/agdaproofs | 0f4230011039092f58f673abcad8fb0652e6b562 | [
"MIT"
] | 14 | 2019-01-06T21:11:59.000Z | 2020-04-11T11:03:39.000Z | Numbers/Modulo/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 Numbers.Naturals.Semiring
open import Numbers.Naturals.Order
module Numbers.Modulo.Definition where
record ℤn (n : ℕ) .(pr : 0 <N n) : Set where
field
x : ℕ
.xLess : x <N n
equalityZn : {n : ℕ} .{pr : 0 <N n} → {a b... | 28.625 | 97 | 0.611354 |
fb29ad119fb915c1ed8587646d3834897111c9cc | 23,024 | agda | Agda | Definition/LogicalRelation/ShapeView.agda | CoqHott/logrel-mltt | e0eeebc4aa5ed791ce3e7c0dc9531bd113dfcc04 | [
"MIT"
] | 2 | 2018-06-21T08:39:01.000Z | 2022-01-17T16:13:53.000Z | Definition/LogicalRelation/ShapeView.agda | CoqHott/logrel-mltt | e0eeebc4aa5ed791ce3e7c0dc9531bd113dfcc04 | [
"MIT"
] | null | null | null | Definition/LogicalRelation/ShapeView.agda | CoqHott/logrel-mltt | e0eeebc4aa5ed791ce3e7c0dc9531bd113dfcc04 | [
"MIT"
] | 2 | 2022-01-26T14:55:51.000Z | 2022-02-15T19:42:19.000Z | {-# OPTIONS --safe #-}
open import Definition.Typed.EqualityRelation
module Definition.LogicalRelation.ShapeView {{eqrel : EqRelSet}} where
open EqRelSet {{...}}
open import Definition.Untyped as U
open import Definition.Typed
open import Definition.Typed.Weakening
open import Definition.Typed.Properties
open import... | 53.544186 | 146 | 0.493007 |
c5739c3a79b770e5a4046ffc1c28cf6c354c8a90 | 802 | agda | Agda | Cubical/Data/InfNat/Base.agda | kiana-S/univalent-foundations | 8bdb0766260489f9c89a14f4c0f2ad26e5190dec | [
"MIT"
] | null | null | null | Cubical/Data/InfNat/Base.agda | kiana-S/univalent-foundations | 8bdb0766260489f9c89a14f4c0f2ad26e5190dec | [
"MIT"
] | null | null | null | Cubical/Data/InfNat/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 --no-exact-split --safe #-}
module Cubical.Data.InfNat.Base where
open import Cubical.Data.Nat as ℕ using (ℕ)
open import Cubical.Core.Primitives
data ℕ+∞ : Type₀ where
∞ : ℕ+∞
fin : ℕ → ℕ+∞
suc : ℕ+∞ → ℕ+∞
suc ∞ = ∞
suc (fin n) = fin (ℕ.suc n)
zero : ℕ+∞
zero = fin ℕ.ze... | 21.675676 | 67 | 0.450125 |
c5746e01e318061c86143675460246c4881d6d4f | 18,695 | agda | Agda | agda/course/2017-conor_mcbride_cs410/CS410-17-master/exercises/Ex1-HC.agda | haroldcarr/learn-haskell-coq-ml-etc | 3dc7abca7ad868316bb08f31c77fbba0d3910225 | [
"Unlicense"
] | 36 | 2015-01-29T14:37:15.000Z | 2021-07-30T06:55:03.000Z | agda/course/2017-conor_mcbride_cs410/CS410-17-master/exercises/Ex1-HC.agda | haroldcarr/learn-haskell-coq-ml-etc | 3dc7abca7ad868316bb08f31c77fbba0d3910225 | [
"Unlicense"
] | null | null | null | agda/course/2017-conor_mcbride_cs410/CS410-17-master/exercises/Ex1-HC.agda | haroldcarr/learn-haskell-coq-ml-etc | 3dc7abca7ad868316bb08f31c77fbba0d3910225 | [
"Unlicense"
] | 8 | 2015-04-13T21:40:15.000Z | 2021-09-21T15:58:10.000Z | {-# OPTIONS --allow-unsolved-metas #-}
------------------------------------------------------------------------------
------------------------------------------------------------------------------
-- CS410 2017/18 Exercise 1 VECTORS AND FRIENDS (worth 25%)
--------------------------------------------------------------... | 36.021195 | 96 | 0.383365 |
18271ec96129fb954a4206fe709dd02717173474 | 245 | agda | Agda | src/Algebra/Linear.agda | felko/linear-algebra | d87c5a1eb5dd0569238272e67bce1899616b789a | [
"MIT"
] | 15 | 2019-11-02T14:11:00.000Z | 2020-12-30T06:18:08.000Z | src/Algebra/Linear.agda | felko/linear-algebra | d87c5a1eb5dd0569238272e67bce1899616b789a | [
"MIT"
] | null | null | null | src/Algebra/Linear.agda | felko/linear-algebra | d87c5a1eb5dd0569238272e67bce1899616b789a | [
"MIT"
] | null | null | null | {-# OPTIONS --without-K --safe #-}
module Algebra.Linear where
open import Algebra.Linear.Core public
open import Algebra.Linear.Construct public
open import Algebra.Linear.Morphism public
open import Algebra.Linear.Structures public
| 27.222222 | 44 | 0.77551 |
4d34edb6a126710dc87a9296ac1f19786fd2aa5f | 7,966 | agda | Agda | Cubical/Algebra/Group/Instances/IntMod.agda | guilhermehas/cubical | ce3120d3f8d692847b2744162bcd7a01f0b687eb | [
"MIT"
] | 1 | 2021-10-31T17:32:49.000Z | 2021-10-31T17:32:49.000Z | Cubical/Algebra/Group/Instances/IntMod.agda | guilhermehas/cubical | ce3120d3f8d692847b2744162bcd7a01f0b687eb | [
"MIT"
] | null | null | null | Cubical/Algebra/Group/Instances/IntMod.agda | guilhermehas/cubical | ce3120d3f8d692847b2744162bcd7a01f0b687eb | [
"MIT"
] | null | null | null | {-# OPTIONS --safe #-}
module Cubical.Algebra.Group.Instances.IntMod where
open import Cubical.Foundations.Prelude
open import Cubical.Foundations.Isomorphism
open import Cubical.Foundations.HLevels
open import Cubical.Data.Empty as ⊥
open import Cubical.Data.Unit
open import Cubical.Data.Bool hiding (isProp≤)
open i... | 39.241379 | 81 | 0.549711 |
1813f877030cd6c9392d57e9d8f48bacd0c24969 | 559 | agda | Agda | test/Succeed/Issue2998.agda | mdimjasevic/agda | 8fb548356b275c7a1e79b768b64511ae937c738b | [
"BSD-3-Clause"
] | 1,989 | 2015-01-09T23:51:16.000Z | 2022-03-30T18:20:48.000Z | test/Succeed/Issue2998.agda | Seanpm2001-languages/agda | 9911f73061e21a87fad76c662463257afe02c861 | [
"BSD-2-Clause"
] | 4,066 | 2015-01-10T11:24:51.000Z | 2022-03-31T21:14:49.000Z | test/Succeed/Issue2998.agda | Seanpm2001-languages/agda | 9911f73061e21a87fad76c662463257afe02c861 | [
"BSD-2-Clause"
] | 371 | 2015-01-03T14:04:08.000Z | 2022-03-30T19:00:30.000Z | -- Reported by Nisse on 2018-03-13
-- The `x` in the parent pattern was eta-expanded to `record{}`,
-- but with-abstraction didn't like this.
open import Agda.Builtin.Equality
record R : Set where
postulate
easy : (A : Set) → A
F : (x : R) → Set₁
F x with easy (x ≡ x)
F x | refl with Set
F x | refl | _ = Set
--... | 22.36 | 65 | 0.683363 |
d0baa68274de613113fe0338b93de9849331c8a6 | 3,413 | agda | Agda | Cubical/HITs/Ints/DiffInt/Base.agda | Edlyr/cubical | 5de11df25b79ee49d5c084fbbe6dfc66e4147a2e | [
"MIT"
] | null | null | null | Cubical/HITs/Ints/DiffInt/Base.agda | Edlyr/cubical | 5de11df25b79ee49d5c084fbbe6dfc66e4147a2e | [
"MIT"
] | null | null | null | Cubical/HITs/Ints/DiffInt/Base.agda | Edlyr/cubical | 5de11df25b79ee49d5c084fbbe6dfc66e4147a2e | [
"MIT"
] | null | null | null | {-# OPTIONS --cubical --no-import-sorts --safe #-}
module Cubical.HITs.Ints.DiffInt.Base where
open import Cubical.Foundations.Prelude
open import Cubical.HITs.SetQuotients
open import Cubical.Foundations.Isomorphism
open import Cubical.Data.Sigma
open import Cubical.Data.Nat hiding (+-comm ; +-assoc) renaming (_+_ ... | 40.152941 | 122 | 0.474949 |
df1114e11e271e0265439a20afa30477173d3311 | 4,418 | agda | Agda | Structure/Operator/Vector.agda | Lolirofle/stuff-in-agda | 70f4fba849f2fd779c5aaa5af122ccb6a5b271ba | [
"MIT"
] | 6 | 2020-04-07T17:58:13.000Z | 2022-02-05T06:53:22.000Z | Structure/Operator/Vector.agda | Lolirofle/stuff-in-agda | 70f4fba849f2fd779c5aaa5af122ccb6a5b271ba | [
"MIT"
] | null | null | null | Structure/Operator/Vector.agda | Lolirofle/stuff-in-agda | 70f4fba849f2fd779c5aaa5af122ccb6a5b271ba | [
"MIT"
] | null | null | null | module Structure.Operator.Vector where
open import Functional using (swap)
import Lvl
open import Logic
open import Logic.Propositional
open import Structure.Setoid
open import Structure.Operator.Field
open import Structure.Operator.Group
open import Structure.Operator.Monoid
import Structure.Operator.Names ... | 36.816667 | 117 | 0.546627 |
12a247a950219a1c574c869f366e3240987e6c4a | 956 | agda | Agda | test/Succeed/Issue3246.agda | cagix/agda | cc026a6a97a3e517bb94bafa9d49233b067c7559 | [
"BSD-2-Clause"
] | 1,989 | 2015-01-09T23:51:16.000Z | 2022-03-30T18:20:48.000Z | test/Succeed/Issue3246.agda | Seanpm2001-languages/agda | 9911f73061e21a87fad76c662463257afe02c861 | [
"BSD-2-Clause"
] | 4,066 | 2015-01-10T11:24:51.000Z | 2022-03-31T21:14:49.000Z | test/Succeed/Issue3246.agda | Seanpm2001-languages/agda | 9911f73061e21a87fad76c662463257afe02c861 | [
"BSD-2-Clause"
] | 371 | 2015-01-03T14:04:08.000Z | 2022-03-30T19:00:30.000Z | -- Andreas, 2018-10-29, issue #3246
-- More things are now allowed in mutual blocks.
-- @mutual@ just pushes the definition parts to the bottom.
-- Definitions exist for data, record, functions, and pattern synonyms.
{-# OPTIONS --guardedness #-}
postulate Float : Set
{-# BUILTIN FLOAT Float #-} -- not (yet) allo... | 19.510204 | 71 | 0.649582 |
c592d46ed874a6842987632ef070e1bb8f1d54d6 | 12,586 | agda | Agda | Cubical/Foundations/HLevels.agda | Rotsor/cubical | d55cd4834ca1f171f58b4a0c46b804ea6d18191f | [
"MIT"
] | null | null | null | Cubical/Foundations/HLevels.agda | Rotsor/cubical | d55cd4834ca1f171f58b4a0c46b804ea6d18191f | [
"MIT"
] | null | null | null | Cubical/Foundations/HLevels.agda | Rotsor/cubical | d55cd4834ca1f171f58b4a0c46b804ea6d18191f | [
"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.481159 | 150 | 0.540521 |
fbbd3661af2f81c0eb741eed8b428d82b2e5c8cc | 2,142 | agda | Agda | Globular-TT/Eqdec-syntax.agda | ThiBen/catt-formalization | ed45935b38d6a86fa662f561866140122ee3dcef | [
"MIT"
] | 2 | 2020-05-01T08:26:53.000Z | 2020-05-20T00:41:09.000Z | Globular-TT/Eqdec-syntax.agda | ThiBen/catt-formalization | ed45935b38d6a86fa662f561866140122ee3dcef | [
"MIT"
] | null | null | null | Globular-TT/Eqdec-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.Eqdec-syntax {l}
(index : Set l) (eqdec-index : eqdec index) where
open import Globular-TT.Syntax index
eqdec-Ty : eqdec Pre-T... | 47.6 | 121 | 0.419234 |
fb0651903caa0db4f8c81582593324d595354821 | 5,611 | agda | Agda | Structure/Relator.agda | Lolirofle/stuff-in-agda | 70f4fba849f2fd779c5aaa5af122ccb6a5b271ba | [
"MIT"
] | 6 | 2020-04-07T17:58:13.000Z | 2022-02-05T06:53:22.000Z | Structure/Relator.agda | Lolirofle/stuff-in-agda | 70f4fba849f2fd779c5aaa5af122ccb6a5b271ba | [
"MIT"
] | null | null | null | Structure/Relator.agda | Lolirofle/stuff-in-agda | 70f4fba849f2fd779c5aaa5af122ccb6a5b271ba | [
"MIT"
] | null | null | null | module Structure.Relator where
import Lvl
open import Functional using (_∘₂_)
open import Functional.Dependent
open import Lang.Instance
open import Logic
open import Logic.Propositional
open import Structure.Setoid
open import Structure.Relator.Names
open import Structure.Relator.Properties
open import Syntax.Functio... | 55.009804 | 162 | 0.663162 |
5065f13c75df4ba68fcfb4f294e4bf9ab7d2a742 | 531 | agda | Agda | Data/Boolean.agda | Lolirofle/stuff-in-agda | 70f4fba849f2fd779c5aaa5af122ccb6a5b271ba | [
"MIT"
] | 6 | 2020-04-07T17:58:13.000Z | 2022-02-05T06:53:22.000Z | Data/Boolean.agda | Lolirofle/stuff-in-agda | 70f4fba849f2fd779c5aaa5af122ccb6a5b271ba | [
"MIT"
] | null | null | null | Data/Boolean.agda | Lolirofle/stuff-in-agda | 70f4fba849f2fd779c5aaa5af122ccb6a5b271ba | [
"MIT"
] | null | null | null | module Data.Boolean where
import Lvl
open import Type
-- Boolean type
data Bool : Type{Lvl.𝟎} where
𝑇 : Bool -- Represents truth
𝐹 : Bool -- Represents falsity
{-# BUILTIN BOOL Bool #-}
{-# BUILTIN TRUE 𝑇 #-}
{-# BUILTIN FALSE 𝐹 #-}
elim : ∀{ℓ}{T : Bool → Type{ℓ}} → T(𝑇) → T(𝐹) → ((b : Bool) → T(b))
el... | 19.666667 | 67 | 0.587571 |
10ba03a5545ee26c676b3ee95a49fada4c6e021f | 1,855 | agda | Agda | test/Fail/Issue1946-4.agda | caryoscelus/agda | 98d6f195fe672e54ef0389b4deb62e04e3e98327 | [
"BSD-3-Clause"
] | null | null | null | test/Fail/Issue1946-4.agda | caryoscelus/agda | 98d6f195fe672e54ef0389b4deb62e04e3e98327 | [
"BSD-3-Clause"
] | null | null | null | test/Fail/Issue1946-4.agda | caryoscelus/agda | 98d6f195fe672e54ef0389b4deb62e04e3e98327 | [
"BSD-3-Clause"
] | null | null | null | -- A minor variant of code reported by Andreas Abel.
-- Andreas, 2011-10-04
--
-- Agda's coinduction is incompatible with initial algebras
--
-- Sized types are needed to formulate initial algebras in general:
--
{-# OPTIONS --sized-types #-}
--
-- We need to skip the positivity check since we cannot communicate
-- to... | 26.126761 | 77 | 0.644205 |
23f1df1b3343c69b46cb95f054bc1cee4742c385 | 12,234 | agda | Agda | Definition/Typed/Consequences/Inequality.agda | fhlkfy/logrel-mltt | ea83fc4f618d1527d64ecac82d7d17e2f18ac391 | [
"MIT"
] | 30 | 2017-05-20T03:05:21.000Z | 2022-03-30T18:01:07.000Z | Definition/Typed/Consequences/Inequality.agda | fhlkfy/logrel-mltt | ea83fc4f618d1527d64ecac82d7d17e2f18ac391 | [
"MIT"
] | 4 | 2017-06-22T12:49:23.000Z | 2021-02-22T10:37:24.000Z | Definition/Typed/Consequences/Inequality.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.Typed.Consequences.Inequality where
open import Definition.Untyped hiding (U≢ne; ℕ≢ne; B≢ne; U≢B; ℕ≢B)
open import Definition.Typed
open import Definition.Typed.EqRelInstance
open import Definition.LogicalRelation
open import Definition.LogicalRelation.Irrelevance
... | 33.79558 | 83 | 0.436243 |
10cd915b64022e094dcfc20eb593685faae7d609 | 159 | agda | Agda | prototyping/Luau/Var/ToString.agda | JohnnyMorganz/luau | f2191b9e4da6a4bb2d9d344ebd7941ec2f00844b | [
"MIT"
] | 1 | 2022-03-18T04:10:20.000Z | 2022-03-18T04:10:20.000Z | prototyping/Luau/Var/ToString.agda | JohnnyMorganz/luau | f2191b9e4da6a4bb2d9d344ebd7941ec2f00844b | [
"MIT"
] | null | null | null | prototyping/Luau/Var/ToString.agda | JohnnyMorganz/luau | f2191b9e4da6a4bb2d9d344ebd7941ec2f00844b | [
"MIT"
] | null | null | null | module Luau.Var.ToString where
open import Agda.Builtin.String using (String)
open import Luau.Var using (Var)
varToString : Var → String
varToString x = x
| 17.666667 | 46 | 0.767296 |
d0aa5d3a1c8e276aa299609e1fdc7a075408468e | 1,063 | agda | Agda | src/Categories/Category/Construction/SetoidDiscrete.agda | yourboynico/agda-categories | 6a087c592dbe58fc4bd9d02e1be9b94a9e138aca | [
"MIT"
] | 279 | 2019-06-01T14:36:40.000Z | 2022-03-22T00:40:14.000Z | src/Categories/Category/Construction/SetoidDiscrete.agda | seanpm2001/agda-categories | d9e4f578b126313058d105c61707d8c8ae987fa8 | [
"MIT"
] | 236 | 2019-06-01T14:53:54.000Z | 2022-03-28T14:31:43.000Z | src/Categories/Category/Construction/SetoidDiscrete.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.Construction.SetoidDiscrete where
open import Data.Unit using (⊤; tt)
open import Function using (flip)
open import Level using (Lift; lift)
open import Relation.Binary using (Setoid; IsEquivalence)
open import Categories.Category.Core using (Category)
ope... | 30.371429 | 68 | 0.651929 |
390a0078c4784b5644517431d823e544f181632e | 4,423 | agda | Agda | src/SizedIO/coIOIOObject.agda | agda/ooAgda | 7cc45e0148a4a508d20ed67e791544c30fecd795 | [
"MIT"
] | 23 | 2016-06-19T12:57:55.000Z | 2020-10-12T23:15:25.000Z | src/SizedIO/coIOIOObject.agda | agda/ooAgda | 7cc45e0148a4a508d20ed67e791544c30fecd795 | [
"MIT"
] | null | null | null | src/SizedIO/coIOIOObject.agda | agda/ooAgda | 7cc45e0148a4a508d20ed67e791544c30fecd795 | [
"MIT"
] | 2 | 2018-09-01T15:02:37.000Z | 2022-03-12T11:41:00.000Z | module SizedIO.coIOIOObject where
open import Data.Unit.Base
open import Data.Product
open import Data.String.Base
open import Size
open import SizedIO.Object
open import SizedIO.Base
open import SizedIO.Console
open import SizedIO.coIOIO
-- open import SizedIO.IOObject
record IOObject' (i : Size) (iface : Interf... | 32.050725 | 135 | 0.582636 |
fb189a2ac0c648021e4bf61b3378c80a25582b0e | 8,092 | agda | Agda | src/Web/Semantic/DL/Category/Wiring.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/Wiring.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/Wiring.agda | agda/agda-web-semantic | 8ddbe83965a616bff6fc7a237191fa261fa78bab | [
"MIT"
] | 3 | 2017-12-03T14:52:09.000Z | 2022-03-12T11:40:03.000Z | open import Data.List using ( List ; [] ; _∷_ )
open import Data.List.Any using ( here ; there )
open import Data.Product using ( _,_ ; proj₁ ; proj₂ )
open import Data.Sum using ( inj₁ ; inj₂ )
open import Relation.Binary.PropositionalEquality using
( refl ; sym ; trans ; subst₂ )
open import Relation.Unary using ( ... | 39.281553 | 81 | 0.532254 |
10e5b9d8c4234ce1c7445086e2e1066dc84c2e02 | 305 | agda | Agda | src/data/lib/prim/Agda/Builtin/Word.agda | cagix/agda | cc026a6a97a3e517bb94bafa9d49233b067c7559 | [
"BSD-2-Clause"
] | 1,989 | 2015-01-09T23:51:16.000Z | 2022-03-30T18:20:48.000Z | src/data/lib/prim/Agda/Builtin/Word.agda | Seanpm2001-languages/agda | 9911f73061e21a87fad76c662463257afe02c861 | [
"BSD-2-Clause"
] | 4,066 | 2015-01-10T11:24:51.000Z | 2022-03-31T21:14:49.000Z | src/data/lib/prim/Agda/Builtin/Word.agda | Seanpm2001-languages/agda | 9911f73061e21a87fad76c662463257afe02c861 | [
"BSD-2-Clause"
] | 371 | 2015-01-03T14:04:08.000Z | 2022-03-30T19:00:30.000Z | {-# OPTIONS --without-K --safe --no-universe-polymorphism
--no-sized-types --no-guardedness #-}
module Agda.Builtin.Word where
open import Agda.Builtin.Nat
postulate Word64 : Set
{-# BUILTIN WORD64 Word64 #-}
primitive
primWord64ToNat : Word64 → Nat
primWord64FromNat : Nat → Word64
| 21.785714 | 57 | 0.695082 |
cbceeedbfd9d2a6315f30d3f9cbfe42bd0c3e187 | 3,439 | agda | Agda | StructurallyRecursiveDescentParsing/Grammar.agda | nad/parser-combinators | 76774f54f466cfe943debf2da731074fe0c33644 | [
"MIT"
] | 1 | 2020-07-03T08:56:13.000Z | 2020-07-03T08:56:13.000Z | StructurallyRecursiveDescentParsing/Grammar.agda | nad/parser-combinators | 76774f54f466cfe943debf2da731074fe0c33644 | [
"MIT"
] | null | null | null | StructurallyRecursiveDescentParsing/Grammar.agda | nad/parser-combinators | 76774f54f466cfe943debf2da731074fe0c33644 | [
"MIT"
] | null | null | null | ------------------------------------------------------------------------
-- Parsers containing non-terminals, and grammars using such parsers
------------------------------------------------------------------------
module StructurallyRecursiveDescentParsing.Grammar where
open import Data.Bool
open import Data.Empty
o... | 32.752381 | 72 | 0.548124 |
1c7bba2f786e520482ebc777c00a34ad10d13b80 | 9,778 | agda | Agda | Cubical/Algebra/Ring/Base.agda | howsiyu/cubical | 1b9c97a2140fe96fe636f4c66beedfd7b8096e8f | [
"MIT"
] | null | null | null | Cubical/Algebra/Ring/Base.agda | howsiyu/cubical | 1b9c97a2140fe96fe636f4c66beedfd7b8096e8f | [
"MIT"
] | null | null | null | Cubical/Algebra/Ring/Base.agda | howsiyu/cubical | 1b9c97a2140fe96fe636f4c66beedfd7b8096e8f | [
"MIT"
] | null | null | null | {-# OPTIONS --safe #-}
module Cubical.Algebra.Ring.Base where
open import Cubical.Foundations.Prelude
open import Cubical.Foundations.Equiv
open import Cubical.Foundations.Equiv.HalfAdjoint
open import Cubical.Foundations.Function
open import Cubical.Foundations.HLevels
open import Cubical.Foundations.Isomorphism
open... | 34.551237 | 103 | 0.526181 |
1ce72a68545ea0951345a24e1b8bd4db7661416b | 120,837 | agda | Agda | complexity/complexity-final/Interp-WithFlatrec.agda | benhuds/Agda | 2404a6ef2688f879bda89860bb22f77664ad813e | [
"MIT"
] | 2 | 2016-04-26T20:22:22.000Z | 2019-08-08T12:27:18.000Z | complexity/complexity-final/Interp-WithFlatrec.agda | benhuds/Agda | 2404a6ef2688f879bda89860bb22f77664ad813e | [
"MIT"
] | 1 | 2020-03-23T08:39:04.000Z | 2020-05-12T00:32:45.000Z | complexity/complexity-final/Interp-WithFlatrec.agda | benhuds/Agda | 2404a6ef2688f879bda89860bb22f77664ad813e | [
"MIT"
] | null | null | null | {- NEW INTERP WITH RREC -}
{-# OPTIONS --no-termination-check #-}
open import Preliminaries
open import Preorder
open import Pilot-WithFlatrec
module Interp-WithFlatrec where
-- interpret complexity types as preorders
[_]t : CTp → PREORDER
[ unit ]t = unit-p
[ nat ]t = Nat , ♭nat-p
[ τ ->c τ₁ ]t = [ τ ]t ... | 65.815359 | 172 | 0.509753 |
4d300b0c6b16567f044c75fc20d7e34bee09630b | 698 | agda | Agda | agda/HITs/PropositionalTruncation/Sugar.agda | oisdk/combinatorics-paper | 3c176d4690566d81611080e9378f5a178b39b851 | [
"MIT"
] | null | null | null | agda/HITs/PropositionalTruncation/Sugar.agda | oisdk/combinatorics-paper | 3c176d4690566d81611080e9378f5a178b39b851 | [
"MIT"
] | null | null | null | agda/HITs/PropositionalTruncation/Sugar.agda | oisdk/combinatorics-paper | 3c176d4690566d81611080e9378f5a178b39b851 | [
"MIT"
] | null | null | null | {-# OPTIONS --cubical --safe #-}
module HITs.PropositionalTruncation.Sugar where
open import Cubical.HITs.PropositionalTruncation
open import Level
_=<<_ : ∀ {a} {A : Type a} {b} {B : ∥ A ∥ → Type b}
→ ((x : A) → ∥ B ∣ x ∣ ∥) → (xs : ∥ A ∥) → ∥ B xs ∥
_=<<_ = elimPropTrunc (λ _ → squash)
_>>=_ : ∀ {a} {A : Ty... | 22.516129 | 62 | 0.441261 |
123c1d97f0550cd82b2b9717c15b61a572ee93a9 | 4,964 | agda | Agda | src/Bf/Mp.agda | mietek/formal-logic | 2dd761bfa96ccda089888e8defa6814776fa2922 | [
"X11"
] | 26 | 2015-08-31T09:49:52.000Z | 2021-11-13T12:37:44.000Z | src/Bf/Mp.agda | mietek/formal-logic | 2dd761bfa96ccda089888e8defa6814776fa2922 | [
"X11"
] | null | null | null | src/Bf/Mp.agda | mietek/formal-logic | 2dd761bfa96ccda089888e8defa6814776fa2922 | [
"X11"
] | null | null | null | -- Minimal propositional logic, de Bruijn approach, final encoding
module Bf.Mp where
open import Lib using (List; _,_; LMem; lzero; lsuc)
-- Types
infixl 2 _&&_
infixl 1 _||_
infixr 0 _=>_
data Ty : Set where
UNIT : Ty
_=>_ : Ty -> Ty -> Ty
_&&_ : Ty -> Ty -> Ty
_||_ : Ty -> Ty -> Ty
FAL... | 20.016129 | 94 | 0.397462 |
0b23c146cc2c04909f07dd492cef030970354b0d | 348 | agda | Agda | test/Common/Bool.agda | favonia/agda | 8d433b967567c08afe15d04a5cb63b6f6d8884ee | [
"BSD-2-Clause"
] | null | null | null | test/Common/Bool.agda | favonia/agda | 8d433b967567c08afe15d04a5cb63b6f6d8884ee | [
"BSD-2-Clause"
] | 6 | 2021-10-18T08:12:24.000Z | 2021-11-24T08:31:10.000Z | test/Common/Bool.agda | antoinevanmuylder/agda | bd59d5b07ffe02a43b28d186d95e1747aac5bc8c | [
"BSD-2-Clause"
] | null | null | null | {-# OPTIONS --cubical-compatible #-}
module Common.Bool where
open import Agda.Builtin.Bool public
not : Bool -> Bool
not true = false
not false = true
notnot : Bool -> Bool
notnot true = not (not true)
notnot false = not (not false)
if_then_else_ : ∀ {a} {A : Set a} → Bool → A → A → A
if true then t else f = t
... | 19.333333 | 52 | 0.655172 |
18aa41ad1c0c1e753c0165f90b199ec452966d35 | 87 | agda | Agda | examples/NoSig.agda | JoeyEremondi/lambda-pi-constraint | 64a1b4c6632153d75cba540f7c91f40b49375e2f | [
"BSD-3-Clause"
] | 16 | 2017-03-16T11:14:56.000Z | 2021-02-05T20:21:46.000Z | examples/NoSig.agda | JoeyEremondi/lambda-pi-constraint | 64a1b4c6632153d75cba540f7c91f40b49375e2f | [
"BSD-3-Clause"
] | null | null | null | examples/NoSig.agda | JoeyEremondi/lambda-pi-constraint | 64a1b4c6632153d75cba540f7c91f40b49375e2f | [
"BSD-3-Clause"
] | null | null | null | module NoSig where
open import Data.Nat
myFun : ℕ
myFun = (\ x y -> y ) (\ x -> x) 0
| 12.428571 | 34 | 0.574713 |
1245ba860d8525eaba4fdd5751901e7339eb711b | 4,839 | agda | Agda | Cubical/Data/Queue/Truncated2List.agda | FernandoLarrain/cubical | 9acdecfa6437ec455568be4e5ff04849cc2bc13b | [
"MIT"
] | 301 | 2018-10-17T18:00:24.000Z | 2022-03-24T02:10:47.000Z | Cubical/Data/Queue/Truncated2List.agda | FernandoLarrain/cubical | 9acdecfa6437ec455568be4e5ff04849cc2bc13b | [
"MIT"
] | 584 | 2018-10-15T09:49:02.000Z | 2022-03-30T12:09:17.000Z | Cubical/Data/Queue/Truncated2List.agda | FernandoLarrain/cubical | 9acdecfa6437ec455568be4e5ff04849cc2bc13b | [
"MIT"
] | 134 | 2018-11-16T06:11:03.000Z | 2022-03-23T16:22:13.000Z | {-# OPTIONS --no-exact-split --safe #-}
module Cubical.Data.Queue.Truncated2List where
open import Cubical.Foundations.Everything
open import Cubical.Foundations.SIP
open import Cubical.Structures.Queue
open import Cubical.Data.Maybe
open import Cubical.Data.List
open import Cubical.Data.Sigma
open import Cubical.D... | 32.046358 | 98 | 0.570986 |
c5b7614296ff663244d2b46b89f388c23280c59a | 5,372 | agda | Agda | prototyping/Luau/Type.agda | morgoth990/luau | dbdf91f3cad8ea9e881b8cf99931f654faf65c2e | [
"MIT"
] | 1 | 2022-03-18T04:10:20.000Z | 2022-03-18T04:10:20.000Z | prototyping/Luau/Type.agda | morgoth990/luau | dbdf91f3cad8ea9e881b8cf99931f654faf65c2e | [
"MIT"
] | null | null | null | prototyping/Luau/Type.agda | morgoth990/luau | dbdf91f3cad8ea9e881b8cf99931f654faf65c2e | [
"MIT"
] | null | null | null | module Luau.Type where
open import FFI.Data.Maybe using (Maybe; just; nothing; just-inv)
open import Agda.Builtin.Equality using (_≡_; refl)
open import Properties.Dec using (Dec; yes; no)
open import Properties.Equality using (cong)
open import FFI.Data.Maybe using (Maybe; just; nothing)
data Type : Set where
nil ... | 28.727273 | 84 | 0.515078 |
50fa96831a26b26807355f2caa8c6a95644fc654 | 1,444 | agda | Agda | Groups/Actions/Stabiliser.agda | Smaug123/agdaproofs | 0f4230011039092f58f673abcad8fb0652e6b562 | [
"MIT"
] | 4 | 2019-08-08T12:44:19.000Z | 2022-01-28T06:04:15.000Z | Groups/Actions/Stabiliser.agda | Smaug123/agdaproofs | 0f4230011039092f58f673abcad8fb0652e6b562 | [
"MIT"
] | 14 | 2019-01-06T21:11:59.000Z | 2020-04-11T11:03:39.000Z | Groups/Actions/Stabiliser.agda | Smaug123/agdaproofs | 0f4230011039092f58f673abcad8fb0652e6b562 | [
"MIT"
] | 1 | 2021-11-29T13:23:07.000Z | 2021-11-29T13:23:07.000Z | {-# OPTIONS --safe --warning=error --without-K #-}
open import Setoids.Setoids
open import Groups.Definition
open import Groups.Subgroups.Definition
open import Groups.Actions.Definition
open import Sets.EquivalenceRelations
open import Groups.Actions.Definition
module Groups.Actions.Stabiliser {a b c d : _} {A : Set... | 43.757576 | 216 | 0.737535 |
a12daa5a7304f5dd19802870f6672f4b3f4332e0 | 385 | agda | Agda | test/interaction/PragmasRespected.agda | mdimjasevic/agda | 8fb548356b275c7a1e79b768b64511ae937c738b | [
"BSD-3-Clause"
] | 1,989 | 2015-01-09T23:51:16.000Z | 2022-03-30T18:20:48.000Z | test/interaction/PragmasRespected.agda | Seanpm2001-languages/agda | 9911f73061e21a87fad76c662463257afe02c861 | [
"BSD-2-Clause"
] | 4,066 | 2015-01-10T11:24:51.000Z | 2022-03-31T21:14:49.000Z | test/interaction/PragmasRespected.agda | Seanpm2001-languages/agda | 9911f73061e21a87fad76c662463257afe02c861 | [
"BSD-2-Clause"
] | 371 | 2015-01-03T14:04:08.000Z | 2022-03-30T19:00:30.000Z | {-# OPTIONS --show-implicit #-}
module PragmasRespected where
postulate
Foo : {A : Set₁} → Set
Bar : Foo {A = Set}
-- Andreas, 2014-10-20, AIM XX:
-- This test used to check that the --show-implicit option
-- is turned on even if the module is just reloaded from
-- an interface file.
-- However, as we now always... | 25.666667 | 58 | 0.696104 |
dc9f62b9b6332c460a849770f5ace82345194cf6 | 956 | agda | Agda | src/EqBool.agda | mckeankylej/agda-ring-solver | f18d9c6bdfae5b4c3ead9a83e06f16a0b7204500 | [
"MIT"
] | 36 | 2019-01-25T16:40:52.000Z | 2022-02-15T00:57:55.000Z | src/EqBool.agda | oisdk/agda-algebra | 7e4ee048dab68ccb0a8673a6a663a37c1d1f4080 | [
"MIT"
] | 5 | 2019-04-17T20:48:48.000Z | 2022-03-12T01:55:42.000Z | src/EqBool.agda | oisdk/agda-algebra | 7e4ee048dab68ccb0a8673a6a663a37c1d1f4080 | [
"MIT"
] | 4 | 2019-04-16T02:23:16.000Z | 2022-01-20T07:07:11.000Z | {-# OPTIONS --without-K --safe #-}
module EqBool where
open import Data.Bool
record HasEqBool {a} (A : Set a) : Set a where
field _==_ : A → A → Bool
open HasEqBool ⦃ ... ⦄ public
open import Data.List as List using (List; _∷_; [])
==[] : ∀ {a} {A : Set a} → ⦃ _ : HasEqBool A ⦄ → List A → List A → Bool
==[] [] ... | 23.317073 | 71 | 0.57636 |
39dc1583ee45c3c8dc6b98c05e095e2cb0fec708 | 5,317 | agda | Agda | agda-stdlib-0.9/src/Data/Maybe.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/Data/Maybe.agda | qwe2/try-agda | 9d4c43b1609d3f085636376fdca73093481ab882 | [
"Apache-2.0"
] | null | null | null | agda-stdlib-0.9/src/Data/Maybe.agda | qwe2/try-agda | 9d4c43b1609d3f085636376fdca73093481ab882 | [
"Apache-2.0"
] | null | null | null | ------------------------------------------------------------------------
-- The Agda standard library
--
-- The Maybe type
------------------------------------------------------------------------
module Data.Maybe where
open import Level
------------------------------------------------------------------------
-- The... | 27.127551 | 72 | 0.510626 |
dfeb2eeaea3f135cb012a9d8b685283306437906 | 272 | agda | Agda | test/Fail/Issue1718.agda | mdimjasevic/agda | 8fb548356b275c7a1e79b768b64511ae937c738b | [
"BSD-3-Clause"
] | 1,989 | 2015-01-09T23:51:16.000Z | 2022-03-30T18:20:48.000Z | test/Fail/Issue1718.agda | Seanpm2001-languages/agda | 9911f73061e21a87fad76c662463257afe02c861 | [
"BSD-2-Clause"
] | 4,066 | 2015-01-10T11:24:51.000Z | 2022-03-31T21:14:49.000Z | test/Fail/Issue1718.agda | Seanpm2001-languages/agda | 9911f73061e21a87fad76c662463257afe02c861 | [
"BSD-2-Clause"
] | 371 | 2015-01-03T14:04:08.000Z | 2022-03-30T19:00:30.000Z | -- Andreas, 2015-11-17, issue reported by Martin Stone Davis
module _ where
module Sub (let open import oops) where
-- WAS: internal error
-- EXPECTED: Not a valid let-declaration
-- when scope checking the declaration
-- module Sub (let open import oops) where
| 22.666667 | 60 | 0.727941 |
0ee04806b467405f87b2333693554cc7d4a61062 | 12,029 | agda | Agda | Cubical/Data/Nat/Algebra.agda | FernandoLarrain/cubical | 9acdecfa6437ec455568be4e5ff04849cc2bc13b | [
"MIT"
] | 301 | 2018-10-17T18:00:24.000Z | 2022-03-24T02:10:47.000Z | Cubical/Data/Nat/Algebra.agda | FernandoLarrain/cubical | 9acdecfa6437ec455568be4e5ff04849cc2bc13b | [
"MIT"
] | 584 | 2018-10-15T09:49:02.000Z | 2022-03-30T12:09:17.000Z | Cubical/Data/Nat/Algebra.agda | FernandoLarrain/cubical | 9acdecfa6437ec455568be4e5ff04849cc2bc13b | [
"MIT"
] | 134 | 2018-11-16T06:11:03.000Z | 2022-03-23T16:22:13.000Z | {-# OPTIONS --no-exact-split --safe #-}
{-
This file shows that the property of the natural numbers being a homotopy-initial algebra of
the functor (1 + _) is equivalent to fulfilling a closely related inductive elimination principle.
Proofing the latter is trivial, since the typechecker does the work for us.
For d... | 40.096667 | 126 | 0.632887 |
cbf9f17568abf9ad62bf139eb32a156a00e43c79 | 3,457 | agda | Agda | Globular-TT/Syntax.agda | thibautbenjamin/catt-formalization | 3a02010a869697f4833c9bc6047d66ca27b87cf2 | [
"MIT"
] | null | null | null | Globular-TT/Syntax.agda | thibautbenjamin/catt-formalization | 3a02010a869697f4833c9bc6047d66ca27b87cf2 | [
"MIT"
] | null | null | null | Globular-TT/Syntax.agda | thibautbenjamin/catt-formalization | 3a02010a869697f4833c9bc6047d66ca27b87cf2 | [
"MIT"
] | null | null | null | {-# OPTIONS --rewriting --without-K #-}
open import Agda.Primitive
open import Prelude
import GSeTT.Syntax
{- Syntax for a globular type theory, with arbitrary term constructors -}
module Globular-TT.Syntax {l} (index : Set l) where
data Pre-Ty : Set (lsuc l)
data Pre-Tm : Set (lsuc l)
data Pre-Sub : Set (lsuc... | 28.336066 | 96 | 0.487995 |
c536995136e55b62b3428a0a2fc68d7aa81849fc | 19,124 | agda | Agda | Cubical/Homotopy/Connected.agda | guilhermehas/cubical | ce3120d3f8d692847b2744162bcd7a01f0b687eb | [
"MIT"
] | 1 | 2021-10-31T17:32:49.000Z | 2021-10-31T17:32:49.000Z | Cubical/Homotopy/Connected.agda | guilhermehas/cubical | ce3120d3f8d692847b2744162bcd7a01f0b687eb | [
"MIT"
] | null | null | null | Cubical/Homotopy/Connected.agda | guilhermehas/cubical | ce3120d3f8d692847b2744162bcd7a01f0b687eb | [
"MIT"
] | null | null | null | {-# OPTIONS --safe #-}
module Cubical.Homotopy.Connected where
open import Cubical.Foundations.Prelude
open import Cubical.Foundations.Function
open import Cubical.Foundations.Isomorphism
open import Cubical.Foundations.Equiv
open import Cubical.Foundations.Equiv.Properties
open import Cubical.Foundations.Pointed
open... | 41.215517 | 145 | 0.534041 |
dfbeb944bc5d024a81e45893eeb7087b03e2acdf | 8,750 | agda | Agda | src/generic-filter.agda | shinji-kono/zf-in-agda | 031f1ea3a3037cd51eb022dbfb5c75b037bf8aa0 | [
"MIT"
] | 5 | 2019-10-02T13:46:23.000Z | 2021-01-10T13:27:48.000Z | src/generic-filter.agda | shinji-kono/zf-in-agda | 031f1ea3a3037cd51eb022dbfb5c75b037bf8aa0 | [
"MIT"
] | null | null | null | src/generic-filter.agda | shinji-kono/zf-in-agda | 031f1ea3a3037cd51eb022dbfb5c75b037bf8aa0 | [
"MIT"
] | null | null | null | open import Level
open import Ordinals
module generic-filter {n : Level } (O : Ordinals {n}) where
import filter
open import zf
open import logic
-- open import partfunc {n} O
import OD
open import Relation.Nullary
open import Relation.Binary
open import Data.Empty
open import Relation.Binary
open import Relat... | 33.143939 | 143 | 0.521829 |
12d28ebf93e1652d4e8cc01df6c3534bacf69fda | 2,404 | agda | Agda | src/fot/FOTC/Program/Collatz/PropertiesI.agda | asr/fotc | 2fc9f2b81052a2e0822669f02036c5750371b72d | [
"MIT"
] | 11 | 2015-09-03T20:53:42.000Z | 2021-09-12T16:09:54.000Z | src/fot/FOTC/Program/Collatz/PropertiesI.agda | asr/fotc | 2fc9f2b81052a2e0822669f02036c5750371b72d | [
"MIT"
] | 2 | 2016-10-12T17:28:16.000Z | 2017-01-01T14:34:26.000Z | src/fot/FOTC/Program/Collatz/PropertiesI.agda | asr/fotc | 2fc9f2b81052a2e0822669f02036c5750371b72d | [
"MIT"
] | 3 | 2016-09-19T14:18:30.000Z | 2018-03-14T08:50:00.000Z | ------------------------------------------------------------------------------
-- Properties of the Collatz function
------------------------------------------------------------------------------
{-# OPTIONS --exact-split #-}
{-# OPTIONS --no-sized-types #-}
{-# OPTIONS --no-universe-polymorphis... | 36.424242 | 78 | 0.499168 |
dcfaac7d15921f3446b3004f77a25b2e9d518847 | 5,105 | agda | Agda | src/Ch2-3.agda | banacorn/hott | 75eea99a879e100304bd48c538c9d2db0b4a4ff3 | [
"MIT"
] | null | null | null | src/Ch2-3.agda | banacorn/hott | 75eea99a879e100304bd48c538c9d2db0b4a4ff3 | [
"MIT"
] | null | null | null | src/Ch2-3.agda | banacorn/hott | 75eea99a879e100304bd48c538c9d2db0b4a4ff3 | [
"MIT"
] | null | null | null | {-# OPTIONS --without-K #-}
module Ch2-3 where
open import Level hiding (lift)
open import Ch2-1
open import Ch2-2
-- p
-- x ~~~~~~~~~ y
--
--
-- P x --------> P y
--
-- Lemma 2.3.1 (transport)
transport : ∀ {a b} {A : Set a} {x y : A}
→ (P : A → Set b)
→ (p : x ≡ y)
→ P x → P y
transport {a} {b... | 27.299465 | 81 | 0.359843 |
10d8d84513a2be6635f62e164ceab248cfd3b03e | 717 | agda | Agda | test/fail/Issue543.agda | asr/agda-kanso | aa10ae6a29dc79964fe9dec2de07b9df28b61ed5 | [
"MIT"
] | 1 | 2019-11-27T07:26:06.000Z | 2019-11-27T07:26:06.000Z | test/fail/Issue543.agda | np/agda-git-experiment | 20596e9dd9867166a64470dd24ea68925ff380ce | [
"MIT"
] | null | null | null | test/fail/Issue543.agda | np/agda-git-experiment | 20596e9dd9867166a64470dd24ea68925ff380ce | [
"MIT"
] | null | null | null | -- Andreas, bug found 2011-12-31
module Issue543 where
import Common.Level
import Common.Irrelevance
open import Common.Equality
data ⊥ : Set where
record ⊤ : Set where
constructor tt
data Bool : Set where
true false : Bool
T : Bool → Set
T true = ⊤
T false = ⊥
record Squash {ℓ}(A : Set ℓ) : Set ℓ where
c... | 16.295455 | 71 | 0.640167 |
066ab062e455925fbb055f08de215d5ca1e309c7 | 12,984 | agda | Agda | BTA3_polybta-simplify-aenv.agda | luminousfennell/polybta | ef878f7fa5afa51fb7a14cd8f7f75da0af1b9deb | [
"BSD-3-Clause"
] | 1 | 2019-10-15T04:35:29.000Z | 2019-10-15T04:35:29.000Z | BTA3_polybta-simplify-aenv.agda | luminousfennell/polybta | ef878f7fa5afa51fb7a14cd8f7f75da0af1b9deb | [
"BSD-3-Clause"
] | null | null | null | BTA3_polybta-simplify-aenv.agda | luminousfennell/polybta | ef878f7fa5afa51fb7a14cd8f7f75da0af1b9deb | [
"BSD-3-Clause"
] | 1 | 2019-10-15T09:01:37.000Z | 2019-10-15T09:01:37.000Z | module BTA3 where
open import Data.Nat
open import Data.Bool
open import Data.List
-- Binding times
data BT : Set where
S : BT
D : BT
-- defining a data type [BT],where two members are
-- [S] standing for "static" and [D] standing for dynamic.
-- ``subsumption'' binding times; static can be treated as dynamic,
... | 33.900783 | 123 | 0.603512 |
0602fac044275ce23571ccccf19bbc234b906970 | 1,158 | agda | Agda | src/algebra/group/core.agda | pcapriotti/agda-base | bbbc3bfb2f80ad08c8e608cccfa14b83ea3d258c | [
"BSD-3-Clause"
] | 20 | 2015-06-12T12:20:17.000Z | 2022-02-01T11:25:54.000Z | src/algebra/group/core.agda | pcapriotti/agda-base | bbbc3bfb2f80ad08c8e608cccfa14b83ea3d258c | [
"BSD-3-Clause"
] | 4 | 2015-02-02T14:32:16.000Z | 2016-10-26T11:57:26.000Z | src/algebra/group/core.agda | pcapriotti/agda-base | bbbc3bfb2f80ad08c8e608cccfa14b83ea3d258c | [
"BSD-3-Clause"
] | 4 | 2015-02-02T12:17:00.000Z | 2019-05-04T19:31:00.000Z | {-# OPTIONS --without-K #-}
module algebra.group.core where
open import level
open import algebra.monoid.core
open import equality.core
open import function.isomorphism
open import sum
record IsGroup {i} (G : Set i) : Set i where
field instance mon : IsMonoid G
open IsMonoid mon public
field
inv : G → G
... | 25.173913 | 50 | 0.507772 |
4de5abd870303d8925534445ff520d312fa0873d | 4,388 | agda | Agda | Cubical/HITs/Susp/Base.agda | Rotsor/cubical | d55cd4834ca1f171f58b4a0c46b804ea6d18191f | [
"MIT"
] | null | null | null | Cubical/HITs/Susp/Base.agda | Rotsor/cubical | d55cd4834ca1f171f58b4a0c46b804ea6d18191f | [
"MIT"
] | null | null | null | Cubical/HITs/Susp/Base.agda | Rotsor/cubical | d55cd4834ca1f171f58b4a0c46b804ea6d18191f | [
"MIT"
] | null | null | null | {-# OPTIONS --cubical --safe #-}
module Cubical.HITs.Susp.Base where
open import Cubical.Core.Glue
open import Cubical.Foundations.Prelude
open import Cubical.Foundations.Equiv
open import Cubical.Foundations.Isomorphism
open import Cubical.Data.Bool
open import Cubical.HITs.S1
open import Cubical.HITs.S2
open impo... | 34.551181 | 97 | 0.560848 |
4dc17ee2e630edb7f4e361ddea55a87a09d339c9 | 16,813 | agda | Agda | Cubical/HITs/Sn/Properties.agda | hyleIndex/cubical | ce5c2820ecb2e0fd8dce74fb0247856cdbf034c4 | [
"MIT"
] | 301 | 2018-10-17T18:00:24.000Z | 2022-03-24T02:10:47.000Z | Cubical/HITs/Sn/Properties.agda | hyleIndex/cubical | ce5c2820ecb2e0fd8dce74fb0247856cdbf034c4 | [
"MIT"
] | 584 | 2018-10-15T09:49:02.000Z | 2022-03-30T12:09:17.000Z | Cubical/HITs/Sn/Properties.agda | hyleIndex/cubical | ce5c2820ecb2e0fd8dce74fb0247856cdbf034c4 | [
"MIT"
] | 134 | 2018-11-16T06:11:03.000Z | 2022-03-23T16:22:13.000Z | {-# OPTIONS --safe #-}
module Cubical.HITs.Sn.Properties where
open import Cubical.Foundations.Pointed
open import Cubical.Foundations.Path
open import Cubical.Foundations.Function
open import Cubical.Foundations.Equiv
open import Cubical.Foundations.HLevels
open import Cubical.Foundations.Isomorphism
open import Cubi... | 54.061093 | 138 | 0.428002 |
203583786b520bb9c613036013f4cc05853b4056 | 151 | agda | Agda | setoid-cats/Category/Fibration.agda | heades/AUGL | b33c6a59d664aed46cac8ef77d34313e148fecc2 | [
"MIT"
] | null | null | null | setoid-cats/Category/Fibration.agda | heades/AUGL | b33c6a59d664aed46cac8ef77d34313e148fecc2 | [
"MIT"
] | null | null | null | setoid-cats/Category/Fibration.agda | heades/AUGL | b33c6a59d664aed46cac8ef77d34313e148fecc2 | [
"MIT"
] | null | null | null | module Category.Fibration where
open import Data.Product
open import Category.Category
open import Category.Subcategory
open import Category.Funct
| 15.1 | 32 | 0.84106 |
502073185fcdeb926a8bfb1eb9e7a9d96335d438 | 192 | agda | Agda | Cubical/Relation/Binary.agda | L-TChen/cubical | 60226aacd7b386aef95d43a0c29c4eec996348a8 | [
"MIT"
] | null | null | null | Cubical/Relation/Binary.agda | L-TChen/cubical | 60226aacd7b386aef95d43a0c29c4eec996348a8 | [
"MIT"
] | 1 | 2022-01-27T02:07:48.000Z | 2022-01-27T02:07:48.000Z | Cubical/Relation/Binary.agda | L-TChen/cubical | 60226aacd7b386aef95d43a0c29c4eec996348a8 | [
"MIT"
] | 1 | 2021-11-22T02:02:01.000Z | 2021-11-22T02:02:01.000Z | {-# OPTIONS --cubical --no-import-sorts --safe #-}
module Cubical.Relation.Binary where
open import Cubical.Relation.Binary.Base public
open import Cubical.Relation.Binary.Properties public
| 27.428571 | 53 | 0.786458 |
1216901a0f97074f6668169363b1b78a13fa4488 | 1,844 | agda | Agda | homotopy/OneSkeleton.agda | danbornside/HoTT-Agda | 1695a7f3dc60177457855ae846bbd86fcd96983e | [
"MIT"
] | null | null | null | homotopy/OneSkeleton.agda | danbornside/HoTT-Agda | 1695a7f3dc60177457855ae846bbd86fcd96983e | [
"MIT"
] | null | null | null | homotopy/OneSkeleton.agda | danbornside/HoTT-Agda | 1695a7f3dc60177457855ae846bbd86fcd96983e | [
"MIT"
] | null | null | null | {-# OPTIONS --without-K #-}
open import HoTT
module homotopy.OneSkeleton {i} {A : Type i} {j} {B : Type j} where
private
module _ (map : A → B) where
data #OneSkeleton-aux : Type i where
#point : A → #OneSkeleton-aux
data #OneSkeleton : Type i where
#one-skeleton : #OneSkeleton-aux... | 27.117647 | 77 | 0.560195 |
a1ae07b6a3c0815898015891eeac50585cad6120 | 5,605 | agda | Agda | Cubical/Algebra/RingSolver/NatExamples.agda | barrettj12/cubical | 7b41b9171f90473efc98487cb2ea7a4d02320cb2 | [
"MIT"
] | 301 | 2018-10-17T18:00:24.000Z | 2022-03-24T02:10:47.000Z | Cubical/Algebra/RingSolver/NatExamples.agda | barrettj12/cubical | 7b41b9171f90473efc98487cb2ea7a4d02320cb2 | [
"MIT"
] | 584 | 2018-10-15T09:49:02.000Z | 2022-03-30T12:09:17.000Z | Cubical/Algebra/RingSolver/NatExamples.agda | barrettj12/cubical | 7b41b9171f90473efc98487cb2ea7a4d02320cb2 | [
"MIT"
] | 134 | 2018-11-16T06:11:03.000Z | 2022-03-23T16:22:13.000Z | {-# OPTIONS --safe #-}
module Cubical.Algebra.RingSolver.NatExamples where
open import Cubical.Foundations.Prelude
open import Cubical.Data.FinData
open import Cubical.Data.Nat using (ℕ)
open import Cubical.Data.Vec.Base
open import Cubical.Algebra.RingSolver.AlmostRing
open import Cubical.Algebra.RingSolver.NatAsAl... | 27.208738 | 79 | 0.446922 |
c5a990787903226158e3bd418c5c6bbf3ed1e544 | 395 | agda | Agda | src/UnSizedIO/Object.agda | agda/ooAgda | 7cc45e0148a4a508d20ed67e791544c30fecd795 | [
"MIT"
] | 23 | 2016-06-19T12:57:55.000Z | 2020-10-12T23:15:25.000Z | src/UnSizedIO/Object.agda | agda/ooAgda | 7cc45e0148a4a508d20ed67e791544c30fecd795 | [
"MIT"
] | null | null | null | src/UnSizedIO/Object.agda | agda/ooAgda | 7cc45e0148a4a508d20ed67e791544c30fecd795 | [
"MIT"
] | 2 | 2018-09-01T15:02:37.000Z | 2022-03-12T11:41:00.000Z | module UnSizedIO.Object where
open import Data.Product
record Interface : Set₁ where
field
Method : Set
Result : (m : Method) → Set
open Interface public
-- A simple object just returns for a method the response
-- and the object itself
record Object (i : Interface) : Set where
coinductive
field
... | 19.75 | 57 | 0.708861 |
dc2abed092b5dd7539b56c2b13ff339fd1f34d73 | 2,548 | agda | Agda | prototyping/Luau/Subtyping.agda | Libertus-Lab/luau | f1b46f4b967f11fabe666da1de0e71b225368260 | [
"MIT"
] | 1 | 2021-11-06T08:03:00.000Z | 2021-11-06T08:03:00.000Z | prototyping/Luau/Subtyping.agda | sthagen/Roblox-luau | 39fbd2146a379fb0878369b48764cd7e8772c0fb | [
"MIT"
] | null | null | null | prototyping/Luau/Subtyping.agda | sthagen/Roblox-luau | 39fbd2146a379fb0878369b48764cd7e8772c0fb | [
"MIT"
] | null | null | null | {-# OPTIONS --rewriting #-}
open import Luau.Type using (Type; Scalar; nil; number; string; boolean; never; unknown; _⇒_; _∪_; _∩_)
open import Properties.Equality using (_≢_)
module Luau.Subtyping where
-- An implementation of semantic subtyping
-- We think of types as languages of trees
data Tree : Set where
... | 37.470588 | 103 | 0.589089 |
a1e59b957649dc72a3eca7cd7d6ed68c26be4d01 | 2,313 | agda | Agda | Algebra/Category/Semigroupoid.agda | esoeylemez/agda-simple | d9245e5a8b2e902781736de09bd17e81022f6f13 | [
"BSD-3-Clause"
] | 1 | 2019-10-07T17:36:42.000Z | 2019-10-07T17:36:42.000Z | Algebra/Category/Semigroupoid.agda | esoeylemez/agda-simple | d9245e5a8b2e902781736de09bd17e81022f6f13 | [
"BSD-3-Clause"
] | null | null | null | Algebra/Category/Semigroupoid.agda | esoeylemez/agda-simple | d9245e5a8b2e902781736de09bd17e81022f6f13 | [
"BSD-3-Clause"
] | null | null | null | -- Copyright: (c) 2016 Ertugrul Söylemez
-- License: BSD3
-- Maintainer: Ertugrul Söylemez <esz@posteo.de>
module Algebra.Category.Semigroupoid where
open import Core
-- A semigroupoid is a set of objects and morphisms between objects
-- together with an associative binary function that combines morphisms.
rec... | 25.417582 | 75 | 0.496325 |
a1683638be767ed9c73d9fc90c7fc417e81492e9 | 1,764 | agda | Agda | vendor/stdlib/src/Data/Unit.agda | isabella232/Lemmachine | 8ef786b40e4a9ab274c6103dc697dcb658cf3db3 | [
"MIT"
] | 56 | 2015-01-20T02:11:42.000Z | 2021-12-21T17:02:19.000Z | vendor/stdlib/src/Data/Unit.agda | larrytheliquid/Lemmachine | 8ef786b40e4a9ab274c6103dc697dcb658cf3db3 | [
"MIT"
] | 1 | 2022-03-12T12:17:51.000Z | 2022-03-12T12:17:51.000Z | vendor/stdlib/src/Data/Unit.agda | isabella232/Lemmachine | 8ef786b40e4a9ab274c6103dc697dcb658cf3db3 | [
"MIT"
] | 3 | 2015-07-21T16:37:58.000Z | 2022-03-12T11:54:10.000Z | ------------------------------------------------------------------------
-- The unit type
------------------------------------------------------------------------
module Data.Unit where
open import Data.Sum
open import Relation.Nullary
open import Relation.Binary
open import Relation.Binary.PropositionalEquality as P... | 22.909091 | 72 | 0.443878 |
a141406e92c7cb9c2800d4bfb9fdb67f21dcefe8 | 4,026 | agda | Agda | src/SystemF/Substitutions.agda | metaborg/ts.agda | 7fe638b87de26df47b6437f5ab0a8b955384958d | [
"MIT"
] | 4 | 2019-04-05T17:57:11.000Z | 2021-05-07T04:08:41.000Z | src/SystemF/Substitutions.agda | metaborg/ts.agda | 7fe638b87de26df47b6437f5ab0a8b955384958d | [
"MIT"
] | null | null | null | src/SystemF/Substitutions.agda | metaborg/ts.agda | 7fe638b87de26df47b6437f5ab0a8b955384958d | [
"MIT"
] | null | null | null | module SystemF.Substitutions where
open import Prelude hiding (subst)
open import SystemF.Syntax
open import Data.Fin.Substitution
open import Data.Star hiding (map)
open import Data.Vec hiding ([_])
open import SystemF.Substitutions.Types public
module TermTypeSubst where
module TermTypeApp {T} (l : Lift T Type)... | 28.352113 | 70 | 0.579483 |
0ea6ffe55196230d4ca832575f7bbc308561ea25 | 494 | agda | Agda | extra/extra/ModuleInfix.agda | crisoagf/plfa.github.io | 195fe74e903dbb9db50ab57a1d76bf9fe20b0133 | [
"CC-BY-4.0"
] | 1,003 | 2018-07-05T18:15:14.000Z | 2022-03-27T07:03:28.000Z | extra/extra/ModuleInfix.agda | crisoagf/plfa.github.io | 195fe74e903dbb9db50ab57a1d76bf9fe20b0133 | [
"CC-BY-4.0"
] | 323 | 2018-07-05T22:34:34.000Z | 2022-03-30T07:42:57.000Z | extra/extra/ModuleInfix.agda | crisoagf/plfa.github.io | 195fe74e903dbb9db50ab57a1d76bf9fe20b0133 | [
"CC-BY-4.0"
] | 304 | 2018-07-16T18:24:59.000Z | 2022-03-28T11:35:02.000Z | module ModuleInfix where
open import Data.List using (List; _∷_; [])
open import Data.Bool using (Bool; true; false)
module Sort(A : Set)(_≤_ : A → A → Bool)(_⊝_ : A → A → A)(zero : A) where
infix 1 _≤_
infix 2 _⊝_
insert : A → List A → List A
insert x [] = x ∷ []
insert x (y ∷ ys) with zero ≤ (y ⊝ x)
i... | 24.7 | 73 | 0.538462 |
39a83afcba2dcdff06467b325c8b02fd87f4f6f7 | 805 | agda | Agda | Cubical/Algebra/Group/Construct/Opposite.agda | kiana-S/univalent-foundations | 8bdb0766260489f9c89a14f4c0f2ad26e5190dec | [
"MIT"
] | null | null | null | Cubical/Algebra/Group/Construct/Opposite.agda | kiana-S/univalent-foundations | 8bdb0766260489f9c89a14f4c0f2ad26e5190dec | [
"MIT"
] | null | null | null | Cubical/Algebra/Group/Construct/Opposite.agda | kiana-S/univalent-foundations | 8bdb0766260489f9c89a14f4c0f2ad26e5190dec | [
"MIT"
] | null | null | null | {-# OPTIONS --cubical --no-import-sorts --safe #-}
open import Cubical.Core.Everything
open import Cubical.Algebra.Group
module Cubical.Algebra.Group.Construct.Opposite {ℓ} (G : Group ℓ) where
open import Cubical.Foundations.Prelude
open import Cubical.Data.Prod using (_,_)
open Group G
import Cubical.Algebra.Mono... | 23.676471 | 71 | 0.731677 |
fb58454c15d9717fb84a3c839a2feea72ac8c9a5 | 723 | agda | Agda | issues/Issue4.agda | asr/apia | a66c5ddca2ab470539fd68c42c4fbd45f720d682 | [
"MIT"
] | 10 | 2015-09-03T20:54:16.000Z | 2019-12-03T13:44:25.000Z | issues/Issue4.agda | asr/apia | a66c5ddca2ab470539fd68c42c4fbd45f720d682 | [
"MIT"
] | 121 | 2015-01-25T13:22:12.000Z | 2018-04-22T06:01:44.000Z | issues/Issue4.agda | asr/apia | a66c5ddca2ab470539fd68c42c4fbd45f720d682 | [
"MIT"
] | 4 | 2016-05-10T23:06:19.000Z | 2016-08-03T03:54:55.000Z | ------------------------------------------------------------------------------
-- Testing the translation of definitions
------------------------------------------------------------------------------
{-# OPTIONS --exact-split #-}
{-# OPTIONS --no-sized-types #-}
{-# OPTIONS --no-universe-polymor... | 25.821429 | 78 | 0.408022 |
18292a25e75ea67dc06ee6bd4f88251132ab9b26 | 7,896 | agda | Agda | BasicIS4/Semantics/TarskiOvergluedGentzen.agda | mietek/hilbert-gentzen | fcd187db70f0a39b894fe44fad0107f61849405c | [
"X11"
] | 29 | 2016-07-03T18:51:56.000Z | 2022-01-01T10:29:18.000Z | BasicIS4/Semantics/TarskiOvergluedGentzen.agda | mietek/hilbert-gentzen | fcd187db70f0a39b894fe44fad0107f61849405c | [
"X11"
] | 1 | 2018-06-10T09:11:22.000Z | 2018-06-10T09:11:22.000Z | BasicIS4/Semantics/TarskiOvergluedGentzen.agda | mietek/hilbert-gentzen | fcd187db70f0a39b894fe44fad0107f61849405c | [
"X11"
] | null | null | null | -- Basic intuitionistic modal logic S4, without ∨, ⊥, or ◇.
-- Tarski-style semantics with contexts as concrete worlds, and glueing for α, ▻, and □.
-- Gentzen-style syntax.
module BasicIS4.Semantics.TarskiOvergluedGentzen where
open import BasicIS4.Syntax.Common public
open import Common.Semantics public
-- Intuit... | 30.252874 | 88 | 0.365628 |
0e16450e67f2e95dd13bb1a98f0f43dc5016ddd3 | 50 | agda | Agda | test/interaction/Issue2447.agda | mdimjasevic/agda | 8fb548356b275c7a1e79b768b64511ae937c738b | [
"BSD-3-Clause"
] | 1,989 | 2015-01-09T23:51:16.000Z | 2022-03-30T18:20:48.000Z | test/interaction/Issue2447.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.agda | Seanpm2001-languages/agda | 9911f73061e21a87fad76c662463257afe02c861 | [
"BSD-2-Clause"
] | 371 | 2015-01-03T14:04:08.000Z | 2022-03-30T19:00:30.000Z | import Issue2447.M
Rejected : Set
Rejected = Set
| 10 | 18 | 0.76 |
dcc9ffee72b6e33fce411b14f177f834ab26b5c9 | 4,703 | agda | Agda | TypeTheory/SimpleOTT/Terms.agda | hbasold/Sandbox | 8fc7a6cd878f37f9595124ee8dea62258da28aa4 | [
"MIT"
] | null | null | null | TypeTheory/SimpleOTT/Terms.agda | hbasold/Sandbox | 8fc7a6cd878f37f9595124ee8dea62258da28aa4 | [
"MIT"
] | null | null | null | TypeTheory/SimpleOTT/Terms.agda | hbasold/Sandbox | 8fc7a6cd878f37f9595124ee8dea62258da28aa4 | [
"MIT"
] | null | null | null | module Terms where
import Level
open import Data.Unit as Unit
open import Data.List as List
open import Data.Product as Product
open import Categories.Category using (Category)
open import Types
open import Common.Context GType
using (Ctx; Var; zero; ctx-cat; ctx-bin-coproducts)
renaming (succ to succ′)
open Cat... | 32.434483 | 86 | 0.458643 |
208db81eb61a5219f9772b36a0c6ee2035db9c9d | 1,892 | agda | Agda | Cubical/Algebra/OrderedCommMonoid/Properties.agda | thomas-lamiaux/cubical | 58c0b83bb0fed0dc683f3d29b1709effe51c1689 | [
"MIT"
] | null | null | null | Cubical/Algebra/OrderedCommMonoid/Properties.agda | thomas-lamiaux/cubical | 58c0b83bb0fed0dc683f3d29b1709effe51c1689 | [
"MIT"
] | null | null | null | Cubical/Algebra/OrderedCommMonoid/Properties.agda | thomas-lamiaux/cubical | 58c0b83bb0fed0dc683f3d29b1709effe51c1689 | [
"MIT"
] | null | null | null | {-# OPTIONS --safe #-}
module Cubical.Algebra.OrderedCommMonoid.Properties where
open import Cubical.Foundations.Prelude
open import Cubical.Foundations.Structure
open import Cubical.Foundations.HLevels
open import Cubical.Foundations.SIP using (TypeWithStr)
open import Cubical.Data.Sigma
open import Cubical.Algebra... | 34.4 | 91 | 0.632135 |
c5545ac0a1859648165b86d057204f4757140df0 | 937 | agda | Agda | test/Succeed/Issue3075b.agda | vlopezj/agda | ff4d89e75970cf27599fb9f572bd43c9455cbb56 | [
"BSD-3-Clause"
] | 2 | 2019-10-29T09:40:30.000Z | 2020-09-20T00:28:57.000Z | test/Succeed/Issue3075b.agda | vikfret/agda | 49ad0b3f0d39c01bc35123478b857e702b29fb9d | [
"BSD-3-Clause"
] | 3 | 2018-11-14T15:31:44.000Z | 2019-04-01T19:39:26.000Z | test/Succeed/Issue3075b.agda | vikfret/agda | 49ad0b3f0d39c01bc35123478b857e702b29fb9d | [
"BSD-3-Clause"
] | 1 | 2015-09-15T14:36:15.000Z | 2015-09-15T14:36:15.000Z |
open import Agda.Builtin.Reflection renaming (bindTC to _>>=_)
open import Agda.Builtin.Nat
open import Agda.Builtin.Unit
open import Agda.Builtin.List
open import Agda.Builtin.Equality
_>>_ : {A B : Set} → TC A → TC B → TC B
m >> m' = m >>= λ _ → m'
-- Auto-inlined
id : {A : Set} → A → A
id x = x
id-noinline : {A ... | 21.790698 | 92 | 0.624333 |
a1bae4e34fbe4c3ef5b48eb39e1a23ea0b4514a5 | 1,856 | agda | Agda | Agda/Cat.agda | chrilves/big4-tutorial | 277e034f7152623a17527c4ae55acc7aa8ce1f89 | [
"MIT"
] | 3 | 2019-02-02T14:13:39.000Z | 2021-08-22T18:44:11.000Z | Agda/Cat.agda | chrilves/big4-tutorial | 277e034f7152623a17527c4ae55acc7aa8ce1f89 | [
"MIT"
] | 1 | 2021-08-24T14:31:45.000Z | 2021-08-24T14:31:45.000Z | Agda/Cat.agda | chrilves/big4-tutorial | 277e034f7152623a17527c4ae55acc7aa8ce1f89 | [
"MIT"
] | null | null | null | module Cat where
open import Agda.Builtin.Equality
{- A category is very much like a graph. It has vertices
named objects and vertices named arrows. Each arrow goes
from an object to an object (possibly the same!). -}
record Cat (obj : Set) (arr : obj -> obj -> Set) : Set where
constructor MkCat
field
{... | 36.392157 | 70 | 0.584591 |
0beb066878dcd992b9f88a7778407d1cabd0f43c | 12,810 | agda | Agda | AAOSL/Abstract/EvoCR.agda | VictorCMiraldo/aaosl-agda | 8032dd49b4a3803870a3c238abf948c598913f4c | [
"UPL-1.0"
] | 1 | 2021-01-13T17:55:08.000Z | 2021-01-13T17:55:08.000Z | AAOSL/Abstract/EvoCR.agda | VictorCMiraldo/aaosl-agda | 8032dd49b4a3803870a3c238abf948c598913f4c | [
"UPL-1.0"
] | null | null | null | AAOSL/Abstract/EvoCR.agda | VictorCMiraldo/aaosl-agda | 8032dd49b4a3803870a3c238abf948c598913f4c | [
"UPL-1.0"
] | null | null | null | {- Formal verification of authenticated append-only skiplists in Agda, version 1.0.
Copyright (c) 2021 Victor C Miraldo.
Licensed under the Universal Permissive License v 1.0 as shown at https://opensource.oracle.com/licenses/upl
-}
open import Data.Unit.NonEta
open import Data.Empty
open import Data.Sum
open im... | 42.842809 | 120 | 0.538173 |
23483e43f042e0eacbb52a09434ed8f56af264f9 | 496 | agda | Agda | OldBasicILP/UntypedSyntax/Common.agda | mietek/hilbert-gentzen | fcd187db70f0a39b894fe44fad0107f61849405c | [
"X11"
] | 29 | 2016-07-03T18:51:56.000Z | 2022-01-01T10:29:18.000Z | OldBasicILP/UntypedSyntax/Common.agda | mietek/hilbert-gentzen | fcd187db70f0a39b894fe44fad0107f61849405c | [
"X11"
] | 1 | 2018-06-10T09:11:22.000Z | 2018-06-10T09:11:22.000Z | OldBasicILP/UntypedSyntax/Common.agda | mietek/hilbert-gentzen | fcd187db70f0a39b894fe44fad0107f61849405c | [
"X11"
] | null | null | null | module OldBasicILP.UntypedSyntax.Common where
open import Common.UntypedContext public
-- Types parametrised by closed, untyped representations.
module ClosedSyntax
(Proof : Set)
where
infixr 10 _⦂_
infixl 9 _∧_
infixr 7 _▻_
data Ty : Set where
α_ : Atom → Ty
_▻_ : Ty → Ty → Ty
_⦂_ : Pro... | 17.103448 | 57 | 0.568548 |
0e343ce91bc791b4124b14d5387bf9fa950ea7a1 | 98 | agda | Agda | test/Succeed/Issue2487-2.agda | cagix/agda | cc026a6a97a3e517bb94bafa9d49233b067c7559 | [
"BSD-2-Clause"
] | 1,989 | 2015-01-09T23:51:16.000Z | 2022-03-30T18:20:48.000Z | test/Succeed/Issue2487-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/Issue2487-2.agda | Seanpm2001-languages/agda | 9911f73061e21a87fad76c662463257afe02c861 | [
"BSD-2-Clause"
] | 371 | 2015-01-03T14:04:08.000Z | 2022-03-30T19:00:30.000Z | {-# OPTIONS --cubical --prop --rewriting #-}
module Issue2487-2 where
import Issue2487.Infective
| 19.6 | 44 | 0.734694 |
18603056edff953c9d869f2dbcc7c5602f837935 | 2,239 | agda | Agda | test/Common/IO.agda | pthariensflame/agda | 222c4c64b2ccf8e0fc2498492731c15e8fef32d4 | [
"BSD-3-Clause"
] | null | null | null | test/Common/IO.agda | pthariensflame/agda | 222c4c64b2ccf8e0fc2498492731c15e8fef32d4 | [
"BSD-3-Clause"
] | null | null | null | test/Common/IO.agda | pthariensflame/agda | 222c4c64b2ccf8e0fc2498492731c15e8fef32d4 | [
"BSD-3-Clause"
] | null | null | null | module Common.IO where
open import Agda.Builtin.IO public
open import Common.Bool
open import Common.Char
open import Common.Nat
open import Common.String
open import Common.Unit
open import Common.Float
infixl 1 _>>=_
postulate
return : ∀ {a} {A : Set a} → A → IO A
_>>=_ : ∀ {a b} {A : Set a} {B : Set b} → I... | 29.853333 | 106 | 0.585976 |
1808726baadc36c3ab84d5d3b9370d8208f6f27c | 10,151 | agda | Agda | agda-stdlib-0.9/src/Data/Bin.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/Data/Bin.agda | qwe2/try-agda | 9d4c43b1609d3f085636376fdca73093481ab882 | [
"Apache-2.0"
] | null | null | null | agda-stdlib-0.9/src/Data/Bin.agda | qwe2/try-agda | 9d4c43b1609d3f085636376fdca73093481ab882 | [
"Apache-2.0"
] | null | null | null | ------------------------------------------------------------------------
-- The Agda standard library
--
-- A binary representation of natural numbers
------------------------------------------------------------------------
module Data.Bin where
open import Data.Nat as Nat
using (ℕ; zero; z≤n; s≤s) renaming (suc to... | 27.214477 | 80 | 0.503103 |
d0a78cd19bbae1904734021270341ea54971243a | 689 | agda | Agda | Numbers/Integers/RingStructure/IntegralDomain.agda | Smaug123/agdaproofs | 0f4230011039092f58f673abcad8fb0652e6b562 | [
"MIT"
] | 4 | 2019-08-08T12:44:19.000Z | 2022-01-28T06:04:15.000Z | Numbers/Integers/RingStructure/IntegralDomain.agda | Smaug123/agdaproofs | 0f4230011039092f58f673abcad8fb0652e6b562 | [
"MIT"
] | 14 | 2019-01-06T21:11:59.000Z | 2020-04-11T11:03:39.000Z | Numbers/Integers/RingStructure/IntegralDomain.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 Numbers.Naturals.Semiring
open import Numbers.Integers.RingStructure.Ring
open import Rings.IntegralDomains.Definition
module Numbers.Integers.RingStructure.IntegralDomain where
intDom : (a b : ℤ) → a *Z b ≡ nonneg 0 → (a ≡ no... | 36.263158 | 80 | 0.721335 |
062d0984c607752277fb5691986ede0c5e0a9de3 | 6,197 | agda | Agda | core/lib/types/Choice.agda | AntoineAllioux/HoTT-Agda | 1037d82edcf29b620677a311dcfd4fc2ade2faa6 | [
"MIT"
] | 294 | 2015-01-09T16:23:23.000Z | 2022-03-20T13:54:45.000Z | core/lib/types/Choice.agda | AntoineAllioux/HoTT-Agda | 1037d82edcf29b620677a311dcfd4fc2ade2faa6 | [
"MIT"
] | 31 | 2015-03-05T20:09:00.000Z | 2021-10-03T19:15:25.000Z | core/lib/types/Choice.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.Coproduct
open import lib.types.Fin
open import lib.types.Pi
open import lib.types.Truncation
module lib.types.Choice where
unchoose : ∀ {i j} {n : ℕ₋₂} {A : Type i} {B : A → Type j}
→ Trunc n (Π A B) → Π A (Trunc n ∘ B)
unchoose ... | 35.614943 | 111 | 0.490399 |
4df9ae47093d4905aac8766f384f17833a9bf6cf | 4,928 | agda | Agda | agda/Pi-reasoning.agda | JacquesCarette/pi-dual | 003835484facfde0b770bc2b3d781b42b76184c1 | [
"BSD-2-Clause"
] | 14 | 2015-08-18T21:40:15.000Z | 2021-05-05T01:07:57.000Z | agda/Pi-reasoning.agda | JacquesCarette/pi-dual | 003835484facfde0b770bc2b3d781b42b76184c1 | [
"BSD-2-Clause"
] | 4 | 2018-06-07T16:27:41.000Z | 2021-10-29T20:41:23.000Z | agda/Pi-reasoning.agda | JacquesCarette/pi-dual | 003835484facfde0b770bc2b3d781b42b76184c1 | [
"BSD-2-Clause"
] | 3 | 2016-05-29T01:56:33.000Z | 2019-09-10T09:47:13.000Z | {-# OPTIONS --no-termination-check #-}
module Pi-reasoning where
open import Data.Empty
open import Data.Unit hiding (_≟_)
open import Data.Bool hiding (_≟_)
open import Data.Nat
open import Data.List
open import Data.Sum hiding (map)
open import Data.Product hiding (map)
open import Level hiding (suc)
o... | 31.793548 | 89 | 0.594156 |
10eeab109077a43d92186b88bde40d9a120b096a | 401 | agda | Agda | src/data/lib/prim/Agda/Builtin/Int.agda | alex-mckenna/agda | 78b62cd24bbd570271a7153e44ad280e52ef3e29 | [
"BSD-3-Clause"
] | 3 | 2015-03-28T14:51:03.000Z | 2015-12-07T20:14:00.000Z | src/data/lib/prim/Agda/Builtin/Int.agda | andersk/agda | 56928ff709dcb931cb9a48c4790e5ed3739e3032 | [
"BSD-3-Clause"
] | null | null | null | src/data/lib/prim/Agda/Builtin/Int.agda | andersk/agda | 56928ff709dcb931cb9a48c4790e5ed3739e3032 | [
"BSD-3-Clause"
] | 1 | 2019-03-05T20:02:38.000Z | 2019-03-05T20:02:38.000Z | {-# OPTIONS --without-K #-}
module Agda.Builtin.Int where
open import Agda.Builtin.Nat
open import Agda.Builtin.String
infix 8 pos -- Standard library uses this as +_
data Int : Set where
pos : (n : Nat) → Int
negsuc : (n : Nat) → Int
{-# BUILTIN INTEGER Int #-}
{-# BUILTIN INTEGERPOS pos #-... | 21.105263 | 48 | 0.648379 |
500fdcdef7b5ace5354ce30c3b68a6b93a2c0469 | 2,229 | agda | Agda | src/Data/Finitude/Properties.agda | tizmd/agda-finitary | abacd166f63582b7395d9cc10b6323c0f69649e5 | [
"MIT"
] | null | null | null | src/Data/Finitude/Properties.agda | tizmd/agda-finitary | abacd166f63582b7395d9cc10b6323c0f69649e5 | [
"MIT"
] | null | null | null | src/Data/Finitude/Properties.agda | tizmd/agda-finitary | abacd166f63582b7395d9cc10b6323c0f69649e5 | [
"MIT"
] | null | null | null | module Data.Finitude.Properties where
open import Data.Fin as Fin using (Fin; #_ )
open import Data.Fin.Properties hiding (decSetoid)
open import Relation.Nullary
open import Relation.Unary
open import Relation.Binary renaming (Decidable to Dec₂) hiding (Irrelevant)
open import Relation.Binary.PropositionalEquality as... | 32.779412 | 117 | 0.618214 |
0ba86bf0e345499cf3caf1883fb0485859edbb68 | 3,612 | agda | Agda | Structure/Bag/Nehemiah.agda | inc-lc/ilc-agda | 39bb081c6f192bdb87bd58b4a89291686d2d7d03 | [
"MIT"
] | 10 | 2015-03-04T06:09:20.000Z | 2019-07-19T07:06:59.000Z | Structure/Bag/Nehemiah.agda | inc-lc/ilc-agda | 39bb081c6f192bdb87bd58b4a89291686d2d7d03 | [
"MIT"
] | 6 | 2015-07-01T18:09:31.000Z | 2017-05-04T13:53:59.000Z | Structure/Bag/Nehemiah.agda | inc-lc/ilc-agda | 39bb081c6f192bdb87bd58b4a89291686d2d7d03 | [
"MIT"
] | 1 | 2016-02-18T12:26:44.000Z | 2016-02-18T12:26:44.000Z | ------------------------------------------------------------------------
-- INCREMENTAL λ-CALCULUS
--
-- Bags of integers, for Nehemiah plugin.
--
-- This module imports postulates about bags of integers
-- with negative multiplicities as a group under additive union.
---------------------------------------------------... | 38.83871 | 88 | 0.645626 |
dc966c366aaf566bfaa5cda3fda99e0ec489a092 | 1,387 | agda | Agda | UniDB/Basic.agda | skeuchel/unidb-agda | 7ae52205db44ad4f463882ba7e5082120fb76349 | [
"MIT"
] | null | null | null | UniDB/Basic.agda | skeuchel/unidb-agda | 7ae52205db44ad4f463882ba7e5082120fb76349 | [
"MIT"
] | null | null | null | UniDB/Basic.agda | skeuchel/unidb-agda | 7ae52205db44ad4f463882ba7e5082120fb76349 | [
"MIT"
] | null | null | null |
module UniDB.Basic where
open import UniDB.Spec
open import UniDB.Subst
open import Function
module _
{T : STX} {{vrT : Vr T}} {{wkT : Wk T}} {{apTT : Ap T T}} {{apVrT : ApVr T}} {{apWkTT : ApWk T T}}
{Ξ : MOR} {{upΞ : Up Ξ}} {{compΞ : Comp Ξ}} {{lkTΞ : Lk T Ξ}} {{lkUpTΞ : LkUp T Ξ}}
{{lkCompTΞ : LkCompAp T ... | 47.827586 | 100 | 0.42682 |
a14b8ec537cfcb1c5b2a76bae4d064bb2b166965 | 224 | agda | Agda | Cubical/HITs/Truncation/FromNegTwo.agda | L-TChen/cubical | 60226aacd7b386aef95d43a0c29c4eec996348a8 | [
"MIT"
] | null | null | null | Cubical/HITs/Truncation/FromNegTwo.agda | L-TChen/cubical | 60226aacd7b386aef95d43a0c29c4eec996348a8 | [
"MIT"
] | 1 | 2022-01-27T02:07:48.000Z | 2022-01-27T02:07:48.000Z | Cubical/HITs/Truncation/FromNegTwo.agda | L-TChen/cubical | 60226aacd7b386aef95d43a0c29c4eec996348a8 | [
"MIT"
] | null | null | null | {-# OPTIONS --cubical --no-import-sorts --safe #-}
module Cubical.HITs.Truncation.FromNegTwo where
open import Cubical.HITs.Truncation.FromNegTwo.Base public
open import Cubical.HITs.Truncation.FromNegTwo.Properties public
| 37.333333 | 64 | 0.808036 |
508e38845d32c5b56d554073e7579509129b55df | 152 | agda | Agda | examples/AIM6/Path/Elem.agda | mdimjasevic/agda | 8fb548356b275c7a1e79b768b64511ae937c738b | [
"BSD-3-Clause"
] | 1,989 | 2015-01-09T23:51:16.000Z | 2022-03-30T18:20:48.000Z | examples/AIM6/Path/Elem.agda | Seanpm2001-languages/agda | 9911f73061e21a87fad76c662463257afe02c861 | [
"BSD-2-Clause"
] | 4,066 | 2015-01-10T11:24:51.000Z | 2022-03-31T21:14:49.000Z | examples/AIM6/Path/Elem.agda | Seanpm2001-languages/agda | 9911f73061e21a87fad76c662463257afe02c861 | [
"BSD-2-Clause"
] | 371 | 2015-01-03T14:04:08.000Z | 2022-03-30T19:00:30.000Z |
module Elem where
open import Prelude
open import Star
Elem : {X : Set}(R : Rel X) -> Rel X
Elem R x y = Star (LeqBool [×] R) (false , x) (true , y)
| 16.888889 | 56 | 0.611842 |
127768b0636bcc437c4e61629c478ea663e7d53e | 450 | agda | Agda | eq-reasoning.agda | JimFixGroupResearch/imper-ial | 80d9411b2869614cae488cd4a6272894146c9f3c | [
"MIT"
] | null | null | null | eq-reasoning.agda | JimFixGroupResearch/imper-ial | 80d9411b2869614cae488cd4a6272894146c9f3c | [
"MIT"
] | null | null | null | eq-reasoning.agda | JimFixGroupResearch/imper-ial | 80d9411b2869614cae488cd4a6272894146c9f3c | [
"MIT"
] | null | null | null | module eq-reasoning {A : Set} where
open import eq
infix 1 begin_
infixr 2 _≡⟨⟩_ _≡⟨_⟩_
infix 3 _∎
begin_ : ∀ {x y : A}
→ x ≡ y
-----
→ x ≡ y
begin x≡y = x≡y
_≡⟨⟩_ : ∀ (x : A) {y : A}
→ x ≡ y
-----
→ x ≡ y
x ≡⟨⟩ x≡y = x≡y
_≡⟨_⟩_ : ∀ (x : A) {y z : A}
→ x ≡ ... | 14.0625 | 35 | 0.32 |
cbf6f55823aa454cd4a80e7c727f07197c041911 | 739 | agda | Agda | core/lib/groups/Groups.agda | timjb/HoTT-Agda | 66f800adef943afdf08c17b8ecfba67340fead5e | [
"MIT"
] | null | null | null | core/lib/groups/Groups.agda | timjb/HoTT-Agda | 66f800adef943afdf08c17b8ecfba67340fead5e | [
"MIT"
] | null | null | null | core/lib/groups/Groups.agda | timjb/HoTT-Agda | 66f800adef943afdf08c17b8ecfba67340fead5e | [
"MIT"
] | 1 | 2018-12-26T21:31:57.000Z | 2018-12-26T21:31:57.000Z |
{-# OPTIONS --without-K --rewriting #-}
module lib.groups.Groups where
open import lib.groups.CommutingSquare public
open import lib.groups.FreeAbelianGroup public
open import lib.groups.FreeGroup public
open import lib.groups.GroupProduct public
open import lib.groups.Homomorphism public
open import lib.groups.Homo... | 33.590909 | 46 | 0.837618 |
dce9ea838545c9bdeb2c2babad094a40e9261a9b | 15,142 | agda | Agda | Cubical/ZCohomology/CohomologyRings/S1.agda | guilhermehas/cubical | ce3120d3f8d692847b2744162bcd7a01f0b687eb | [
"MIT"
] | 1 | 2021-10-31T17:32:49.000Z | 2021-10-31T17:32:49.000Z | Cubical/ZCohomology/CohomologyRings/S1.agda | guilhermehas/cubical | ce3120d3f8d692847b2744162bcd7a01f0b687eb | [
"MIT"
] | null | null | null | Cubical/ZCohomology/CohomologyRings/S1.agda | guilhermehas/cubical | ce3120d3f8d692847b2744162bcd7a01f0b687eb | [
"MIT"
] | null | null | null | {-# OPTIONS --safe --experimental-lossy-unification #-}
-- This file could be proven using the file Sn
-- However the proofs are easier than in Sn
-- And so kept for pedagologic reasons
module Cubical.ZCohomology.CohomologyRings.S1 where
open import Cubical.Foundations.Prelude
open import Cubical.Foundations.Functio... | 40.271277 | 147 | 0.477876 |
50c04bf572495e68077782ba7124ec60a6676b95 | 478 | agda | Agda | test/Compiler/simple/Issue5421.agda | cagix/agda | cc026a6a97a3e517bb94bafa9d49233b067c7559 | [
"BSD-2-Clause"
] | 1,989 | 2015-01-09T23:51:16.000Z | 2022-03-30T18:20:48.000Z | test/Compiler/simple/Issue5421.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/Issue5421.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.IO
open import Agda.Builtin.Reflection
open import Agda.Builtin.Strict
open import Agda.Builtin.String
open import Agda.Builtin.Unit
postulate
putStr : String → IO ⊤
{-# FOREIGN GHC import qualified Data.Text.IO #-}
{-# COMPILE GHC putStr = Data.Text.IO.putStr #-}
{-# COMPILE JS putStr =
... | 25.157895 | 50 | 0.686192 |
06d20e778b12c5183fb1f16bfee4260217dfd950 | 2,103 | agda | Agda | src/fot/FOTC/Data/Conat/PropertiesATP.agda | asr/fotc | 2fc9f2b81052a2e0822669f02036c5750371b72d | [
"MIT"
] | 11 | 2015-09-03T20:53:42.000Z | 2021-09-12T16:09:54.000Z | src/fot/FOTC/Data/Conat/PropertiesATP.agda | asr/fotc | 2fc9f2b81052a2e0822669f02036c5750371b72d | [
"MIT"
] | 2 | 2016-10-12T17:28:16.000Z | 2017-01-01T14:34:26.000Z | src/fot/FOTC/Data/Conat/PropertiesATP.agda | asr/fotc | 2fc9f2b81052a2e0822669f02036c5750371b72d | [
"MIT"
] | 3 | 2016-09-19T14:18:30.000Z | 2018-03-14T08:50:00.000Z | ------------------------------------------------------------------------------
-- Conat properties
------------------------------------------------------------------------------
{-# OPTIONS --exact-split #-}
{-# OPTIONS --no-sized-types #-}
{-# OPTIONS --no-universe-polymorphism #-}
{-# OPTIONS ... | 30.478261 | 78 | 0.477889 |
188be59e39e17923ffc913050bce8d5aa0ca0b18 | 9,946 | agda | Agda | src/Builtin/Reflection.agda | L-TChen/agda-prelude | 158d299b1b365e186f00d8ef5b8c6844235ee267 | [
"MIT"
] | null | null | null | src/Builtin/Reflection.agda | L-TChen/agda-prelude | 158d299b1b365e186f00d8ef5b8c6844235ee267 | [
"MIT"
] | null | null | null | src/Builtin/Reflection.agda | L-TChen/agda-prelude | 158d299b1b365e186f00d8ef5b8c6844235ee267 | [
"MIT"
] | null | null | null |
module Builtin.Reflection where
open import Prelude hiding (abs)
open import Prelude.Equality.Unsafe
open import Builtin.Float
open import Container.Traversable
open import Control.Monad.Zero
open import Prelude.Variables
open import Agda.Builtin.Reflection as Builtin
open Builtin public
hiding ( primQNameEquality... | 26.736559 | 96 | 0.615926 |
4dd97837612d5da8867e6fb11ceeddf60dc8fd12 | 2,075 | agda | Agda | src/Int.agda | cruhland/agda-editor | c5ffd117f6d5a98f7c68a2a6b9be54a150c70945 | [
"MIT"
] | null | null | null | src/Int.agda | cruhland/agda-editor | c5ffd117f6d5a98f7c68a2a6b9be54a150c70945 | [
"MIT"
] | null | null | null | src/Int.agda | cruhland/agda-editor | c5ffd117f6d5a98f7c68a2a6b9be54a150c70945 | [
"MIT"
] | null | null | null | module Int where
open import Agda.Builtin.FromNat
open import Agda.Builtin.FromNeg
open import Data.Char hiding (fromNat)
open import Data.Integer hiding (_≤_; suc)
open import Data.Integer.Literals
open import Data.List
open import Data.Nat hiding (_≤_)
open import Data.String
open import Data.Unit hiding (_≤_)
open ... | 31.439394 | 76 | 0.671325 |
50e162f21eaa93d6b997b583516dc52fdf3436ec | 1,920 | agda | Agda | string-format.agda | rfindler/ial | f3f0261904577e930bd7646934f756679a6cbba6 | [
"MIT"
] | 29 | 2019-02-06T13:09:31.000Z | 2022-03-04T15:05:12.000Z | string-format.agda | rfindler/ial | f3f0261904577e930bd7646934f756679a6cbba6 | [
"MIT"
] | 8 | 2018-07-09T22:53:38.000Z | 2022-03-22T03:43:34.000Z | string-format.agda | rfindler/ial | f3f0261904577e930bd7646934f756679a6cbba6 | [
"MIT"
] | 17 | 2018-12-03T22:38:15.000Z | 2021-11-28T20:13:21.000Z | {- formatted printing like printf, except type-safe (as proposed
in "Cayenne -- a language with dependent types" by Augustsson).
The types of the rest of the arguments are computed from the
format string. -}
module string-format where
open import char
open import eq
open import list
open import nat
open im... | 34.285714 | 85 | 0.677083 |
1292ca68b3d38cf9795bced0d4a570bdc7aeee2e | 29,711 | agda | Agda | Agda/rings.agda | UlrikBuchholtz/HoTT-Intro | 1e1f8def50f9359928e52ebb2ee53ed1166487d9 | [
"CC-BY-4.0"
] | 333 | 2018-09-26T08:33:30.000Z | 2022-03-22T23:50:15.000Z | Agda/rings.agda | UlrikBuchholtz/HoTT-Intro | 1e1f8def50f9359928e52ebb2ee53ed1166487d9 | [
"CC-BY-4.0"
] | 8 | 2019-06-18T04:16:04.000Z | 2020-10-16T15:27:01.000Z | Agda/rings.agda | UlrikBuchholtz/HoTT-Intro | 1e1f8def50f9359928e52ebb2ee53ed1166487d9 | [
"CC-BY-4.0"
] | 30 | 2018-09-26T09:08:57.000Z | 2022-03-16T00:33:50.000Z | {-# OPTIONS --without-K --exact-split #-}
module rings where
import abelian-groups
open abelian-groups public
has-mul-Ab :
{ l1 : Level} (A : Ab l1) → UU l1
has-mul-Ab A =
Σ ( has-associative-bin-op (set-Ab A))
( λ μ →
( is-unital (pair (set-Ab A) μ)) ×
( ( (a b c : type-Ab A) →
Id (pr1... | 35.796386 | 84 | 0.568813 |
0bd01c9eea94a2fa87cc7db884a1d2eba3349bcd | 189 | agda | Agda | agda/Text/Greek/Bible.agda | scott-fleischman/GreekGrammar | 915c46c27c7f8aad5907474d8484f2685a4cd6a7 | [
"MIT"
] | 44 | 2015-05-29T14:48:51.000Z | 2022-03-06T15:41:57.000Z | agda/Text/Greek/Bible.agda | scott-fleischman/GreekGrammar | 915c46c27c7f8aad5907474d8484f2685a4cd6a7 | [
"MIT"
] | 13 | 2015-05-28T20:04:08.000Z | 2020-09-07T11:58:38.000Z | agda/Text/Greek/Bible.agda | scott-fleischman/GreekGrammar | 915c46c27c7f8aad5907474d8484f2685a4cd6a7 | [
"MIT"
] | 5 | 2015-02-27T22:34:13.000Z | 2017-06-11T11:25:09.000Z | module Text.Greek.Bible where
open import Data.Nat
open import Data.List
open import Data.String
open import Text.Greek.Script
data Word : Set where
word : (List Token) → String → Word
| 18.9 | 37 | 0.761905 |
18151dfc1725840d94ba9c955f3b948bc9c719f9 | 674 | agda | Agda | examples/simple/quantifierIn/quantifierIn-output.agda | wenkokke/vehicle | 41d8653d7e48a716f5085ec53171b29094669674 | [
"BSD-3-Clause"
] | 11 | 2021-02-24T05:55:15.000Z | 2022-02-01T01:35:39.000Z | examples/simple/quantifierIn/quantifierIn-output.agda | wenkokke/vehicle | 41d8653d7e48a716f5085ec53171b29094669674 | [
"BSD-3-Clause"
] | 53 | 2021-04-16T07:26:42.000Z | 2021-12-15T22:42:01.000Z | examples/simple/quantifierIn/quantifierIn-output.agda | wenkokke/vehicle | 41d8653d7e48a716f5085ec53171b29094669674 | [
"BSD-3-Clause"
] | 4 | 2021-03-15T15:22:31.000Z | 2021-11-16T14:30:47.000Z | -- WARNING: This file was generated automatically by Vehicle
-- and should not be modified manually!
-- Metadata
-- - Agda version: 2.6.2
-- - AISEC version: 0.1.0.1
-- - Time generated: ???
{-# OPTIONS --allow-exec #-}
open import Vehicle
open import Data.Unit
open import Data.Integer as ℤ using (ℤ)
open import D... | 23.241379 | 60 | 0.712166 |
06e26da8ad2b577ac8a4ea4fb3426133ee656c4b | 102 | agda | Agda | test/Fail/RecordConstructorOutOfScope.agda | mdimjasevic/agda | 8fb548356b275c7a1e79b768b64511ae937c738b | [
"BSD-3-Clause"
] | 1,989 | 2015-01-09T23:51:16.000Z | 2022-03-30T18:20:48.000Z | test/Fail/RecordConstructorOutOfScope.agda | Seanpm2001-languages/agda | 9911f73061e21a87fad76c662463257afe02c861 | [
"BSD-2-Clause"
] | 4,066 | 2015-01-10T11:24:51.000Z | 2022-03-31T21:14:49.000Z | test/Fail/RecordConstructorOutOfScope.agda | Seanpm2001-languages/agda | 9911f73061e21a87fad76c662463257afe02c861 | [
"BSD-2-Clause"
] | 371 | 2015-01-03T14:04:08.000Z | 2022-03-30T19:00:30.000Z | module RecordConstructorOutOfScope where
record R : Set where
constructor con
id : R
id = con
| 12.75 | 40 | 0.735294 |
506683638b448eaa7db2639625f20acdf257c007 | 4,757 | agda | Agda | unused/Effect.agda | Zalastax/singly-typed-actors | ae541df13d069df4eb1464f29fbaa9804aad439f | [
"MIT"
] | 1 | 2019-10-29T09:30:26.000Z | 2019-10-29T09:30:26.000Z | unused/Effect.agda | Zalastax/singly-typed-actors | ae541df13d069df4eb1464f29fbaa9804aad439f | [
"MIT"
] | null | null | null | unused/Effect.agda | Zalastax/singly-typed-actors | ae541df13d069df4eb1464f29fbaa9804aad439f | [
"MIT"
] | null | null | null | module Effect where
open import Data.List
open import Data.List.All
open import Data.List.Any
open import Level
open import Relation.Binary.PropositionalEquality hiding ([_])
open import Function
open import Category.Monad
open import Data.Product
open import EffectUtil
open import Membership-equality hiding (_⊆_; set... | 39.31405 | 102 | 0.52407 |
12d9e3eabc73044131214bae4cd0b8f34d53f4f0 | 416 | agda | Agda | Cubical/Experiments/NatMinusTwo/Properties.agda | kiana-S/univalent-foundations | 8bdb0766260489f9c89a14f4c0f2ad26e5190dec | [
"MIT"
] | null | null | null | Cubical/Experiments/NatMinusTwo/Properties.agda | kiana-S/univalent-foundations | 8bdb0766260489f9c89a14f4c0f2ad26e5190dec | [
"MIT"
] | 1 | 2022-01-27T02:07:48.000Z | 2022-01-27T02:07:48.000Z | Cubical/Experiments/NatMinusTwo/Properties.agda | kiana-S/univalent-foundations | 8bdb0766260489f9c89a14f4c0f2ad26e5190dec | [
"MIT"
] | 1 | 2021-11-22T02:02:01.000Z | 2021-11-22T02:02:01.000Z | {-# OPTIONS --cubical --no-import-sorts --no-exact-split --safe #-}
module Cubical.Experiments.NatMinusTwo.Properties where
open import Cubical.Foundations.Prelude
open import Cubical.Foundations.Isomorphism
open import Cubical.Data.Nat
open import Cubical.Data.NatMinusOne using (ℕ₋₁)
open import Cubical.Experiments.N... | 34.666667 | 67 | 0.754808 |
0bcf3dd2e515293b0bbbfac93711b877c7b53c13 | 1,060 | agda | Agda | examples/examplesPaperJFP/NativeIOSafe.agda | agda/ooAgda | 7cc45e0148a4a508d20ed67e791544c30fecd795 | [
"MIT"
] | 23 | 2016-06-19T12:57:55.000Z | 2020-10-12T23:15:25.000Z | examples/examplesPaperJFP/NativeIOSafe.agda | agda/ooAgda | 7cc45e0148a4a508d20ed67e791544c30fecd795 | [
"MIT"
] | null | null | null | examples/examplesPaperJFP/NativeIOSafe.agda | agda/ooAgda | 7cc45e0148a4a508d20ed67e791544c30fecd795 | [
"MIT"
] | 2 | 2018-09-01T15:02:37.000Z | 2022-03-12T11:41:00.000Z | module examplesPaperJFP.NativeIOSafe where
open import Data.Maybe.Base using (Maybe; nothing; just) public
open import Data.String.Base using (String) public
record Unit : Set where
constructor unit
{-# COMPILE GHC Unit = () #-}
postulate
NativeIO : Set → Set
nativeReturn : {A : Set} → A → NativeIO A
_n... | 34.193548 | 185 | 0.65 |
506065a875fa7725e9a1b849cedc654e443e0653 | 10,092 | agda | Agda | Categories/Support/SetoidPi.agda | copumpkin/categories | 36f4181d751e2ecb54db219911d8c69afe8ba892 | [
"BSD-3-Clause"
] | 98 | 2015-04-15T14:57:33.000Z | 2022-03-08T05:20:36.000Z | Categories/Support/SetoidPi.agda | p-pavel/categories | e41aef56324a9f1f8cf3cd30b2db2f73e01066f2 | [
"BSD-3-Clause"
] | 19 | 2015-05-23T06:47:10.000Z | 2019-08-09T16:31:40.000Z | Categories/Support/SetoidPi.agda | p-pavel/categories | e41aef56324a9f1f8cf3cd30b2db2f73e01066f2 | [
"BSD-3-Clause"
] | 23 | 2015-02-05T13:03:09.000Z | 2021-11-11T13:50:56.000Z | {-# OPTIONS --universe-polymorphism #-}
module Categories.Support.SetoidPi where
open import Level
open import Function as Fun using (_on_)
open import Relation.Binary as B using () renaming (_=[_]⇒_ to _=[_]⇒₀_; _⇒_ to _⊆_)
open import Relation.Binary.PropositionalEquality as PE using (_≡_)
open import Relation.Bina... | 37.102941 | 301 | 0.551922 |
0b75a9804314a50b3144eae1088be671e753b767 | 213 | agda | Agda | test/Fail/Issue5365.agda | cagix/agda | cc026a6a97a3e517bb94bafa9d49233b067c7559 | [
"BSD-2-Clause"
] | 1,989 | 2015-01-09T23:51:16.000Z | 2022-03-30T18:20:48.000Z | test/Fail/Issue5365.agda | Seanpm2001-languages/agda | 9911f73061e21a87fad76c662463257afe02c861 | [
"BSD-2-Clause"
] | 4,066 | 2015-01-10T11:24:51.000Z | 2022-03-31T21:14:49.000Z | test/Fail/Issue5365.agda | Seanpm2001-languages/agda | 9911f73061e21a87fad76c662463257afe02c861 | [
"BSD-2-Clause"
] | 371 | 2015-01-03T14:04:08.000Z | 2022-03-30T19:00:30.000Z | -- Andreas, 2021-05-06, issue #5365
-- Error message for incomplete binding in do-block.
postulate _>>=_ : Set
test = do
x ←
-- Expected: proper error like
--
-- Incomplete binding x ←
-- <EOF><ERROR>
-- ...
| 15.214286 | 52 | 0.633803 |
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.