Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts 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

How to choose the design for a well-founded inductive type?

agda non-termination

How to deal with Agda not being sure in whether to generate constructor case in the `with` statement?

pattern-matching agda

Types that constrain vectors based on norm

Termination-checking of function over a trie

Why Haskell typeclasses in Agda are started with `Raw`?

agda

How to fix incomplete pattern matching in agda

Is flattening a list easier in dependently typed functional programming languages?

Agda : Ambiguous name _==_. It could refer to any one of

agda

How to pass termination checking when recursing using map?

agda termination