What is the equivalent of propositional not equals?...
Read MoreConstructing proofs for a decision function in Idris...
Read MoreHow can I use a proof I've made in Idris to inform the compiler that my type signature is correc...
Read MoreHow does one use mutually defined Streams in Idris?...
Read MoreIdris - map function on custom dependent data type fails...
Read MoreIs it possible to make pattern matching lazy in Idris?...
Read MoreHow to do basic pattern matching with formal parameters (value binding) in Idris?...
Read Moreworking with functions that takes non-zero natural numbers...
Read MoreCompilation error while implementing extensible record...
Read MoreProving if n = m and m = o, then n + m = m + o in Idris?...
Read MoreProving `weaken` doesn't change the value of a number...
Read MoreHow to define a pair type in Idris that only holds certain combinations of values...
Read MoreWhy does guard need the Ord typeclass in Idris?...
Read MoreHow to write a simple list-based quicksort in Idris?...
Read MoreAre character lists different than Strings in Idris?...
Read MoreWhy does Idris conflate a value name with a type argument name that is subsequently defined?...
Read MoreProving theorems about functions with cases...
Read MoreIdris: Writing an initial segments function for vectors with length as a Fin rather than a Nat...
Read MoreLoading and storing a file at compile time with a type provider...
Read MoreHow can I get Idris to unmap a vector in order to infer a type?...
Read MoreType constructor with no parameters causing "Can't infer argument" error...
Read More(\x=>2.0*x) `map` [1..10] "Can't find implementation for Enum Double"...
Read MoreCan't index into a list constructed by a recursive function...
Read MoreCan I implement Eq for a type which can contain a list of itself?...
Read MoreProving that concatenating two increasing lists produces an increasing list...
Read MoreHow to increase the value of a `Fin n` without increasing its index?...
Read MoreHow can I have Idris automatically prove that two values are not equal?...
Read More