Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in agda

How do I prove a "seemingly obvious" fact when relevant types are abstracted by a lambda in Idris?

agda theorem-proving idris

Types containing with/rewrite clauses in agda, or, how to use rewrite instead of subst?

agda

Pattern matching in Observational Type Theory

Parametrized Inductive Types in Agda

gadt agda

Why inductive datatypes forbid types like `data Bad a = C (Bad a -> a)` where the type recursion occurs in front of ->?

Can you create functions that return functions of a dependent arity in a dependently typed language?

Provably correct permutation in less than O(n^2)

Agda Type-Checking and Commutativity / Associativity of +

Definition of a certified program

coq isabelle agda idris

A category of type-changing substitutions

Agda as a programming language [closed]

documentation agda

So: what's the point?

"Strictly positive" in Agda

How to learn agda

Unsafe coerce and more efficient Agda code (-ftrust-me-im-agda)

Why do we need containers?

Difference between type parameters and indices?

Do Hask or Agda have equalisers?

What is Axiom K?