Search code examples
Simple equality proofs on lists in idris (prooving xs ++ [x] = ys ++ [y] -> x = y -> xs = ys)...

idrisdependent-typetheorem-proving

Read More
Invoking (-) two times on different Nat variables within the same expression requires explicit proof...

idris

Read More
Can I extract a proof of bounds from an enumeration expression?...

proofidris

Read More
Idris: Proving some contradiction cases...

proofidris

Read More
Idris: How do I call Idris function from Vala/C and return a string back to C/Vala...

valaidris

Read More
Why does Idris give me Type mismatch error for the following code?...

idrisdependent-type

Read More
How to use induction in Idris 1.3.2?...

idris

Read More
Idris proof with simplification causing "type mismatch" error...

proofidris

Read More
Does Idris have MaybeT?...

haskellidris

Read More
Equivalence of two ways of reversing a list...

proofidris

Read More
A suspicious Isomorphism proof...

idristheorem-provingisomorphism

Read More
is there a way to rewrite and simplify `decEq x x`?...

idris

Read More
Limits of dependent typing in Idris...

haskelldependent-typeidris

Read More
Using interfaces to define partial functions on Type...

typeclassidristype-level-computation

Read More
Implementing isLast with Idris: not in tail...

idris

Read More
How to write SortedMap k (Maybe v) -> SortedMap k v?...

idris

Read More
Should IO run inline during propagation?...

haskellidrisfrp

Read More
Experimenting with cong in the Idris REPL...

proofidris

Read More
Type mismatch involving three types that must be identical...

idris

Read More
Is the %hint annotation imported/Dec and auto annotation?...

annotationsidrisdependent-type

Read More
Left hand side of a generalized zip function never typechecks...

idristypechecking

Read More
Equality between vectors with same length but different length expression in type...

equalityidrisdependent-type

Read More
Idris Type mismatch that occurs even from template...

idristypecheckingtheorem-proving

Read More
Working with types up to a certain equivalence...

idrisdependent-type

Read More
Can't disambiguate name: Prelude.List.++, Prelude.Strings.++ error in Idris...

functional-programmingtypeerroridris

Read More
How to prove equality impossible...

coqidris

Read More
reading and writing at Idris...

idris

Read More
Idris/cabal install issues from removePathRecursive on Windows...

haskellinstallationcabalidris

Read More
How to resolve the issue "Can't find import Effects" in Idris?...

idrisnix

Read More
Polymorphic constant in a dependent type signature?...

constantsidrisdependent-typeparametric-polymorphism

Read More
BackNext