Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in idris

Is there a nice way to use `->` directly as a function in Idris?

dependent-type idris

How to map Type to Value in Idris/Agda/Coq?

coq agda idris dependent-type

Prove map id = id in idris?

proof idris

Why do Maybe/Optional types use a Just/Some type instead of the actual type?

haskell types ml idris maybe

Use named instances for other instances

Any tricks to get rid of boilerplate when constructing proofs of absurd predicate on enums?

Pattern Match on Equality

Tell dependent function in conditional statement branch that condition is true

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