Search code examples
How to enumerate the elements of a list by `Fin`s in linear time?...

time-complexityagdadependent-typeidris

Read More
Understanding `k : Nat ** 5 * k = n` Signature...

dependent-typeexistential-typeidris

Read More
Determine if Sum of Vect n Nat's Evenly Divides 5?...

idris

Read More
Is it possible to define Zipp in Idris?...

functional-programmingidris

Read More
How to determine all sub-dimensions of a HVect?...

dependent-typeidris

Read More
Auto implicit arg stops working when type is given a name...

idrisleaky-abstraction

Read More
Helper Function to Determine if Nat `mod` 5 == 0...

idris

Read More
Function to Determine if Nat is Divisible by 5 at Compile-Time...

idris

Read More
How to reverse a HVect in Idris?...

idris

Read More
Using rewrite for my own equality?...

idris

Read More
Idris parser combinator GADT...

parsingtypesgadtidris

Read More
Generic Adder from Idris to Scala?...

scalashapelessidris

Read More
Does Idris have an equivalent to Agda's `_` expressions?...

agdadependent-typetheorem-provingidris

Read More
Why doesn't this use of Elem typecheck?...

idris

Read More
Is there a modulo function in idris?...

idris

Read More
How do I convince the totality checker in Idris that I'm not using a variable?...

idris

Read More
The best way to convert a String to an Integer or Natural in Idris...

stringintegertype-conversionidris

Read More
Idris : Is it possible to rewrite all functions using "with" to use "case" inste...

idris

Read More
Choosing a typeclass on construction of a data type...

dependent-typeidris

Read More
Conditions for omitting type declarations in a where clause...

idris

Read More
Formalising regular expressions with a complement operation...

regexcoqagdaidris

Read More
Idris interactive prover won't perform rewrite on an assumption...

proofidris

Read More
How does "There" work in the idris tutorial, page 11, section 3.4.4?...

idris

Read More
Proving function evaluates to True in Idris...

equalitydependent-typeidris

Read More
type mismatch between inferred value and length of vector...

idris

Read More
concat in zipWith "no such variable a"...

idris

Read More
Simple dependently typed Temperature converter in Haskell, is it possible to make this code shorter?...

haskelldependent-typeidris

Read More
Using Idris to Model State Machine of Open-Close Door...

state-machineidris

Read More
(xs : Vect n elem) -> Vect (n * 2) elem...

idris

Read More
What are cumulative universes and `* : *`?...

functional-programmingtype-systemsagdadependent-typeidris

Read More
BackNext