Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in agda

Termination-checking substitution via (monadic) join and fmap

Realising level polymorphic subsets within records

set subset agda

How do I type m≤n in Emacs's Agda mode without it turning into m≰?

agda agda-mode

Why is chain of equational reasoning failing to meet trivially solvable constraints?

Type error when trying to pattern-match on something that should be absurd anyway

agda

Proving concatenation of language is associative in Agda

Paths vs Equivalences in cubical agda for specific computational behavior

agda cubical-type-theory

Are there propositions that can be proved in classical logic but not in Agda

logic agda

Define bijection in Agda

boolean agda bijection

Map with Strings as Keys in Agda?

Termination checking failed to prove ∃-even′ : ∀ {n : ℕ} → ∃[ m ] ( 2 * m ≡ n) → even n

agda termination plfa

installing agda fails on duplicate instance declarations

agda

Law of excluded middle in Agda

logic agda type-theory

How to make a Adga function with a premise work

agda theorem-proving

Is this the right way to use HeterogeneousEquality in Agda?

agda

Termination check of a recursive function call in agda

Is there a more convenient way to use nested records?

record agda

Applying rules in Agda

agda

Monadic substitution under binders