Search code examples
Proof generated interactively with :elab doesn't work...

idristheorem-provingelaboration

Read More
How to create an empty list in Idris REPL?...

listread-eval-print-looptypecheckingidrisdependent-type

Read More
Trying to bring implicit argument into scope on the left side of a definition in Idris results in &q...

idris

Read More
In Idris, what's the type of a list of lists of doubles, where all the lengths are known?...

idrisdependent-type

Read More
Singletons of singletons (emulating complex pi types in Haskell)...

haskelltypesghcidrisdependent-type

Read More
Is there a type theory in which the equivalence of identically shaped inductive datatypes is represe...

typescoqidrisdependent-typetype-theory

Read More
Idris won't expand `mult` in proof of exponent law...

idristheorem-proving

Read More
Proving totality of a function taking at most n recursive calls...

proofidristotality

Read More
How to rewrite: Vect (S (S (n + m))) a -> Vect (S (plus n (S m))) a...

idris

Read More
How exactly does rewrite work in Idris?...

dependent-typeidris

Read More
Is there a way to code a chainl function in idris lightyear library?...

regexhaskellrecursionidrislightyear

Read More
Lightyear parser behaves in unexpected way...

whitespaceidrisparser-combinatorslightyear

Read More
Does Idris have non-terminating terms?...

idris

Read More
Complete proof that if last list element not in list, prepending will not be making it so...

idris

Read More
How to understand SDecl in idris?...

compilationfunctional-programmingidris

Read More
What's the type for Dictionary/Map in Idris...

dictionaryidris

Read More
Type error in an Idris exercise...

idrisdependent-type

Read More
StringOrInt from Idris -> Scala?...

scalaidris

Read More
How to prove ((x :: xs) = (y :: ys)) given (x = y) & (xs = ys)...

idris

Read More
Idris REPL can't find import while the program compiles...

haskell-stackidris

Read More
How do GADT data constructor arguments work in Idris?...

implicitidrisgadt

Read More
Idris Tutorial - Functions of named implementations in infix form...

syntaxidris

Read More
Idris - proving equality of two numbers...

idristheorem-proving

Read More
Implicit arguments in Idris...

idris

Read More
bind to abstract types for c struct with idris...

ffiidris

Read More
Type functions at run-time in Idris...

typesidris

Read More
Concatenation of two vectors - why are lengths not treated as commutative?...

idris

Read More
Slow type-checking and poor run-time performance with large natural numbers in Idris 1.2.0...

idris

Read More
Idris - create decidable properties/ proofs in general for interfaces...

idris

Read More
How to declare functions with infix style in Idris...

idris

Read More
BackNext