Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

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

Dependent Types: How is the dependent pair type analogous to a disjoint union?

Where to start with dependent type programming? [closed]

How do we overcome the compile time and runtime gap when programming in a Dependently Typed Language?