Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in agda

Modeling the ST monad in Agda

haskell agda st-monad

What exactly makes a type system consistent?

Name for a type constructor that is both a category and a monad?

Why do Calculus of Construction based languages use Setoids so much?

coq agda lean

≡-Reasoning and 'with' patterns

agda

What are sized types in Agda?

Use Agda's input method in other emacs mode?

Is Agda without K less powerful?

Is it possible to get hold of free theorems as propositional equalities?

agda

How can I establish a bijection between a tree and its traversal?

agda idris

Recursion Schemes in Agda

Haskell's Arrow-Class in Agda and -> in Agda

haskell agda arrows

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)