Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in agda

Proofs involving decidable equality

agda

Eliminating subst to prove equality

gadt agda

Congruence for heterogenous equality

equality proof gadt agda

Agda and Binary Search Trees

agda

How do I use Agda's implementation of delimited continuations?

Agda standard library - why are more properties not marked abstract?

Agda: Can't find std-lib when installing with Stack

Using Agda "rewrite" to prove "composition of maps is map of compositions"

agda

How dangerous is trustMe?

agda

Efficiently abstracting over datatype arity

How to compare two natural numbers in Agda with standard library (like N -> N -> Bool)?

comparison-operators agda

Getting path induction to work in Agda

types agda

Agda: my code doesn't type check (how to get implicit arguments right?)

haskell agda dependent-type

refl in agda : explaining congruence property

equality agda

How to compare two sets in Agda?

Agda: Pair of vectors that have the same length

haskell agda

Is it possible to create a type-level representation of generic ADTs?

Agda: how does one obtain a value of a dependent type?

agda dependent-type

Generic programming via effects

Differences between Coq and Agda

coq agda