How to enumerate the elements of a list by `Fin`s in linear time?...
Read MoreUnderstanding `k : Nat ** 5 * k = n` Signature...
Read MoreDetermine if Sum of Vect n Nat's Evenly Divides 5?...
Read MoreIs it possible to define Zipp in Idris?...
Read MoreHow to determine all sub-dimensions of a HVect?...
Read MoreAuto implicit arg stops working when type is given a name...
Read MoreHelper Function to Determine if Nat `mod` 5 == 0...
Read MoreFunction to Determine if Nat is Divisible by 5 at Compile-Time...
Read MoreUsing rewrite for my own equality?...
Read MoreGeneric Adder from Idris to Scala?...
Read MoreDoes Idris have an equivalent to Agda's `_` expressions?...
Read MoreWhy doesn't this use of Elem typecheck?...
Read MoreIs there a modulo function in idris?...
Read MoreHow do I convince the totality checker in Idris that I'm not using a variable?...
Read MoreThe best way to convert a String to an Integer or Natural in Idris...
Read MoreIdris : Is it possible to rewrite all functions using "with" to use "case" inste...
Read MoreChoosing a typeclass on construction of a data type...
Read MoreConditions for omitting type declarations in a where clause...
Read MoreFormalising regular expressions with a complement operation...
Read MoreIdris interactive prover won't perform rewrite on an assumption...
Read MoreHow does "There" work in the idris tutorial, page 11, section 3.4.4?...
Read MoreProving function evaluates to True in Idris...
Read Moretype mismatch between inferred value and length of vector...
Read Moreconcat in zipWith "no such variable a"...
Read MoreSimple dependently typed Temperature converter in Haskell, is it possible to make this code shorter?...
Read MoreUsing Idris to Model State Machine of Open-Close Door...
Read More(xs : Vect n elem) -> Vect (n * 2) elem...
Read MoreWhat are cumulative universes and `* : *`?...
Read More