Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in agda

Installing Agda onto Windows 7

agda

What is the exact difference between Fix and Self on the Calculus of Constructions?

How to use Prop from UTT in Agda

agda dependent-type

Type hierarchy definition in Coq or Agda

coq agda

How Agda determines a type is impossible

agda dependent-type

Can I use inductive type families in Cubical Agda?

Arity-generic programming in Agda

What does \forall (∀) actually mean in a signature?

agda dependent-type

Does Idris have an equivalent to Agda's `_` expressions?

Proving `T b` when `b` is already matched on

boolean agda inspect

Equality on dependent record types

agda dependent-type

How are the equational reasoning operators used in practice?

agda

Implicit length arguments in fixed-length-vector-functions in Agda

Problems with using of dependent pairs in Agda

agda dependent-type

Making an Agda program output to the console

io main agda

Why we cannot pattern match on Set/Type in Coq/Agda/Idris?

coq idris agda

Agda: parse a string with numbers

agda dependent-type

Proof assistant for mathematics only

If two things are not not equal, are they equal?

Known pattern match in agda

haskell agda