How can I create a function that only accepts a subset of constructors of a type?...
Read MoreIdiomatic way of listing elements of a sum type in Idris...
Read MoreHow to constraint input type and output type to be the same?...
Read MoreHow to write correct type signature for Vect in Idris?...
Read MoreIdris type deriving for an arithmetic operation...
Read MoreCan I write a generic function-wrapping function for a Wrapper interface representing a type that wr...
Read MoreMatch on existentially hidden type index...
Read MoreImplementing an interface for a plain old recursive data type...
Read MoreWhat does a leading single quote mean?...
Read MoreCan Idris inline functions that are used as arguments?...
Read MoreHow can I hide a name in the REPL?...
Read MoreHow should I read this type syntax?...
Read MoreHow can I implement a typeOf function?...
Read MoreWhere is the Idris == operator useful?...
Read MoreHow can I use fractions in Idris?...
Read MoreConstraining a record type in Idris...
Read MoreFunction on dependent type is not total, but idris thinks that it's total...
Read MoreHow to propogate an assumption when pattern matching in Lean...
Read MoreAny tricks to get rid of boilerplate when constructing proofs of absurd predicate on enums?...
Read MoreHow to prove that the boolean inequality of a type with itself is uninhabited in Idris?...
Read MoreIn Idris, how do I extract a proof from a So type?...
Read MoreWhy doesn't equality involving “minus” typecheck in Idris?...
Read MoreUnderstanding 'impossible'...
Read MoreWhy doesn't equality involving "mod" not typecheck in Idris?...
Read More