Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in idris

Dependent types: Vector of vectors

coq dependent-type idris

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

Using rewrite in the REPL

idris

Implementing Total Parsers in Idris Based on a Paper on Agda

How can I have Idris automatically prove that two values are not equal?

proof idris

Strange error message with Idris interfaces

idris

How exactly does rewrite work in Idris?

dependent-type idris

Does Idris have MaybeT?

haskell idris

Why does Haskell 9.0 not have Zero in its linear types, but Idris 2 does?

Generating run time proofs with type predicates in Idris

How to encode possible state transitions in type?

haskell types idris

In Idris, how do I hide something defined in Prelude?

idris

Singletons of singletons (emulating complex pi types in Haskell)

How to rewrite a function body in Idris so that the type corresponds to the function signature and the whole thing compiles

dependent-type idris

How can finite numbers work? (dependent types)

agda dependent-type idris

Limits of dependent typing in Idris

Why is filter based on dependent pair?

idris

Where and Why should I use extra empty patterns?