Proof generated interactively with :elab doesn't work...
Read MoreHow to create an empty list in Idris REPL?...
Read MoreTrying to bring implicit argument into scope on the left side of a definition in Idris results in &q...
Read MoreIn Idris, what's the type of a list of lists of doubles, where all the lengths are known?...
Read MoreSingletons of singletons (emulating complex pi types in Haskell)...
Read MoreIs there a type theory in which the equivalence of identically shaped inductive datatypes is represe...
Read MoreIdris won't expand `mult` in proof of exponent law...
Read MoreProving totality of a function taking at most n recursive calls...
Read MoreHow to rewrite: Vect (S (S (n + m))) a -> Vect (S (plus n (S m))) a...
Read MoreHow exactly does rewrite work in Idris?...
Read MoreIs there a way to code a chainl function in idris lightyear library?...
Read MoreLightyear parser behaves in unexpected way...
Read MoreDoes Idris have non-terminating terms?...
Read MoreComplete proof that if last list element not in list, prepending will not be making it so...
Read MoreHow to understand SDecl in idris?...
Read MoreWhat's the type for Dictionary/Map in Idris...
Read MoreStringOrInt from Idris -> Scala?...
Read MoreHow to prove ((x :: xs) = (y :: ys)) given (x = y) & (xs = ys)...
Read MoreIdris REPL can't find import while the program compiles...
Read MoreHow do GADT data constructor arguments work in Idris?...
Read MoreIdris Tutorial - Functions of named implementations in infix form...
Read MoreIdris - proving equality of two numbers...
Read Morebind to abstract types for c struct with idris...
Read MoreType functions at run-time in Idris...
Read MoreConcatenation of two vectors - why are lengths not treated as commutative?...
Read MoreSlow type-checking and poor run-time performance with large natural numbers in Idris 1.2.0...
Read MoreIdris - create decidable properties/ proofs in general for interfaces...
Read MoreHow to declare functions with infix style in Idris...
Read More