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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
503c037a69320f46bb7a6fe4af6df50b2bb16e67 | 1,540 | agda | Agda | test/Succeed/WithoutKRestrictiveNoUniPoly.agda | mdimjasevic/agda | 8fb548356b275c7a1e79b768b64511ae937c738b | [
"BSD-3-Clause"
] | 1,989 | 2015-01-09T23:51:16.000Z | 2022-03-30T18:20:48.000Z | test/Succeed/WithoutKRestrictiveNoUniPoly.agda | Seanpm2001-languages/agda | 9911f73061e21a87fad76c662463257afe02c861 | [
"BSD-2-Clause"
] | 4,066 | 2015-01-10T11:24:51.000Z | 2022-03-31T21:14:49.000Z | test/Succeed/WithoutKRestrictiveNoUniPoly.agda | Seanpm2001-languages/agda | 9911f73061e21a87fad76c662463257afe02c861 | [
"BSD-2-Clause"
] | 371 | 2015-01-03T14:04:08.000Z | 2022-03-30T19:00:30.000Z | {-# OPTIONS --without-K --show-implicit #-}
-- {-# OPTIONS -v tc.lhs.split.well-formed:100 #-}
-- Andreas, adapted from Andres Sicard, 2013-05-29
module WithoutKRestrictiveNoUniPoly where
data ℕ : Set where
zero : ℕ
suc : ℕ → ℕ
data _≤_ : ℕ → ℕ → Set where
z≤n : ∀ {n} → zero ≤ n
s≤s : ∀ {n m} → n ≤ m → suc n... | 24.0625 | 72 | 0.521429 |
0b761bec74b265ace8e7d65ea2bb3e5790f9163a | 70 | agda | Agda | tests/covered/Dot.agda | andrejtokarcik/agda-semantics | dc333ed142584cf52cc885644eed34b356967d8b | [
"MIT"
] | 3 | 2015-08-10T15:33:56.000Z | 2018-12-06T17:24:25.000Z | tests/covered/Dot.agda | andrejtokarcik/agda-semantics | dc333ed142584cf52cc885644eed34b356967d8b | [
"MIT"
] | null | null | null | tests/covered/Dot.agda | andrejtokarcik/agda-semantics | dc333ed142584cf52cc885644eed34b356967d8b | [
"MIT"
] | null | null | null | module Dot where
postulate h : Set
f : Set -> Set -> Set
f .n n = h
| 10 | 21 | 0.585714 |
fbc592774280b81a74f677b925eae4f5074aaa09 | 1,257 | agda | Agda | src/Polynomial/NormalForm.agda | mckeankylej/agda-ring-solver | f18d9c6bdfae5b4c3ead9a83e06f16a0b7204500 | [
"MIT"
] | 36 | 2019-01-25T16:40:52.000Z | 2022-02-15T00:57:55.000Z | src/Polynomial/NormalForm.agda | oisdk/agda-algebra | 7e4ee048dab68ccb0a8673a6a663a37c1d1f4080 | [
"MIT"
] | 5 | 2019-04-17T20:48:48.000Z | 2022-03-12T01:55:42.000Z | src/Polynomial/NormalForm.agda | oisdk/agda-algebra | 7e4ee048dab68ccb0a8673a6a663a37c1d1f4080 | [
"MIT"
] | 4 | 2019-04-16T02:23:16.000Z | 2022-01-20T07:07:11.000Z | {-# OPTIONS --without-K --safe #-}
-- Polynomials over a commutative ring in sparse Horner normal form.
--
-- Much of the implementation is inspired by:
--
-- B. Grégoire and A. Mahboubi, ‘Proving Equalities in a Commutative
-- Ring Done Right in Coq’, in Theorem Proving in Higher Order
-- Logics, Berlin, Heidel... | 30.658537 | 71 | 0.759745 |
2904e8515aaacb415227f6aea515cb86db24066c | 7,731 | agda | Agda | Cubical/Algebra/Lattice/Base.agda | barrettj12/cubical | 7b41b9171f90473efc98487cb2ea7a4d02320cb2 | [
"MIT"
] | null | null | null | Cubical/Algebra/Lattice/Base.agda | barrettj12/cubical | 7b41b9171f90473efc98487cb2ea7a4d02320cb2 | [
"MIT"
] | null | null | null | Cubical/Algebra/Lattice/Base.agda | barrettj12/cubical | 7b41b9171f90473efc98487cb2ea7a4d02320cb2 | [
"MIT"
] | null | null | null | {-# OPTIONS --safe #-}
module Cubical.Algebra.Lattice.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
o... | 34.36 | 102 | 0.549476 |
298ca5291b7db02ec06a5ca2884dcb72f54238ae | 5,255 | agda | Agda | PiFrac/Opsem.agda | DreamLinuxer/popl21-artifact | fb380f2e67dcb4a94f353dbaec91624fcb5b8933 | [
"MIT"
] | 5 | 2020-10-07T12:07:53.000Z | 2020-10-10T21:41:32.000Z | PiFrac/Opsem.agda | DreamLinuxer/popl21-artifact | fb380f2e67dcb4a94f353dbaec91624fcb5b8933 | [
"MIT"
] | null | null | null | PiFrac/Opsem.agda | DreamLinuxer/popl21-artifact | fb380f2e67dcb4a94f353dbaec91624fcb5b8933 | [
"MIT"
] | 1 | 2021-11-04T06:54:45.000Z | 2021-11-04T06:54:45.000Z | module PiFrac.Opsem where
open import Data.Empty
open import Data.Unit hiding (_≟_)
open import Data.Sum
open import Data.Product
open import Relation.Binary.Core
open import Relation.Binary
open import Relation.Nullary
open import Relation.Binary.PropositionalEquality
open import Function using (_∘_)
open import Base
... | 38.639706 | 103 | 0.454424 |
41588a5bffde149ad0542e727c9d969d97746c5c | 652 | agda | Agda | agda/SList.agda | bgbianchi/sorting | b8d428bccbdd1b13613e8f6ead6c81a8f9298399 | [
"MIT"
] | 6 | 2015-05-21T12:50:35.000Z | 2021-08-24T22:11:15.000Z | agda/SList.agda | bgbianchi/sorting | b8d428bccbdd1b13613e8f6ead6c81a8f9298399 | [
"MIT"
] | null | null | null | agda/SList.agda | bgbianchi/sorting | b8d428bccbdd1b13613e8f6ead6c81a8f9298399 | [
"MIT"
] | null | null | null | {-# OPTIONS --sized-types #-}
module SList (A : Set) where
open import Data.List
open import Data.Product
open import Size
data SList : {ι : Size} → Set where
snil : {ι : Size}
→ SList {↑ ι}
_∙_ : {ι : Size}(x : A)
→ SList {ι}
→ SList {↑ ι}
size : List ... | 19.176471 | 62 | 0.503067 |
1cf5da60ec79cb9546aaed682e02ca0cdd7e1490 | 4,075 | agda | Agda | Cubical/Algebra/Polynomials/UnivariateHIT/Polyn-nPoly.agda | thomas-lamiaux/cubical | 58c0b83bb0fed0dc683f3d29b1709effe51c1689 | [
"MIT"
] | null | null | null | Cubical/Algebra/Polynomials/UnivariateHIT/Polyn-nPoly.agda | thomas-lamiaux/cubical | 58c0b83bb0fed0dc683f3d29b1709effe51c1689 | [
"MIT"
] | null | null | null | Cubical/Algebra/Polynomials/UnivariateHIT/Polyn-nPoly.agda | thomas-lamiaux/cubical | 58c0b83bb0fed0dc683f3d29b1709effe51c1689 | [
"MIT"
] | null | null | null | {-# OPTIONS --safe --experimental-lossy-unification #-}
module Cubical.Algebra.Polynomials.UnivariateHIT.Polyn-nPoly where
open import Cubical.Foundations.Prelude
open import Cubical.Foundations.Isomorphism
open import Cubical.Foundations.Equiv
open import Cubical.Foundations.HLevels
open import Cubical.Data.Nat rena... | 36.711712 | 112 | 0.557546 |
5799a543cf46e76735430b44711ea1c2c210b7cf | 4,960 | agda | Agda | examples/instance-arguments/07-subclasses.agda | np/agda-git-experiment | 20596e9dd9867166a64470dd24ea68925ff380ce | [
"MIT"
] | 1 | 2019-11-27T04:41:05.000Z | 2019-11-27T04:41:05.000Z | examples/instance-arguments/07-subclasses.agda | np/agda-git-experiment | 20596e9dd9867166a64470dd24ea68925ff380ce | [
"MIT"
] | null | null | null | examples/instance-arguments/07-subclasses.agda | np/agda-git-experiment | 20596e9dd9867166a64470dd24ea68925ff380ce | [
"MIT"
] | null | null | null | {-# OPTIONS --universe-polymorphism #-}
-- {-# OPTIONS --verbose tc.records.ifs:15 #-}
-- {-# OPTIONS --verbose tc.constr.findInScope:15 #-}
-- {-# OPTIONS --verbose tc.term.args.ifs:15 #-}
-- {-# OPTIONS --verbose cta.record.ifs:15 #-}
-- {-# OPTIONS --verbose tc.section.apply:25 #-}
-- {-# OPTIONS --verbose tc.mod.ap... | 22.242152 | 73 | 0.516532 |
59fd394fc1bdfed7bb06c2e9662f449f9f87351f | 4,268 | agda | Agda | src/Util/Relation/Binary/PropositionalEquality.agda | JLimperg/msc-thesis-code | 104cddc6b65386c7e121c13db417aebfd4b7a863 | [
"MIT"
] | 5 | 2021-04-13T21:31:17.000Z | 2021-06-26T06:37:31.000Z | src/Util/Relation/Binary/PropositionalEquality.agda | JLimperg/msc-thesis-code | 104cddc6b65386c7e121c13db417aebfd4b7a863 | [
"MIT"
] | null | null | null | src/Util/Relation/Binary/PropositionalEquality.agda | JLimperg/msc-thesis-code | 104cddc6b65386c7e121c13db417aebfd4b7a863 | [
"MIT"
] | null | null | null | {-# OPTIONS --without-K --safe #-}
module Util.Relation.Binary.PropositionalEquality where
open import Relation.Binary.PropositionalEquality public
open import Data.Product using (uncurry)
open import Util.Prelude
private
variable
α β γ γ′ δ : Level
A B C A′ B′ C′ : Set α
trans-unassoc : {a b c d : A} ... | 26.02439 | 90 | 0.447751 |
4131eadba26c7a758ad5239ae4cc8047f7e3248d | 11,056 | agda | Agda | Cubical/Papers/RepresentationIndependence.agda | LuuBluum/cubical | ce8fe04f9c5d2c9faf8690885c1b702434626621 | [
"MIT"
] | null | null | null | Cubical/Papers/RepresentationIndependence.agda | LuuBluum/cubical | ce8fe04f9c5d2c9faf8690885c1b702434626621 | [
"MIT"
] | null | null | null | Cubical/Papers/RepresentationIndependence.agda | LuuBluum/cubical | ce8fe04f9c5d2c9faf8690885c1b702434626621 | [
"MIT"
] | 1 | 2021-03-12T20:08:45.000Z | 2021-03-12T20:08:45.000Z | {-
Please do not move this file. Changes should only be made if necessary.
This file contains pointers to the code examples and main results from the paper:
Internalizing Representation Independence with Univalence
Carlo Angiuli, Evan Cavallo, Anders Mörtberg, Max Zeuner
Preprint: https://arxiv.org/abs/2009.05547
... | 35.098413 | 92 | 0.642004 |
59777234898c6af8830dc56651fa8649fac45a8d | 15,978 | agda | Agda | src/data/lib/prim/Agda/Builtin/Reflection.agda | sseefried/agda | 6b13364d36eeb60d8ec15eaf8effe23c73401900 | [
"BSD-2-Clause"
] | 1 | 2022-03-05T00:25:14.000Z | 2022-03-05T00:25:14.000Z | src/data/lib/prim/Agda/Builtin/Reflection.agda | Seanpm2001-languages/agda | 9911f73061e21a87fad76c662463257afe02c861 | [
"BSD-2-Clause"
] | 6 | 2021-10-18T08:12:24.000Z | 2021-11-24T08:31:10.000Z | src/data/lib/prim/Agda/Builtin/Reflection.agda | Seanpm2001-languages/agda | 9911f73061e21a87fad76c662463257afe02c861 | [
"BSD-2-Clause"
] | null | null | null | {-# OPTIONS --without-K --safe --no-sized-types --no-guardedness #-}
module Agda.Builtin.Reflection where
open import Agda.Builtin.Unit
open import Agda.Builtin.Bool
open import Agda.Builtin.Nat
open import Agda.Builtin.Word
open import Agda.Builtin.List
open import Agda.Builtin.String
open import Agda.Builtin.Char
o... | 40.145729 | 130 | 0.554888 |
0b4e0a2244dc461a7ac8bb897f291eb3692f845a | 3,546 | agda | Agda | src/sigmatypes/TermsSized.agda | kcaliban/ldlc | a87fb6402639c3d2bb393cc5466426c28e7a0398 | [
"BSD-3-Clause"
] | null | null | null | src/sigmatypes/TermsSized.agda | kcaliban/ldlc | a87fb6402639c3d2bb393cc5466426c28e7a0398 | [
"BSD-3-Clause"
] | null | null | null | src/sigmatypes/TermsSized.agda | kcaliban/ldlc | a87fb6402639c3d2bb393cc5466426c28e7a0398 | [
"BSD-3-Clause"
] | 1 | 2019-03-14T17:52:29.000Z | 2019-03-14T17:52:29.000Z | -- Terms using Agdas Sized Types --
module TermsSized where
open import Data.Vec hiding (_++_)
open import Relation.Binary.PropositionalEquality
open import Data.Nat
open import Data.List
open import Data.List.Relation.Unary.All
open import Data.Fin.Base
open import Size
-- Ranked alphabet: Vector of natural numbers... | 31.380531 | 174 | 0.558094 |
1df392bffeeea716d5f3343cbeb06f3fc8b7da65 | 1,060 | agda | Agda | agda/SList/Order/Properties.agda | bgbianchi/sorting | b8d428bccbdd1b13613e8f6ead6c81a8f9298399 | [
"MIT"
] | 6 | 2015-05-21T12:50:35.000Z | 2021-08-24T22:11:15.000Z | agda/SList/Order/Properties.agda | bgbianchi/sorting | b8d428bccbdd1b13613e8f6ead6c81a8f9298399 | [
"MIT"
] | null | null | null | agda/SList/Order/Properties.agda | bgbianchi/sorting | b8d428bccbdd1b13613e8f6ead6c81a8f9298399 | [
"MIT"
] | null | null | null | {-# OPTIONS --sized-types #-}
module SList.Order.Properties {A : Set}(_≤_ : A → A → Set) where
open import List.Sorted _≤_
open import Size
open import SList
open import SList.Order _≤_
lemma-slist-sorted : {ι : Size}{x : A}{xs : SList A {ι}} → x *≤ xs → Sorted (unsize A xs) → Sorted (unsize A (x ∙ xs))
lemma-slist-... | 48.181818 | 126 | 0.587736 |
dfd2015c6de162ca8e66ea47bc12d8dbdabe4e07 | 293 | agda | Agda | src/data/lib/prim/Agda/Builtin/Char/Properties.agda | mdimjasevic/agda | 8fb548356b275c7a1e79b768b64511ae937c738b | [
"BSD-3-Clause"
] | 1 | 2016-05-20T13:58:52.000Z | 2016-05-20T13:58:52.000Z | src/data/lib/prim/Agda/Builtin/Char/Properties.agda | mdimjasevic/agda | 8fb548356b275c7a1e79b768b64511ae937c738b | [
"BSD-3-Clause"
] | 1 | 2015-09-15T15:49:15.000Z | 2015-09-15T15:49:15.000Z | src/data/lib/prim/Agda/Builtin/Char/Properties.agda | mdimjasevic/agda | 8fb548356b275c7a1e79b768b64511ae937c738b | [
"BSD-3-Clause"
] | 1 | 2015-09-15T14:36:15.000Z | 2015-09-15T14:36:15.000Z | {-# OPTIONS --without-K --safe --no-sized-types --no-guardedness
--no-subtyping #-}
module Agda.Builtin.Char.Properties where
open import Agda.Builtin.Char
open import Agda.Builtin.Equality
primitive
primCharToNatInjective : ∀ a b → primCharToNat a ≡ primCharToNat b → a ≡ b
| 24.416667 | 76 | 0.709898 |
2fe0ff2b4a1e0df9525bb09a4d102e9eb38ad292 | 1,893 | agda | Agda | Cubical/Data/HomotopyGroup/Base.agda | borsiemir/cubical | cefeb3669ffdaea7b88ae0e9dd258378418819ca | [
"MIT"
] | null | null | null | Cubical/Data/HomotopyGroup/Base.agda | borsiemir/cubical | cefeb3669ffdaea7b88ae0e9dd258378418819ca | [
"MIT"
] | null | null | null | Cubical/Data/HomotopyGroup/Base.agda | borsiemir/cubical | cefeb3669ffdaea7b88ae0e9dd258378418819ca | [
"MIT"
] | null | null | null | {-# OPTIONS --cubical --safe #-}
module Cubical.Data.HomotopyGroup.Base where
open import Cubical.Foundations.Prelude
open import Cubical.Foundations.HLevels
import Cubical.Foundations.GroupoidLaws as GL
open import Cubical.Foundations.Pointed
open import Cubical.Data.Nat
open import Cubical.Data.Group.Base
open imp... | 31.032787 | 80 | 0.498679 |
4ac62a0f6e0418ab4f6297b33f7df6484a3727fb | 2,534 | agda | Agda | src/Construct/DirectProduct.agda | Akshobhya1234/agda-NonAssociativeAlgebra | 443e831e536b756acbd1afd0d6bae7bc0d288048 | [
"MIT"
] | 2 | 2021-08-15T06:16:13.000Z | 2021-08-17T09:14:03.000Z | src/Construct/DirectProduct.agda | Akshobhya1234/agda-NonAssociativeAlgebra | 443e831e536b756acbd1afd0d6bae7bc0d288048 | [
"MIT"
] | 2 | 2021-10-04T05:30:30.000Z | 2021-10-09T08:24:56.000Z | src/Construct/DirectProduct.agda | Akshobhya1234/agda-NonAssociativeAlgebra | 443e831e536b756acbd1afd0d6bae7bc0d288048 | [
"MIT"
] | null | null | null | {-# OPTIONS --without-K --safe #-}
open import Algebra.Construct.DirectProduct
module Construct.DirectProduct where
open import Algebra
import Algebra.Construct.DirectProduct as DirectProduct
open import Data.Product
open import Data.Product.Relation.Binary.Pointwise.NonDependent
open import Level using (Level; _⊔_)... | 35.194444 | 121 | 0.60734 |
122db3c30618378f18fefc77af3cea668f05528c | 712 | agda | Agda | test/Succeed/Issue870.agda | mdimjasevic/agda | 8fb548356b275c7a1e79b768b64511ae937c738b | [
"BSD-3-Clause"
] | 1,989 | 2015-01-09T23:51:16.000Z | 2022-03-30T18:20:48.000Z | test/Succeed/Issue870.agda | Seanpm2001-languages/agda | 9911f73061e21a87fad76c662463257afe02c861 | [
"BSD-2-Clause"
] | 4,066 | 2015-01-10T11:24:51.000Z | 2022-03-31T21:14:49.000Z | test/Succeed/Issue870.agda | Seanpm2001-languages/agda | 9911f73061e21a87fad76c662463257afe02c861 | [
"BSD-2-Clause"
] | 371 | 2015-01-03T14:04:08.000Z | 2022-03-30T19:00:30.000Z | -- {-# OPTIONS -v impossible:100 #-}
-- 2013-06-15 Andreas, reported by evancavallo
module Issue870 where
{- The following fails with
An internal error has occurred. Please report this as a bug.
Location of the error: src/full/Agda/TypeChecking/Rules/Term.hs:421
in Agda 2.3.3 on Ubuntu. Works fine using Set inst... | 24.551724 | 132 | 0.69382 |
1d848ff41537a68a0c30fc42e08bad375583e2a3 | 3,064 | agda | Agda | src/hott/truncation/core.agda | pcapriotti/agda-base | bbbc3bfb2f80ad08c8e608cccfa14b83ea3d258c | [
"BSD-3-Clause"
] | 20 | 2015-06-12T12:20:17.000Z | 2022-02-01T11:25:54.000Z | src/hott/truncation/core.agda | pcapriotti/agda-base | bbbc3bfb2f80ad08c8e608cccfa14b83ea3d258c | [
"BSD-3-Clause"
] | 4 | 2015-02-02T14:32:16.000Z | 2016-10-26T11:57:26.000Z | src/hott/truncation/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 hott.truncation.core where
open import sum
open import equality
open import function.core
open import function.fibration
open import function.extensionality
open import function.isomorphism
open import sets.nat.core
open import hott.equivalence
open import hott.level.core
open import... | 27.854545 | 87 | 0.475849 |
57c43e294ce34470bb3332fd678f5e7a3e3a358b | 2,335 | agda | Agda | Cubical/Data/Sum/Properties.agda | Rotsor/cubical | d55cd4834ca1f171f58b4a0c46b804ea6d18191f | [
"MIT"
] | null | null | null | Cubical/Data/Sum/Properties.agda | Rotsor/cubical | d55cd4834ca1f171f58b4a0c46b804ea6d18191f | [
"MIT"
] | null | null | null | Cubical/Data/Sum/Properties.agda | Rotsor/cubical | d55cd4834ca1f171f58b4a0c46b804ea6d18191f | [
"MIT"
] | null | null | null | {-# OPTIONS --cubical --safe #-}
module Cubical.Data.Sum.Properties where
open import Cubical.Core.Everything
open import Cubical.Foundations.Prelude
open import Cubical.Foundations.HLevels
open import Cubical.Data.Empty
open import Cubical.Data.Nat
open import Cubical.Data.Sum.Base
-- Path space of sum type
module ... | 32.887324 | 74 | 0.588437 |
29a95114a01d9bc91e2e77d2da4357d80dfa6a24 | 6,952 | agda | Agda | homotopy/Pi2HSusp.agda | danbornside/HoTT-Agda | 1695a7f3dc60177457855ae846bbd86fcd96983e | [
"MIT"
] | null | null | null | homotopy/Pi2HSusp.agda | danbornside/HoTT-Agda | 1695a7f3dc60177457855ae846bbd86fcd96983e | [
"MIT"
] | null | null | null | homotopy/Pi2HSusp.agda | danbornside/HoTT-Agda | 1695a7f3dc60177457855ae846bbd86fcd96983e | [
"MIT"
] | null | null | null | {-# OPTIONS --without-K #-}
open import HoTT
open import homotopy.HSpace renaming (HSpaceStructure to HSS)
open import homotopy.WedgeExtension
module homotopy.Pi2HSusp where
module Pi2HSusp {i} (A : Type i) (gA : has-level ⟨ 1 ⟩ A)
(cA : is-connected ⟨0⟩ A) (A-H : HSS A)
(μcoh : HSS.μe- A-H (HSS.e A-H) == HSS.μ-... | 37.578378 | 83 | 0.454689 |
31187526362e6bcffd35e040811f484b3933c31b | 5,208 | agda | Agda | Cubical/Algebra/CommRing/Base.agda | barrettj12/cubical | 7b41b9171f90473efc98487cb2ea7a4d02320cb2 | [
"MIT"
] | 301 | 2018-10-17T18:00:24.000Z | 2022-03-24T02:10:47.000Z | Cubical/Algebra/CommRing/Base.agda | barrettj12/cubical | 7b41b9171f90473efc98487cb2ea7a4d02320cb2 | [
"MIT"
] | 584 | 2018-10-15T09:49:02.000Z | 2022-03-30T12:09:17.000Z | Cubical/Algebra/CommRing/Base.agda | barrettj12/cubical | 7b41b9171f90473efc98487cb2ea7a4d02320cb2 | [
"MIT"
] | 134 | 2018-11-16T06:11:03.000Z | 2022-03-23T16:22:13.000Z | {-# OPTIONS --safe #-}
module Cubical.Algebra.CommRing.Base where
open import Cubical.Foundations.Prelude
open import Cubical.Foundations.Equiv
open import Cubical.Foundations.Equiv.HalfAdjoint
open import Cubical.Foundations.HLevels
open import Cubical.Foundations.Isomorphism
open import Cubical.Foundations.Univalenc... | 35.917241 | 115 | 0.542435 |
31c11082d3ba568aa423aaa69bfc0bf47fd55122 | 13,759 | agda | Agda | Cubical/HITs/SetTruncation/Properties.agda | guilhermehas/cubical | ce3120d3f8d692847b2744162bcd7a01f0b687eb | [
"MIT"
] | 1 | 2021-10-31T17:32:49.000Z | 2021-10-31T17:32:49.000Z | Cubical/HITs/SetTruncation/Properties.agda | guilhermehas/cubical | ce3120d3f8d692847b2744162bcd7a01f0b687eb | [
"MIT"
] | null | null | null | Cubical/HITs/SetTruncation/Properties.agda | guilhermehas/cubical | ce3120d3f8d692847b2744162bcd7a01f0b687eb | [
"MIT"
] | null | null | null | {-
This file contains:
- Properties of set truncations
-}
{-# OPTIONS --safe #-}
module Cubical.HITs.SetTruncation.Properties where
open import Cubical.HITs.SetTruncation.Base
open import Cubical.Foundations.Prelude
open import Cubical.Foundations.GroupoidLaws
open import Cubical.Foundations.Function
open import C... | 41.820669 | 101 | 0.494367 |
59cb9f34e7e10aac67ff77cffd26bbe070da660f | 6,333 | agda | Agda | proglangs-learning/Agda/plfa-exercises/part1/Decidable.agda | helq/old_code | a432faf1b340cb379190a2f2b11b997b02d1cd8d | [
"CC0-1.0"
] | null | null | null | proglangs-learning/Agda/plfa-exercises/part1/Decidable.agda | helq/old_code | a432faf1b340cb379190a2f2b11b997b02d1cd8d | [
"CC0-1.0"
] | 4 | 2020-03-10T19:20:21.000Z | 2021-06-07T15:39:48.000Z | proglangs-learning/Agda/plfa-exercises/part1/Decidable.agda | helq/old_code | a432faf1b340cb379190a2f2b11b997b02d1cd8d | [
"CC0-1.0"
] | null | null | null | module plfa-exercises.part1.Decidable where
import Relation.Binary.PropositionalEquality as Eq
open Eq using (_≡_; refl; sym; cong)
open Eq.≡-Reasoning
open import Data.Nat using (ℕ; zero; suc; pred)
open import Data.Product using (_×_) renaming (_,_ to ⟨_,_⟩)
open import Data.Sum using (_⊎_; inj₁; inj₂)
open import R... | 25.743902 | 110 | 0.471972 |
31c4f536a7093cc01cd0e73f12f4f1cef3e46e2d | 22,858 | agda | Agda | agda-stdlib-0.9/src/Data/List/Any/Properties.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/List/Any/Properties.agda | qwe2/try-agda | 9d4c43b1609d3f085636376fdca73093481ab882 | [
"Apache-2.0"
] | null | null | null | agda-stdlib-0.9/src/Data/List/Any/Properties.agda | qwe2/try-agda | 9d4c43b1609d3f085636376fdca73093481ab882 | [
"Apache-2.0"
] | null | null | null | ------------------------------------------------------------------------
-- The Agda standard library
--
-- Properties related to Any
------------------------------------------------------------------------
-- The other modules under Data.List.Any also contain properties
-- related to Any.
module Data.List.Any.Proper... | 36.398089 | 133 | 0.418716 |
4103cfc550f0703916f84ab6a78c4944908fc40a | 72 | agda | Agda | test/Fail/Issue2075.agda | mdimjasevic/agda | 8fb548356b275c7a1e79b768b64511ae937c738b | [
"BSD-3-Clause"
] | 1,989 | 2015-01-09T23:51:16.000Z | 2022-03-30T18:20:48.000Z | test/Fail/Issue2075.agda | Seanpm2001-languages/agda | 9911f73061e21a87fad76c662463257afe02c861 | [
"BSD-2-Clause"
] | 4,066 | 2015-01-10T11:24:51.000Z | 2022-03-31T21:14:49.000Z | test/Fail/Issue2075.agda | Seanpm2001-languages/agda | 9911f73061e21a87fad76c662463257afe02c861 | [
"BSD-2-Clause"
] | 371 | 2015-01-03T14:04:08.000Z | 2022-03-30T19:00:30.000Z | data Unit : Set where
unit : Unit
F : Unit → Set₁
F {x = unit} = Set
| 12 | 21 | 0.583333 |
506853d6b7d6a6bfd9d31f561dc8aeda41ab6103 | 80 | agda | Agda | Hello-Worlds/helloworld.agda | LumaLiana/Hello-World | bb1e3f58ee30ae147518d9d0aa4cd77ff4a3f7a4 | [
"Apache-2.0"
] | 32 | 2019-04-29T03:16:15.000Z | 2022-02-19T19:52:37.000Z | Hello-Worlds/helloworld.agda | LumaLiana/Hello-World | bb1e3f58ee30ae147518d9d0aa4cd77ff4a3f7a4 | [
"Apache-2.0"
] | 14 | 2020-01-10T18:43:49.000Z | 2021-10-23T01:44:52.000Z | Hello-Worlds/helloworld.agda | LumaLiana/Hello-World | bb1e3f58ee30ae147518d9d0aa4cd77ff4a3f7a4 | [
"Apache-2.0"
] | 7 | 2020-01-10T18:16:16.000Z | 2021-03-05T01:59:10.000Z | module hello-world where
open import IO
main = run (putStrLn "Hello, World!")
| 13.333333 | 37 | 0.725 |
57ebb05caff2cbe4e4e5b51b41507368458f5d7b | 5,274 | agda | Agda | Definition/LogicalRelation/Substitution/Introductions/Application.agda | CoqHott/logrel-mltt | e0eeebc4aa5ed791ce3e7c0dc9531bd113dfcc04 | [
"MIT"
] | 2 | 2018-06-21T08:39:01.000Z | 2022-01-17T16:13:53.000Z | Definition/LogicalRelation/Substitution/Introductions/Application.agda | CoqHott/logrel-mltt | e0eeebc4aa5ed791ce3e7c0dc9531bd113dfcc04 | [
"MIT"
] | null | null | null | Definition/LogicalRelation/Substitution/Introductions/Application.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.Substitution.Introductions.Application {{eqrel : EqRelSet}} where
open EqRelSet {{...}}
open import Definition.Untyped
open import Definition.Untyped.Properties
open import Definition.Typed
open import Definition.L... | 54.9375 | 179 | 0.414486 |
418f5c9ed79395ce06d7905369056014fc059717 | 153 | agda | Agda | test/interaction/Issue1339.agda | cagix/agda | cc026a6a97a3e517bb94bafa9d49233b067c7559 | [
"BSD-2-Clause"
] | 1,989 | 2015-01-09T23:51:16.000Z | 2022-03-30T18:20:48.000Z | test/interaction/Issue1339.agda | Seanpm2001-languages/agda | 9911f73061e21a87fad76c662463257afe02c861 | [
"BSD-2-Clause"
] | 4,066 | 2015-01-10T11:24:51.000Z | 2022-03-31T21:14:49.000Z | test/interaction/Issue1339.agda | Seanpm2001-languages/agda | 9911f73061e21a87fad76c662463257afe02c861 | [
"BSD-2-Clause"
] | 371 | 2015-01-03T14:04:08.000Z | 2022-03-30T19:00:30.000Z | -- Andreas, 2014-11-02
{-# OPTIONS --guardedness #-}
record U : Set where
coinductive
constructor inn
field out : U
f : U → U
f u = {!u!}
| 12.75 | 29 | 0.575163 |
57874f7bc60146dd635b24ba0a4ea8f7d198aaf1 | 707 | agda | Agda | Cubical/Data/NatPlusOne/Base.agda | guilhermehas/cubical | ce3120d3f8d692847b2744162bcd7a01f0b687eb | [
"MIT"
] | 1 | 2021-10-31T17:32:49.000Z | 2021-10-31T17:32:49.000Z | Cubical/Data/NatPlusOne/Base.agda | guilhermehas/cubical | ce3120d3f8d692847b2744162bcd7a01f0b687eb | [
"MIT"
] | null | null | null | Cubical/Data/NatPlusOne/Base.agda | guilhermehas/cubical | ce3120d3f8d692847b2744162bcd7a01f0b687eb | [
"MIT"
] | null | null | null | {-# OPTIONS --no-exact-split --safe #-}
module Cubical.Data.NatPlusOne.Base where
open import Cubical.Core.Primitives
open import Cubical.Data.Nat
open import Cubical.Data.Empty
record ℕ₊₁ : Type₀ where
constructor 1+_
field
n : ℕ
pattern one = 1+ zero
pattern 2+_ n = 1+ (suc n)
-1+_ : ℕ₊₁ → ℕ
-1+ (1+ n) = ... | 19.638889 | 62 | 0.584158 |
1d9c2a4fe0d8365eb72cd4266c37579f134ac780 | 243 | agda | Agda | test/Fail/InferRecordTypes-3.agda | mdimjasevic/agda | 8fb548356b275c7a1e79b768b64511ae937c738b | [
"BSD-3-Clause"
] | 1,989 | 2015-01-09T23:51:16.000Z | 2022-03-30T18:20:48.000Z | test/Fail/InferRecordTypes-3.agda | Seanpm2001-languages/agda | 9911f73061e21a87fad76c662463257afe02c861 | [
"BSD-2-Clause"
] | 4,066 | 2015-01-10T11:24:51.000Z | 2022-03-31T21:14:49.000Z | test/Fail/InferRecordTypes-3.agda | Seanpm2001-languages/agda | 9911f73061e21a87fad76c662463257afe02c861 | [
"BSD-2-Clause"
] | 371 | 2015-01-03T14:04:08.000Z | 2022-03-30T19:00:30.000Z | -- Sometimes we can't infer a record type
module InferRecordTypes-3 where
postulate A : Set
record R : Set₁ where
field
x₁ : Set
x₂ : Set
record R′ : Set₁ where
field
x₁ : Set
x₃ : Set
bad = record { x₂ = A; x₃ = A }
| 13.5 | 41 | 0.613169 |
2fd513ab257d4717418ccd1a42b40c298fdce162 | 7,222 | agda | Agda | lib/Haskell/RangedSetsProp/library.agda | ioanasv/agda2hs | 17cdbeb36af3d0b735c5db83bb811034c39a19cd | [
"MIT"
] | 1 | 2021-05-25T09:41:34.000Z | 2021-05-25T09:41:34.000Z | lib/Haskell/RangedSetsProp/library.agda | ioanasv/agda2hs | 17cdbeb36af3d0b735c5db83bb811034c39a19cd | [
"MIT"
] | null | null | null | lib/Haskell/RangedSetsProp/library.agda | ioanasv/agda2hs | 17cdbeb36af3d0b735c5db83bb811034c39a19cd | [
"MIT"
] | null | null | null | module Haskell.RangedSetsProp.library where
open import Agda.Builtin.Equality
open import Agda.Builtin.Bool
open import Haskell.Prim
open import Haskell.Prim.Ord
open import Haskell.Prim.Bool
open import Haskell.Prim.Eq
open import Haskell.Prim.Int
open import Haskell.Prim.List
open import Haskell.RangedSets.Boundari... | 30.601695 | 168 | 0.558709 |
5923bb70ee56aeaf446ba484c16f40e3026e35d9 | 97,327 | agda | Agda | src/Lens/Non-dependent/Traditional/Combinators.agda | nad/dependent-lenses | f2da6f7e95b87ca525e8ea43929c6d6163a74811 | [
"MIT"
] | 3 | 2020-04-16T12:10:46.000Z | 2020-07-03T08:55:52.000Z | src/Lens/Non-dependent/Traditional/Combinators.agda | nad/dependent-lenses | f2da6f7e95b87ca525e8ea43929c6d6163a74811 | [
"MIT"
] | null | null | null | src/Lens/Non-dependent/Traditional/Combinators.agda | nad/dependent-lenses | f2da6f7e95b87ca525e8ea43929c6d6163a74811 | [
"MIT"
] | 1 | 2020-07-01T14:33:26.000Z | 2020-07-01T14:33:26.000Z | ------------------------------------------------------------------------
-- Identity and composition for traditional non-dependent lenses
------------------------------------------------------------------------
{-# OPTIONS --cubical #-}
import Equality.Path as P
module Lens.Non-dependent.Traditional.Combinators
{e... | 48.83442 | 152 | 0.363989 |
41b789887feee6fbad928da4d01c205857d5a291 | 681 | agda | Agda | Cubical/Relation/Binary/Extensionality.agda | guilhermehas/cubical | ce3120d3f8d692847b2744162bcd7a01f0b687eb | [
"MIT"
] | 1 | 2021-10-31T17:32:49.000Z | 2021-10-31T17:32:49.000Z | Cubical/Relation/Binary/Extensionality.agda | guilhermehas/cubical | ce3120d3f8d692847b2744162bcd7a01f0b687eb | [
"MIT"
] | null | null | null | Cubical/Relation/Binary/Extensionality.agda | guilhermehas/cubical | ce3120d3f8d692847b2744162bcd7a01f0b687eb | [
"MIT"
] | null | null | null | {-# OPTIONS --safe #-}
module Cubical.Relation.Binary.Extensionality where
open import Cubical.Foundations.Prelude
open import Cubical.Foundations.Equiv
open import Cubical.Foundations.HLevels
open import Cubical.Foundations.Transport
open import Cubical.Data.Sigma
open import Cubical.Relation.Binary.Base
module _ {... | 30.954545 | 70 | 0.71953 |
3d32f6bab19db8eec9a46596bca0241e299fd7b2 | 710 | agda | Agda | notes/k-axiom/UIP.agda | asr/fotc | 2fc9f2b81052a2e0822669f02036c5750371b72d | [
"MIT"
] | 11 | 2015-09-03T20:53:42.000Z | 2021-09-12T16:09:54.000Z | notes/k-axiom/UIP.agda | asr/fotc | 2fc9f2b81052a2e0822669f02036c5750371b72d | [
"MIT"
] | 2 | 2016-10-12T17:28:16.000Z | 2017-01-01T14:34:26.000Z | notes/k-axiom/UIP.agda | asr/fotc | 2fc9f2b81052a2e0822669f02036c5750371b72d | [
"MIT"
] | 3 | 2016-09-19T14:18:30.000Z | 2018-03-14T08:50:00.000Z | {-# OPTIONS --exact-split #-}
{-# OPTIONS --no-sized-types #-}
{-# OPTIONS --no-universe-polymorphism #-}
-- {-# OPTIONS --without-K #-}
-- [1] Hofmann, Martin and Thomas Streicher (1998). “The groupoid
-- interpretation on type theory”. In: Twenty-five Years of
-- Constru... | 32.272727 | 73 | 0.54507 |
125616389d0efe9140fc75016201338bb6e0efa0 | 806 | agda | Agda | examples/Introduction/Data/Vec.agda | mdimjasevic/agda | 8fb548356b275c7a1e79b768b64511ae937c738b | [
"BSD-3-Clause"
] | 1,989 | 2015-01-09T23:51:16.000Z | 2022-03-30T18:20:48.000Z | examples/Introduction/Data/Vec.agda | Seanpm2001-languages/agda | 9911f73061e21a87fad76c662463257afe02c861 | [
"BSD-2-Clause"
] | 4,066 | 2015-01-10T11:24:51.000Z | 2022-03-31T21:14:49.000Z | examples/Introduction/Data/Vec.agda | Seanpm2001-languages/agda | 9911f73061e21a87fad76c662463257afe02c861 | [
"BSD-2-Clause"
] | 371 | 2015-01-03T14:04:08.000Z | 2022-03-30T19:00:30.000Z |
-- When defining types by recursion it is sometimes difficult to infer implicit
-- arguments. This module illustrates the problem and shows how to get around
-- it.
module Introduction.Data.Vec where
data Nat : Set where
zero : Nat
suc : Nat -> Nat
data Nil : Set where
nil' : Nil
data Cons (A As : Set) : Se... | 22.388889 | 79 | 0.555831 |
0e86adec58c711bd388f4c219b10027f5f09b721 | 5,122 | agda | Agda | lemmas-complete.agda | hazelgrove/hazelnut-agda | a3640d7b0f76cdac193afd382694197729ed6d57 | [
"MIT"
] | null | null | null | lemmas-complete.agda | hazelgrove/hazelnut-agda | a3640d7b0f76cdac193afd382694197729ed6d57 | [
"MIT"
] | null | null | null | lemmas-complete.agda | hazelgrove/hazelnut-agda | a3640d7b0f76cdac193afd382694197729ed6d57 | [
"MIT"
] | null | null | null | open import Nat
open import Prelude
open import dynamics-core
open import lemmas-gcomplete
module lemmas-complete where
-- no term is both complete and indeterminate
lem-ind-comp : ∀{d} → d dcomplete → d indet → ⊥
lem-ind-comp DCNum ()
lem-ind-comp (DCPlus comp comp₁) (IPlus1 ind fin) = lem-ind-comp comp ind
... | 49.25 | 113 | 0.668098 |
23b18efc92701267e3a8c3ab2642e3c06b276fee | 385 | agda | Agda | Cats/Category/Constructions/Mono.agda | JLimperg/cats | 1ad7b243acb622d46731e9ae7029408db6e561f1 | [
"MIT"
] | 24 | 2017-11-03T15:18:57.000Z | 2021-08-06T05:00:46.000Z | Cats/Category/Constructions/Mono.agda | JLimperg/cats | 1ad7b243acb622d46731e9ae7029408db6e561f1 | [
"MIT"
] | null | null | null | Cats/Category/Constructions/Mono.agda | JLimperg/cats | 1ad7b243acb622d46731e9ae7029408db6e561f1 | [
"MIT"
] | 1 | 2019-03-18T15:35:07.000Z | 2019-03-18T15:35:07.000Z | {-# OPTIONS --without-K --safe #-}
module Cats.Category.Constructions.Mono where
open import Level
open import Cats.Category.Base
module Build {lo la l≈} (Cat : Category lo la l≈) where
private open module Cat = Category Cat
open Cat.≈-Reasoning
IsMono : ∀ {A B} → A ⇒ B → Set (lo ⊔ la ⊔ l≈)
IsMono {A} f =... | 20.263158 | 60 | 0.612987 |
595d0fc8cbcf7e9ed71095728141c09291fef171 | 234 | agda | Agda | test/Compiler/simple/Issue326.agda | mdimjasevic/agda | 8fb548356b275c7a1e79b768b64511ae937c738b | [
"BSD-3-Clause"
] | 1,989 | 2015-01-09T23:51:16.000Z | 2022-03-30T18:20:48.000Z | test/Compiler/simple/Issue326.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/Issue326.agda | Seanpm2001-languages/agda | 9911f73061e21a87fad76c662463257afe02c861 | [
"BSD-2-Clause"
] | 371 | 2015-01-03T14:04:08.000Z | 2022-03-30T19:00:30.000Z |
module Issue326 where
open import Common.Prelude
postulate
QName : Set
{-# BUILTIN QNAME QName #-}
primitive primQNameEquality : QName → QName → Bool
main : IO Unit
main = printBool (primQNameEquality (quote Unit) (quote IO))
| 15.6 | 60 | 0.735043 |
59850d6559e7539eea9852732172275af6c80e10 | 6,011 | agda | Agda | agda-stdlib-0.9/src/Data/Nat/Divisibility.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/Nat/Divisibility.agda | qwe2/try-agda | 9d4c43b1609d3f085636376fdca73093481ab882 | [
"Apache-2.0"
] | null | null | null | agda-stdlib-0.9/src/Data/Nat/Divisibility.agda | qwe2/try-agda | 9d4c43b1609d3f085636376fdca73093481ab882 | [
"Apache-2.0"
] | null | null | null | ------------------------------------------------------------------------
-- The Agda standard library
--
-- Divisibility
------------------------------------------------------------------------
module Data.Nat.Divisibility where
open import Data.Nat as Nat
open import Data.Nat.DivMod
import Data.Nat.Properties as Nat... | 29.038647 | 72 | 0.520213 |
1dcf737765b94986b7daab4dddcf4349d1a81817 | 1,522 | agda | Agda | Function/Names.agda | Lolirofle/stuff-in-agda | 70f4fba849f2fd779c5aaa5af122ccb6a5b271ba | [
"MIT"
] | 6 | 2020-04-07T17:58:13.000Z | 2022-02-05T06:53:22.000Z | Function/Names.agda | Lolirofle/stuff-in-agda | 70f4fba849f2fd779c5aaa5af122ccb6a5b271ba | [
"MIT"
] | null | null | null | Function/Names.agda | Lolirofle/stuff-in-agda | 70f4fba849f2fd779c5aaa5af122ccb6a5b271ba | [
"MIT"
] | null | null | null | import Lvl
module Function.Names where
open import Functional.Dependent
open import Logic.Predicate
open import Structure.Setoid
open import Type
private variable ℓ ℓₒ ℓₒ₁ ℓₒ₂ ℓₒ₃ ℓₗ ℓₗ₁ ℓₗ₂ ℓₗ₃ : Lvl.Level
module _ {A : Type{ℓₒ₁}} {B : A → Type{ℓₒ₂}} ⦃ _ : ∀{a} → Equiv{ℓₗ₃}(B(a)) ⦄ where
-- Extensional equa... | 42.277778 | 198 | 0.48883 |
12edc19b9a3b4ebdf84606d66810806116989f5d | 6,875 | agda | Agda | agda-stdlib/src/Reflection.agda | DreamLinuxer/popl21-artifact | fb380f2e67dcb4a94f353dbaec91624fcb5b8933 | [
"MIT"
] | 5 | 2020-10-07T12:07:53.000Z | 2020-10-10T21:41:32.000Z | agda-stdlib/src/Reflection.agda | DreamLinuxer/popl21-artifact | fb380f2e67dcb4a94f353dbaec91624fcb5b8933 | [
"MIT"
] | null | null | null | agda-stdlib/src/Reflection.agda | DreamLinuxer/popl21-artifact | fb380f2e67dcb4a94f353dbaec91624fcb5b8933 | [
"MIT"
] | 1 | 2021-11-04T06:54:45.000Z | 2021-11-04T06:54:45.000Z | ------------------------------------------------------------------------
-- The Agda standard library
--
-- Support for reflection
------------------------------------------------------------------------
{-# OPTIONS --without-K --safe #-}
module Reflection where
import Agda.Builtin.Reflection as Builtin
-----------... | 27.834008 | 75 | 0.675636 |
a18a90536af0171cc7e14e8cf0a574c1be7e24d8 | 9,738 | agda | Agda | src/Categories/Bicategory/Construction/LaxSlice.agda | maxsnew/agda-categories | 8f3c844d929508040dfa21f681fa260056214b73 | [
"MIT"
] | null | null | null | src/Categories/Bicategory/Construction/LaxSlice.agda | maxsnew/agda-categories | 8f3c844d929508040dfa21f681fa260056214b73 | [
"MIT"
] | null | null | null | src/Categories/Bicategory/Construction/LaxSlice.agda | maxsnew/agda-categories | 8f3c844d929508040dfa21f681fa260056214b73 | [
"MIT"
] | null | null | null | {-# OPTIONS --without-K --safe #-}
-- Mentioned in passing here:
-- https://ncatlab.org/nlab/show/slice+2-category
open import Categories.Bicategory using (Bicategory)
module Categories.Bicategory.Construction.LaxSlice
{o ℓ e t}
(𝒞 : Bicategory o ℓ e t)
where
open import Data.Product using (_,... | 40.074074 | 140 | 0.463237 |
c54027ed98195706bee262dcca64d930393d7ba5 | 23,242 | agda | Agda | setoid_rr.agda | CoqHott/logrel-mltt | e0eeebc4aa5ed791ce3e7c0dc9531bd113dfcc04 | [
"MIT"
] | 2 | 2018-06-21T08:39:01.000Z | 2022-01-17T16:13:53.000Z | setoid_rr.agda | CoqHott/logrel-mltt | e0eeebc4aa5ed791ce3e7c0dc9531bd113dfcc04 | [
"MIT"
] | null | null | null | setoid_rr.agda | CoqHott/logrel-mltt | e0eeebc4aa5ed791ce3e7c0dc9531bd113dfcc04 | [
"MIT"
] | 2 | 2022-01-26T14:55:51.000Z | 2022-02-15T19:42:19.000Z | {-# OPTIONS --rewriting --prop --confluence-check #-}
open import Agda.Primitive
open import Agda.Builtin.Bool
open import Agda.Builtin.Nat
open import Agda.Builtin.List
open import Agda.Builtin.Equality
open import Agda.Builtin.Equality.Rewrite
open import Agda.Builtin.Sigma
open import Agda.Builtin.Unit
open import ... | 35.978328 | 202 | 0.459169 |
1c58da252d9a77f4466f73dd7e267d381f423a76 | 1,056 | agda | Agda | archive/agda-1/UnifyWith.agda | m0davis/oscar | 52e1cdbdee54d9a8eaee04ee518a0d7f61d25afb | [
"RSA-MD"
] | null | null | null | archive/agda-1/UnifyWith.agda | m0davis/oscar | 52e1cdbdee54d9a8eaee04ee518a0d7f61d25afb | [
"RSA-MD"
] | 1 | 2019-04-29T00:35:04.000Z | 2019-05-11T23:33:04.000Z | archive/agda-1/UnifyWith.agda | m0davis/oscar | 52e1cdbdee54d9a8eaee04ee518a0d7f61d25afb | [
"RSA-MD"
] | null | null | null | open import Relation.Binary using (IsDecEquivalence)
open import Agda.Builtin.Equality
module UnifyWith (FunctionName : Set) ⦃ isDecEquivalenceA : IsDecEquivalence (_≡_ {A = FunctionName}) ⦄ where
open import UnifyTermF FunctionName
open import UnifyMguF FunctionName
open import UnifyMguCorrectF FunctionName
open i... | 32 | 109 | 0.772727 |
41adc3b4847509483128f96c44f6dae7cb55252e | 410 | agda | Agda | agda/Algebra/Construct/Free/Semilattice.agda | oisdk/combinatorics-paper | 3c176d4690566d81611080e9378f5a178b39b851 | [
"MIT"
] | 6 | 2020-09-11T17:45:41.000Z | 2021-11-16T08:11:34.000Z | agda/Algebra/Construct/Free/Semilattice.agda | oisdk/combinatorics-paper | 3c176d4690566d81611080e9378f5a178b39b851 | [
"MIT"
] | null | null | null | agda/Algebra/Construct/Free/Semilattice.agda | oisdk/combinatorics-paper | 3c176d4690566d81611080e9378f5a178b39b851 | [
"MIT"
] | 1 | 2021-11-11T12:30:21.000Z | 2021-11-11T12:30:21.000Z | {-# OPTIONS --cubical --safe #-}
-- Free join semilattice
module Algebra.Construct.Free.Semilattice where
open import Algebra.Construct.Free.Semilattice.Definition public
open import Algebra.Construct.Free.Semilattice.Eliminators public
open import Algebra.Construct.Free.Semilattice.Union public using (_∪_; 𝒦-semila... | 41 | 86 | 0.812195 |
59cf68aa8ce468bc2fff05d40b5bdc0ab2da8071 | 513 | agda | Agda | Cubical/Structures/LeftAction.agda | FernandoLarrain/cubical | 9acdecfa6437ec455568be4e5ff04849cc2bc13b | [
"MIT"
] | 301 | 2018-10-17T18:00:24.000Z | 2022-03-24T02:10:47.000Z | Cubical/Structures/LeftAction.agda | FernandoLarrain/cubical | 9acdecfa6437ec455568be4e5ff04849cc2bc13b | [
"MIT"
] | 584 | 2018-10-15T09:49:02.000Z | 2022-03-30T12:09:17.000Z | Cubical/Structures/LeftAction.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.Structures.LeftAction where
open import Cubical.Foundations.Prelude
open import Cubical.Foundations.SIP
open import Cubical.Structures.Auto
module _ {ℓ ℓ' : Level} (A : Type ℓ') where
LeftActionStructure : Type ℓ → Type (ℓ-max ℓ ℓ')
LeftActionStructure X = ... | 28.5 | 63 | 0.777778 |
0e3da75ebb42085c1aeb88ebec4456bac1c3be26 | 9,823 | agda | Agda | nicolai/thesis/Trunc/Basics.agda | nicolaikraus/HoTT-Agda | 939a2d83e090fcc924f69f7dfa5b65b3b79fe633 | [
"MIT"
] | 1 | 2021-06-30T00:17:55.000Z | 2021-06-30T00:17:55.000Z | nicolai/thesis/Trunc/Basics.agda | nicolaikraus/HoTT-Agda | 939a2d83e090fcc924f69f7dfa5b65b3b79fe633 | [
"MIT"
] | null | null | null | nicolai/thesis/Trunc/Basics.agda | nicolaikraus/HoTT-Agda | 939a2d83e090fcc924f69f7dfa5b65b3b79fe633 | [
"MIT"
] | null | null | null | {-# OPTIONS --without-K #-}
{- Here, truncations with propositional computational behaviour are defined.
This lack of a definitional β-rule enabled us to talk about this notion
inside type theory without truncations, albeit complicating setup and proofs.
After definition and basic accessories concerning univ... | 40.929167 | 105 | 0.518172 |
4d98409ccc23451bec507cc7a4bddbdad2113873 | 14,733 | agda | Agda | deBruijn/Substitution/Data/Simple.agda | nad/dependently-typed-syntax | 498f8aefc570f7815fd1d6616508eeb92c52abce | [
"MIT"
] | 5 | 2020-04-16T12:14:44.000Z | 2020-07-08T22:51:36.000Z | deBruijn/Substitution/Data/Simple.agda | nad/dependently-typed-syntax | 498f8aefc570f7815fd1d6616508eeb92c52abce | [
"MIT"
] | null | null | null | deBruijn/Substitution/Data/Simple.agda | nad/dependently-typed-syntax | 498f8aefc570f7815fd1d6616508eeb92c52abce | [
"MIT"
] | null | null | null | ------------------------------------------------------------------------
-- Some simple substitution combinators
------------------------------------------------------------------------
-- Given a term type which supports weakening and transformation of
-- variables to terms various substitutions are defined and vario... | 34.183295 | 88 | 0.356343 |
3d5137f11f01faff50ce243d2f225ff5713979a8 | 4,138 | agda | Agda | agda-stdlib/src/Data/Product.agda | DreamLinuxer/popl21-artifact | fb380f2e67dcb4a94f353dbaec91624fcb5b8933 | [
"MIT"
] | 5 | 2020-10-07T12:07:53.000Z | 2020-10-10T21:41:32.000Z | agda-stdlib/src/Data/Product.agda | DreamLinuxer/popl21-artifact | fb380f2e67dcb4a94f353dbaec91624fcb5b8933 | [
"MIT"
] | null | null | null | agda-stdlib/src/Data/Product.agda | DreamLinuxer/popl21-artifact | fb380f2e67dcb4a94f353dbaec91624fcb5b8933 | [
"MIT"
] | 1 | 2021-11-04T06:54:45.000Z | 2021-11-04T06:54:45.000Z | ------------------------------------------------------------------------
-- The Agda standard library
--
-- Products
------------------------------------------------------------------------
{-# OPTIONS --without-K --safe #-}
module Data.Product where
open import Function.Base
open import Level
open import Relation.N... | 25.8625 | 72 | 0.422668 |
0e0aeaa8372529803c9c5a53a87f6133cce3229b | 2,807 | agda | Agda | Structure/Operator.agda | Lolirofle/stuff-in-agda | 70f4fba849f2fd779c5aaa5af122ccb6a5b271ba | [
"MIT"
] | 6 | 2020-04-07T17:58:13.000Z | 2022-02-05T06:53:22.000Z | Structure/Operator.agda | Lolirofle/stuff-in-agda | 70f4fba849f2fd779c5aaa5af122ccb6a5b271ba | [
"MIT"
] | null | null | null | Structure/Operator.agda | Lolirofle/stuff-in-agda | 70f4fba849f2fd779c5aaa5af122ccb6a5b271ba | [
"MIT"
] | null | null | null | module Structure.Operator where
import Lvl
open import Functional using (_$_)
open import Lang.Instance
open import Logic.Predicate
open import Logic
open import Structure.Setoid
open import Structure.Function.Names
open import Structure.Function
open import Structure.Relator.Properties
open import Syntax.Function
ope... | 35.531646 | 123 | 0.639473 |
4141c6d76f09648c38b9447d6139daa716cdf2b3 | 465 | agda | Agda | Cubical/Data/DescendingList/Strict.agda | FernandoLarrain/cubical | 9acdecfa6437ec455568be4e5ff04849cc2bc13b | [
"MIT"
] | 301 | 2018-10-17T18:00:24.000Z | 2022-03-24T02:10:47.000Z | Cubical/Data/DescendingList/Strict.agda | FernandoLarrain/cubical | 9acdecfa6437ec455568be4e5ff04849cc2bc13b | [
"MIT"
] | 584 | 2018-10-15T09:49:02.000Z | 2022-03-30T12:09:17.000Z | Cubical/Data/DescendingList/Strict.agda | FernandoLarrain/cubical | 9acdecfa6437ec455568be4e5ff04849cc2bc13b | [
"MIT"
] | 134 | 2018-11-16T06:11:03.000Z | 2022-03-23T16:22:13.000Z | ------------------------------------------------------------------------
-- Strictly descending lists
------------------------------------------------------------------------
{-# OPTIONS --safe #-}
open import Cubical.Core.Everything
module Cubical.Data.DescendingList.Strict
(A : Type₀)
(_>_ : A → A → Type₀)
wher... | 31 | 141 | 0.468817 |
1204be9268681716198cf4430218f1f2b914adc7 | 361 | agda | Agda | test/Fail/Issue1194m.agda | mdimjasevic/agda | 8fb548356b275c7a1e79b768b64511ae937c738b | [
"BSD-3-Clause"
] | 1,989 | 2015-01-09T23:51:16.000Z | 2022-03-30T18:20:48.000Z | test/Fail/Issue1194m.agda | Seanpm2001-languages/agda | 9911f73061e21a87fad76c662463257afe02c861 | [
"BSD-2-Clause"
] | 4,066 | 2015-01-10T11:24:51.000Z | 2022-03-31T21:14:49.000Z | test/Fail/Issue1194m.agda | Seanpm2001-languages/agda | 9911f73061e21a87fad76c662463257afe02c861 | [
"BSD-2-Clause"
] | 371 | 2015-01-03T14:04:08.000Z | 2022-03-30T19:00:30.000Z | module _ where
postulate D : Set
module A where
infixr 5 _∷_
postulate
_∷_ : Set₁ → D → D
module B where
infix 5 _∷_
postulate
_∷_ : Set₁ → Set₁ → D
open A
open B
foo : D
foo = Set ∷ Set
-- Expected error:
--
-- <preciseErrorLocation>
-- Ambiguous name _∷_. It could refer to any one of
-- A.... | 11.645161 | 51 | 0.598338 |
dff751554e1f92845c211b8e24d0d2cd0ace1449 | 337 | agda | Agda | Cubical/HITs/SetTruncation/Base.agda | limemloh/cubical | df4ef7edffd1c1deb3d4ff342c7178e9901c44f1 | [
"MIT"
] | 1 | 2020-03-23T23:52:11.000Z | 2020-03-23T23:52:11.000Z | Cubical/HITs/SetTruncation/Base.agda | limemloh/cubical | df4ef7edffd1c1deb3d4ff342c7178e9901c44f1 | [
"MIT"
] | null | null | null | Cubical/HITs/SetTruncation/Base.agda | limemloh/cubical | df4ef7edffd1c1deb3d4ff342c7178e9901c44f1 | [
"MIT"
] | null | null | null | {-
This file contains:
- Definition of set truncations
-}
{-# OPTIONS --cubical --safe #-}
module Cubical.HITs.SetTruncation.Base where
open import Cubical.Core.Primitives
-- set truncation as a higher inductive type:
data ∥_∥₀ {ℓ} (A : Type ℓ) : Type ℓ where
∣_∣₀ : A → ∥ A ∥₀
squash₀ : ∀ (x y : ∥ A ∥₀) (p q ... | 18.722222 | 50 | 0.623145 |
063e88b955cf19b29101d024475a8e7bc2a7dd70 | 51 | agda | Agda | test/Succeed/Issue3991FractionalPrecedence.agda | mdimjasevic/agda | 8fb548356b275c7a1e79b768b64511ae937c738b | [
"BSD-3-Clause"
] | 1,989 | 2015-01-09T23:51:16.000Z | 2022-03-30T18:20:48.000Z | test/Succeed/Issue3991FractionalPrecedence.agda | Seanpm2001-languages/agda | 9911f73061e21a87fad76c662463257afe02c861 | [
"BSD-2-Clause"
] | 4,066 | 2015-01-10T11:24:51.000Z | 2022-03-31T21:14:49.000Z | test/Succeed/Issue3991FractionalPrecedence.agda | Seanpm2001-languages/agda | 9911f73061e21a87fad76c662463257afe02c861 | [
"BSD-2-Clause"
] | 371 | 2015-01-03T14:04:08.000Z | 2022-03-30T19:00:30.000Z | infix -3.14 _+_
postulate
_+_ : Set → Set → Set
| 10.2 | 23 | 0.588235 |
57d48fda9d0aef6f692a88e6b96d13defe2f1a72 | 638 | agda | Agda | test/asset/agda-stdlib-1.0/Data/Fin/Dec.agda | omega12345/agda-mode | 0debb886eb5dbcd38dbeebd04b34cf9d9c5e0e71 | [
"MIT"
] | null | null | null | test/asset/agda-stdlib-1.0/Data/Fin/Dec.agda | omega12345/agda-mode | 0debb886eb5dbcd38dbeebd04b34cf9d9c5e0e71 | [
"MIT"
] | null | null | null | test/asset/agda-stdlib-1.0/Data/Fin/Dec.agda | omega12345/agda-mode | 0debb886eb5dbcd38dbeebd04b34cf9d9c5e0e71 | [
"MIT"
] | null | null | null | ------------------------------------------------------------------------
-- The Agda standard library
--
-- Decision procedures for finite sets and subsets of finite sets
--
-- This module is DEPRECATED. Please use the Data.Fin.Properties
-- and Data.Fin.Subset.Properties directly.
-------------------------------------... | 31.9 | 72 | 0.548589 |
1cafa22d9efc9d5fceec345738804c4d675e3df8 | 9,993 | agda | Agda | src/Model/Size.agda | JLimperg/msc-thesis-code | 104cddc6b65386c7e121c13db417aebfd4b7a863 | [
"MIT"
] | 5 | 2021-04-13T21:31:17.000Z | 2021-06-26T06:37:31.000Z | src/Model/Size.agda | JLimperg/msc-thesis-code | 104cddc6b65386c7e121c13db417aebfd4b7a863 | [
"MIT"
] | null | null | null | src/Model/Size.agda | JLimperg/msc-thesis-code | 104cddc6b65386c7e121c13db417aebfd4b7a863 | [
"MIT"
] | null | null | null | {-# OPTIONS --without-K #-}
module Model.Size where
open import Relation.Binary using (Rel ; Preorder ; IsPreorder)
import Data.Nat as ℕ
import Data.Nat.Induction as ℕ
import Data.Nat.Properties as ℕ
import Relation.Binary.Construct.On as On
open import Model.RGraph as RG using (RGraph)
open import Source.Size as S ... | 23.624113 | 79 | 0.437806 |
fb0386356025361e7dbd82d2231c0cc6de643c82 | 674 | agda | Agda | test/Compiler/simple/Issue1126.agda | mdimjasevic/agda | 8fb548356b275c7a1e79b768b64511ae937c738b | [
"BSD-3-Clause"
] | 1,989 | 2015-01-09T23:51:16.000Z | 2022-03-30T18:20:48.000Z | test/Compiler/simple/Issue1126.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/Issue1126.agda | Seanpm2001-languages/agda | 9911f73061e21a87fad76c662463257afe02c861 | [
"BSD-2-Clause"
] | 371 | 2015-01-03T14:04:08.000Z | 2022-03-30T19:00:30.000Z | -- Andreas, 2017-07-28, issue #1126 reported by Saizan is fixed
data ℕ : Set where
zero : ℕ
suc : (n : ℕ) → ℕ
{-# BUILTIN NATURAL ℕ #-}
data Unit : Set where
unit : Unit
slow : ℕ → Unit
slow zero = unit
slow (suc n) = slow n
postulate
IO : Set → Set
{-# COMPILE GHC IO = type IO #-}
{-# BUILTIN IO IO #-}
p... | 19.257143 | 105 | 0.603858 |
41718b3fbf52c79534f4fcef2287040285ce0761 | 13,097 | agda | Agda | theorems/homotopy/PtdAdjoint.agda | cmknapp/HoTT-Agda | bc849346a17b33e2679a5b3f2b8efbe7835dc4b6 | [
"MIT"
] | null | null | null | theorems/homotopy/PtdAdjoint.agda | cmknapp/HoTT-Agda | bc849346a17b33e2679a5b3f2b8efbe7835dc4b6 | [
"MIT"
] | null | null | null | theorems/homotopy/PtdAdjoint.agda | cmknapp/HoTT-Agda | bc849346a17b33e2679a5b3f2b8efbe7835dc4b6 | [
"MIT"
] | null | null | null | {-# OPTIONS --without-K #-}
open import HoTT
{- The pseudo-adjoint functors F,G : Ptd → Ptd
- It stops at composition and ignores
- all the higher associahedrons.
-}
module homotopy.PtdAdjoint where
record PtdFunctor i j : Type (lsucc (lmax i j)) where
field
obj : Ptd i → Ptd j
arr : {X Y : Ptd i} → fs... | 38.295322 | 82 | 0.409025 |
1da84d002549e905f63b2d5bfeab67f3f266187f | 3,329 | agda | Agda | archive/agda-2/Oscar/Class/Substitute.agda | m0davis/oscar | 52e1cdbdee54d9a8eaee04ee518a0d7f61d25afb | [
"RSA-MD"
] | null | null | null | archive/agda-2/Oscar/Class/Substitute.agda | m0davis/oscar | 52e1cdbdee54d9a8eaee04ee518a0d7f61d25afb | [
"RSA-MD"
] | 1 | 2019-04-29T00:35:04.000Z | 2019-05-11T23:33:04.000Z | archive/agda-2/Oscar/Class/Substitute.agda | m0davis/oscar | 52e1cdbdee54d9a8eaee04ee518a0d7f61d25afb | [
"RSA-MD"
] | null | null | null |
module Oscar.Class.Substitute where
open import Oscar.Class.Substitution
open import Oscar.Data.Equality
open import Oscar.Function
open import Oscar.Relation
open import Oscar.Level
record Substitute {a} {A : Set a} {b} (B : A → Set b) {c} (C : A → Set c) {d} (D : A → Set d) : Set (a ⊔ b ⊔ c ⊔ d) where
field
... | 39.630952 | 126 | 0.452989 |
2fe5dcbc59aa5c9f8d403789232ea55e970620a6 | 8,173 | agda | Agda | Cubical/Foundations/Logic.agda | limemloh/cubical | df4ef7edffd1c1deb3d4ff342c7178e9901c44f1 | [
"MIT"
] | null | null | null | Cubical/Foundations/Logic.agda | limemloh/cubical | df4ef7edffd1c1deb3d4ff342c7178e9901c44f1 | [
"MIT"
] | null | null | null | Cubical/Foundations/Logic.agda | limemloh/cubical | df4ef7edffd1c1deb3d4ff342c7178e9901c44f1 | [
"MIT"
] | null | null | null | {-# OPTIONS --cubical --safe #-}
module Cubical.Foundations.Logic where
import Cubical.Data.Empty as D
import Cubical.Data.Prod as D
import Cubical.Data.Sum as D
import Cubical.Data.Unit as D
open import Cubical.Foundations.Prelude
open import Cubical.HITs.PropositionalTruncation
open import Cubical.Foundation... | 29.612319 | 97 | 0.402545 |
29eeb695ef9aaabc671715b96b5e98e6aed743db | 521 | agda | Agda | test/Succeed/Issue292-19.agda | mdimjasevic/agda | 8fb548356b275c7a1e79b768b64511ae937c738b | [
"BSD-3-Clause"
] | 1,989 | 2015-01-09T23:51:16.000Z | 2022-03-30T18:20:48.000Z | test/Succeed/Issue292-19.agda | Seanpm2001-languages/agda | 9911f73061e21a87fad76c662463257afe02c861 | [
"BSD-2-Clause"
] | 4,066 | 2015-01-10T11:24:51.000Z | 2022-03-31T21:14:49.000Z | test/Succeed/Issue292-19.agda | Seanpm2001-languages/agda | 9911f73061e21a87fad76c662463257afe02c861 | [
"BSD-2-Clause"
] | 371 | 2015-01-03T14:04:08.000Z | 2022-03-30T19:00:30.000Z |
module Issue292-19 where
postulate
I : Set
i₁ i₂ : I
J : Set
j : I → J
data D : I → Set where
d₁ : D i₁
d₂ : D i₂
data P : ∀ i → D i → Set where
p₁ : P i₁ d₁
p₂ : P i₂ d₂
data P′ : ∀ i → D i → Set where
p₁ : P′ i₁ d₁
data E : J → Set where
e₁ : E (j i₁)
e₂ : E (j i₂)
data Q : ∀ ... | 13.710526 | 37 | 0.487524 |
41067bab67eb2963022886e02edb7af3d8b830d7 | 867 | agda | Agda | test/succeed/InstanceGuessesMeta2.agda | asr/agda-kanso | aa10ae6a29dc79964fe9dec2de07b9df28b61ed5 | [
"MIT"
] | 1 | 2018-10-10T17:08:44.000Z | 2018-10-10T17:08:44.000Z | test/succeed/InstanceGuessesMeta2.agda | np/agda-git-experiment | 20596e9dd9867166a64470dd24ea68925ff380ce | [
"MIT"
] | null | null | null | test/succeed/InstanceGuessesMeta2.agda | np/agda-git-experiment | 20596e9dd9867166a64470dd24ea68925ff380ce | [
"MIT"
] | null | null | null | -- Andreas, 2012-01-10
-- {-# OPTIONS -v tc.constr.findInScope:50 #-}
module InstanceGuessesMeta2 where
open import Common.Level
data ℕ : Set where
zero : ℕ
suc : (n : ℕ) → ℕ
record takeClass {a}
(F : Set a → Set a)
(G : Set a → ℕ → Set a) : Set (lsuc a) where
field
take : {A : Set a} → (n : ℕ) → F ... | 25.5 | 68 | 0.551326 |
416a17bc3b54abca550f946407c1d970286d21c7 | 3,229 | agda | Agda | agda-stdlib/src/Algebra/Morphism/MonoidMonomorphism.agda | DreamLinuxer/popl21-artifact | fb380f2e67dcb4a94f353dbaec91624fcb5b8933 | [
"MIT"
] | 5 | 2020-10-07T12:07:53.000Z | 2020-10-10T21:41:32.000Z | agda-stdlib/src/Algebra/Morphism/MonoidMonomorphism.agda | DreamLinuxer/popl21-artifact | fb380f2e67dcb4a94f353dbaec91624fcb5b8933 | [
"MIT"
] | null | null | null | agda-stdlib/src/Algebra/Morphism/MonoidMonomorphism.agda | DreamLinuxer/popl21-artifact | fb380f2e67dcb4a94f353dbaec91624fcb5b8933 | [
"MIT"
] | 1 | 2021-11-04T06:54:45.000Z | 2021-11-04T06:54:45.000Z | ------------------------------------------------------------------------
-- The Agda standard library
--
-- Consequences of a monomorphism between monoid-like structures
------------------------------------------------------------------------
-- See Data.Nat.Binary.Properties for examples of how this and similar
-- mo... | 33.989474 | 75 | 0.557758 |
06a9091556abe6834f1c2e4853df7126003420e7 | 2,006 | agda | Agda | src/Data/Vec/Any/Membership/Properties.agda | tizmd/agda-vector-any | 1a60f72b9ea1dd61845311ee97dc380aa542b874 | [
"MIT"
] | null | null | null | src/Data/Vec/Any/Membership/Properties.agda | tizmd/agda-vector-any | 1a60f72b9ea1dd61845311ee97dc380aa542b874 | [
"MIT"
] | null | null | null | src/Data/Vec/Any/Membership/Properties.agda | tizmd/agda-vector-any | 1a60f72b9ea1dd61845311ee97dc380aa542b874 | [
"MIT"
] | null | null | null | module Data.Vec.Any.Membership.Properties where
open import Relation.Binary
open import Data.Vec
module SingleSetoid {a ℓ} (S : Setoid a ℓ) where
open Setoid S renaming (Carrier to A)
open import Data.Vec.Any
open import Data.Vec.Any.Membership S
open import Function using (flip)
open import Data.... | 37.849057 | 97 | 0.551844 |
4d7a8ced3625dd286048ef5fae1440ce1aa8c714 | 564 | agda | Agda | examples/Termination/simplified-comb.agda | mdimjasevic/agda | 8fb548356b275c7a1e79b768b64511ae937c738b | [
"BSD-3-Clause"
] | 1,989 | 2015-01-09T23:51:16.000Z | 2022-03-30T18:20:48.000Z | examples/Termination/simplified-comb.agda | Seanpm2001-languages/agda | 9911f73061e21a87fad76c662463257afe02c861 | [
"BSD-2-Clause"
] | 4,066 | 2015-01-10T11:24:51.000Z | 2022-03-31T21:14:49.000Z | examples/Termination/simplified-comb.agda | Seanpm2001-languages/agda | 9911f73061e21a87fad76c662463257afe02c861 | [
"BSD-2-Clause"
] | 371 | 2015-01-03T14:04:08.000Z | 2022-03-30T19:00:30.000Z | module simplified-comb where
infixr 50 _⟶_
data Ty : Set where
ι : Ty
_⟶_ : Ty -> Ty -> Ty
data Tm : Ty -> Set where
_$_ : {σ τ : Ty} -> Tm (σ ⟶ τ) -> Tm σ -> Tm τ
data Nf : Ty -> Set where
data _↓_ : {σ : Ty} -> Tm σ -> Nf σ -> Set where
r$ : {σ τ : Ty} -> {t : Tm (σ ⟶ τ)} -> {f : Nf (σ ⟶ τ)} -> t ↓ f... | 25.636364 | 72 | 0.388298 |
0e4db7bc658d94b562b4637c43e8c90711b2cefe | 1,559 | agda | Agda | src/fot/PA/Inductive2Standard.agda | asr/fotc | 2fc9f2b81052a2e0822669f02036c5750371b72d | [
"MIT"
] | 11 | 2015-09-03T20:53:42.000Z | 2021-09-12T16:09:54.000Z | src/fot/PA/Inductive2Standard.agda | asr/fotc | 2fc9f2b81052a2e0822669f02036c5750371b72d | [
"MIT"
] | 2 | 2016-10-12T17:28:16.000Z | 2017-01-01T14:34:26.000Z | src/fot/PA/Inductive2Standard.agda | asr/fotc | 2fc9f2b81052a2e0822669f02036c5750371b72d | [
"MIT"
] | 3 | 2016-09-19T14:18:30.000Z | 2018-03-14T08:50:00.000Z | ------------------------------------------------------------------------------
-- From inductive PA to standard axiomatic PA
------------------------------------------------------------------------------
{-# OPTIONS --exact-split #-}
{-# OPTIONS --no-sized-types #-}
{-# OPTIONS --no-universe-pol... | 27.839286 | 78 | 0.463759 |
29560794ce492e865b0e2fa733a16e398586cc59 | 4,622 | agda | Agda | Data/List/Relation/Binary/Lexicographic.agda | oisdk/agda-playground | 97a3aab1282b2337c5f43e2cfa3fa969a94c11b7 | [
"MIT"
] | 6 | 2020-09-11T17:45:41.000Z | 2021-11-16T08:11:34.000Z | Data/List/Relation/Binary/Lexicographic.agda | oisdk/agda-playground | 97a3aab1282b2337c5f43e2cfa3fa969a94c11b7 | [
"MIT"
] | null | null | null | Data/List/Relation/Binary/Lexicographic.agda | oisdk/agda-playground | 97a3aab1282b2337c5f43e2cfa3fa969a94c11b7 | [
"MIT"
] | 1 | 2021-11-11T12:30:21.000Z | 2021-11-11T12:30:21.000Z | {-# OPTIONS --cubical --safe #-}
open import Relation.Binary
open import Prelude hiding (Decidable)
module Data.List.Relation.Binary.Lexicographic {e ℓ₁ ℓ₂} {E : Type e} (ord : TotalOrder E ℓ₁ ℓ₂) where
open import Data.List
import Path as ≡
open TotalOrder ord renaming (refl to ≤-refl)
import Data.Empty.UniverseP... | 42.796296 | 110 | 0.523367 |
230b4c5aefc1be2a34482c9dd9dc4abd1e418ca3 | 1,497 | agda | Agda | Groups/Homomorphisms/Image.agda | Smaug123/agdaproofs | 0f4230011039092f58f673abcad8fb0652e6b562 | [
"MIT"
] | 4 | 2019-08-08T12:44:19.000Z | 2022-01-28T06:04:15.000Z | Groups/Homomorphisms/Image.agda | Smaug123/agdaproofs | 0f4230011039092f58f673abcad8fb0652e6b562 | [
"MIT"
] | 14 | 2019-01-06T21:11:59.000Z | 2020-04-11T11:03:39.000Z | Groups/Homomorphisms/Image.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 Groups.Definition
open import Setoids.Setoids
open import Setoids.Subset
open import LogicalFormulae
open import Sets.EquivalenceRelations
open import Groups.Homomorphisms.Definition
open import Groups.Homomorphisms.Lemmas
open import Groups.Subgroups.Defi... | 40.459459 | 235 | 0.721443 |
3df64beea5a5a6f8a6baa96880476bba112fc292 | 2,458 | agda | Agda | README/Correct-by-Construction-Pretty-Printing.agda | nad/pretty | b956803ba90b6c5f57bbbaab01bb18485d948492 | [
"MIT"
] | null | null | null | README/Correct-by-Construction-Pretty-Printing.agda | nad/pretty | b956803ba90b6c5f57bbbaab01bb18485d948492 | [
"MIT"
] | null | null | null | README/Correct-by-Construction-Pretty-Printing.agda | nad/pretty | b956803ba90b6c5f57bbbaab01bb18485d948492 | [
"MIT"
] | null | null | null | ------------------------------------------------------------------------
-- A README directed towards readers of the paper
-- "Correct-by-Construction Pretty-Printing"
--
-- Nils Anders Danielsson
------------------------------------------------------------------------
{-# OPTIONS --guardedness #-}
module README.Corr... | 25.604167 | 72 | 0.626119 |
a16fc2cb11b1b30403cb97d9e1b8b326a63cd0f0 | 9,691 | agda | Agda | agda-stdlib/src/Function/Bundles.agda | DreamLinuxer/popl21-artifact | fb380f2e67dcb4a94f353dbaec91624fcb5b8933 | [
"MIT"
] | 5 | 2020-10-07T12:07:53.000Z | 2020-10-10T21:41:32.000Z | agda-stdlib/src/Function/Bundles.agda | DreamLinuxer/popl21-artifact | fb380f2e67dcb4a94f353dbaec91624fcb5b8933 | [
"MIT"
] | null | null | null | agda-stdlib/src/Function/Bundles.agda | DreamLinuxer/popl21-artifact | fb380f2e67dcb4a94f353dbaec91624fcb5b8933 | [
"MIT"
] | 1 | 2021-11-04T06:54:45.000Z | 2021-11-04T06:54:45.000Z | ------------------------------------------------------------------------
-- The Agda standard library
--
-- Bundles for types of functions
------------------------------------------------------------------------
-- The contents of this file should usually be accessed from `Function`.
-- Note that these bundles differ... | 25.502632 | 72 | 0.540914 |
4d7a429df5b12020b6dd12c0eaf37f44219004ca | 18,433 | agda | Agda | Everything.agda | tetrapharmakon/agda-categories | cfa6aefd3069d4db995191b458c886edcfba8294 | [
"MIT"
] | 5 | 2019-05-21T17:07:19.000Z | 2019-05-22T03:54:24.000Z | Everything.agda | seanpm2001/agda-categories | d9e4f578b126313058d105c61707d8c8ae987fa8 | [
"MIT"
] | null | null | null | Everything.agda | seanpm2001/agda-categories | d9e4f578b126313058d105c61707d8c8ae987fa8 | [
"MIT"
] | null | null | null | import Categories.2-Category
import Categories.2-Functor
import Categories.Adjoint
import Categories.Adjoint.AFT
import Categories.Adjoint.AFT.SolutionSet
import Categories.Adjoint.Alternatives
import Categories.Adjoint.Compose
import Categories.Adjoint.Construction.CoKleisli
import Categories.Adjoint.Construction.Eile... | 44.740291 | 78 | 0.892475 |
3d973c37d8f3c5ed2d2af1b312e0cf7b4181f7bf | 1,026 | agda | Agda | test/asset/agda-stdlib-1.0/Data/List/Reverse.agda | omega12345/agda-mode | 0debb886eb5dbcd38dbeebd04b34cf9d9c5e0e71 | [
"MIT"
] | 5 | 2020-10-07T12:07:53.000Z | 2020-10-10T21:41:32.000Z | test/asset/agda-stdlib-1.0/Data/List/Reverse.agda | omega12345/agda-mode | 0debb886eb5dbcd38dbeebd04b34cf9d9c5e0e71 | [
"MIT"
] | null | null | null | test/asset/agda-stdlib-1.0/Data/List/Reverse.agda | omega12345/agda-mode | 0debb886eb5dbcd38dbeebd04b34cf9d9c5e0e71 | [
"MIT"
] | 1 | 2021-11-04T06:54:45.000Z | 2021-11-04T06:54:45.000Z | ------------------------------------------------------------------------
-- The Agda standard library
--
-- Reverse view
------------------------------------------------------------------------
{-# OPTIONS --without-K --safe #-}
module Data.List.Reverse where
open import Data.List.Base as L hiding (reverse)
open imp... | 29.314286 | 72 | 0.559454 |
fb28682470add9af6d1557c4d47022951e27917a | 3,939 | agda | Agda | test/Succeed/Issue1324.agda | mdimjasevic/agda | 8fb548356b275c7a1e79b768b64511ae937c738b | [
"BSD-3-Clause"
] | 1,989 | 2015-01-09T23:51:16.000Z | 2022-03-30T18:20:48.000Z | test/Succeed/Issue1324.agda | Seanpm2001-languages/agda | 9911f73061e21a87fad76c662463257afe02c861 | [
"BSD-2-Clause"
] | 4,066 | 2015-01-10T11:24:51.000Z | 2022-03-31T21:14:49.000Z | test/Succeed/Issue1324.agda | Seanpm2001-languages/agda | 9911f73061e21a87fad76c662463257afe02c861 | [
"BSD-2-Clause"
] | 371 | 2015-01-03T14:04:08.000Z | 2022-03-30T19:00:30.000Z | ------------------------------------------------------------------------
-- Library stuff
data ⊥ : Set where
record ⊤ : Set where
constructor tt
data Bool : Set where
true false : Bool
if_then_else_ : ∀ {A : Set} → Bool → A → A → A
if true then t else f = t
if false then t else f = f
data ℕ : Set where
zer... | 23.586826 | 96 | 0.44199 |
580a11db74be97a3a50f2ff2952bfbebcc83ca5e | 8,013 | agda | Agda | Cubical/Algebra/Lattice/Base.agda | guilhermehas/cubical | ce3120d3f8d692847b2744162bcd7a01f0b687eb | [
"MIT"
] | 1 | 2021-10-31T17:32:49.000Z | 2021-10-31T17:32:49.000Z | Cubical/Algebra/Lattice/Base.agda | guilhermehas/cubical | ce3120d3f8d692847b2744162bcd7a01f0b687eb | [
"MIT"
] | null | null | null | Cubical/Algebra/Lattice/Base.agda | guilhermehas/cubical | ce3120d3f8d692847b2744162bcd7a01f0b687eb | [
"MIT"
] | null | null | null | {-# OPTIONS --safe #-}
module Cubical.Algebra.Lattice.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
o... | 34.538793 | 102 | 0.555472 |
0b0efefaf6555c6c82ff2a6f6220ad4c1e9930c1 | 148 | agda | Agda | test/interaction/Issue3032.agda | mdimjasevic/agda | 8fb548356b275c7a1e79b768b64511ae937c738b | [
"BSD-3-Clause"
] | 1,989 | 2015-01-09T23:51:16.000Z | 2022-03-30T18:20:48.000Z | test/interaction/Issue3032.agda | Seanpm2001-languages/agda | 9911f73061e21a87fad76c662463257afe02c861 | [
"BSD-2-Clause"
] | 4,066 | 2015-01-10T11:24:51.000Z | 2022-03-31T21:14:49.000Z | test/interaction/Issue3032.agda | Seanpm2001-languages/agda | 9911f73061e21a87fad76c662463257afe02c861 | [
"BSD-2-Clause"
] | 371 | 2015-01-03T14:04:08.000Z | 2022-03-30T19:00:30.000Z | postulate
A : Set
B : Set
t : B
data C : (b : B) → Set
foo : (b : B) → C b → B
data C where
c : (x : C t) → C (foo t x)
foo b x = {!x!}
| 10.571429 | 29 | 0.425676 |
a149bb1e877edf01aedc8d49b43c99b78a2f8302 | 12,702 | agda | Agda | theorems/cw/cohomology/ReconstructedCochainsEquivCellularCochains.agda | AntoineAllioux/HoTT-Agda | 1037d82edcf29b620677a311dcfd4fc2ade2faa6 | [
"MIT"
] | 294 | 2015-01-09T16:23:23.000Z | 2022-03-20T13:54:45.000Z | theorems/cw/cohomology/ReconstructedCochainsEquivCellularCochains.agda | AntoineAllioux/HoTT-Agda | 1037d82edcf29b620677a311dcfd4fc2ade2faa6 | [
"MIT"
] | 31 | 2015-03-05T20:09:00.000Z | 2021-10-03T19:15:25.000Z | theorems/cw/cohomology/ReconstructedCochainsEquivCellularCochains.agda | AntoineAllioux/HoTT-Agda | 1037d82edcf29b620677a311dcfd4fc2ade2faa6 | [
"MIT"
] | 50 | 2015-01-10T01:48:08.000Z | 2022-02-14T03:03:25.000Z | {-# OPTIONS --without-K --rewriting #-}
open import HoTT
open import cw.CW
open import cw.FinCW
open import cw.FinBoundary
open import cohomology.Theory
open import cohomology.ChainComplex
module cw.cohomology.ReconstructedCochainsEquivCellularCochains
(OT : OrdinaryTheory lzero) where
open OrdinaryTheory OT
o... | 60.485714 | 125 | 0.591324 |
580427716fc8f33b4193a2e1f6d9086fa74c42fa | 460 | agda | Agda | test/Succeed/Issue3538.agda | zliu41/agda | 73405f70bced057d24dd4bf122d53f9548544aba | [
"BSD-3-Clause"
] | 1,989 | 2015-01-09T23:51:16.000Z | 2022-03-30T18:20:48.000Z | test/Succeed/Issue3538.agda | Seanpm2001-languages/agda | 9911f73061e21a87fad76c662463257afe02c861 | [
"BSD-2-Clause"
] | 4,066 | 2015-01-10T11:24:51.000Z | 2022-03-31T21:14:49.000Z | test/Succeed/Issue3538.agda | Seanpm2001-languages/agda | 9911f73061e21a87fad76c662463257afe02c861 | [
"BSD-2-Clause"
] | 371 | 2015-01-03T14:04:08.000Z | 2022-03-30T19:00:30.000Z | {-# OPTIONS --rewriting #-}
open import Agda.Builtin.Equality
{-# BUILTIN REWRITE _≡_ #-}
module _ (Form : Set) where -- FAILS
-- postulate Form : Set -- WORKS
data Cxt : Set where
ε : Cxt
_∙_ : (Γ : Cxt) (A : Form) → Cxt
data _≤_ : (Γ Δ : Cxt) → Set where
id≤ : ∀{Γ} → Γ ≤ Γ
weak : ∀{A Γ Δ} (τ : Γ ≤ Δ) → (... | 23 | 52 | 0.5 |
57aba13abe277a62d2890838e77d1e4287efd81d | 14,760 | agda | Agda | agda/sn-calculus-compatconf.agda | florence/esterel-calculus | 4340bef3f8df42ab8167735d35a4cf56243a45cd | [
"MIT"
] | 3 | 2020-04-16T10:58:53.000Z | 2020-07-01T03:59:31.000Z | agda/sn-calculus-compatconf.agda | florence/esterel-calculus | 4340bef3f8df42ab8167735d35a4cf56243a45cd | [
"MIT"
] | null | null | null | agda/sn-calculus-compatconf.agda | florence/esterel-calculus | 4340bef3f8df42ab8167735d35a4cf56243a45cd | [
"MIT"
] | 1 | 2020-04-15T20:02:49.000Z | 2020-04-15T20:02:49.000Z | module sn-calculus-compatconf where
open import sn-calculus
open import utility renaming (_U̬_ to _∪_)
open import context-properties
using (get-view ; ->E-view ; ->pot-view)
open import sn-calculus-compatconf.eview
using (1-steplρ-E-view)
open import sn-calculus-compatconf.pot
using (1-steplρ-pot)
open import ... | 41.694915 | 97 | 0.591734 |
57c8f0736bd1ffef1c5f9b7c6f9165a049135109 | 123 | agda | Agda | test/interaction/Issue936.agda | mdimjasevic/agda | 8fb548356b275c7a1e79b768b64511ae937c738b | [
"BSD-3-Clause"
] | 1,989 | 2015-01-09T23:51:16.000Z | 2022-03-30T18:20:48.000Z | test/interaction/Issue936.agda | Seanpm2001-languages/agda | 9911f73061e21a87fad76c662463257afe02c861 | [
"BSD-2-Clause"
] | 4,066 | 2015-01-10T11:24:51.000Z | 2022-03-31T21:14:49.000Z | test/interaction/Issue936.agda | Seanpm2001-languages/agda | 9911f73061e21a87fad76c662463257afe02c861 | [
"BSD-2-Clause"
] | 371 | 2015-01-03T14:04:08.000Z | 2022-03-30T19:00:30.000Z | module Issue936 where
-- The highlighting generated for this file should not contain
-- any references to Agda.Primitive.
| 24.6 | 62 | 0.796748 |
29a4abb97421bf9ff8858d77c759234305c82bb9 | 24 | agda | Agda | test/Fail/InvalidNamePartMeta.agda | mdimjasevic/agda | 8fb548356b275c7a1e79b768b64511ae937c738b | [
"BSD-3-Clause"
] | 1,989 | 2015-01-09T23:51:16.000Z | 2022-03-30T18:20:48.000Z | test/Fail/InvalidNamePartMeta.agda | Seanpm2001-languages/agda | 9911f73061e21a87fad76c662463257afe02c861 | [
"BSD-2-Clause"
] | 4,066 | 2015-01-10T11:24:51.000Z | 2022-03-31T21:14:49.000Z | test/Fail/InvalidNamePartMeta.agda | Seanpm2001-languages/agda | 9911f73061e21a87fad76c662463257afe02c861 | [
"BSD-2-Clause"
] | 371 | 2015-01-03T14:04:08.000Z | 2022-03-30T19:00:30.000Z | test = forall _?_ → Set
| 12 | 23 | 0.625 |
31b6ff17f24aa79316ba5528b3bbc4eee0a3408a | 2,866 | agda | Agda | Lists.agda | NAMEhzj/Divide-and-Conquer-in-Agda | 99bd3a5e772563153d78f61c1bbca48d7809ff48 | [
"MIT"
] | null | null | null | Lists.agda | NAMEhzj/Divide-and-Conquer-in-Agda | 99bd3a5e772563153d78f61c1bbca48d7809ff48 | [
"MIT"
] | null | null | null | Lists.agda | NAMEhzj/Divide-and-Conquer-in-Agda | 99bd3a5e772563153d78f61c1bbca48d7809ff48 | [
"MIT"
] | null | null | null | {-# OPTIONS --no-universe-polymorphism #-}
open import Induction.WellFounded as WF
open import Induction.Nat
open import Relation.Binary.Core hiding (Total)
open import Relation.Unary as U using (Decidable)
open import Relation.Nullary
open import Function using (_on_)
open import Data.Nat
import Level as L using (zero... | 40.366197 | 180 | 0.564899 |
a1c53762ffdc7799e1e087ac60dd2cd867de48ff | 1,769 | agda | Agda | Cubical/Categories/Functor.agda | apabepa10/cubical | 3a9bb56260c25a6f2e9c20af8d278de0fe8d9e05 | [
"MIT"
] | null | null | null | Cubical/Categories/Functor.agda | apabepa10/cubical | 3a9bb56260c25a6f2e9c20af8d278de0fe8d9e05 | [
"MIT"
] | null | null | null | Cubical/Categories/Functor.agda | apabepa10/cubical | 3a9bb56260c25a6f2e9c20af8d278de0fe8d9e05 | [
"MIT"
] | null | null | null | {-# OPTIONS --cubical --no-import-sorts --safe #-}
module Cubical.Categories.Functor where
open import Cubical.Foundations.Prelude
open import Cubical.Data.Sigma
open import Cubical.Categories.Category
private
variable
ℓC ℓC' ℓD ℓD' : Level
record Functor (C : Precategory ℓC ℓC') (D : Precategory ℓD ℓD') : Ty... | 25.637681 | 115 | 0.458451 |
57107e0b353ff3c3c6fbb6cb999b59565bef3198 | 16,280 | agda | Agda | Categories/Adjoint/Properties.agda | Taneb/agda-categories | 6ebc1349ee79669c5c496dcadd551d5bbefd1972 | [
"MIT"
] | null | null | null | Categories/Adjoint/Properties.agda | Taneb/agda-categories | 6ebc1349ee79669c5c496dcadd551d5bbefd1972 | [
"MIT"
] | null | null | null | Categories/Adjoint/Properties.agda | Taneb/agda-categories | 6ebc1349ee79669c5c496dcadd551d5bbefd1972 | [
"MIT"
] | null | null | null | {-# OPTIONS --without-K --safe #-}
module Categories.Adjoint.Properties where
open import Level
open import Data.Product using (Σ; _,_; -,_; proj₂; uncurry)
open import Function using (_$_)
open import Categories.Adjoint using (_⊣_; Adjoint; Hom-NI′⇒Adjoint)
open import Categories.Adjoint.RAPL public
open import Cat... | 42.729659 | 124 | 0.480098 |
d0fa9c0d6a0fe41889b9ace1dba45baaa745a396 | 762 | agda | Agda | lib/types/Unit.agda | sattlerc/HoTT-Agda | c8fb8da3354fc9e0c430ac14160161759b4c5b37 | [
"MIT"
] | null | null | null | lib/types/Unit.agda | sattlerc/HoTT-Agda | c8fb8da3354fc9e0c430ac14160161759b4c5b37 | [
"MIT"
] | null | null | null | lib/types/Unit.agda | sattlerc/HoTT-Agda | c8fb8da3354fc9e0c430ac14160161759b4c5b37 | [
"MIT"
] | null | null | null | {-# OPTIONS --without-K #-}
open import lib.Basics
module lib.types.Unit where
⊤ = Unit
tt = unit
abstract
-- Unit is contractible
Unit-is-contr : is-contr Unit
Unit-is-contr = (unit , λ y → idp)
Unit-has-level : {n : ℕ₋₂} → has-level n Unit
Unit-has-level = contr-has-level Unit-is-contr
-- [Unit-has-... | 22.411765 | 62 | 0.666667 |
3d6f4cf44e208c2635dda6c4ebfca12fc3e9a122 | 2,695 | agda | Agda | container/core.agda | HoTT/M-types | beebe176981953ab48f37de5eb74557cfc5402f4 | [
"BSD-3-Clause"
] | 27 | 2015-04-14T15:47:03.000Z | 2022-01-09T07:26:57.000Z | container/core.agda | HoTT/M-types | beebe176981953ab48f37de5eb74557cfc5402f4 | [
"BSD-3-Clause"
] | 2 | 2015-02-11T11:14:59.000Z | 2015-02-11T15:20:34.000Z | container/core.agda | HoTT/M-types | beebe176981953ab48f37de5eb74557cfc5402f4 | [
"BSD-3-Clause"
] | 4 | 2015-04-11T17:19:12.000Z | 2019-02-26T06:17:38.000Z | {-# OPTIONS --without-K #-}
module container.core where
open import level
open import sum
open import equality
open import function
module _ {li}{I : Set li} where
-- homsets in the slice category
_→ⁱ_ : ∀ {lx ly} → (I → Set lx) → (I → Set ly) → Set _
X →ⁱ Y = (i : I) → X i → Y i
-- identity of the slice ca... | 30.280899 | 80 | 0.444156 |
dc2963ee5f593f7fd7c2a66c205e2fb1f657898d | 1,798 | agda | Agda | agda-stdlib/src/Codata/Musical/Cofin.agda | DreamLinuxer/popl21-artifact | fb380f2e67dcb4a94f353dbaec91624fcb5b8933 | [
"MIT"
] | 5 | 2020-10-07T12:07:53.000Z | 2020-10-10T21:41:32.000Z | agda-stdlib/src/Codata/Musical/Cofin.agda | DreamLinuxer/popl21-artifact | fb380f2e67dcb4a94f353dbaec91624fcb5b8933 | [
"MIT"
] | null | null | null | agda-stdlib/src/Codata/Musical/Cofin.agda | DreamLinuxer/popl21-artifact | fb380f2e67dcb4a94f353dbaec91624fcb5b8933 | [
"MIT"
] | 1 | 2021-11-04T06:54:45.000Z | 2021-11-04T06:54:45.000Z | ------------------------------------------------------------------------
-- The Agda standard library
--
-- "Finite" sets indexed on coinductive "natural" numbers
------------------------------------------------------------------------
{-# OPTIONS --without-K --sized-types --guardedness #-}
module Codata.Musical.Cofi... | 30.474576 | 83 | 0.548387 |
50d8e107575fd7976a05a85339aa09c9d712bf57 | 2,556 | agda | Agda | Cubical/Codata/M/AsLimit/itree.agda | FernandoLarrain/cubical | 9acdecfa6437ec455568be4e5ff04849cc2bc13b | [
"MIT"
] | 301 | 2018-10-17T18:00:24.000Z | 2022-03-24T02:10:47.000Z | Cubical/Codata/M/AsLimit/itree.agda | FernandoLarrain/cubical | 9acdecfa6437ec455568be4e5ff04849cc2bc13b | [
"MIT"
] | 584 | 2018-10-15T09:49:02.000Z | 2022-03-30T12:09:17.000Z | Cubical/Codata/M/AsLimit/itree.agda | FernandoLarrain/cubical | 9acdecfa6437ec455568be4e5ff04849cc2bc13b | [
"MIT"
] | 134 | 2018-11-16T06:11:03.000Z | 2022-03-23T16:22:13.000Z | {-# OPTIONS --guardedness --safe #-}
module Cubical.Codata.M.AsLimit.itree where
open import Cubical.Data.Unit
open import Cubical.Data.Prod
open import Cubical.Data.Nat as ℕ using (ℕ ; suc ; _+_ )
open import Cubical.Data.Sum
open import Cubical.Data.Empty
open import Cubical.Data.Bool
open import Cubical.Foundatio... | 33.631579 | 137 | 0.563772 |
31e236aff4bebbb443625deaab653c5d4c368b23 | 789 | agda | Agda | notes/FOT/FOTC/Data/Nat/AddPartialRightIdentity.agda | asr/fotc | 2fc9f2b81052a2e0822669f02036c5750371b72d | [
"MIT"
] | 11 | 2015-09-03T20:53:42.000Z | 2021-09-12T16:09:54.000Z | notes/FOT/FOTC/Data/Nat/AddPartialRightIdentity.agda | asr/fotc | 2fc9f2b81052a2e0822669f02036c5750371b72d | [
"MIT"
] | 2 | 2016-10-12T17:28:16.000Z | 2017-01-01T14:34:26.000Z | notes/FOT/FOTC/Data/Nat/AddPartialRightIdentity.agda | asr/fotc | 2fc9f2b81052a2e0822669f02036c5750371b72d | [
"MIT"
] | 3 | 2016-09-19T14:18:30.000Z | 2018-03-14T08:50:00.000Z | ------------------------------------------------------------------------------
-- Reasoning partially about functions
------------------------------------------------------------------------------
{-# OPTIONS --allow-unsolved-metas #-}
{-# OPTIONS --exact-split #-}
{-# OPTIONS --no-sized-types ... | 32.875 | 78 | 0.455006 |
1224f08ac9fdd65c80e17556af5f7e763570bdc3 | 452 | agda | Agda | src/is-lib/InfSys.agda | boystrange/FairSubtypingAgda | c4b78e70c3caf68d509f4360b9171d9f80ecb825 | [
"MIT"
] | 4 | 2021-07-29T14:32:30.000Z | 2022-01-24T14:38:47.000Z | src/is-lib/InfSys.agda | boystrange/FairSubtypingAgda | c4b78e70c3caf68d509f4360b9171d9f80ecb825 | [
"MIT"
] | null | null | null | src/is-lib/InfSys.agda | boystrange/FairSubtypingAgda | c4b78e70c3caf68d509f4360b9171d9f80ecb825 | [
"MIT"
] | null | null | null | --------------------------------------------------------------------------------
-- This is part of Agda Inference Systems
{-# OPTIONS --guardedness #-}
module is-lib.InfSys {𝓁} where
open import is-lib.InfSys.Base {𝓁} public
open import is-lib.InfSys.Induction {𝓁} public
open import is-lib.InfSys.Coinduct... | 34.769231 | 80 | 0.608407 |
06c8305dab78e058c1377ddf174cb4e1171a8f35 | 1,821 | agda | Agda | Cubical/HITs/Rationals/SigmaQ/Base.agda | L-TChen/cubical | 60226aacd7b386aef95d43a0c29c4eec996348a8 | [
"MIT"
] | null | null | null | Cubical/HITs/Rationals/SigmaQ/Base.agda | L-TChen/cubical | 60226aacd7b386aef95d43a0c29c4eec996348a8 | [
"MIT"
] | 1 | 2022-01-27T02:07:48.000Z | 2022-01-27T02:07:48.000Z | Cubical/HITs/Rationals/SigmaQ/Base.agda | L-TChen/cubical | 60226aacd7b386aef95d43a0c29c4eec996348a8 | [
"MIT"
] | null | null | null | {-# OPTIONS --cubical --no-import-sorts --safe #-}
module Cubical.HITs.Rationals.SigmaQ.Base where
open import Cubical.Foundations.Prelude
open import Cubical.Foundations.HLevels
open import Cubical.HITs.Ints.QuoInt
open import Cubical.Data.Nat as ℕ hiding (_·_)
open import Cubical.Data.NatPlusOne
open import Cubica... | 33.109091 | 97 | 0.602965 |
0b71bbc555dbdbaced03ec091a50334d8a585edf | 1,455 | agda | Agda | examples/AIM4/bag/Nat.agda | mdimjasevic/agda | 8fb548356b275c7a1e79b768b64511ae937c738b | [
"BSD-3-Clause"
] | 1,989 | 2015-01-09T23:51:16.000Z | 2022-03-30T18:20:48.000Z | examples/AIM4/bag/Nat.agda | Seanpm2001-languages/agda | 9911f73061e21a87fad76c662463257afe02c861 | [
"BSD-2-Clause"
] | 4,066 | 2015-01-10T11:24:51.000Z | 2022-03-31T21:14:49.000Z | examples/AIM4/bag/Nat.agda | Seanpm2001-languages/agda | 9911f73061e21a87fad76c662463257afe02c861 | [
"BSD-2-Clause"
] | 371 | 2015-01-03T14:04:08.000Z | 2022-03-30T19:00:30.000Z |
module Nat where
import Prelude
import Equiv
import Datoid
open Prelude
open Equiv
open Datoid
data Nat : Set where
zero : Nat
suc : Nat -> Nat
one : Nat
one = suc zero
_+_ : Nat -> Nat -> Nat
zero + n = n
suc m + n = suc (m + n)
private
eqNat : Nat -> Nat -> Bool
eqNa... | 26.944444 | 77 | 0.525086 |
2323a297c88f440dac644e59c4e2e730789995be | 986 | agda | Agda | Modules/Definition.agda | Smaug123/agdaproofs | 0f4230011039092f58f673abcad8fb0652e6b562 | [
"MIT"
] | 4 | 2019-08-08T12:44:19.000Z | 2022-01-28T06:04:15.000Z | Modules/Definition.agda | Smaug123/agdaproofs | 0f4230011039092f58f673abcad8fb0652e6b562 | [
"MIT"
] | 14 | 2019-01-06T21:11:59.000Z | 2020-04-11T11:03:39.000Z | Modules/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 Groups.Definition
open import Groups.Abelian.Definition
open import Setoids.Setoids
open import Rings.Definition
open import Agda.Primitive using (Level; lzero; lsuc; _⊔_)
module Modules.Definition {a b : _} {A : Set a} {S : Setoid {a} {b} A} {_+R_ : A →... | 51.894737 | 257 | 0.53854 |
577fa5e17342743a2c8ea3007964bb9f217b7c56 | 9,977 | agda | Agda | src/Pts/Reduction/Full.agda | asr/pts-agda | d701c2688e4a88eb81bdd9d458f9a2fcf81d5a43 | [
"BSD-3-Clause"
] | 21 | 2016-05-13T12:11:10.000Z | 2021-08-31T10:47:57.000Z | src/Pts/Reduction/Full.agda | asr/pts-agda | d701c2688e4a88eb81bdd9d458f9a2fcf81d5a43 | [
"BSD-3-Clause"
] | 1 | 2017-08-21T14:48:09.000Z | 2017-08-21T16:01:50.000Z | src/Pts/Reduction/Full.agda | asr/pts-agda | d701c2688e4a88eb81bdd9d458f9a2fcf81d5a43 | [
"BSD-3-Clause"
] | 4 | 2017-08-20T10:29:44.000Z | 2019-08-11T23:28:33.000Z | ------------------------------------------------------------------------
-- Full β-reduction in pure type systems (PTS)
------------------------------------------------------------------------
module Pts.Reduction.Full where
open import Data.Fin.Substitution
open import Data.Fin.Substitution.ExtraLemmas
open import D... | 36.680147 | 75 | 0.494137 |
312ea657da89b7f2ce1dcc552474d1d0661e1f03 | 800 | agda | Agda | src/Fiber.agda | vituscze/HoTT-lectures | 7730385adfdbdda38ee8b124be3cdeebb7312c65 | [
"BSD-3-Clause"
] | null | null | null | src/Fiber.agda | vituscze/HoTT-lectures | 7730385adfdbdda38ee8b124be3cdeebb7312c65 | [
"BSD-3-Clause"
] | null | null | null | src/Fiber.agda | vituscze/HoTT-lectures | 7730385adfdbdda38ee8b124be3cdeebb7312c65 | [
"BSD-3-Clause"
] | null | null | null | {-# OPTIONS --without-K #-}
module Fiber where
open import Equivalence
open import NTypes.Contractible
open import PathOperations
open import Types
fib : ∀ {a b} {A : Set a} {B : Set b}
(f : A → B) (y : B) →
Set _
fib {A = A} f y = Σ A λ x → f x ≡ y
fib→dom : ∀ {a b} {A : Set a} {B : Set b} (f : A → B) →
Σ B (... | 25 | 61 | 0.47 |
2f2b042348c701f30ceafdcc8d02ed9480a3884f | 1,751 | agda | Agda | PiFrac/Interp.agda | DreamLinuxer/popl21-artifact | fb380f2e67dcb4a94f353dbaec91624fcb5b8933 | [
"MIT"
] | 5 | 2020-10-07T12:07:53.000Z | 2020-10-10T21:41:32.000Z | PiFrac/Interp.agda | DreamLinuxer/popl21-artifact | fb380f2e67dcb4a94f353dbaec91624fcb5b8933 | [
"MIT"
] | null | null | null | PiFrac/Interp.agda | DreamLinuxer/popl21-artifact | fb380f2e67dcb4a94f353dbaec91624fcb5b8933 | [
"MIT"
] | 1 | 2021-11-04T06:54:45.000Z | 2021-11-04T06:54:45.000Z | module PiFrac.Interp where
open import Data.Empty
open import Data.Unit hiding (_≟_)
open import Data.Sum
open import Data.Product
open import Data.Maybe
open import Relation.Binary.Core
open import Relation.Binary
open import Relation.Nullary
open import Relation.Binary.PropositionalEquality
open import Function using... | 38.065217 | 59 | 0.611079 |
2923552eb8b680b1f789ad49c3368c6fece33a1a | 676 | agda | Agda | test/interaction/Issue1360.agda | mdimjasevic/agda | 8fb548356b275c7a1e79b768b64511ae937c738b | [
"BSD-3-Clause"
] | 1,989 | 2015-01-09T23:51:16.000Z | 2022-03-30T18:20:48.000Z | test/interaction/Issue1360.agda | Seanpm2001-languages/agda | 9911f73061e21a87fad76c662463257afe02c861 | [
"BSD-2-Clause"
] | 4,066 | 2015-01-10T11:24:51.000Z | 2022-03-31T21:14:49.000Z | test/interaction/Issue1360.agda | Seanpm2001-languages/agda | 9911f73061e21a87fad76c662463257afe02c861 | [
"BSD-2-Clause"
] | 371 | 2015-01-03T14:04:08.000Z | 2022-03-30T19:00:30.000Z | -- {-# OPTIONS -v interaction.give:20 #-}
-- Reported by stevan.andjelkovic, Yesterday (17 hours ago)
-- Trying to give the expression in the goal gives the following error:
-- tt != tt p a of type Prop
-- when checking that the expression (λ x y → ?) has type
-- ({o : ⊤} (p : ⊤) → ⊥ → ⊤)
record _▷_ (I O : S... | 21.806452 | 71 | 0.54142 |
31ffce97f94d24a397def688d6c3007225761a12 | 10,038 | agda | Agda | Cubical/Experiments/EscardoSIP.agda | limemloh/cubical | df4ef7edffd1c1deb3d4ff342c7178e9901c44f1 | [
"MIT"
] | null | null | null | Cubical/Experiments/EscardoSIP.agda | limemloh/cubical | df4ef7edffd1c1deb3d4ff342c7178e9901c44f1 | [
"MIT"
] | null | null | null | Cubical/Experiments/EscardoSIP.agda | limemloh/cubical | df4ef7edffd1c1deb3d4ff342c7178e9901c44f1 | [
"MIT"
] | null | null | null | {-
This is a rather literal translation of Martin Hötzel-Escardó's structure identity principle into cubical Agda. See
https://www.cs.bham.ac.uk/~mhe/HoTT-UF-in-Agda-Lecture-Notes/HoTT-UF-Agda.html#sns
All the needed preliminary results from the lecture notes are stated and proven in this file.
It would be interesting... | 38.607692 | 115 | 0.461447 |
184148f43a45602b960b3d519dec547b4a463d9a | 4,151 | agda | Agda | src/ZAxioms.agda | acallesalda/setform | 4ab3c1a8bfd679cb3ced25500aa8103cb6c4b1f4 | [
"MIT"
] | 3 | 2019-08-02T23:13:13.000Z | 2022-01-06T20:04:13.000Z | src/ZAxioms.agda | acallesalda/setform | 4ab3c1a8bfd679cb3ced25500aa8103cb6c4b1f4 | [
"MIT"
] | null | null | null | src/ZAxioms.agda | acallesalda/setform | 4ab3c1a8bfd679cb3ced25500aa8103cb6c4b1f4 | [
"MIT"
] | null | null | null | -------------------------------------------------
-- Formalisation of the Z axioms of set theory.
-------------------------------------------------
infix 1 ∃
infix 5 _⊆_
infix 5 _∈_ _∉_
infix 4 _≡_
module ZAxioms where
open import Logic
-- The universe of discourse (pure sets) and the membership
-- relationship. (Th... | 28.431507 | 78 | 0.558901 |
59d1107fcd84a5116bd6798e7e2af5cf7812d87c | 5,248 | agda | Agda | prototyping/Luau/Type.agda | saga/luau | 5bb9f379b07e378db0a170e7c4030e3a943b2f14 | [
"MIT"
] | null | null | null | prototyping/Luau/Type.agda | saga/luau | 5bb9f379b07e378db0a170e7c4030e3a943b2f14 | [
"MIT"
] | null | null | null | prototyping/Luau/Type.agda | saga/luau | 5bb9f379b07e378db0a170e7c4030e3a943b2f14 | [
"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.367568 | 72 | 0.517912 |
20300660e0e5a0be5787989dab973458d5581852 | 2,000 | agda | Agda | Cubical/ZCohomology/Groups/Connected.agda | Schippmunk/cubical | c345dc0c49d3950dc57f53ca5f7099bb53a4dc3a | [
"MIT"
] | null | null | null | Cubical/ZCohomology/Groups/Connected.agda | Schippmunk/cubical | c345dc0c49d3950dc57f53ca5f7099bb53a4dc3a | [
"MIT"
] | null | null | null | Cubical/ZCohomology/Groups/Connected.agda | Schippmunk/cubical | c345dc0c49d3950dc57f53ca5f7099bb53a4dc3a | [
"MIT"
] | null | null | null | {-# OPTIONS --cubical --no-import-sorts --safe #-}
module Cubical.ZCohomology.Groups.Connected where
open import Cubical.ZCohomology.Base
open import Cubical.ZCohomology.GroupStructure
open import Cubical.ZCohomology.Groups.Unit
open import Cubical.Foundations.HLevels
open import Cubical.Foundations.Prelude
open impo... | 45.454545 | 104 | 0.7095 |
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.