Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in idris

Maintaining a Nat within a fixed range

idris

What is the exact difference between Fix and Self on the Calculus of Constructions?

How can I get the source code of Idris standard library?

standard-library idris

Idris : Is it possible to rewrite all functions using "with" to use "case" instead of "with" ? If not, could you give a counter example?

idris

Proof of stream's functor laws

How to Compare Types for Equality?

idris

What are good examples of programs that are simple to specify as dependent types, but complex to implement?

In Idris, is "Eq a" a type, and can I supply a value for it?

typeclass idris

Why are these two tuples in idris equal?

idris

Why won't Idris accept my custom fold?

How do I convince the totality checker in Idris that I'm not using a variable?

idris

Does Idris have an equivalent to Agda's `_` expressions?

Cabal fails to install Idris language on OSX Lion

Idris function to construct empty `List a` where `a` is bound to an instance of `Ord`?

typechecking idris

Why we cannot pattern match on Set/Type in Coq/Agda/Idris?

coq idris agda

How can I create a function that only accepts a subset of constructors of a type?

idris

Proof assistant for mathematics only

Idris: proof that specific terms are impossible

idris