Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in dependent-type

Can one simplify the Codensity monad on Maybe?

Getting a regular List from a Type List

Haskell :: How do I create a Vector of arbitrary length?

How to prove "~(nat = False)", "~(nat = bool)" and "~(nat = True)" in coq

Factory method with dependent type

Why aren't existential quantification and datakinds working together?

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

agda dependent-type

Forall quantifier and complex boolean propositions in Idris

Automatic detection of domain for dependent type function in Idris

Declaring and working with Kinds in Haskell

Proving identity for binary operator on Fin

proof dependent-type idris

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

Agda: How to infer proof of _ (or, how to implement a binary search tree)

agda dependent-type

Adding an Ord instance to 'singleton' package generated naturals

Using a class as template parameter in its own decleration