Dataset Viewer (First 5GB)
Auto-converted to Parquet Duplicate
id
stringlengths
27
136
text
stringlengths
4
1.05M
algebraic-stack_agda0000_doc_8528
{-# OPTIONS --cubical --safe #-} module Data.String where open import Agda.Builtin.String using (String) public open import Agda.Builtin.String open import Agda.Builtin.String.Properties open import Agda.Builtin.Char using (Char) public open import Agda.Builtin.Char open import Agda.Builtin.Char.Properties open impor...
algebraic-stack_agda0000_doc_8529
-- Example usage of solver {-# OPTIONS --without-K --safe #-} open import Categories.Category module Experiment.Categories.Solver.Category.Example {o β„“ e} (π’ž : Category o β„“ e) where open import Experiment.Categories.Solver.Category π’ž open Category π’ž open HomReasoning private variable A B C D E : Obj m...
algebraic-stack_agda0000_doc_8530
---------------------------------------------------------------- -- This file contains the definition of isomorphisms. -- ---------------------------------------------------------------- module Category.Iso where open import Category.Category record Iso {l : Level}{β„‚ : Cat {l}}{A B : Obj β„‚} (f : el (Hom β„‚ A B...
algebraic-stack_agda0000_doc_8531
------------------------------------------------------------------------ -- The Agda standard library -- -- The Cowriter type and some operations ------------------------------------------------------------------------ {-# OPTIONS --without-K --safe --sized-types #-} module Codata.Cowriter where open import Size imp...
algebraic-stack_agda0000_doc_8532
module Dave.Algebra.Naturals.Bin where open import Dave.Algebra.Naturals.Definition open import Dave.Algebra.Naturals.Addition open import Dave.Algebra.Naturals.Multiplication open import Dave.Embedding data Bin : Set where ⟨⟩ : Bin _t : Bin β†’ Bin _f : Bin β†’ Bin inc : Bin β†’ Bin inc ⟨⟩ = ⟨⟩...
algebraic-stack_agda0000_doc_8533
open import ExtractSac as ES using () open import Extract (ES.kompile-fun) open import Data.Nat as N using (β„•; zero; suc; _≀_; _β‰₯_; _<_; _>_; s≀s; z≀n; _∸_) import Data.Nat.DivMod as N open import Data.Nat.Properties as N open import Data.List as L using (List; []; _∷_) open import Data.Vec as V using (Vec; []; _...
algebraic-stack_agda0000_doc_8534
module Properties.Base where open import Data.Maybe hiding (All) open import Data.List open import Data.List.All open import Data.Product open import Data.Sum open import Relation.Nullary open import Relation.Binary.PropositionalEquality open import Typing open import Global open import Values open import Session op...
algebraic-stack_agda0000_doc_8535
open import Oscar.Prelude open import Oscar.Class.IsFunctor open import Oscar.Class.Reflexivity open import Oscar.Class.Smap open import Oscar.Class.Surjection open import Oscar.Class.Transitivity module Oscar.Class.Functor where record Functor 𝔬₁ 𝔯₁ ℓ₁ 𝔬₂ 𝔯₂ β„“β‚‚ : Ø ↑̂ (𝔬₁ βˆ™Μ‚ 𝔯₁ βˆ™Μ‚ ℓ₁ βˆ™Μ‚ 𝔬₂ βˆ™Μ‚ 𝔯₂ βˆ™Μ‚ β„“β‚‚) wher...
algebraic-stack_agda0000_doc_8536
------------------------------------------------------------------------ -- INCREMENTAL Ξ»-CALCULUS -- -- Overloading ⟦_⟧ notation -- -- This module defines a general mechanism for overloading the -- ⟦_⟧ notation, using Agda’s instance arguments. ------------------------------------------------------------------------ ...
algebraic-stack_agda0000_doc_8537
{-# OPTIONS --allow-unsolved-metas #-} module IsLiteralProblem where open import OscarPrelude open import IsLiteralSequent open import Problem record IsLiteralProblem (𝔓 : Problem) : Set where constructor _ΒΆ_ field {problem} : Problem isLiteralInferences : All IsLiteralSequent (inferences 𝔓) isLite...
algebraic-stack_agda0000_doc_8538
module Pi-.Invariants where open import Data.Empty open import Data.Unit 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 Data.Nat open import Data.Nat.Properties open imp...
algebraic-stack_agda0000_doc_8539
------------------------------------------------------------------------ -- Two logically equivalent axiomatisations of equality ------------------------------------------------------------------------ {-# OPTIONS --without-K --safe #-} module Equality where open import Logical-equivalence hiding (id; _∘_) open impo...
algebraic-stack_agda0000_doc_8540
{-# OPTIONS -v tc.conv.irr:50 #-} -- {-# OPTIONS -v tc.lhs.unify:50 #-} module IndexInference where data Nat : Set where zero : Nat suc : Nat -> Nat data Vec (A : Set) : Nat -> Set where [] : Vec A zero _::_ : {n : Nat} -> A -> Vec A n -> Vec A (suc n) infixr 40 _::_ -- The length of the vector can be in...
End of preview. Expand in Data Studio

No dataset card yet

Downloads last month
53