Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in idris

Why doesn't (*3) `map` (+100) work in Idris?

haskell idris

Is Idris really "strictly evaluated?"

lazy-evaluation idris

What is the preferred alternative to Fin from Idris in Haskell

Haskell version of Idris !-notation (bang notation)

haskell idris

Why there is no filter function of Stream in idris?

Is it possible to use guards in function definition in idris?

Postulates in Idris

idris

How can I establish a bijection between a tree and its traversal?

agda idris

In Idris, can I prove free theorems, e.g. the only (total) function of type `forall t. t -> t` is `id`?

Replicating the 'Taint mode' from 'Fortify static checking tool' in Haskell

security haskell coq taint 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