Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in agda

Implementing Total Parsers in Idris Based on a Paper on Agda

Trouble to understand Agda's Coinduction

agda coinduction

How do I handle the higher inductive cases when defining functions on HITs?

Avoiding extensionality postulate when defining non-unary functions over quotient types

agda

How to implement Floyd's Hare and Tortoise algorithm in Agda?

Agda's standard library Data.AVL.Sets containing Data.String as values

agda

How can finite numbers work? (dependent types)

agda dependent-type idris

Converting Haskell code to Agda

haskell agda

How to define real number in agda?

agda dependent-type

What can Coq do while Agda/Idris can't do?

coq agda idris

Equality testing without explicit proof that data constructors are injective

Is it possible to type `min` in a normalizing theory such as System-F or the Calculus of Constructions?

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?