Returning a dependent pair from a foreign function...
Read MoreImporting from the contrib library fails...
Read MoreConcept of First-Classed Type in Idris...
Read MoreTypes that constrain vectors based on norm...
Read MoreWhy does Idris 2 fail to resolve constraints with function composition in this trivial example?...
Read MoreHow to prove using case splitting when hypothesis is false in some cases?...
Read MoreWhy does function composition work when applied to functions that take multiple arguments?...
Read MoreHow does Idris know where to insert Force and Delay?...
Read MoreHaskell version of Idris !-notation (bang notation)...
Read MoreProfunctor Iso doesn't type check...
Read MoreHow to crash on internal bug and force totality...
Read MoreUsing shared C++ library in Idris...
Read MoreHow can I use forall in a function definition?...
Read MoreWhy does this expression parser scale so bad in the number of (some?) rules?...
Read MoreIdris, convert from a Double to a Nat by dropping the decimal points (floor)...
Read MoreWhy doesn't cong typecheck in Idris 2...
Read MoreConvert a Bits8 to a `Subset Nat (`LT` 256)`...
Read MoreIs flattening a list easier in dependently typed functional programming languages?...
Read MoreIdris 2 cannot find Control.Linear.LIO module...
Read MoreWhy is filter based on dependent pair?...
Read MoreWhy does Haskell 9.0 not have Zero in its linear types, but Idris 2 does?...
Read MoreHow to use Refl in a "with" clause...
Read MoreCan't find implementation with constraint in signature...
Read MoreHeterogeneous key/value collection in Idris...
Read MoreData type that's a pair of functions?...
Read MoreWhy doesn't (*3) `map` (+100) work in Idris?...
Read MoreHow to prove propositional equality between a complicated expression and `True`?...
Read MoreIs there a notion of "heterogenous collection of a given shape"?...
Read More