Simple equality proofs on lists in idris (prooving xs ++ [x] = ys ++ [y] -> x = y -> xs = ys)...
Read MoreInvoking (-) two times on different Nat variables within the same expression requires explicit proof...
Read MoreCan I extract a proof of bounds from an enumeration expression?...
Read MoreIdris: Proving some contradiction cases...
Read MoreIdris: How do I call Idris function from Vala/C and return a string back to C/Vala...
Read MoreWhy does Idris give me Type mismatch error for the following code?...
Read MoreHow to use induction in Idris 1.3.2?...
Read MoreIdris proof with simplification causing "type mismatch" error...
Read MoreEquivalence of two ways of reversing a list...
Read Moreis there a way to rewrite and simplify `decEq x x`?...
Read MoreLimits of dependent typing in Idris...
Read MoreUsing interfaces to define partial functions on Type...
Read MoreImplementing isLast with Idris: not in tail...
Read MoreHow to write SortedMap k (Maybe v) -> SortedMap k v?...
Read MoreShould IO run inline during propagation?...
Read MoreExperimenting with cong in the Idris REPL...
Read MoreType mismatch involving three types that must be identical...
Read MoreIs the %hint annotation imported/Dec and auto annotation?...
Read MoreLeft hand side of a generalized zip function never typechecks...
Read MoreEquality between vectors with same length but different length expression in type...
Read MoreIdris Type mismatch that occurs even from template...
Read MoreWorking with types up to a certain equivalence...
Read MoreCan't disambiguate name: Prelude.List.++, Prelude.Strings.++ error in Idris...
Read MoreIdris/cabal install issues from removePathRecursive on Windows...
Read MoreHow to resolve the issue "Can't find import Effects" in Idris?...
Read MorePolymorphic constant in a dependent type signature?...
Read More