Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in agda

Agda's type checker explodes

agda

A sticky refusal

agda

Covering for binary naturals as a higher inductive type

agda cubical-type-theory

Recommended convention for declaring record types for algebraic structures

inheritance record agda

Failing termination check with a with-abstraction

agda

Why do function composition and application have a dependent implementation in Agda?

agda

Purpose of anonymous modules in Agda

module agda

An agda proposition used in the type -- what does it mean?

agda dependent-type

How to define a singleton set?

agda

Imported datatype clashes with locally defined one, even when renamed

module agda

How to get around the implicit vs explicit function type error?

agda plfa

Agda. Parameters before/after colon

types parameters syntax agda

Mimicking Haskell canonicity (one-instance only) of typeclasses in Agda

Convincing Agda that a recursive function is terminating

Emacs doesn't see agda when launched from an .sh script

bash emacs sh agda agda-mode

Can I write a dependent left fold in terms of a dependent right fold?

Explain this strange effect from the order of arguments (and provide a workaround, if possible)

agda