Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in agda

Derivatives of data structures in Agda

What are cumulative universes and `* : *`?

Agda: run function for Conor's stack example

agda

Is the evaluation strategy of Agda specified anywhere?

lazy-evaluation agda

Agda-like programming in Coq/Proof General?

Type Hierarchy in Agda

types hierarchy agda

How to map Type to Value in Idris/Agda/Coq?

coq agda idris dependent-type

Agda: parsing nested lists

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