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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
41288fc9e1b077fc458a78de43f0972e387be303 | 827 | agda | Agda | notes/FOT/FOTC/Program/McCarthy91/WF-Relation/Induction/NonAcc/TerminationCheckIssue.agda | asr/fotc | 2fc9f2b81052a2e0822669f02036c5750371b72d | [
"MIT"
] | 11 | 2015-09-03T20:53:42.000Z | 2021-09-12T16:09:54.000Z | notes/FOT/FOTC/Program/McCarthy91/WF-Relation/Induction/NonAcc/TerminationCheckIssue.agda | asr/fotc | 2fc9f2b81052a2e0822669f02036c5750371b72d | [
"MIT"
] | 2 | 2016-10-12T17:28:16.000Z | 2017-01-01T14:34:26.000Z | notes/FOT/FOTC/Program/McCarthy91/WF-Relation/Induction/NonAcc/TerminationCheckIssue.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 #-}
module FOT.FOTC.Program.McCarthy91.WF-Relation.Induction.NonAcc.TerminationCheckIssue
where
data ℕ : Set where
zero : ℕ
succ : ℕ → ℕ
{-# BU... | 22.972222 | 85 | 0.563482 |
3d9b0414b3f7ba452b6e424a0663d16058b70067 | 169 | agda | Agda | Tools/List.agda | fhlkfy/logrel-mltt | ea83fc4f618d1527d64ecac82d7d17e2f18ac391 | [
"MIT"
] | 30 | 2017-05-20T03:05:21.000Z | 2022-03-30T18:01:07.000Z | Tools/List.agda | fhlkfy/logrel-mltt | ea83fc4f618d1527d64ecac82d7d17e2f18ac391 | [
"MIT"
] | 4 | 2017-06-22T12:49:23.000Z | 2021-02-22T10:37:24.000Z | Tools/List.agda | fhlkfy/logrel-mltt | ea83fc4f618d1527d64ecac82d7d17e2f18ac391 | [
"MIT"
] | 8 | 2017-10-18T14:18:20.000Z | 2021-11-27T15:58:33.000Z | {-# OPTIONS --without-K --safe #-}
module Tools.List where
open import Data.List.Base public using (List; []; _∷_)
module L where
open import Data.List.Base public
| 18.777778 | 55 | 0.698225 |
1dae28e114ea3e1410b9547e941c525934905378 | 10,900 | agda | Agda | core/lib/groups/Isomorphism.agda | mikeshulman/HoTT-Agda | e7d663b63d89f380ab772ecb8d51c38c26952dbb | [
"MIT"
] | null | null | null | core/lib/groups/Isomorphism.agda | mikeshulman/HoTT-Agda | e7d663b63d89f380ab772ecb8d51c38c26952dbb | [
"MIT"
] | null | null | null | core/lib/groups/Isomorphism.agda | mikeshulman/HoTT-Agda | e7d663b63d89f380ab772ecb8d51c38c26952dbb | [
"MIT"
] | 1 | 2018-12-26T21:31:57.000Z | 2018-12-26T21:31:57.000Z | {-# OPTIONS --without-K --rewriting #-}
open import lib.Basics
open import lib.Equivalence2
open import lib.Function2
open import lib.NType2
open import lib.types.Group
open import lib.types.Pi
open import lib.types.Subtype
open import lib.types.Truncation
open import lib.groups.Homomorphism
open import lib.groups.Sub... | 33.74613 | 97 | 0.535321 |
411320c8e95a335abf466a9d4bc5ea54ad79d20b | 13,226 | agda | Agda | deBruijn/Substitution/Data/Application/Application21.agda | nad/dependently-typed-syntax | 498f8aefc570f7815fd1d6616508eeb92c52abce | [
"MIT"
] | 5 | 2020-04-16T12:14:44.000Z | 2020-07-08T22:51:36.000Z | deBruijn/Substitution/Data/Application/Application21.agda | nad/dependently-typed-syntax | 498f8aefc570f7815fd1d6616508eeb92c52abce | [
"MIT"
] | null | null | null | deBruijn/Substitution/Data/Application/Application21.agda | nad/dependently-typed-syntax | 498f8aefc570f7815fd1d6616508eeb92c52abce | [
"MIT"
] | null | null | null | ------------------------------------------------------------------------
-- Lemmas related to application of substitutions
------------------------------------------------------------------------
-- The record below allows the application operation to be
-- "heterogeneous", applying substitutions containing one kind o... | 39.957704 | 127 | 0.397097 |
3dddaeeaf88e449ee8e1032cbf8e95a39b865662 | 9,193 | agda | Agda | Univalence/TypeEquiv.agda | JacquesCarette/pi-dual | 003835484facfde0b770bc2b3d781b42b76184c1 | [
"BSD-2-Clause"
] | 14 | 2015-08-18T21:40:15.000Z | 2021-05-05T01:07:57.000Z | Univalence/TypeEquiv.agda | JacquesCarette/pi-dual | 003835484facfde0b770bc2b3d781b42b76184c1 | [
"BSD-2-Clause"
] | 4 | 2018-06-07T16:27:41.000Z | 2021-10-29T20:41:23.000Z | Univalence/TypeEquiv.agda | JacquesCarette/pi-dual | 003835484facfde0b770bc2b3d781b42b76184c1 | [
"BSD-2-Clause"
] | 3 | 2016-05-29T01:56:33.000Z | 2019-09-10T09:47:13.000Z | {-# OPTIONS --without-K #-}
module TypeEquiv where
import Level using (zero; suc)
open import Data.Empty using (⊥)
open import Data.Unit using (⊤; tt)
open import Data.Sum using (_⊎_; inj₁; inj₂)
open import Data.Product using (_×_; proj₁; proj₂; _,_)
open import Algebra using (CommutativeSemiring)
open import Algeb... | 26.042493 | 78 | 0.540955 |
c7436bbf155fe40dbbfb45f502551b5556324dd8 | 29,837 | agda | Agda | Cubical/ZCohomology/RingStructure/RingLaws.agda | guilhermehas/cubical | ce3120d3f8d692847b2744162bcd7a01f0b687eb | [
"MIT"
] | 1 | 2021-10-31T17:32:49.000Z | 2021-10-31T17:32:49.000Z | Cubical/ZCohomology/RingStructure/RingLaws.agda | guilhermehas/cubical | ce3120d3f8d692847b2744162bcd7a01f0b687eb | [
"MIT"
] | null | null | null | Cubical/ZCohomology/RingStructure/RingLaws.agda | guilhermehas/cubical | ce3120d3f8d692847b2744162bcd7a01f0b687eb | [
"MIT"
] | null | null | null | {-# OPTIONS --safe --experimental-lossy-unification #-}
module Cubical.ZCohomology.RingStructure.RingLaws where
open import Cubical.Foundations.HLevels
open import Cubical.Foundations.Function
open import Cubical.Foundations.Path
open import Cubical.Foundations.Prelude
open import Cubical.Foundations.Pointed
open impo... | 43.054834 | 143 | 0.477763 |
4143716d5cbefb0ac3aa85a7fc9bbeda3776ba79 | 423 | agda | Agda | function/overloading.agda | HoTT/M-types | beebe176981953ab48f37de5eb74557cfc5402f4 | [
"BSD-3-Clause"
] | 27 | 2015-04-14T15:47:03.000Z | 2022-01-09T07:26:57.000Z | src/function/overloading.agda | pcapriotti/agda-base | bbbc3bfb2f80ad08c8e608cccfa14b83ea3d258c | [
"BSD-3-Clause"
] | 4 | 2015-02-02T14:32:16.000Z | 2016-10-26T11:57:26.000Z | function/overloading.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 function.overloading {i j}{X : Set i}{Y : Set j} where
open import level
open import sum
open import overloading.core
fun-is-fun : Coercion (X → Y) (X → Y)
fun-is-fun = coerce-self _
private
module fun-methods {k}{Source : Set k}
⦃ c : Coercion Source (X → Y... | 23.5 | 61 | 0.638298 |
2e4a5934a02b7f4f31cffdd0c2852f9bae093e51 | 10,259 | agda | Agda | Cubical/ZCohomology/Groups/Torus.agda | cangiuli/cubical | d103ec455d41cccf9b13a4803e7d3cf462e00067 | [
"MIT"
] | null | null | null | Cubical/ZCohomology/Groups/Torus.agda | cangiuli/cubical | d103ec455d41cccf9b13a4803e7d3cf462e00067 | [
"MIT"
] | null | null | null | Cubical/ZCohomology/Groups/Torus.agda | cangiuli/cubical | d103ec455d41cccf9b13a4803e7d3cf462e00067 | [
"MIT"
] | null | null | null | {-# OPTIONS --cubical --no-import-sorts --safe #-}
module Cubical.ZCohomology.Groups.Torus where
open import Cubical.ZCohomology.Base
open import Cubical.ZCohomology.Properties
open import Cubical.ZCohomology.Groups.Connected
open import Cubical.ZCohomology.MayerVietorisUnreduced
open import Cubical.ZCohomology.Groups... | 42.745833 | 152 | 0.45716 |
c710fa4c6b51730268ad49fe9eb0f0e5f60540a6 | 118 | agda | Agda | test/Succeed/Issue4265b.agda | mdimjasevic/agda | 8fb548356b275c7a1e79b768b64511ae937c738b | [
"BSD-3-Clause"
] | 1,989 | 2015-01-09T23:51:16.000Z | 2022-03-30T18:20:48.000Z | test/Succeed/Issue4265b.agda | Seanpm2001-languages/agda | 9911f73061e21a87fad76c662463257afe02c861 | [
"BSD-2-Clause"
] | 4,066 | 2015-01-10T11:24:51.000Z | 2022-03-31T21:14:49.000Z | test/Succeed/Issue4265b.agda | Seanpm2001-languages/agda | 9911f73061e21a87fad76c662463257afe02c861 | [
"BSD-2-Clause"
] | 371 | 2015-01-03T14:04:08.000Z | 2022-03-30T19:00:30.000Z | {-# OPTIONS --no-syntactic-equality #-}
open import Agda.Primitive
variable
ℓ : Level
A : Set ℓ
P : A → Set ℓ
| 13.111111 | 39 | 0.627119 |
1aacfe459e80044753bd6c2d508a53ed3dbe8a8a | 916 | agda | Agda | test/Succeed/Issue2455.agda | Blaisorblade/Agda | 802a28aa8374f15fe9d011ceb80317fdb1ec0949 | [
"BSD-3-Clause"
] | 3 | 2015-03-28T14:51:03.000Z | 2015-12-07T20:14:00.000Z | test/Succeed/Issue2455.agda | Blaisorblade/Agda | 802a28aa8374f15fe9d011ceb80317fdb1ec0949 | [
"BSD-3-Clause"
] | null | null | null | test/Succeed/Issue2455.agda | Blaisorblade/Agda | 802a28aa8374f15fe9d011ceb80317fdb1ec0949 | [
"BSD-3-Clause"
] | null | null | null | -- Andreas, 2017-02-14 issue #2455 reported by mechvel
-- Test case by Andrea
-- Seem that the fix for issue #44 was not complete.
-- When inserting module parameters for a definition,
-- we need to respect polarities!
-- {-# OPTIONS -v tc.decl:10 -v tc.polarity:70 -v tc.sig.inst:30 #-}
module Issue2455 where
data... | 20.818182 | 68 | 0.59607 |
589e52b9eaf50e9636a0e2082e038d3fb49e5ac8 | 505 | agda | Agda | theorems/homotopy/3x3/Commutes.agda | AntoineAllioux/HoTT-Agda | 1037d82edcf29b620677a311dcfd4fc2ade2faa6 | [
"MIT"
] | 294 | 2015-01-09T16:23:23.000Z | 2022-03-20T13:54:45.000Z | theorems/homotopy/3x3/Commutes.agda | AntoineAllioux/HoTT-Agda | 1037d82edcf29b620677a311dcfd4fc2ade2faa6 | [
"MIT"
] | 31 | 2015-03-05T20:09:00.000Z | 2021-10-03T19:15:25.000Z | theorems/homotopy/3x3/Commutes.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 homotopy.3x3.PushoutPushout
open import homotopy.3x3.Transpose
import homotopy.3x3.To as To
import homotopy.3x3.From as From
open import homotopy.3x3.Common
module homotopy.3x3.Commutes {i} (d : Span^2 {i}) where
open Span^2 d
open M using (Pushout^2)
open To d
op... | 21.956522 | 55 | 0.744554 |
1a6a677c7450952bd5cbc8b96e922ecc10fbc0fe | 14,643 | agda | Agda | LibraBFT/ImplShared/Util/HashCollisions.agda | oracle/bft-consensus-agda | 49f8b1b70823be805d84ffc3157c3b880edb1e92 | [
"UPL-1.0"
] | 4 | 2020-12-16T19:43:41.000Z | 2021-12-18T19:24:05.000Z | LibraBFT/ImplShared/Util/HashCollisions.agda | oracle/bft-consensus-agda | 49f8b1b70823be805d84ffc3157c3b880edb1e92 | [
"UPL-1.0"
] | 72 | 2021-02-04T05:04:33.000Z | 2022-03-25T05:36:11.000Z | LibraBFT/ImplShared/Util/HashCollisions.agda | oracle/bft-consensus-agda | 49f8b1b70823be805d84ffc3157c3b880edb1e92 | [
"UPL-1.0"
] | 6 | 2020-12-16T19:43:52.000Z | 2022-02-18T01:04:32.000Z | {- Byzantine Fault Tolerant Consensus Verification in Agda, version 0.9.
Copyright (c) 2020, 2021, Oracle and/or its affiliates.
Licensed under the Universal Permissive License v 1.0 as shown at https://opensource.oracle.com/licenses/upl
-}
open import LibraBFT.Base.ByteString
open import LibraBFT.Base.PKCS
ope... | 65.663677 | 111 | 0.731476 |
0be7e6cfb78741b7de7514bd85e04290384751ac | 15,369 | agda | Agda | Cubical/Data/Int/Properties.agda | Edlyr/cubical | 5de11df25b79ee49d5c084fbbe6dfc66e4147a2e | [
"MIT"
] | null | null | null | Cubical/Data/Int/Properties.agda | Edlyr/cubical | 5de11df25b79ee49d5c084fbbe6dfc66e4147a2e | [
"MIT"
] | null | null | null | Cubical/Data/Int/Properties.agda | Edlyr/cubical | 5de11df25b79ee49d5c084fbbe6dfc66e4147a2e | [
"MIT"
] | null | null | null | {-# OPTIONS --cubical --no-import-sorts --safe #-}
{-
This file defines
sucPred : ∀ (i : Int) → sucInt (predInt i) ≡ i
predSuc : ∀ (i : Int) → predInt (sucInt i) ≡ i
discreteInt : discrete Int
isSetInt : isSet Int
addition of Int is defined _+_ : Int → Int → Int
as well as its commutativity and associativity
+-co... | 35.412442 | 98 | 0.51682 |
1ac4acdfef0d29b2bad86ea26b880e15282a604b | 998 | agda | Agda | Path.agda | oisdk/agda-playground | 97a3aab1282b2337c5f43e2cfa3fa969a94c11b7 | [
"MIT"
] | 6 | 2020-09-11T17:45:41.000Z | 2021-11-16T08:11:34.000Z | Path.agda | oisdk/agda-playground | 97a3aab1282b2337c5f43e2cfa3fa969a94c11b7 | [
"MIT"
] | null | null | null | Path.agda | oisdk/agda-playground | 97a3aab1282b2337c5f43e2cfa3fa969a94c11b7 | [
"MIT"
] | 1 | 2021-11-11T12:30:21.000Z | 2021-11-11T12:30:21.000Z | {-# OPTIONS --cubical --safe #-}
module Path where
open import Cubical.Foundations.Everything
using ( _≡_
; sym
; refl
; subst
; transport
; Path
; PathP
; I
; i0
; i1
; funExt
; cong
; toPathP
; cong₂
; ... | 19.96 | 64 | 0.508016 |
fbc8ea7e669430b3d7b67852c7ad5023e9440d53 | 92 | agda | Agda | agda/Data/List.agda | oisdk/combinatorics-paper | 3c176d4690566d81611080e9378f5a178b39b851 | [
"MIT"
] | 4 | 2021-01-05T14:07:44.000Z | 2021-01-05T15:32:14.000Z | agda/Data/List.agda | oisdk/combinatorics-paper | 3c176d4690566d81611080e9378f5a178b39b851 | [
"MIT"
] | null | null | null | agda/Data/List.agda | oisdk/combinatorics-paper | 3c176d4690566d81611080e9378f5a178b39b851 | [
"MIT"
] | 1 | 2021-01-05T14:05:30.000Z | 2021-01-05T14:05:30.000Z | {-# OPTIONS --cubical --safe #-}
module Data.List where
open import Data.List.Base public
| 15.333333 | 33 | 0.706522 |
c76a60199d8aaddcd62d8479fdc47a385a946ffa | 487 | agda | Agda | test/asset/agda-stdlib-1.0/Relation/Binary/EquivalenceClosure.agda | omega12345/agda-mode | 0debb886eb5dbcd38dbeebd04b34cf9d9c5e0e71 | [
"MIT"
] | null | null | null | test/asset/agda-stdlib-1.0/Relation/Binary/EquivalenceClosure.agda | omega12345/agda-mode | 0debb886eb5dbcd38dbeebd04b34cf9d9c5e0e71 | [
"MIT"
] | null | null | null | test/asset/agda-stdlib-1.0/Relation/Binary/EquivalenceClosure.agda | omega12345/agda-mode | 0debb886eb5dbcd38dbeebd04b34cf9d9c5e0e71 | [
"MIT"
] | null | null | null | ------------------------------------------------------------------------
-- The Agda standard library
--
-- Equivalence closures of binary relations
--
-- This module is DEPRECATED. Please use the
-- Relation.Binary.Construct.Closure.Equivalence module directly.
---------------------------------------------------------... | 32.466667 | 72 | 0.546201 |
1d8cc41368f37ee6f6c1a57647297fe345ad5e7d | 334 | agda | Agda | test/Fail/WithoutK-PatternMatchingLambdas1.agda | mdimjasevic/agda | 8fb548356b275c7a1e79b768b64511ae937c738b | [
"BSD-3-Clause"
] | 1,989 | 2015-01-09T23:51:16.000Z | 2022-03-30T18:20:48.000Z | test/Fail/WithoutK-PatternMatchingLambdas1.agda | Seanpm2001-languages/agda | 9911f73061e21a87fad76c662463257afe02c861 | [
"BSD-2-Clause"
] | 4,066 | 2015-01-10T11:24:51.000Z | 2022-03-31T21:14:49.000Z | test/Fail/WithoutK-PatternMatchingLambdas1.agda | Seanpm2001-languages/agda | 9911f73061e21a87fad76c662463257afe02c861 | [
"BSD-2-Clause"
] | 371 | 2015-01-03T14:04:08.000Z | 2022-03-30T19:00:30.000Z | {-# OPTIONS --without-K #-}
module WithoutK-PatternMatchingLambdas1 where
-- Equality defined with one index.
data _≡_ {A : Set} (x : A) : A → Set where
refl : x ≡ x
-- The --without-K option works with pattern matching lambdas.
K : (A : Set) (x : A) (P : x ≡ x → Set) → P refl → (p : x ≡ x ) → P p
K = λ { A x P p... | 27.833333 | 70 | 0.583832 |
1d54600bc516cda28d1b494c3b69e2879a406bae | 1,045 | agda | Agda | test/interaction/Issue1963.agda | mdimjasevic/agda | 8fb548356b275c7a1e79b768b64511ae937c738b | [
"BSD-3-Clause"
] | 1,989 | 2015-01-09T23:51:16.000Z | 2022-03-30T18:20:48.000Z | test/interaction/Issue1963.agda | Seanpm2001-languages/agda | 9911f73061e21a87fad76c662463257afe02c861 | [
"BSD-2-Clause"
] | 4,066 | 2015-01-10T11:24:51.000Z | 2022-03-31T21:14:49.000Z | test/interaction/Issue1963.agda | Seanpm2001-languages/agda | 9911f73061e21a87fad76c662463257afe02c861 | [
"BSD-2-Clause"
] | 371 | 2015-01-03T14:04:08.000Z | 2022-03-30T19:00:30.000Z | -- Andreas, May-July 2016, implementing postfix projections
{-# OPTIONS --postfix-projections #-}
open import Common.Product
open import Common.Bool
pair : ∀{A : Set}(a : A) → A × A
pair a = {!!} -- C-c C-c here outputs postfix projections
record BoolFun : Set where
field out : Bool → Bool
open BoolFun
neg : Boo... | 20.096154 | 65 | 0.571292 |
41e8c42d615dfce97b5718c02f9d84dd18c20261 | 31,652 | agda | Agda | agda/book/Programming_Language_Foundations_in_Agda/x02induction.agda | haroldcarr/learn-haskell-coq-ml-etc | 3dc7abca7ad868316bb08f31c77fbba0d3910225 | [
"Unlicense"
] | 36 | 2015-01-29T14:37:15.000Z | 2021-07-30T06:55:03.000Z | agda/book/Programming_Language_Foundations_in_Agda/x02induction.agda | haroldcarr/learn-haskell-coq-ml-etc | 3dc7abca7ad868316bb08f31c77fbba0d3910225 | [
"Unlicense"
] | null | null | null | agda/book/Programming_Language_Foundations_in_Agda/x02induction.agda | haroldcarr/learn-haskell-coq-ml-etc | 3dc7abca7ad868316bb08f31c77fbba0d3910225 | [
"Unlicense"
] | 8 | 2015-04-13T21:40:15.000Z | 2021-09-21T15:58:10.000Z | module x02induction where
-- prove properties of inductive naturals and operations on them via induction
import Relation.Binary.PropositionalEquality as Eq
open Eq using (_≡_; refl; cong; sym)
open Eq.≡-Reasoning using (begin_; _≡⟨⟩_; step-≡; _∎)
open import Data.Nat using (ℕ; zer... | 30.640852 | 125 | 0.405314 |
069054f486ba356bde500a8c0b441790b204a41f | 12,782 | agda | Agda | CaTT/Fullness.agda | ThiBen/catt-formalization | ed45935b38d6a86fa662f561866140122ee3dcef | [
"MIT"
] | 2 | 2020-05-01T08:26:53.000Z | 2020-05-20T00:41:09.000Z | CaTT/Fullness.agda | ThiBen/catt-formalization | ed45935b38d6a86fa662f561866140122ee3dcef | [
"MIT"
] | null | null | null | CaTT/Fullness.agda | ThiBen/catt-formalization | ed45935b38d6a86fa662f561866140122ee3dcef | [
"MIT"
] | null | null | null | {-# OPTIONS --without-K #-}
open import Prelude
open import GSeTT.Syntax
open import GSeTT.Rules
open import GSeTT.Disks
open import CaTT.Ps-contexts
open import CaTT.Uniqueness-Derivations-Ps
open import Sets ℕ eqdecℕ
module CaTT.Fullness where
data Ty : Set₁
data Tm : Set₁
data Sub : Set₁
data _is-full-in... | 58.365297 | 295 | 0.46143 |
cb2b4ffb9806d2092d198145f331c371c1848110 | 538 | agda | Agda | test/Fail/Issue1129b.agda | mdimjasevic/agda | 8fb548356b275c7a1e79b768b64511ae937c738b | [
"BSD-3-Clause"
] | 1,989 | 2015-01-09T23:51:16.000Z | 2022-03-30T18:20:48.000Z | test/Fail/Issue1129b.agda | Seanpm2001-languages/agda | 9911f73061e21a87fad76c662463257afe02c861 | [
"BSD-2-Clause"
] | 4,066 | 2015-01-10T11:24:51.000Z | 2022-03-31T21:14:49.000Z | test/Fail/Issue1129b.agda | Seanpm2001-languages/agda | 9911f73061e21a87fad76c662463257afe02c861 | [
"BSD-2-Clause"
] | 371 | 2015-01-03T14:04:08.000Z | 2022-03-30T19:00:30.000Z |
data _×_ (A B : Set) : Set where
_,_ : A → B → A × B
postulate
M : Set → Set
_>>=_ : ∀{A B : Set} → M A → (A → M B) → M B
infixr 1 bind
bind : _
bind = _>>=_
infix 0 id
id : ∀{A : Set} → A → A
id = λ x → x
syntax id x = act x
syntax bind ma (λ x → f) = x ← ma , f
swapM′ : ∀ {A B} → M (A × B) ... | 17.933333 | 63 | 0.509294 |
57bdbdb0f1ec97ea65754e1b80c1e52f1140e7e1 | 1,400 | agda | Agda | agda/book/2015-Verified_Functional_programming_in_Agda-Stump/ial/z05-01-hc-sorted-list.agda | haroldcarr/learn-haskell-coq-ml-etc | 3dc7abca7ad868316bb08f31c77fbba0d3910225 | [
"Unlicense"
] | 36 | 2015-01-29T14:37:15.000Z | 2021-07-30T06:55:03.000Z | agda/book/2015-Verified_Functional_programming_in_Agda-Stump/ial/z05-01-hc-sorted-list.agda | haroldcarr/learn-haskell-coq-ml-etc | 3dc7abca7ad868316bb08f31c77fbba0d3910225 | [
"Unlicense"
] | null | null | null | agda/book/2015-Verified_Functional_programming_in_Agda-Stump/ial/z05-01-hc-sorted-list.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 #-}
open import bool
open import bool-thms2
open import eq
open import maybe
open import product
open import product-thms
open import bool-relations using (transitive ; total)
module z05-01-hc-sorted-list
(A : Set) -- type of elements
(_≤A_ : A → A → 𝔹) ... | 32.55814 | 76 | 0.549286 |
228a7bd4c7426eeb1f8c2bb0d79dd633d99b761e | 988 | agda | Agda | Categories/Category/Instance/Simplex.agda | rei1024/agda-categories | 89d163f72caa7deeac9413f27bc1b4ed7f9e025b | [
"MIT"
] | null | null | null | Categories/Category/Instance/Simplex.agda | rei1024/agda-categories | 89d163f72caa7deeac9413f27bc1b4ed7f9e025b | [
"MIT"
] | null | null | null | Categories/Category/Instance/Simplex.agda | rei1024/agda-categories | 89d163f72caa7deeac9413f27bc1b4ed7f9e025b | [
"MIT"
] | null | null | null | {-# OPTIONS --without-K --safe #-}
open import Categories.Category
module Categories.Category.Instance.Simplex where
open import Level
open import Data.Product
open import Data.Fin
open import Data.Nat using (ℕ)
open import Function renaming (id to idF; _∘_ to _∙_)
open import Relation.Binary
open import Relation.B... | 28.228571 | 102 | 0.546559 |
c5a84f1f78221fe46c40a31cc975e0cb82a51a33 | 4,893 | agda | Agda | Cubical/Algebra/Monoid/Construct/Free.agda | kiana-S/univalent-foundations | 8bdb0766260489f9c89a14f4c0f2ad26e5190dec | [
"MIT"
] | null | null | null | Cubical/Algebra/Monoid/Construct/Free.agda | kiana-S/univalent-foundations | 8bdb0766260489f9c89a14f4c0f2ad26e5190dec | [
"MIT"
] | null | null | null | Cubical/Algebra/Monoid/Construct/Free.agda | kiana-S/univalent-foundations | 8bdb0766260489f9c89a14f4c0f2ad26e5190dec | [
"MIT"
] | null | null | null | {-# OPTIONS --cubical --no-import-sorts --safe #-}
open import Cubical.Core.Everything
open import Cubical.Foundations.HLevels
module Cubical.Algebra.Monoid.Construct.Free {ℓ} (Aˢ : hSet ℓ) where
open import Cubical.Foundations.Prelude
open import Cubical.Foundations.Isomorphism
open import Cubical.Foundations.Univa... | 35.456522 | 119 | 0.557736 |
c7fdd710454f970c2a86f1ddb361aff68a8f3f43 | 320 | agda | Agda | LC/Base.agda | banacorn/bidirectional | 0c9a6e79c23192b28ddb07315b200a94ee900ca6 | [
"MIT"
] | 2 | 2020-08-25T07:34:40.000Z | 2020-08-25T14:05:01.000Z | LC/Base.agda | banacorn/bidirectional | 0c9a6e79c23192b28ddb07315b200a94ee900ca6 | [
"MIT"
] | null | null | null | LC/Base.agda | banacorn/bidirectional | 0c9a6e79c23192b28ddb07315b200a94ee900ca6 | [
"MIT"
] | null | null | null | module LC.Base where
open import Data.Nat
--------------------------------------------------------------------------------
-- de Bruijn indexed lambda calculus
infix 5 ƛ_
infixl 7 _∙_
infix 9 var_
data Term : Set where
var_ : (x : ℕ) → Term
ƛ_ : (M : Term) → Term
_∙_ : (M : Term) → (N : Term) → Term
| 20 | 80 | 0.446875 |
06d6a32d14f432e7755593a2e2da4b2dbe2090a7 | 77 | agda | Agda | Type/Proofs.agda | Lolirofle/stuff-in-agda | 70f4fba849f2fd779c5aaa5af122ccb6a5b271ba | [
"MIT"
] | 6 | 2020-04-07T17:58:13.000Z | 2022-02-05T06:53:22.000Z | Type/Proofs.agda | Lolirofle/stuff-in-agda | 70f4fba849f2fd779c5aaa5af122ccb6a5b271ba | [
"MIT"
] | null | null | null | Type/Proofs.agda | Lolirofle/stuff-in-agda | 70f4fba849f2fd779c5aaa5af122ccb6a5b271ba | [
"MIT"
] | null | null | null | module Type.Proofs where
open import Logic
import Lvl
open import Type
| 12.833333 | 24 | 0.766234 |
58d75b6bec6ef57052224f17c24f5ad4b02de611 | 293 | agda | Agda | Cubical/Algebra.agda | kiana-S/univalent-foundations | 8bdb0766260489f9c89a14f4c0f2ad26e5190dec | [
"MIT"
] | null | null | null | Cubical/Algebra.agda | kiana-S/univalent-foundations | 8bdb0766260489f9c89a14f4c0f2ad26e5190dec | [
"MIT"
] | null | null | null | Cubical/Algebra.agda | kiana-S/univalent-foundations | 8bdb0766260489f9c89a14f4c0f2ad26e5190dec | [
"MIT"
] | null | null | null | {-# OPTIONS --cubical --no-import-sorts --safe #-}
module Cubical.Algebra where
open import Cubical.Algebra.Base public
open import Cubical.Algebra.Definitions public
open import Cubical.Algebra.Structures public
open import Cubical.Algebra.Bundles public
open import Cubical.Classes public
| 29.3 | 50 | 0.812287 |
0b558b53e194f7b89ed4453f44b44973a8cb2333 | 1,953 | agda | Agda | Mixfix/Fixity.agda | yurrriq/parser-combinators | b396d35cc2cb7e8aea50b982429ee385f001aa88 | [
"MIT"
] | 7 | 2016-12-13T05:23:14.000Z | 2021-06-22T05:35:31.000Z | Mixfix/Fixity.agda | nad/parser-combinators | 76774f54f466cfe943debf2da731074fe0c33644 | [
"MIT"
] | 1 | 2018-01-22T22:21:41.000Z | 2018-01-24T16:39:37.000Z | Mixfix/Fixity.agda | nad/parser-combinators | 76774f54f466cfe943debf2da731074fe0c33644 | [
"MIT"
] | null | null | null | ------------------------------------------------------------------------
-- Fixity and associativity
------------------------------------------------------------------------
module Mixfix.Fixity where
open import Data.Fin using (Fin; zero; suc; #_)
open import Data.Fin.Properties using (eq?)
open import Function.Left... | 30.515625 | 72 | 0.554531 |
3d2ceb9531aa957a9c29133fc1c2fa26b5c4e398 | 1,963 | agda | Agda | Mask.agda | pigworker/InteriorDesign | 454cdd18f56db0b0d1643a1fcf36951b5ece395c | [
"BSD-3-Clause"
] | 6 | 2018-06-18T15:25:39.000Z | 2018-07-31T02:00:13.000Z | Mask.agda | pigworker/InteriorDesign | 454cdd18f56db0b0d1643a1fcf36951b5ece395c | [
"BSD-3-Clause"
] | null | null | null | Mask.agda | pigworker/InteriorDesign | 454cdd18f56db0b0d1643a1fcf36951b5ece395c | [
"BSD-3-Clause"
] | null | null | null | module Mask where
open import Basics
open import Ix
open import All
open import Cutting
open import Splitting
open import Perm
open import Interior
open import Recutter
module MASK {I}(C : I |> I) where
open _|>_
open INTERIOR C
open RECUTTER C
module CHOP {P}(pc : CutKit P)(rec : Recutter) where
glue ... | 40.061224 | 93 | 0.516556 |
cbe32c4ec982b9fc110d1ff852861ac63600c976 | 984 | agda | Agda | src/Magma/Definitions.agda | Akshobhya1234/agda-NonAssociativeAlgebra | 443e831e536b756acbd1afd0d6bae7bc0d288048 | [
"MIT"
] | 2 | 2021-08-15T06:16:13.000Z | 2021-08-17T09:14:03.000Z | src/Magma/Definitions.agda | Akshobhya1234/agda-NonAssociativeAlgebra | 443e831e536b756acbd1afd0d6bae7bc0d288048 | [
"MIT"
] | 2 | 2021-10-04T05:30:30.000Z | 2021-10-09T08:24:56.000Z | src/Magma/Definitions.agda | Akshobhya1234/agda-NonAssociativeAlgebra | 443e831e536b756acbd1afd0d6bae7bc0d288048 | [
"MIT"
] | null | null | null | {-# OPTIONS --without-K --safe #-}
open import Relation.Binary.Core
module Magma.Definitions
{a ℓ} {A : Set a} -- The underlying set
(_≈_ : Rel A ℓ) -- The underlying equality
where
open import Algebra.Core
open import Data.Product
Alternativeˡ : Op₂ A → Set _
Alternativeˡ _∙_ = ∀ x y → ((x ∙ x) ∙ y) ... | 27.333333 | 73 | 0.550813 |
2e8dbffc63d97204273bc14515d7c5f011256cef | 205 | agda | Agda | test/fail/ATPBadConjecture2.agda | asr/eagda | 7220bebfe9f64297880ecec40314c0090018fdd0 | [
"BSD-3-Clause"
] | 1 | 2016-03-17T01:45:59.000Z | 2016-03-17T01:45:59.000Z | test/fail/ATPBadConjecture2.agda | asr/eagda | 7220bebfe9f64297880ecec40314c0090018fdd0 | [
"BSD-3-Clause"
] | null | null | null | test/fail/ATPBadConjecture2.agda | asr/eagda | 7220bebfe9f64297880ecec40314c0090018fdd0 | [
"BSD-3-Clause"
] | 1 | 2019-03-05T20:02:38.000Z | 2019-03-05T20:02:38.000Z | -- An ATP conjecture must be used with postulates.
-- This error is detected by TypeChecking.Rules.Decl.
module ATPBadConjecture2 where
data Bool : Set where
false true : Bool
{-# ATP prove Bool #-}
| 18.636364 | 53 | 0.731707 |
22c7cf0530dcafca5c006ae3cbb6e866ef07a575 | 746 | agda | Agda | test/Succeed/Issue2484-7.agda | cagix/agda | cc026a6a97a3e517bb94bafa9d49233b067c7559 | [
"BSD-2-Clause"
] | 1,989 | 2015-01-09T23:51:16.000Z | 2022-03-30T18:20:48.000Z | test/Succeed/Issue2484-7.agda | Seanpm2001-languages/agda | 9911f73061e21a87fad76c662463257afe02c861 | [
"BSD-2-Clause"
] | 4,066 | 2015-01-10T11:24:51.000Z | 2022-03-31T21:14:49.000Z | test/Succeed/Issue2484-7.agda | Seanpm2001-languages/agda | 9911f73061e21a87fad76c662463257afe02c861 | [
"BSD-2-Clause"
] | 371 | 2015-01-03T14:04:08.000Z | 2022-03-30T19:00:30.000Z | {-# OPTIONS --sized-types #-}
module _ (_ : Set) where
open import Agda.Builtin.Size
postulate
I : Set
record ∃ (B : I → Set) : Set where
constructor _,_
field
proj₁ : I
proj₂ : B proj₁
module M (_ : Set₁) where
mutual
data P (i : Size) (x y : I) : Set where
⟨_⟩ : ∃ (Q i x) → P i x y
... | 18.195122 | 60 | 0.458445 |
1a922d95e2d0425f8c13260d0f95f1d062048152 | 1,692 | agda | Agda | Cubical/Foundations/Surjection.agda | borsiemir/cubical | cefeb3669ffdaea7b88ae0e9dd258378418819ca | [
"MIT"
] | null | null | null | Cubical/Foundations/Surjection.agda | borsiemir/cubical | cefeb3669ffdaea7b88ae0e9dd258378418819ca | [
"MIT"
] | null | null | null | Cubical/Foundations/Surjection.agda | borsiemir/cubical | cefeb3669ffdaea7b88ae0e9dd258378418819ca | [
"MIT"
] | null | null | null | {-# OPTIONS --cubical --safe #-}
module Cubical.Foundations.Surjection where
open import Cubical.Core.Everything
open import Cubical.Data.Prod
open import Cubical.Foundations.Prelude
open import Cubical.Foundations.HLevels
open import Cubical.Foundations.Embedding
open import Cubical.Foundations.Isomorphism
open impor... | 31.333333 | 83 | 0.741726 |
29859de970e59b793aefa26560a53ca0e2056297 | 2,591 | agda | Agda | test/interaction/Issue1353.agda | mdimjasevic/agda | 8fb548356b275c7a1e79b768b64511ae937c738b | [
"BSD-3-Clause"
] | 1,989 | 2015-01-09T23:51:16.000Z | 2022-03-30T18:20:48.000Z | test/interaction/Issue1353.agda | Seanpm2001-languages/agda | 9911f73061e21a87fad76c662463257afe02c861 | [
"BSD-2-Clause"
] | 4,066 | 2015-01-10T11:24:51.000Z | 2022-03-31T21:14:49.000Z | test/interaction/Issue1353.agda | Seanpm2001-languages/agda | 9911f73061e21a87fad76c662463257afe02c861 | [
"BSD-2-Clause"
] | 371 | 2015-01-03T14:04:08.000Z | 2022-03-30T19:00:30.000Z | {-# OPTIONS --show-implicit #-}
{-# OPTIONS -v tc.interaction:20 #-}
------------------------------------------------------------------------
-- Library
id : ∀ {X : Set} → X → X
id x = x
infixr 9 _∘_
_∘_ : ∀ {a b c}
{A : Set a} {B : A → Set b} {C : {x : A} → B x → Set c} →
(∀ {x} (y : B x) → C y) → ... | 27.56383 | 79 | 0.394056 |
0648cf18a99799e0f8dca98d435725eb9c894067 | 363 | agda | Agda | test/fail/TrustMe.agda | asr/agda-kanso | aa10ae6a29dc79964fe9dec2de07b9df28b61ed5 | [
"MIT"
] | 1 | 2019-11-27T07:26:06.000Z | 2019-11-27T07:26:06.000Z | test/fail/TrustMe.agda | dagit/agda | 4383a3d20328a6c43689161496cee8eb479aca08 | [
"MIT"
] | null | null | null | test/fail/TrustMe.agda | dagit/agda | 4383a3d20328a6c43689161496cee8eb479aca08 | [
"MIT"
] | null | null | null | {-# OPTIONS --universe-polymorphism #-}
module TrustMe where
open import Common.Equality
primitive
primTrustMe : ∀ {a} {A : Set a} {x y : A} → x ≡ y
postulate
A : Set
x y : A
eq : x ≡ y
eq = primTrustMe
sym : ∀ {a} {A : Set a} {x y : A} → x ≡ y → y ≡ x
sym refl = refl
does-not-evaluate-to-refl : sym (sym... | 16.5 | 51 | 0.595041 |
419685bffe03440cc43656f5dda72e44ea1a6c52 | 7,822 | agda | Agda | Cubical/Algebra/CommAlgebra/Base.agda | knrafto/cubical | f6771617374bfe65a7043d00731fed5a673aa729 | [
"MIT"
] | null | null | null | Cubical/Algebra/CommAlgebra/Base.agda | knrafto/cubical | f6771617374bfe65a7043d00731fed5a673aa729 | [
"MIT"
] | null | null | null | Cubical/Algebra/CommAlgebra/Base.agda | knrafto/cubical | f6771617374bfe65a7043d00731fed5a673aa729 | [
"MIT"
] | null | null | null | {-# OPTIONS --cubical --safe --no-import-sorts #-}
module Cubical.Algebra.CommAlgebra.Base where
open import Cubical.Foundations.Prelude
open import Cubical.Foundations.Equiv
open import Cubical.Foundations.HLevels
open import Cubical.Foundations.Isomorphism
open import Cubical.Foundations.Equiv.HalfAdjoint
open impor... | 41.168421 | 104 | 0.558041 |
2fbf335265cef3f7c847844831182196abf73436 | 452 | agda | Agda | test/Fail/Issue2369.agda | mdimjasevic/agda | 8fb548356b275c7a1e79b768b64511ae937c738b | [
"BSD-3-Clause"
] | 1,989 | 2015-01-09T23:51:16.000Z | 2022-03-30T18:20:48.000Z | test/Fail/Issue2369.agda | Seanpm2001-languages/agda | 9911f73061e21a87fad76c662463257afe02c861 | [
"BSD-2-Clause"
] | 4,066 | 2015-01-10T11:24:51.000Z | 2022-03-31T21:14:49.000Z | test/Fail/Issue2369.agda | Seanpm2001-languages/agda | 9911f73061e21a87fad76c662463257afe02c861 | [
"BSD-2-Clause"
] | 371 | 2015-01-03T14:04:08.000Z | 2022-03-30T19:00:30.000Z | -- Andreas, 2016-12-30 test case for #2369
-- {-# OPTIONS --allow-unsolved-metas #-}
-- {-# OPTIONS -v scope.import:20 #-}
module Issue2369 where
import Issue2369.OpenIP
-- Error is:
-- Module cannot be imported since it has open interaction points
-- (consider adding {-# OPTIONS --allow-unsolved-metas #-} to this... | 23.789474 | 66 | 0.701327 |
507634655e1824a8990cc242fe9c7caf11f12c84 | 1,391 | agda | Agda | test/Succeed/Issue3518.agda | mdimjasevic/agda | 8fb548356b275c7a1e79b768b64511ae937c738b | [
"BSD-3-Clause"
] | 1,989 | 2015-01-09T23:51:16.000Z | 2022-03-30T18:20:48.000Z | test/Succeed/Issue3518.agda | Seanpm2001-languages/agda | 9911f73061e21a87fad76c662463257afe02c861 | [
"BSD-2-Clause"
] | 4,066 | 2015-01-10T11:24:51.000Z | 2022-03-31T21:14:49.000Z | test/Succeed/Issue3518.agda | Seanpm2001-languages/agda | 9911f73061e21a87fad76c662463257afe02c861 | [
"BSD-2-Clause"
] | 371 | 2015-01-03T14:04:08.000Z | 2022-03-30T19:00:30.000Z |
record ∃ {A : Set} (B : A → Set) : Set where
field
fst : A
snd : B fst
data ⊥ : Set where
infix 3 ¬_
¬_ : Set → Set
¬ P = P → ⊥
infixr 1 _⊎_
data _⊎_ (A B : Set) : Set where
inj₁ : A → A ⊎ B
inj₂ : B → A ⊎ B
⊎-map : ∀ {A₁ A₂ B₁ B₂ : Set} →
(A₁ → A₂) → (B₁ → B₂) → A₁ ⊎ B₁ → A₂ ⊎ B₂
⊎-map f g... | 19.054795 | 67 | 0.472322 |
570538491bd225e206048cb645be0f39e33f0fcf | 701 | agda | Agda | Cubical/Experiments/Everything.agda | ByteBucket123/cubical | aeaa15fb846a3e8bda73635dc7462ae3813b4b1b | [
"MIT"
] | null | null | null | Cubical/Experiments/Everything.agda | ByteBucket123/cubical | aeaa15fb846a3e8bda73635dc7462ae3813b4b1b | [
"MIT"
] | null | null | null | Cubical/Experiments/Everything.agda | ByteBucket123/cubical | aeaa15fb846a3e8bda73635dc7462ae3813b4b1b | [
"MIT"
] | null | null | null | -- Export only the experiments that are expected to compile (without
-- any holes)
module Cubical.Experiments.Everything where
open import Cubical.Experiments.Brunerie public
open import Cubical.Experiments.EscardoSIP public
open import Cubical.Experiments.Generic public
open import Cubical.Experiments.NatMinusTwo
ope... | 41.235294 | 68 | 0.865906 |
29f8e9810eab9bc3dcb59a5353cd74d2f7e5e733 | 1,271 | agda | Agda | Univalence/Circuits.agda | JacquesCarette/pi-dual | 003835484facfde0b770bc2b3d781b42b76184c1 | [
"BSD-2-Clause"
] | 14 | 2015-08-18T21:40:15.000Z | 2021-05-05T01:07:57.000Z | Univalence/Circuits.agda | JacquesCarette/pi-dual | 003835484facfde0b770bc2b3d781b42b76184c1 | [
"BSD-2-Clause"
] | 4 | 2018-06-07T16:27:41.000Z | 2021-10-29T20:41:23.000Z | Univalence/Circuits.agda | JacquesCarette/pi-dual | 003835484facfde0b770bc2b3d781b42b76184c1 | [
"BSD-2-Clause"
] | 3 | 2016-05-29T01:56:33.000Z | 2019-09-10T09:47:13.000Z | {-# OPTIONS --without-K #-}
module Circuits where
open import PiLevel0
using (U; ZERO; ONE; PLUS; TIMES; BOOL; BOOL²;
_⟷_;
unite₊; uniti₊; swap₊; assocl₊; assocr₊;
unite⋆; uniti⋆; swap⋆; assocl⋆; assocr⋆;
absorbr; absorbl; factorzr; factorzl; dist; factor;
id⟷; _◎_; _⊕_; _⊗_... | 27.630435 | 78 | 0.387097 |
1d68ce359e50bcedfea29569464fb859e9a223e5 | 4,758 | agda | Agda | slides/ClosedTheory2.agda | larrytheliquid/generic-elim | 832383d7adf37aa2364213fb0aeb67e9f61a248f | [
"MIT"
] | 11 | 2015-06-02T14:05:20.000Z | 2021-09-09T08:46:42.000Z | slides/ClosedTheory2.agda | larrytheliquid/generic-elim | 832383d7adf37aa2364213fb0aeb67e9f61a248f | [
"MIT"
] | null | null | null | slides/ClosedTheory2.agda | larrytheliquid/generic-elim | 832383d7adf37aa2364213fb0aeb67e9f61a248f | [
"MIT"
] | 2 | 2016-05-02T08:56:15.000Z | 2022-03-12T11:31:22.000Z | {-# OPTIONS --type-in-type #-}
open import Data.Empty
open import Data.Unit
open import Data.Bool hiding ( T )
open import Data.Product hiding ( curry ; uncurry )
open import Data.Nat
open import Data.String
open import Relation.Binary.PropositionalEquality using ( refl ; _≢_ ; _≡_ )
open import Function
module ClosedT... | 27.188571 | 82 | 0.461118 |
c79852e0eba60947d23ab066a4a6e9dabc58cee9 | 1,428 | agda | Agda | agda/SNat/Log.agda | bgbianchi/sorting | b8d428bccbdd1b13613e8f6ead6c81a8f9298399 | [
"MIT"
] | 6 | 2015-05-21T12:50:35.000Z | 2021-08-24T22:11:15.000Z | agda/SNat/Log.agda | bgbianchi/sorting | b8d428bccbdd1b13613e8f6ead6c81a8f9298399 | [
"MIT"
] | null | null | null | agda/SNat/Log.agda | bgbianchi/sorting | b8d428bccbdd1b13613e8f6ead6c81a8f9298399 | [
"MIT"
] | null | null | null | {-# OPTIONS --sized-types #-}
module SNat.Log where
open import Size
open import SNat
open import SNat.Order
open import SNat.Order.Properties
open import SNat.Properties
open import SNat.Sum
lemma-≅-log : {ι ι' : Size}{m : SNat {ι}}{n : SNat {ι'}} → m ≅ n → log₂ m ≅ log₂ n
lemma-≅-log z≅z = z≅z
lemma-≅-log (s≅s z≅z)... | 42 | 182 | 0.579132 |
a1f090286614174154855fa705bab23fc19b63c9 | 1,607 | agda | Agda | Algebra/Group/Group.agda | esoeylemez/agda-simple | d9245e5a8b2e902781736de09bd17e81022f6f13 | [
"BSD-3-Clause"
] | 1 | 2019-10-07T17:36:42.000Z | 2019-10-07T17:36:42.000Z | Algebra/Group/Group.agda | esoeylemez/agda-simple | d9245e5a8b2e902781736de09bd17e81022f6f13 | [
"BSD-3-Clause"
] | null | null | null | Algebra/Group/Group.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.Group.Group where
open import Algebra.Category
open import Algebra.Group.Monoid
open import Algebra.Group.Semigroup
open import Core
-- A group is a monoid where every element has an inverse... | 21.716216 | 72 | 0.645302 |
12c5b4efb8bd04eabb4ce3ea7409e70a7fe45fa1 | 12,453 | agda | Agda | Cubical/ZCohomology/CohomologyRings/Coproduct.agda | thomas-lamiaux/cubical | 58c0b83bb0fed0dc683f3d29b1709effe51c1689 | [
"MIT"
] | null | null | null | Cubical/ZCohomology/CohomologyRings/Coproduct.agda | thomas-lamiaux/cubical | 58c0b83bb0fed0dc683f3d29b1709effe51c1689 | [
"MIT"
] | null | null | null | Cubical/ZCohomology/CohomologyRings/Coproduct.agda | thomas-lamiaux/cubical | 58c0b83bb0fed0dc683f3d29b1709effe51c1689 | [
"MIT"
] | null | null | null | {-# OPTIONS --safe --experimental-lossy-unification #-}
module Cubical.ZCohomology.CohomologyRings.Coproduct where
open import Cubical.Foundations.Prelude
open import Cubical.Foundations.Function
open import Cubical.Foundations.Isomorphism
open import Cubical.Foundations.HLevels
open import Cubical.Data.Nat renaming ... | 39.785942 | 141 | 0.45483 |
222e4655c4d6a46f92aa762b4649477c2cdc122b | 32,168 | agda | Agda | agda/paper/2008-Ulf_Norell_and_Chapman-Dependently_Typed_Programming_in_Agda/z.agda | haroldcarr/learn-haskell-coq-ml-etc | 3dc7abca7ad868316bb08f31c77fbba0d3910225 | [
"Unlicense"
] | 36 | 2015-01-29T14:37:15.000Z | 2021-07-30T06:55:03.000Z | agda/paper/2008-Ulf_Norell_and_Chapman-Dependently_Typed_Programming_in_Agda/z.agda | haroldcarr/learn-haskell-coq-ml-etc | 3dc7abca7ad868316bb08f31c77fbba0d3910225 | [
"Unlicense"
] | null | null | null | agda/paper/2008-Ulf_Norell_and_Chapman-Dependently_Typed_Programming_in_Agda/z.agda | haroldcarr/learn-haskell-coq-ml-etc | 3dc7abca7ad868316bb08f31c77fbba0d3910225 | [
"Unlicense"
] | 8 | 2015-04-13T21:40:15.000Z | 2021-09-21T15:58:10.000Z | module z where
-- http://www.cse.chalmers.se/~ulfn/papers/afp08/tutorial.pdf
{-
Dependently Typed Programming in Agda
Ulf Norell1 : Chalmers University, Gothenburg : ulfn@chalmers.se
James Chapman : Institute of Cybernetics, Tallinn : james@cs.ioc.ee
---------------------------------------------------------------... | 28.568384 | 98 | 0.575665 |
58ff8b2eeff5fc46e7ba67f1157ed45146733138 | 266 | agda | Agda | test/Fail/CopatternWithoutFieldName.agda | pthariensflame/agda | 222c4c64b2ccf8e0fc2498492731c15e8fef32d4 | [
"BSD-3-Clause"
] | 3 | 2015-03-28T14:51:03.000Z | 2015-12-07T20:14:00.000Z | test/fail/CopatternWithoutFieldName.agda | np/agda-git-experiment | 20596e9dd9867166a64470dd24ea68925ff380ce | [
"MIT"
] | null | null | null | test/fail/CopatternWithoutFieldName.agda | np/agda-git-experiment | 20596e9dd9867166a64470dd24ea68925ff380ce | [
"MIT"
] | 1 | 2022-03-12T11:35:18.000Z | 2022-03-12T11:35:18.000Z | -- 2011-11-24 Andreas, James
{-# OPTIONS --copatterns #-}
module CopatternWithoutFieldName where
record R : Set2 where
field
f : Set1
open R
test : (f : R -> Set1) -> R
test f = bla where
bla : R
f bla = Set
-- not a copattern, since f not a field name
| 16.625 | 44 | 0.642857 |
57119ee0b5bf2c0cee612da09b1832809832d86a | 475 | agda | Agda | test/Fail/Issue1209-4-2.agda | mdimjasevic/agda | 8fb548356b275c7a1e79b768b64511ae937c738b | [
"BSD-3-Clause"
] | 1,989 | 2015-01-09T23:51:16.000Z | 2022-03-30T18:20:48.000Z | test/Fail/Issue1209-4-2.agda | Seanpm2001-languages/agda | 9911f73061e21a87fad76c662463257afe02c861 | [
"BSD-2-Clause"
] | 4,066 | 2015-01-10T11:24:51.000Z | 2022-03-31T21:14:49.000Z | test/Fail/Issue1209-4-2.agda | Seanpm2001-languages/agda | 9911f73061e21a87fad76c662463257afe02c861 | [
"BSD-2-Clause"
] | 371 | 2015-01-03T14:04:08.000Z | 2022-03-30T19:00:30.000Z | -- Showing that destroy-guardedness in Issue1209-4 indeed does
-- destroy guardedness
{-# OPTIONS --safe --guardedness --no-sized-types #-}
record Stream (A : Set) : Set where
coinductive
field
head : A
tail : Stream A
open Stream
destroy-guardedness : ∀ {A} → Stream A → Stream A
destroy-guardedness xs ... | 22.619048 | 62 | 0.684211 |
2009ff54798b7f4277f8f910ede7df1b769279ea | 3,280 | agda | Agda | src/CategoryTheory/Instances/Sets.agda | DimaSamoz/temporal-type-systems | 7d993ba55e502d5ef8707ca216519012121a08dd | [
"MIT"
] | 4 | 2018-05-31T20:37:04.000Z | 2022-01-04T09:33:48.000Z | src/CategoryTheory/Instances/Sets.agda | DimaSamoz/temporal-type-systems | 7d993ba55e502d5ef8707ca216519012121a08dd | [
"MIT"
] | null | null | null | src/CategoryTheory/Instances/Sets.agda | DimaSamoz/temporal-type-systems | 7d993ba55e502d5ef8707ca216519012121a08dd | [
"MIT"
] | null | null | null |
{- Category of sets -}
module CategoryTheory.Instances.Sets where
open import CategoryTheory.Categories
open import CategoryTheory.BCCCs
import Function as F using (_∘_)
open import Data.Unit using () renaming (⊤ to top) public
open import Data.Product public
open import Data.Empty using (⊥-elim) renaming (⊥ to bot)... | 32.156863 | 88 | 0.386585 |
dc84e610cb9ad064c6efc346c0c7372184093270 | 393 | agda | Agda | test/Fail/Issue3289.agda | cagix/agda | cc026a6a97a3e517bb94bafa9d49233b067c7559 | [
"BSD-2-Clause"
] | 1,989 | 2015-01-09T23:51:16.000Z | 2022-03-30T18:20:48.000Z | test/Fail/Issue3289.agda | Seanpm2001-languages/agda | 9911f73061e21a87fad76c662463257afe02c861 | [
"BSD-2-Clause"
] | 4,066 | 2015-01-10T11:24:51.000Z | 2022-03-31T21:14:49.000Z | test/Fail/Issue3289.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.Nat
record R : Set where
field
x : Nat
open R {{...}}
f₁ f₂ : R
-- This is fine.
x ⦃ f₁ ⦄ = 0
-- WAS: THIS WORKS BUT MAKES NO SENSE!!!
f₂ ⦃ .x ⦄ = 0
-- Error:
-- Cannot eliminate type R with pattern ⦃ .x ⦄ (suggestion: write .(x)
-- for a dot pattern, or remove the braces for a pos... | 17.086957 | 70 | 0.620865 |
104feb59cdacc31b1c29909fd9684ec8f482b7a4 | 477 | agda | Agda | test/Succeed/fol-theorems/NonTopLevelModuleName.agda | asr/apia | a66c5ddca2ab470539fd68c42c4fbd45f720d682 | [
"MIT"
] | 10 | 2015-09-03T20:54:16.000Z | 2019-12-03T13:44:25.000Z | test/Succeed/fol-theorems/NonTopLevelModuleName.agda | asr/apia | a66c5ddca2ab470539fd68c42c4fbd45f720d682 | [
"MIT"
] | 121 | 2015-01-25T13:22:12.000Z | 2018-04-22T06:01:44.000Z | test/Succeed/fol-theorems/NonTopLevelModuleName.agda | asr/apia | a66c5ddca2ab470539fd68c42c4fbd45f720d682 | [
"MIT"
] | 4 | 2016-05-10T23:06:19.000Z | 2016-08-03T03:54:55.000Z | ------------------------------------------------------------------------------
-- Testing anonymous module
------------------------------------------------------------------------------
{-# OPTIONS --exact-split #-}
{-# OPTIONS --no-sized-types #-}
{-# OPTIONS --no-universe-polymorphism #-}
{-# ... | 26.5 | 78 | 0.343816 |
58b9053b91a4522262cb0a108653e96e73c69ec2 | 29,321 | agda | Agda | Cubical/Algebra/CommRing/Localisation/InvertingElements.agda | thomas-lamiaux/cubical | 58c0b83bb0fed0dc683f3d29b1709effe51c1689 | [
"MIT"
] | null | null | null | Cubical/Algebra/CommRing/Localisation/InvertingElements.agda | thomas-lamiaux/cubical | 58c0b83bb0fed0dc683f3d29b1709effe51c1689 | [
"MIT"
] | null | null | null | Cubical/Algebra/CommRing/Localisation/InvertingElements.agda | thomas-lamiaux/cubical | 58c0b83bb0fed0dc683f3d29b1709effe51c1689 | [
"MIT"
] | null | null | null | -- In this file we consider the special of localising at a single
-- element f : R (or rather the set of powers of f). This is also
-- known as inverting f.
-- We then prove that localising first at an element f and at an element
-- g (or rather the image g/1) is the same as localising at the product f·g
-- This fact h... | 40.78025 | 104 | 0.442754 |
41aded02493931cc30dcbfac387ad894a7d6a1a2 | 224 | agda | Agda | test/Succeed/Issue2641.agda | mdimjasevic/agda | 8fb548356b275c7a1e79b768b64511ae937c738b | [
"BSD-3-Clause"
] | 1,989 | 2015-01-09T23:51:16.000Z | 2022-03-30T18:20:48.000Z | test/Succeed/Issue2641.agda | Seanpm2001-languages/agda | 9911f73061e21a87fad76c662463257afe02c861 | [
"BSD-2-Clause"
] | 4,066 | 2015-01-10T11:24:51.000Z | 2022-03-31T21:14:49.000Z | test/Succeed/Issue2641.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.Nat
open import Agda.Builtin.FromNat
open import Agda.Builtin.Unit
instance
NumberNat : Number Nat
Number.Constraint NumberNat _ = ⊤
fromNat {{NumberNat}} n = n
open import Issue2641.Import
| 18.666667 | 35 | 0.767857 |
fbcbec8852ad905a798640ae00a0299b4d40225a | 6,905 | agda | Agda | core/lib/groups/HomotopyGroup.agda | AntoineAllioux/HoTT-Agda | 1037d82edcf29b620677a311dcfd4fc2ade2faa6 | [
"MIT"
] | 294 | 2015-01-09T16:23:23.000Z | 2022-03-20T13:54:45.000Z | core/lib/groups/HomotopyGroup.agda | AntoineAllioux/HoTT-Agda | 1037d82edcf29b620677a311dcfd4fc2ade2faa6 | [
"MIT"
] | 31 | 2015-03-05T20:09:00.000Z | 2021-10-03T19:15:25.000Z | core/lib/groups/HomotopyGroup.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.NType2
open import lib.types.Empty
open import lib.types.Group
open import lib.types.LoopSpace
open import lib.types.Nat
open import lib.types.Pi
open import lib.types.Pointed
open import lib.types.Sigma
open import lib.types.TLevel
open im... | 35.050761 | 100 | 0.5063 |
22b7d4360a8e93b7eb8b78d9f7ba633d0aaa7001 | 186 | agda | Agda | test/interaction/Issue3441.agda | mdimjasevic/agda | 8fb548356b275c7a1e79b768b64511ae937c738b | [
"BSD-3-Clause"
] | 1,989 | 2015-01-09T23:51:16.000Z | 2022-03-30T18:20:48.000Z | test/interaction/Issue3441.agda | Seanpm2001-languages/agda | 9911f73061e21a87fad76c662463257afe02c861 | [
"BSD-2-Clause"
] | 4,066 | 2015-01-10T11:24:51.000Z | 2022-03-31T21:14:49.000Z | test/interaction/Issue3441.agda | Seanpm2001-languages/agda | 9911f73061e21a87fad76c662463257afe02c861 | [
"BSD-2-Clause"
] | 371 | 2015-01-03T14:04:08.000Z | 2022-03-30T19:00:30.000Z | open import Agda.Primitive
f : ∀ {a b c} → Set a → Set b → Set c → Set {!!} -- WAS solution: (a ⊔ (b ⊔ c))
f A B C = A → B → C -- NOW: (a ⊔ b ⊔ c)
| 37.2 | 79 | 0.370968 |
1a6cce7713a3d1d7868e382fc1e035b832c6f6ca | 247 | agda | Agda | Cubical/Algebra/Ring.agda | ByteBucket123/cubical | aeaa15fb846a3e8bda73635dc7462ae3813b4b1b | [
"MIT"
] | null | null | null | Cubical/Algebra/Ring.agda | ByteBucket123/cubical | aeaa15fb846a3e8bda73635dc7462ae3813b4b1b | [
"MIT"
] | null | null | null | Cubical/Algebra/Ring.agda | ByteBucket123/cubical | aeaa15fb846a3e8bda73635dc7462ae3813b4b1b | [
"MIT"
] | 1 | 2021-03-12T20:08:45.000Z | 2021-03-12T20:08:45.000Z | {-# OPTIONS --safe #-}
module Cubical.Algebra.Ring where
open import Cubical.Algebra.Ring.Base public
open import Cubical.Algebra.Ring.Properties public
open import Cubical.Algebra.Ring.Ideal public
open import Cubical.Algebra.Ring.Kernel public
| 30.875 | 50 | 0.813765 |
297e660fc4e9728c57ad6f0cf16ccb9d77cd66d9 | 1,514 | agda | Agda | notes/thesis/report/FOTC/Twice.agda | asr/fotc | 2fc9f2b81052a2e0822669f02036c5750371b72d | [
"MIT"
] | 11 | 2015-09-03T20:53:42.000Z | 2021-09-12T16:09:54.000Z | notes/thesis/report/FOTC/Twice.agda | asr/fotc | 2fc9f2b81052a2e0822669f02036c5750371b72d | [
"MIT"
] | 2 | 2016-10-12T17:28:16.000Z | 2017-01-01T14:34:26.000Z | notes/thesis/report/FOTC/Twice.agda | asr/fotc | 2fc9f2b81052a2e0822669f02036c5750371b72d | [
"MIT"
] | 3 | 2016-09-19T14:18:30.000Z | 2018-03-14T08:50:00.000Z | ------------------------------------------------------------------------------
-- Twice funcion
------------------------------------------------------------------------------
{-# OPTIONS --exact-split #-}
{-# OPTIONS --no-sized-types #-}
{-# OPTIONS --no-universe-polymorphism #-}
{-# OPTIONS --w... | 28.037037 | 78 | 0.48745 |
223294d7ff296fe288da395276f5ff52efa22649 | 11,217 | agda | Agda | src/fot/LTC-PCF/Data/Nat/Properties.agda | asr/fotc | 2fc9f2b81052a2e0822669f02036c5750371b72d | [
"MIT"
] | 11 | 2015-09-03T20:53:42.000Z | 2021-09-12T16:09:54.000Z | src/fot/LTC-PCF/Data/Nat/Properties.agda | asr/fotc | 2fc9f2b81052a2e0822669f02036c5750371b72d | [
"MIT"
] | 2 | 2016-10-12T17:28:16.000Z | 2017-01-01T14:34:26.000Z | src/fot/LTC-PCF/Data/Nat/Properties.agda | asr/fotc | 2fc9f2b81052a2e0822669f02036c5750371b72d | [
"MIT"
] | 3 | 2016-09-19T14:18:30.000Z | 2018-03-14T08:50:00.000Z | ------------------------------------------------------------------------------
-- Arithmetic properties
------------------------------------------------------------------------------
{-# OPTIONS --exact-split #-}
{-# OPTIONS --no-sized-types #-}
{-# OPTIONS --no-universe-polymorphism #-}
{-# OPT... | 34.198171 | 81 | 0.449496 |
1d26dfcb13e0c514cd08dfbdbda8de28cc3fa023 | 145 | agda | Agda | test/Succeed/Issue5731.agda | sseefried/agda | 6b13364d36eeb60d8ec15eaf8effe23c73401900 | [
"BSD-2-Clause"
] | 1 | 2022-02-05T01:21:48.000Z | 2022-02-05T01:21:48.000Z | test/Succeed/Issue5731.agda | Seanpm2001-languages/agda | 9911f73061e21a87fad76c662463257afe02c861 | [
"BSD-2-Clause"
] | 6 | 2021-10-18T08:12:24.000Z | 2021-11-24T08:31:10.000Z | test/Succeed/Issue5731.agda | Seanpm2001-languages/agda | 9911f73061e21a87fad76c662463257afe02c861 | [
"BSD-2-Clause"
] | null | null | null | -- This file just tests that the options --no-save-metas and
-- --save-metas are parsed correctly.
{-# OPTIONS --no-save-metas --save-metas #-}
| 29 | 60 | 0.682759 |
223bfc496df89aa07d5109d08cc9b8fc3cccdd14 | 206 | agda | Agda | Cubical/HITs/S2/Base.agda | kiana-S/univalent-foundations | 8bdb0766260489f9c89a14f4c0f2ad26e5190dec | [
"MIT"
] | null | null | null | Cubical/HITs/S2/Base.agda | kiana-S/univalent-foundations | 8bdb0766260489f9c89a14f4c0f2ad26e5190dec | [
"MIT"
] | null | null | null | Cubical/HITs/S2/Base.agda | kiana-S/univalent-foundations | 8bdb0766260489f9c89a14f4c0f2ad26e5190dec | [
"MIT"
] | 1 | 2021-11-22T02:02:01.000Z | 2021-11-22T02:02:01.000Z | {-# OPTIONS --cubical --no-import-sorts --safe #-}
module Cubical.HITs.S2.Base where
open import Cubical.Foundations.Prelude
data S² : Type₀ where
base : S²
surf : PathP (λ i → base ≡ base) refl refl
| 22.888889 | 50 | 0.694175 |
414684629c5acb4cf8d942d5eba8253fe8da358c | 221 | agda | Agda | test/Fail/NotStrictlyPositive.agda | mdimjasevic/agda | 8fb548356b275c7a1e79b768b64511ae937c738b | [
"BSD-3-Clause"
] | 1,989 | 2015-01-09T23:51:16.000Z | 2022-03-30T18:20:48.000Z | test/Fail/NotStrictlyPositive.agda | Seanpm2001-languages/agda | 9911f73061e21a87fad76c662463257afe02c861 | [
"BSD-2-Clause"
] | 4,066 | 2015-01-10T11:24:51.000Z | 2022-03-31T21:14:49.000Z | test/Fail/NotStrictlyPositive.agda | Seanpm2001-languages/agda | 9911f73061e21a87fad76c662463257afe02c861 | [
"BSD-2-Clause"
] | 371 | 2015-01-03T14:04:08.000Z | 2022-03-30T19:00:30.000Z |
module NotStrictlyPositive where
data False : Set where
data Not (A : Set) : Set where
not : (A -> False) -> Not A
data Neg (A : Set) : Set where
neg : Not A -> Neg A
data Bad : Set where
bad : Neg Bad -> Bad
| 14.733333 | 32 | 0.615385 |
5732a40ace6430d9dfbaeb7b4d68cff2f318b054 | 1,478 | agda | Agda | test/Succeed/Issue480.agda | pthariensflame/agda | 222c4c64b2ccf8e0fc2498492731c15e8fef32d4 | [
"BSD-3-Clause"
] | 3 | 2015-03-28T14:51:03.000Z | 2015-12-07T20:14:00.000Z | test/Succeed/Issue480.agda | Blaisorblade/Agda | 802a28aa8374f15fe9d011ceb80317fdb1ec0949 | [
"BSD-3-Clause"
] | null | null | null | test/Succeed/Issue480.agda | Blaisorblade/Agda | 802a28aa8374f15fe9d011ceb80317fdb1ec0949 | [
"BSD-3-Clause"
] | null | null | null | -- Andreas, 2016-02-02 added Ambiguous
module Issue480 where
module Simple where
data Q : Set where
a : Q
f : _ → Q
f a = a
postulate helper : ∀ {T : Set} → (T → T) → Q
test₁ : Q → Q
test₁ = λ { a → a }
test₂ : Q
test₂ = helper test₁
-- Same as test₂ and test₁, but stuck together.
test₃ ... | 17.595238 | 103 | 0.499323 |
3db7e2a811133b1f4c389a015dd8c88600a135f5 | 282 | agda | Agda | Algebra/Category.agda | esoeylemez/agda-simple | d9245e5a8b2e902781736de09bd17e81022f6f13 | [
"BSD-3-Clause"
] | 1 | 2019-10-07T17:36:42.000Z | 2019-10-07T17:36:42.000Z | Algebra/Category.agda | esoeylemez/agda-simple | d9245e5a8b2e902781736de09bd17e81022f6f13 | [
"BSD-3-Clause"
] | null | null | null | Algebra/Category.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 where
open import Algebra.Category.Category public
open import Algebra.Category.Groupoid public
open import Algebra.Category.Semigroupoid public
| 28.2 | 48 | 0.797872 |
1abd86ae5996eb556e0475a845fb4967a92b7605 | 11,715 | agda | Agda | agda/PLRTree/Insert/Permutation.agda | bgbianchi/sorting | b8d428bccbdd1b13613e8f6ead6c81a8f9298399 | [
"MIT"
] | 6 | 2015-05-21T12:50:35.000Z | 2021-08-24T22:11:15.000Z | agda/PLRTree/Insert/Permutation.agda | bgbianchi/sorting | b8d428bccbdd1b13613e8f6ead6c81a8f9298399 | [
"MIT"
] | null | null | null | agda/PLRTree/Insert/Permutation.agda | bgbianchi/sorting | b8d428bccbdd1b13613e8f6ead6c81a8f9298399 | [
"MIT"
] | null | null | null | open import Relation.Binary.Core
module PLRTree.Insert.Permutation {A : Set}
(_≤_ : A → A → Set)
(tot≤ : Total _≤_) where
open import Data.List
open import Data.Product renaming (_×_ to _∧_)
open import Data.Sum
open import List.Permutation.Base A
open import List.Permutati... | 58.575 | 112 | 0.497738 |
12cc971a4528c03e002967bf350ffb1acc28098d | 108 | agda | Agda | test/Fail/IUnivNoHComp.agda | cagix/agda | cc026a6a97a3e517bb94bafa9d49233b067c7559 | [
"BSD-2-Clause"
] | 1,989 | 2015-01-09T23:51:16.000Z | 2022-03-30T18:20:48.000Z | test/Fail/IUnivNoHComp.agda | Seanpm2001-languages/agda | 9911f73061e21a87fad76c662463257afe02c861 | [
"BSD-2-Clause"
] | 4,066 | 2015-01-10T11:24:51.000Z | 2022-03-31T21:14:49.000Z | test/Fail/IUnivNoHComp.agda | Seanpm2001-languages/agda | 9911f73061e21a87fad76c662463257afe02c861 | [
"BSD-2-Clause"
] | 371 | 2015-01-03T14:04:08.000Z | 2022-03-30T19:00:30.000Z | open import Agda.Primitive.Cubical
test : (J : IUniv) → J → J
test J j = primHComp {φ = i0} (λ k → λ ()) j
| 21.6 | 44 | 0.592593 |
2292e6815c2a3851a5644767dffc83ef89f4f409 | 24 | agda | Agda | test/interaction/Issue591/M.agda | mdimjasevic/agda | 8fb548356b275c7a1e79b768b64511ae937c738b | [
"BSD-3-Clause"
] | 1,989 | 2015-01-09T23:51:16.000Z | 2022-03-30T18:20:48.000Z | test/interaction/Issue591/M.agda | Seanpm2001-languages/agda | 9911f73061e21a87fad76c662463257afe02c861 | [
"BSD-2-Clause"
] | 4,066 | 2015-01-10T11:24:51.000Z | 2022-03-31T21:14:49.000Z | test/interaction/Issue591/M.agda | Seanpm2001-languages/agda | 9911f73061e21a87fad76c662463257afe02c861 | [
"BSD-2-Clause"
] | 371 | 2015-01-03T14:04:08.000Z | 2022-03-30T19:00:30.000Z | module Issue591.M where
| 12 | 23 | 0.833333 |
3108d2f26c546343047a2a713bd86a2c3abc76f5 | 8,192 | agda | Agda | Cubical/HITs/SequentialColimit/Properties.agda | guilhermehas/cubical | ce3120d3f8d692847b2744162bcd7a01f0b687eb | [
"MIT"
] | 1 | 2021-10-31T17:32:49.000Z | 2021-10-31T17:32:49.000Z | Cubical/HITs/SequentialColimit/Properties.agda | guilhermehas/cubical | ce3120d3f8d692847b2744162bcd7a01f0b687eb | [
"MIT"
] | null | null | null | Cubical/HITs/SequentialColimit/Properties.agda | guilhermehas/cubical | ce3120d3f8d692847b2744162bcd7a01f0b687eb | [
"MIT"
] | null | null | null | {-
This file contains:
- Eliminators of direct limit, especially an index-shifting version;
- Connectivity of inclusion maps.
-}
{-# OPTIONS --safe #-}
module Cubical.HITs.SequentialColimit.Properties where
open import Cubical.Foundations.Prelude
open import Cubical.Foundations.Equiv.Properties
open import Cubic... | 34.420168 | 111 | 0.537231 |
fbd108bb73a5a6f2879648d3ed0cab41afc55c56 | 45,911 | agda | Agda | Agda/17-cubical-diagrams.agda | tadejpetric/HoTT-Intro | f4228d6ecfc6cdb119c6e8b0e711fea05b98b2d5 | [
"CC-BY-4.0"
] | null | null | null | Agda/17-cubical-diagrams.agda | tadejpetric/HoTT-Intro | f4228d6ecfc6cdb119c6e8b0e711fea05b98b2d5 | [
"CC-BY-4.0"
] | null | null | null | Agda/17-cubical-diagrams.agda | tadejpetric/HoTT-Intro | f4228d6ecfc6cdb119c6e8b0e711fea05b98b2d5 | [
"CC-BY-4.0"
] | null | null | null | {-# OPTIONS --without-K --allow-unsolved-metas --exact-split #-}
module 17-cubical-diagrams where
import 16-pushouts
open 16-pushouts public
-- Section 15.1 Commuting cubes
-- Cubes
{-
We specify the type of the homotopy witnessing that a cube commutes.
Imagine that the cube is presented as a lattice
... | 38.61312 | 141 | 0.482303 |
12b37d9c29d3ed147e74cbf6e28996aee663280e | 10,535 | agda | Agda | Cubical/Talks/EPA2020.agda | L-TChen/cubical | 60226aacd7b386aef95d43a0c29c4eec996348a8 | [
"MIT"
] | null | null | null | Cubical/Talks/EPA2020.agda | L-TChen/cubical | 60226aacd7b386aef95d43a0c29c4eec996348a8 | [
"MIT"
] | 1 | 2022-01-27T02:07:48.000Z | 2022-01-27T02:07:48.000Z | Cubical/Talks/EPA2020.agda | L-TChen/cubical | 60226aacd7b386aef95d43a0c29c4eec996348a8 | [
"MIT"
] | null | null | null | {-
Cubical Agda - A Dependently Typed PL with Univalence and HITs
==============================================================
Anders Mörtberg
Every Proof Assistant - September 17, 2020
Link to slides: https://staff.math.su.se/anders.mortberg/slides/EPA2020.pdf
Link to video: https://vi... | 30.804094 | 80 | 0.628761 |
29455105466e2c0710751d67a7c71130f1da17c3 | 2,005 | agda | Agda | src/parse-test.agda | xoltar/cedille | acf691e37210607d028f4b19f98ec26c4353bfb5 | [
"MIT"
] | null | null | null | src/parse-test.agda | xoltar/cedille | acf691e37210607d028f4b19f98ec26c4353bfb5 | [
"MIT"
] | null | null | null | src/parse-test.agda | xoltar/cedille | acf691e37210607d028f4b19f98ec26c4353bfb5 | [
"MIT"
] | null | null | null | module parse-test where
import parse
open import lib
open import cedille-types
import cedille
module parsem = parse cedille.gratr2-nt ptr
open parsem
open parsem.pnoderiv cedille.rrs cedille.cedille-rtn
open import run ptr
open noderiv {- from run.agda -}
process-start : start → string
process-start s = ""
process ... | 41.770833 | 154 | 0.675312 |
2264bf341c01cdbea16439a39a0dfe442543fbc4 | 323 | agda | Agda | Base/Core.agda | DDOtten/M-types | 5b70f4b3dc3e50365ad7a3a80b0cd14efbfa4369 | [
"MIT"
] | null | null | null | Base/Core.agda | DDOtten/M-types | 5b70f4b3dc3e50365ad7a3a80b0cd14efbfa4369 | [
"MIT"
] | null | null | null | Base/Core.agda | DDOtten/M-types | 5b70f4b3dc3e50365ad7a3a80b0cd14efbfa4369 | [
"MIT"
] | null | null | null | {-# OPTIONS --without-K #-}
module M-types.Base.Core where
open import Agda.Primitive public using (Level) renaming
(
lzero to ℓ-zero ;
lsuc to ℓ-suc ;
_⊔_ to ℓ-max
)
variable
ℓ ℓ₀ ℓ₁ ℓ₂ : Level
Ty : (ℓ : Level) → Set (ℓ-suc ℓ)
Ty ℓ = Set... | 17 | 60 | 0.495356 |
a19764406c331675c9e58b0335dbcfb8042fedb3 | 1,866 | agda | Agda | test/Succeed/Erasure-succeed-Issue3855.agda | hborum/agda | aac88412199dd4cbcb041aab499d8a6b7e3f4a2e | [
"BSD-3-Clause"
] | null | null | null | test/Succeed/Erasure-succeed-Issue3855.agda | hborum/agda | aac88412199dd4cbcb041aab499d8a6b7e3f4a2e | [
"BSD-3-Clause"
] | null | null | null | test/Succeed/Erasure-succeed-Issue3855.agda | hborum/agda | aac88412199dd4cbcb041aab499d8a6b7e3f4a2e | [
"BSD-3-Clause"
] | 1 | 2021-04-01T18:30:09.000Z | 2021-04-01T18:30:09.000Z | -- Andreas, 2019-06-18, LAIM 2019, issue #3855:
-- Successful tests for the erasure (@0) modality.
module _ where
open import Agda.Builtin.Bool
open import Agda.Builtin.Nat
open import Agda.Builtin.Equality
open import Agda.Builtin.Coinduction
open import Common.IO
module WhereInErasedDeclaration where
@0 n : Na... | 20.966292 | 86 | 0.571811 |
c74cfbe9477a23d35887b5d00786da5c0353a369 | 3,934 | agda | Agda | src/Data/Graph/Path/Search.agda | kcsmnt0/graph | 0196cf8a136a4933cd6358e4c9692aaf919ca603 | [
"MIT"
] | null | null | null | src/Data/Graph/Path/Search.agda | kcsmnt0/graph | 0196cf8a136a4933cd6358e4c9692aaf919ca603 | [
"MIT"
] | null | null | null | src/Data/Graph/Path/Search.agda | kcsmnt0/graph | 0196cf8a136a4933cd6358e4c9692aaf919ca603 | [
"MIT"
] | null | null | null | open import Data.Graph
module Data.Graph.Path.Search {ℓᵥ ℓₑ} (g : FiniteGraph ℓᵥ ℓₑ) where
open import Data.Graph.Path.Cut g
open import Data.Graph.Path.Finite g
open import Data.Product as Σ
open import Data.Sum as ⊎
open import Data.Vec as Vec
open import Finite
open import Function
open import Level
open import Re... | 33.623932 | 86 | 0.562023 |
d08b4abb76e3ba1061ba10698fbda63be2a97dbd | 2,897 | agda | Agda | examples/outdated-and-incorrect/Termination/comb.agda | mdimjasevic/agda | 8fb548356b275c7a1e79b768b64511ae937c738b | [
"BSD-3-Clause"
] | 1,989 | 2015-01-09T23:51:16.000Z | 2022-03-30T18:20:48.000Z | examples/outdated-and-incorrect/Termination/comb.agda | Seanpm2001-languages/agda | 9911f73061e21a87fad76c662463257afe02c861 | [
"BSD-2-Clause"
] | 4,066 | 2015-01-10T11:24:51.000Z | 2022-03-31T21:14:49.000Z | examples/outdated-and-incorrect/Termination/comb.agda | Seanpm2001-languages/agda | 9911f73061e21a87fad76c662463257afe02c861 | [
"BSD-2-Clause"
] | 371 | 2015-01-03T14:04:08.000Z | 2022-03-30T19:00:30.000Z | module comb where
infixr 50 _⟶_
data Ty : Set where
ι : Ty
_⟶_ : Ty -> Ty -> Ty
data Tm : Ty -> Set where
K : {σ τ : Ty} -> Tm (σ ⟶ τ ⟶ σ)
S : {σ τ ρ : Ty} -> Tm ((σ ⟶ τ ⟶ ρ) ⟶ (σ ⟶ τ) ⟶ σ ⟶ ρ)
_$_ : {σ τ : Ty} -> Tm (σ ⟶ τ) -> Tm σ -> Tm τ
data Nf : Ty -> Set where
Kⁿ : {σ τ : Ty} -> Nf (σ ⟶ τ ⟶ σ)
K... | 32.550562 | 76 | 0.369693 |
316e4ebe8e0851c869709208307c12bed232a1ea | 11,855 | agda | Agda | Cubical/Foundations/Logic.agda | knrafto/cubical | f6771617374bfe65a7043d00731fed5a673aa729 | [
"MIT"
] | null | null | null | Cubical/Foundations/Logic.agda | knrafto/cubical | f6771617374bfe65a7043d00731fed5a673aa729 | [
"MIT"
] | null | null | null | Cubical/Foundations/Logic.agda | knrafto/cubical | f6771617374bfe65a7043d00731fed5a673aa729 | [
"MIT"
] | 1 | 2021-11-22T02:02:01.000Z | 2021-11-22T02:02:01.000Z | {-# OPTIONS --cubical --no-import-sorts --safe #-}
module Cubical.Foundations.Logic where
import Cubical.Data.Empty as ⊥
open import Cubical.Data.Sum as ⊎ using (_⊎_)
open import Cubical.Data.Unit
open import Cubical.Data.Sigma
open import Cubical.Foundations.Prelude as FP
open import Cubical.Functions.Embedding
ope... | 31.445623 | 121 | 0.431717 |
22e8a27442c92ee48072d4de492520c077fe99e1 | 30,588 | agda | Agda | src/Container/Indexed/Variant.agda | nad/equality | 402b20615cfe9ca944662380d7b2d69b0f175200 | [
"MIT"
] | 3 | 2020-05-21T22:58:50.000Z | 2021-09-02T17:18:15.000Z | src/Container/Indexed/Variant.agda | nad/equality | 402b20615cfe9ca944662380d7b2d69b0f175200 | [
"MIT"
] | null | null | null | src/Container/Indexed/Variant.agda | nad/equality | 402b20615cfe9ca944662380d7b2d69b0f175200 | [
"MIT"
] | null | null | null | ------------------------------------------------------------------------
-- Another definition of indexed containers
------------------------------------------------------------------------
-- Partly based on "Indexed containers" by Altenkirch, Ghani, Hancock,
-- McBride and Morris, and partly based on "Non-wellfounde... | 41.335135 | 138 | 0.422486 |
cb192eab5daae544a3fcbd5ab29bbc048cf81a94 | 187 | agda | Agda | examples/Introduction/Universes.agda | mdimjasevic/agda | 8fb548356b275c7a1e79b768b64511ae937c738b | [
"BSD-3-Clause"
] | 1,989 | 2015-01-09T23:51:16.000Z | 2022-03-30T18:20:48.000Z | examples/Introduction/Universes.agda | Seanpm2001-languages/agda | 9911f73061e21a87fad76c662463257afe02c861 | [
"BSD-2-Clause"
] | 4,066 | 2015-01-10T11:24:51.000Z | 2022-03-31T21:14:49.000Z | examples/Introduction/Universes.agda | Seanpm2001-languages/agda | 9911f73061e21a87fad76c662463257afe02c861 | [
"BSD-2-Clause"
] | 371 | 2015-01-03T14:04:08.000Z | 2022-03-30T19:00:30.000Z |
module Introduction.Universes where
data Nat : Set where
zero : Nat
suc : Nat -> Nat
postulate IsEven : Nat -> Prop
data Even : Set where
even : (n : Nat) -> IsEven n -> Even
| 14.384615 | 38 | 0.641711 |
58077c8bb8215218aae3538fcfd38bb4a9bae40d | 8,834 | agda | Agda | old/Homotopy/TruncatedHIT.agda | danbornside/HoTT-Agda | 1695a7f3dc60177457855ae846bbd86fcd96983e | [
"MIT"
] | 294 | 2015-01-09T16:23:23.000Z | 2022-03-20T13:54:45.000Z | old/Homotopy/TruncatedHIT.agda | danbornside/HoTT-Agda | 1695a7f3dc60177457855ae846bbd86fcd96983e | [
"MIT"
] | 31 | 2015-03-05T20:09:00.000Z | 2021-10-03T19:15:25.000Z | old/Homotopy/TruncatedHIT.agda | danbornside/HoTT-Agda | 1695a7f3dc60177457855ae846bbd86fcd96983e | [
"MIT"
] | 50 | 2015-01-10T01:48:08.000Z | 2022-02-14T03:03:25.000Z | {-# OPTIONS --without-K #-}
{-
Truncated higher inductive types look like higher inductive types except that
they are truncated down to some fixed truncation level.
This allow to define truncations (obviously) but also free algebras for
algebraic theories, Eilenberg-MacLane spaces, etc.
The idea is that to get an n-t... | 38.9163 | 80 | 0.579918 |
2ec414a915d402bb92f8c52659213f24b803e273 | 651 | agda | Agda | Cubical/Categories/Limits/Terminal.agda | L-TChen/cubical | 60226aacd7b386aef95d43a0c29c4eec996348a8 | [
"MIT"
] | null | null | null | Cubical/Categories/Limits/Terminal.agda | L-TChen/cubical | 60226aacd7b386aef95d43a0c29c4eec996348a8 | [
"MIT"
] | null | null | null | Cubical/Categories/Limits/Terminal.agda | L-TChen/cubical | 60226aacd7b386aef95d43a0c29c4eec996348a8 | [
"MIT"
] | null | null | null | {-# OPTIONS --cubical --no-import-sorts --safe #-}
module Cubical.Categories.Limits.Terminal where
open import Cubical.Foundations.Prelude
open import Cubical.Data.Sigma
-- open import Cubical.Categories.Limits.Base
open import Cubical.Categories.Category
open import Cubical.Categories.Functor
private
variable
... | 25.038462 | 50 | 0.663594 |
3d6880ba534d710984b2f0b5e49bde6961b3061b | 13,925 | agda | Agda | Cubical/HITs/S1/Base.agda | borsiemir/cubical | cefeb3669ffdaea7b88ae0e9dd258378418819ca | [
"MIT"
] | null | null | null | Cubical/HITs/S1/Base.agda | borsiemir/cubical | cefeb3669ffdaea7b88ae0e9dd258378418819ca | [
"MIT"
] | null | null | null | Cubical/HITs/S1/Base.agda | borsiemir/cubical | cefeb3669ffdaea7b88ae0e9dd258378418819ca | [
"MIT"
] | null | null | null | {-
Definition of the circle as a HIT with a proof that Ω(S¹) ≡ ℤ
-}
{-# OPTIONS --cubical --safe #-}
module Cubical.HITs.S1.Base where
open import Cubical.Foundations.Prelude
open import Cubical.Foundations.GroupoidLaws
open import Cubical.Foundations.Equiv
open import Cubical.Foundations.Function
open import Cubica... | 36.548556 | 94 | 0.533573 |
599b55f2c579fd64a6831a1b72a236df4594798e | 6,013 | agda | Agda | Numbers/Integers/Order.agda | Smaug123/agdaproofs | 0f4230011039092f58f673abcad8fb0652e6b562 | [
"MIT"
] | 4 | 2019-08-08T12:44:19.000Z | 2022-01-28T06:04:15.000Z | Numbers/Integers/Order.agda | Smaug123/agdaproofs | 0f4230011039092f58f673abcad8fb0652e6b562 | [
"MIT"
] | 14 | 2019-01-06T21:11:59.000Z | 2020-04-11T11:03:39.000Z | Numbers/Integers/Order.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
open import Numbers.Integers.RingStructure.Ring
open import Semirings.Definition
open import Rings.Orders.Partial.Definition
open import Rings.Orders.Total.Definition
... | 60.13 | 289 | 0.699152 |
2ee549468110be39c995b1a121777a1bbda0d23d | 1,328 | agda | Agda | test/Succeed/Issue2328.agda | zgrannan/agda | 5953ce337eb6b77b29ace7180478f49c541aea1c | [
"BSD-3-Clause"
] | 3 | 2015-03-28T14:51:03.000Z | 2015-12-07T20:14:00.000Z | test/Succeed/Issue2328.agda | andersk/agda | 56928ff709dcb931cb9a48c4790e5ed3739e3032 | [
"BSD-3-Clause"
] | null | null | null | test/Succeed/Issue2328.agda | andersk/agda | 56928ff709dcb931cb9a48c4790e5ed3739e3032 | [
"BSD-3-Clause"
] | 1 | 2019-03-05T20:02:38.000Z | 2019-03-05T20:02:38.000Z | {- Examples by Twan van Laarhoven -}
{-# OPTIONS --rewriting #-}
module _ where
open import Agda.Builtin.Equality
{-# BUILTIN REWRITE _≡_ #-}
const : ∀ {a b} {A : Set a} {B : Set b} → A → B → A
const x _ = x
_∘_ : ∀ {a b c} {A : Set a} {B : A → Set b} {C : {x : A} → B x → Set c}
→ (f : ∀ {x} (y : B x) → C y) (g... | 31.619048 | 114 | 0.46009 |
3dcbe7dd3386a3c21b79cceb2d381b1a16a4f075 | 883 | agda | Agda | src/Web/Semantic/DL/Concept.agda | agda/agda-web-semantic | 8ddbe83965a616bff6fc7a237191fa261fa78bab | [
"MIT"
] | 9 | 2015-09-13T17:46:41.000Z | 2020-03-14T14:21:08.000Z | src/Web/Semantic/DL/Concept.agda | agda/agda-web-semantic | 8ddbe83965a616bff6fc7a237191fa261fa78bab | [
"MIT"
] | 4 | 2018-11-14T02:32:28.000Z | 2021-01-04T20:57:19.000Z | src/Web/Semantic/DL/Concept.agda | agda/agda-web-semantic | 8ddbe83965a616bff6fc7a237191fa261fa78bab | [
"MIT"
] | 3 | 2017-12-03T14:52:09.000Z | 2022-03-12T11:40:03.000Z | open import Web.Semantic.DL.Role using ( Role )
open import Web.Semantic.DL.Signature using ( Signature ; CN ; RN )
module Web.Semantic.DL.Concept where
infixr 9 ∀[_]_
infixr 8 ∃⟨_⟩_
infixl 7 _⊓_
infixl 6 _⊔_
data Concept (Σ : Signature) : Set where
⟨_⟩ : (c : CN Σ) → Concept Σ
¬⟨_⟩ : (c : CN Σ) → Concept Σ
⊤... | 25.970588 | 67 | 0.499434 |
22c42bec315e8ed9711b5f3d3b70a604bd06658b | 8,578 | agda | Agda | src/fot/FOTC/Program/SortList/Properties/Totality/OrdList/FlattenATP.agda | asr/fotc | 2fc9f2b81052a2e0822669f02036c5750371b72d | [
"MIT"
] | 11 | 2015-09-03T20:53:42.000Z | 2021-09-12T16:09:54.000Z | src/fot/FOTC/Program/SortList/Properties/Totality/OrdList/FlattenATP.agda | asr/fotc | 2fc9f2b81052a2e0822669f02036c5750371b72d | [
"MIT"
] | 2 | 2016-10-12T17:28:16.000Z | 2017-01-01T14:34:26.000Z | src/fot/FOTC/Program/SortList/Properties/Totality/OrdList/FlattenATP.agda | asr/fotc | 2fc9f2b81052a2e0822669f02036c5750371b72d | [
"MIT"
] | 3 | 2016-09-19T14:18:30.000Z | 2018-03-14T08:50:00.000Z | ------------------------------------------------------------------------------
-- Totality properties respect to OrdList (flatten-OrdList-helper)
------------------------------------------------------------------------------
{-# OPTIONS --exact-split #-}
{-# OPTIONS --no-sized-types #-}
{-# OPTI... | 43.543147 | 131 | 0.648636 |
cb5c25de34ce01155c94ffdd03dd5fb66b789091 | 1,808 | agda | Agda | Cubical/Functions/Surjection.agda | kiana-S/univalent-foundations | 8bdb0766260489f9c89a14f4c0f2ad26e5190dec | [
"MIT"
] | null | null | null | Cubical/Functions/Surjection.agda | kiana-S/univalent-foundations | 8bdb0766260489f9c89a14f4c0f2ad26e5190dec | [
"MIT"
] | null | null | null | Cubical/Functions/Surjection.agda | kiana-S/univalent-foundations | 8bdb0766260489f9c89a14f4c0f2ad26e5190dec | [
"MIT"
] | 1 | 2021-11-22T02:02:01.000Z | 2021-11-22T02:02:01.000Z | {-# OPTIONS --cubical --no-import-sorts --safe #-}
module Cubical.Functions.Surjection where
open import Cubical.Core.Everything
open import Cubical.Data.Sigma
open import Cubical.Foundations.Prelude
open import Cubical.Foundations.HLevels
open import Cubical.Foundations.Isomorphism
open import Cubical.Foundations.Equ... | 31.719298 | 83 | 0.741704 |
394574739d493bd03a6c3f6c040e62b35acb35d5 | 2,109 | agda | Agda | doc/icfp20/code/MidiEvent.agda | halfaya/MusicTools | 04896c61b603d46011b7d718fcb47dd756e66021 | [
"MIT"
] | 28 | 2017-04-21T09:08:52.000Z | 2022-03-04T18:04:07.000Z | doc/icfp20/code/MidiEvent.agda | halfaya/MusicTools | 04896c61b603d46011b7d718fcb47dd756e66021 | [
"MIT"
] | 1 | 2020-11-13T01:26:20.000Z | 2020-11-17T00:58:55.000Z | doc/icfp20/code/MidiEvent.agda | halfaya/MusicTools | 04896c61b603d46011b7d718fcb47dd756e66021 | [
"MIT"
] | 3 | 2019-01-12T17:02:36.000Z | 2020-11-10T04:04:40.000Z | {-# OPTIONS --without-K #-}
module MidiEvent where
open import Data.Fin using (Fin; #_)
open import Data.List using (List; _∷_; []; concat; map)
open import Data.Nat using (ℕ; _+_; _⊔_)
open import Data.Product using (_×_; _,_; proj₁)
open import Data.String using (String)
open import Data.Vec using (... | 29.704225 | 110 | 0.65908 |
3178f22185ab1c2035e1a7dd129a26bbfe224bfb | 494 | agda | Agda | BCK.agda | oisdk/agda-playground | 97a3aab1282b2337c5f43e2cfa3fa969a94c11b7 | [
"MIT"
] | 6 | 2020-09-11T17:45:41.000Z | 2021-11-16T08:11:34.000Z | BCK.agda | oisdk/agda-playground | 97a3aab1282b2337c5f43e2cfa3fa969a94c11b7 | [
"MIT"
] | null | null | null | BCK.agda | oisdk/agda-playground | 97a3aab1282b2337c5f43e2cfa3fa969a94c11b7 | [
"MIT"
] | 1 | 2021-11-11T12:30:21.000Z | 2021-11-11T12:30:21.000Z | {-# OPTIONS --cubical --safe #-}
module BCK where
open import Prelude hiding (B; C)
infixl 4 _$$_
data BCK : Type where
_$$_ : BCK → BCK → BCK
B C K : BCK
open import Data.List
stack : BCK → Maybe BCK
stack xs = go xs []
where
go : BCK → List BCK → Maybe BCK
go (f $$ x) xs = go f (x ∷ xs)
go B (f ∷ g ∷... | 20.583333 | 62 | 0.52834 |
5758da81a50989bcd18048f8ad90c4e1808e530d | 595 | agda | Agda | presentationsAndExampleCode/agdaImplementorsMeetingGlasgow22April2016AntonSetzer/main.agda | agda/ooAgda | 7cc45e0148a4a508d20ed67e791544c30fecd795 | [
"MIT"
] | 23 | 2016-06-19T12:57:55.000Z | 2020-10-12T23:15:25.000Z | presentationsAndExampleCode/agdaImplementorsMeetingGlasgow22April2016AntonSetzer/main.agda | agda/ooAgda | 7cc45e0148a4a508d20ed67e791544c30fecd795 | [
"MIT"
] | null | null | null | presentationsAndExampleCode/agdaImplementorsMeetingGlasgow22April2016AntonSetzer/main.agda | agda/ooAgda | 7cc45e0148a4a508d20ed67e791544c30fecd795 | [
"MIT"
] | 2 | 2018-09-01T15:02:37.000Z | 2022-03-12T11:41:00.000Z | module main where
{- unsized Versions omitted in talk -}
import interactiveProgramsAgdaUnsized
import objectsInAgdaUnsized
{- end unsized Versions omitted in talk -}
import interactiveProgramsAgda
import objectsInAgda
{- Probably omit because of time -}
import interfaceExtensionAndDelegation
{- End Probably omit b... | 18.030303 | 42 | 0.815126 |
0e59f45e7353f3e1daec2736d1ca0699d38e5319 | 1,938 | agda | Agda | core/lib/types/Types.agda | mikeshulman/HoTT-Agda | e7d663b63d89f380ab772ecb8d51c38c26952dbb | [
"MIT"
] | null | null | null | core/lib/types/Types.agda | mikeshulman/HoTT-Agda | e7d663b63d89f380ab772ecb8d51c38c26952dbb | [
"MIT"
] | null | null | null | core/lib/types/Types.agda | mikeshulman/HoTT-Agda | e7d663b63d89f380ab772ecb8d51c38c26952dbb | [
"MIT"
] | 1 | 2018-12-26T21:31:57.000Z | 2018-12-26T21:31:57.000Z | {-# OPTIONS --without-K --rewriting #-}
module lib.types.Types where
open import lib.Basics
open import lib.types.BigWedge public
open import lib.types.Bool public
open import lib.types.Choice public
open import lib.types.Circle public
open import lib.types.Cofiber public
open import lib.types.CommutingSquare public
... | 35.236364 | 73 | 0.816305 |
4dc3787469a3c7b69c0022807fdd10853201c31c | 5,094 | agda | Agda | Structure/Signature.agda | Lolirofle/stuff-in-agda | 70f4fba849f2fd779c5aaa5af122ccb6a5b271ba | [
"MIT"
] | 6 | 2020-04-07T17:58:13.000Z | 2022-02-05T06:53:22.000Z | Structure/Signature.agda | Lolirofle/stuff-in-agda | 70f4fba849f2fd779c5aaa5af122ccb6a5b271ba | [
"MIT"
] | null | null | null | Structure/Signature.agda | Lolirofle/stuff-in-agda | 70f4fba849f2fd779c5aaa5af122ccb6a5b271ba | [
"MIT"
] | null | null | null | module Structure.Signature where
open import Data.Tuple.Raise
open import Data.Tuple.Raiseᵣ.Functions
import Lvl
open import Numeral.Natural
open import Structure.Function
open import Structure.Setoid
open import Structure.Relator
open import Type
private variable ℓ ℓᵢ ℓᵢ₁ ℓᵢ₂ ℓᵢ₃ ℓd ℓd₁ ℓd₂ ℓᵣ ℓᵣ₁ ℓᵣ₂ ℓₑ ℓₑ₁ ℓₑ... | 49.941176 | 445 | 0.66863 |
1d3b53b038626f851b43c2dbbd8b2c21db6764af | 5,144 | agda | Agda | Agda/free-group.agda | UlrikBuchholtz/HoTT-Intro | 1e1f8def50f9359928e52ebb2ee53ed1166487d9 | [
"CC-BY-4.0"
] | 333 | 2018-09-26T08:33:30.000Z | 2022-03-22T23:50:15.000Z | Agda/free-group.agda | UlrikBuchholtz/HoTT-Intro | 1e1f8def50f9359928e52ebb2ee53ed1166487d9 | [
"CC-BY-4.0"
] | 8 | 2019-06-18T04:16:04.000Z | 2020-10-16T15:27:01.000Z | Agda/free-group.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 free-group where
import 15-groups
open 15-groups public
{- We state the universal property of the free group on a set X -}
precomp-universal-property-free-group :
{l1 l2 l3 : Level} (X : UU-Set l1) (F : Group l2) (G : Group l3)
(f : type-hom-Set X (set-Group F)) ... | 42.866667 | 83 | 0.606921 |
41dde7d2d35259c4cbe18ff829272c4a1ca337fb | 5,124 | agda | Agda | Categories/Category.agda | Smaug123/agdaproofs | 0f4230011039092f58f673abcad8fb0652e6b562 | [
"MIT"
] | 4 | 2019-08-08T12:44:19.000Z | 2022-01-28T06:04:15.000Z | Categories/Category.agda | Smaug123/agdaproofs | 0f4230011039092f58f673abcad8fb0652e6b562 | [
"MIT"
] | 14 | 2019-01-06T21:11:59.000Z | 2020-04-11T11:03:39.000Z | Categories/Category.agda | Smaug123/agdaproofs | 0f4230011039092f58f673abcad8fb0652e6b562 | [
"MIT"
] | 1 | 2021-11-29T13:23:07.000Z | 2021-11-29T13:23:07.000Z | {-# OPTIONS --warning=error #-}
open import LogicalFormulae
open import Agda.Primitive using (Level; lzero; lsuc; _⊔_)
open import Numbers.Naturals.Semiring
open import Numbers.Naturals.Order
open import Vectors
open import Semirings.Definition
open import Categories.Definition
open import Orders
open import Categorie... | 65.692308 | 386 | 0.595238 |
2e3752dc3fed438710e561ba0075c5ee7992bd67 | 2,940 | agda | Agda | Data/Collection/Inclusion.agda | banacorn/lambda-calculus | f81b116473582ab7956adc4bf1d7ebf1ae2a213a | [
"MIT"
] | null | null | null | Data/Collection/Inclusion.agda | banacorn/lambda-calculus | f81b116473582ab7956adc4bf1d7ebf1ae2a213a | [
"MIT"
] | null | null | null | Data/Collection/Inclusion.agda | banacorn/lambda-calculus | f81b116473582ab7956adc4bf1d7ebf1ae2a213a | [
"MIT"
] | null | null | null | module Data.Collection.Inclusion where
open import Data.Collection.Equivalence
open import Data.Collection.Core
open import Function using (id; _∘_)
open import Function.Equivalence using (equivalence)
open import Level using (Level; suc; zero)
open import Relation.Unary hiding (_⇒_)
open import Relation.Binary
open ... | 28.543689 | 89 | 0.531973 |
0e68a9807136c62d136197088e1604bbb5f28d89 | 701 | agda | Agda | examples/outdated-and-incorrect/fileIO/IO.agda | asr/agda-kanso | aa10ae6a29dc79964fe9dec2de07b9df28b61ed5 | [
"MIT"
] | 1 | 2018-10-10T17:08:44.000Z | 2018-10-10T17:08:44.000Z | examples/outdated-and-incorrect/fileIO/IO.agda | np/agda-git-experiment | 20596e9dd9867166a64470dd24ea68925ff380ce | [
"MIT"
] | null | null | null | examples/outdated-and-incorrect/fileIO/IO.agda | np/agda-git-experiment | 20596e9dd9867166a64470dd24ea68925ff380ce | [
"MIT"
] | null | null | null |
module IO where
open import Base
postulate
IO : Set -> Set
getLine : IO String
putStrLn : String -> IO Unit
mapM₋ : {A : Set} -> (A -> IO Unit) -> List A -> IO Unit
bindIO : {A B : Set} -> IO A -> (A -> IO B) -> IO B
returnIO : {A : Set} -> A -> IO A
{-# COMPILED putStrLn putStrLn #-}
{-# CO... | 31.863636 | 70 | 0.544936 |
1a2a09e996b976d19aa195b12d74b2e4573290f1 | 9,829 | agda | Agda | src/Test.agda | cspollard/diff | 78c3dec24834ffeca5e74cb75578e9b210a5be62 | [
"CC0-1.0"
] | null | null | null | src/Test.agda | cspollard/diff | 78c3dec24834ffeca5e74cb75578e9b210a5be62 | [
"CC0-1.0"
] | null | null | null | src/Test.agda | cspollard/diff | 78c3dec24834ffeca5e74cb75578e9b210a5be62 | [
"CC0-1.0"
] | null | null | null | module Test where
open import Algebra using (CommutativeRing; IsCommutativeRing)
open import Assume using (assume)
import Data.Nat as ℕ
open ℕ using (ℕ; zero; suc)
import Data.Fin as F
open F using (Fin)
open import Relation.Binary using (Rel; Setoid; _Preserves_⟶_)
open import Function using (Inverse; _on_; _∘_; _... | 26.071618 | 100 | 0.457015 |
22890c07fa7e61fc0b43a7b360bb456506df736c | 14,223 | agda | Agda | LC/stash/STLC2.agda | banacorn/bidirectional | 0c9a6e79c23192b28ddb07315b200a94ee900ca6 | [
"MIT"
] | 2 | 2020-08-25T07:34:40.000Z | 2020-08-25T14:05:01.000Z | LC/stash/STLC2.agda | banacorn/bidirectional | 0c9a6e79c23192b28ddb07315b200a94ee900ca6 | [
"MIT"
] | null | null | null | LC/stash/STLC2.agda | banacorn/bidirectional | 0c9a6e79c23192b28ddb07315b200a94ee900ca6 | [
"MIT"
] | null | null | null | module STLC2 where
open import Data.Nat
-- open import Data.List
open import Data.Empty using (⊥-elim)
open import Relation.Binary.PropositionalEquality using (_≡_; refl; sym; trans; cong; cong₂; subst)
open import Relation.Nullary
open import Data.Product
-- de Bruijn indexed lambda calculus
infix 5 ƛ_
infixl 7... | 30.852495 | 184 | 0.366378 |
1ade97167ba6feca9f5fa9d8ccc7bb5c6df8c255 | 690 | agda | Agda | test/Succeed/AntiUnifyBug.agda | mdimjasevic/agda | 8fb548356b275c7a1e79b768b64511ae937c738b | [
"BSD-3-Clause"
] | 1,989 | 2015-01-09T23:51:16.000Z | 2022-03-30T18:20:48.000Z | test/Succeed/AntiUnifyBug.agda | Seanpm2001-languages/agda | 9911f73061e21a87fad76c662463257afe02c861 | [
"BSD-2-Clause"
] | 4,066 | 2015-01-10T11:24:51.000Z | 2022-03-31T21:14:49.000Z | test/Succeed/AntiUnifyBug.agda | Seanpm2001-languages/agda | 9911f73061e21a87fad76c662463257afe02c861 | [
"BSD-2-Clause"
] | 371 | 2015-01-03T14:04:08.000Z | 2022-03-30T19:00:30.000Z | -- Jesper, 2019-07-27. Cut down this example from a latent bug in
-- @antiUnify@, which was using @unAbs@ instead of @absBody@.
{-# OPTIONS --double-check #-}
open import Agda.Primitive
postulate
I : Set
T : ∀ {p} → Set (lsuc p) → Set (lsuc p)
t : ∀ {p} → (B : Set (lsuc p)) → (I → I → Set) → B → T B
x0 : I
... | 23.793103 | 65 | 0.482609 |
5924a6094352f5b6551dc7129a26903f20b2d6ab | 51,702 | agda | Agda | src/elab-util.agda | mb64/cedille | d0f69cc6fbfb69d7ef83a436b623d612328eb016 | [
"MIT"
] | 328 | 2018-09-14T20:06:09.000Z | 2022-03-26T10:33:07.000Z | src/elab-util.agda | mb64/cedille | d0f69cc6fbfb69d7ef83a436b623d612328eb016 | [
"MIT"
] | 123 | 2018-09-17T10:53:20.000Z | 2022-01-12T03:51:28.000Z | src/elab-util.agda | mb64/cedille | d0f69cc6fbfb69d7ef83a436b623d612328eb016 | [
"MIT"
] | 34 | 2018-09-17T11:51:36.000Z | 2022-02-20T18:33:16.000Z | import cedille-options
module elab-util (options : cedille-options.options) where
open import general-util
open import cedille-types
open import syntax-util
open import type-util
open import ctxt
open import conversion (cedille-options.options.disable-conv options)
using (hnf ; unfold-all ; unfold-head ; unfold-head... | 44.958261 | 286 | 0.57462 |
59a17e28dcae0c46d0f3e9f7a8a058d1375325df | 729 | agda | Agda | test/Succeed/Issue2231sharp.agda | pthariensflame/agda | 222c4c64b2ccf8e0fc2498492731c15e8fef32d4 | [
"BSD-3-Clause"
] | 3 | 2015-03-28T14:51:03.000Z | 2015-12-07T20:14:00.000Z | test/Succeed/Issue2231sharp.agda | Blaisorblade/Agda | 802a28aa8374f15fe9d011ceb80317fdb1ec0949 | [
"BSD-3-Clause"
] | null | null | null | test/Succeed/Issue2231sharp.agda | Blaisorblade/Agda | 802a28aa8374f15fe9d011ceb80317fdb1ec0949 | [
"BSD-3-Clause"
] | 1 | 2019-03-05T20:02:38.000Z | 2019-03-05T20:02:38.000Z | -- Andreas, 2016-10-03, re issue #2231
-- Termination checking a corecursive definition in abstract mode.
infix 1000 ♯_
postulate
∞ : ∀ {a} (A : Set a) → Set a
♯_ : ∀ {a} {A : Set a} → A → ∞ A
♭ : ∀ {a} {A : Set a} → ∞ A → A
{-# BUILTIN INFINITY ∞ #-}
{-# BUILTIN SHARP ♯_ #-}
{-# BUILTIN FLAT ♭ #-}
... | 22.78125 | 72 | 0.573388 |
5925c2476392ff67cae40b24e95200609d0beadd | 127,794 | agda | Agda | archive/agda-1/NaturalDeduction.monolithic.agda | m0davis/oscar | 52e1cdbdee54d9a8eaee04ee518a0d7f61d25afb | [
"RSA-MD"
] | null | null | null | archive/agda-1/NaturalDeduction.monolithic.agda | m0davis/oscar | 52e1cdbdee54d9a8eaee04ee518a0d7f61d25afb | [
"RSA-MD"
] | 1 | 2019-04-29T00:35:04.000Z | 2019-05-11T23:33:04.000Z | archive/agda-1/NaturalDeduction.monolithic.agda | m0davis/oscar | 52e1cdbdee54d9a8eaee04ee518a0d7f61d25afb | [
"RSA-MD"
] | null | null | null | {-# OPTIONS --rewriting #-}
--{-# OPTIONS --exact-split #-}
--{-# OPTIONS --show-implicit #-}
module NaturalDeduction
where
module CustomPrelude where
open import Prelude public
renaming (_==_ to _≟_) -- TODO ask Agda to rename Eq._==_ to Eq._≟_
hiding (force) -- needed by ∞Delay
{-# BUILTIN REWRITE _≡_... | 45.365282 | 405 | 0.508044 |
205707c4e9d237fa6a7cf17eba9555f550c3eb47 | 6,792 | agda | Agda | src/JVM/Printer/Jasmin.agda | ajrouvoet/jvm.agda | c84bc6b834295ac140ff30bfc8e55228efbf6d2a | [
"Apache-2.0"
] | 6 | 2020-10-07T14:07:17.000Z | 2021-02-28T21:49:08.000Z | src/JVM/Printer/Jasmin.agda | ajrouvoet/jvm.agda | c84bc6b834295ac140ff30bfc8e55228efbf6d2a | [
"Apache-2.0"
] | null | null | null | src/JVM/Printer/Jasmin.agda | ajrouvoet/jvm.agda | c84bc6b834295ac140ff30bfc8e55228efbf6d2a | [
"Apache-2.0"
] | 1 | 2021-12-28T17:37:15.000Z | 2021-12-28T17:37:15.000Z | {-# OPTIONS --safe #-}
module JVM.Printer.Jasmin where
open import Function
open import Data.Nat
open import Data.Integer
open import Data.Nat.Show as NatShow
open import Data.String as S using (String)
open import Data.List as List
open import JVM.Types
open import JVM.Builtins
sep : List (List String) → List Strin... | 24.698182 | 98 | 0.565518 |
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.