Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in idris

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

Understanding performance characteristics of Wadler's Prettier Printer

pretty-print idris

Can Idris infer indices in types of top-level constants?

type-inference agda idris

Runtime "type terms" in LiquidHaskell vs. Idris

Struggling with rewrite tactic in Idris

Idris REPL: creating function

Is there a type theory in which the equivalence of identically shaped inductive datatypes is representable?

Custom prover tactics in Idris

theorem-proving idris

Testing if a type is a function type in Idris

dependent-type idris

If Idris thinks things may be total that are not, can Idris be used for proofs?

proof idris totality

How can I have a constrained Finite State Machine in Haskell / Idris?