Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in agda

Agda: Return head and tail of empty list

agda agda-mode

How to tell Agda to unfold a definition to prove an equivalency

agda

Why doesn't this proof require extensionality? (Agda)

Formalization of Kleene star idempotence in regular expressions

regex agda

Dependent type involving nat addition

agda dependent-type

How to prove ¬ 2 < 1 in agda?

agda plfa

Understanding unsolved metavariables and yellow highlighting in agda

typechecking agda

Is functional extensionality with dependent functions consistent?

agda plfa

How do define a custom induction principle in coq?

How to Compile Agda Hello World on Nixos?

agda nixos

Termination-checking substitution via (monadic) join and fmap

Realising level polymorphic subsets within records

set subset agda

How do I type m≤n in Emacs's Agda mode without it turning into m≰?

agda agda-mode

Why is chain of equational reasoning failing to meet trivially solvable constraints?

Type error when trying to pattern-match on something that should be absurd anyway

agda

Proving concatenation of language is associative in Agda