Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in idris

Why does Idris need mutual?

idris

Converting Coq to Idris

coq idris

How to specify a number range as a type in Idris?

dependent-type idris

How do I prove a "seemingly obvious" fact when relevant types are abstracted by a lambda in Idris?

agda theorem-proving idris

StringOrInt from Idris -> Scala?

scala idris

Dependently typed printf in Idris

idris

Open Type Level Proofs in Haskell/Idris

I can't prove (n - 0) = n with Idris

proof idris

Can you create functions that return functions of a dependent arity in a dependently typed language?

Generate library instead of executable in Idris?

idris

Definition of a certified program

coq isabelle agda idris

So: what's the point?

Idris eager evaluation

Are Lists Inductive or Coinductive in Haskell?

Doing rank-n quantification in Idris

Difference between Haskell and Idris: Reflection of Runtime/Compiletime in the type universes

Difference between type parameters and indices?

Dependent Types: How is the dependent pair type analogous to a disjoint union?

Where to start with dependent type programming? [closed]