Search code examples
What is the equivalent of propositional not equals?...

idris

Read More
Constructing proofs for a decision function in Idris...

proofidristheorem-proving

Read More
How can I use a proof I've made in Idris to inform the compiler that my type signature is correc...

idrisproof-of-correctness

Read More
How to read char without echo...

idris

Read More
How does one use mutually defined Streams in Idris?...

idris

Read More
Idris - map function on custom dependent data type fails...

vectortuplesidrisdependent-typemap-function

Read More
Is it possible to make pattern matching lazy in Idris?...

idris

Read More
Total definition of Gcd in Idris...

idris

Read More
How to do basic pattern matching with formal parameters (value binding) in Idris?...

idris

Read More
working with functions that takes non-zero natural numbers...

idris

Read More
Compilation error while implementing extensible record...

idris

Read More
Proving if n = m and m = o, then n + m = m + o in Idris?...

proofidris

Read More
Proving `weaken` doesn't change the value of a number...

idris

Read More
How to define a pair type in Idris that only holds certain combinations of values...

idrisdependent-type

Read More
Why does guard need the Ord typeclass in Idris?...

idris

Read More
How to write a simple list-based quicksort in Idris?...

idris

Read More
Are character lists different than Strings in Idris?...

idris

Read More
Why does Idris conflate a value name with a type argument name that is subsequently defined?...

idris

Read More
Why is typecase a bad thing?...

agdadependent-typeidris

Read More
Proving theorems about functions with cases...

idris

Read More
Idris: Writing an initial segments function for vectors with length as a Fin rather than a Nat...

idris

Read More
Loading and storing a file at compile time with a type provider...

fficompile-timetype-providersidris

Read More
How can I get Idris to unmap a vector in order to infer a type?...

idris

Read More
Type constructor with no parameters causing "Can't infer argument" error...

idris

Read More
(\x=>2.0*x) `map` [1..10] "Can't find implementation for Enum Double"...

idris

Read More
Can't index into a list constructed by a recursive function...

listrecursionfunctional-programmingidris

Read More
Can I implement Eq for a type which can contain a list of itself?...

idris

Read More
Proving that concatenating two increasing lists produces an increasing list...

idris

Read More
How to increase the value of a `Fin n` without increasing its index?...

agdaidris

Read More
How can I have Idris automatically prove that two values are not equal?...

proofidris

Read More
BackNext