Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in agda

Agda: Reading a line of standard input as a String instead of a Costring

io agda

Can Idris infer indices in types of top-level constants?

type-inference agda idris

Termination checking in functional programs

Defining non-unary functions in Cubical mode

Termination check on list merge

agda

Pattern match on specialised constructors

types agda

Termination of structural induction

Haskell Deriving Mechanism for Agda

haskell signature agda

Is it possible to derive induction for the church-encoded Nat?

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