Search code examples
Plus vs S in a function type...

idris

Read More
How can I create a function that only accepts a subset of constructors of a type?...

idris

Read More
Idiomatic way of listing elements of a sum type in Idris...

dependent-typeidris

Read More
How to constraint input type and output type to be the same?...

type-safetydependent-typeidris

Read More
How to write correct type signature for Vect in Idris?...

dependent-typeidrispurely-functional

Read More
Idris type deriving for an arithmetic operation...

polymorphismtype-inferenceidris

Read More
Can I write a generic function-wrapping function for a Wrapper interface representing a type that wr...

wrapperdependent-typeidris

Read More
Match on existentially hidden type index...

idrisexistential-type

Read More
Implementing an interface for a plain old recursive data type...

interfaceidrisrecursive-datastructures

Read More
What does a leading single quote mean?...

typessyntaxidrissingle-quotes

Read More
Can Idris inline functions that are used as arguments?...

templatescompiler-optimizationidrisinlining

Read More
How can I hide a name in the REPL?...

importmoduleread-eval-print-loopambiguousidris

Read More
How should I read this type syntax?...

typesread-eval-print-loopidris

Read More
How can I implement a typeOf function?...

functiontypesidrisfirst-class

Read More
Where is the Idris == operator useful?...

idris

Read More
How can I use fractions in Idris?...

fractionsidris

Read More
Create a zero length vector...

idris

Read More
Constraining a record type in Idris...

recordtypeclassidris

Read More
Idris REPL: creating function...

read-eval-print-loopidris

Read More
Does Idris have value types?...

value-typeidris

Read More
Function on dependent type is not total, but idris thinks that it's total...

dependent-typeidris

Read More
So: what's the point?...

functional-programmingagdadependent-typeidris

Read More
How to propogate an assumption when pattern matching in Lean...

dependent-typeidristype-theorylean

Read More
Any tricks to get rid of boilerplate when constructing proofs of absurd predicate on enums?...

haskellboilerplatedependent-typeidrisproof-of-correctness

Read More
How to prove that the boolean inequality of a type with itself is uninhabited in Idris?...

dependent-typeidris

Read More
In Idris, how do I extract a proof from a So type?...

dependent-typeidrisproof-of-correctness

Read More
Implementing isLast with Idris...

idris

Read More
Why doesn't equality involving “minus” typecheck in Idris?...

dependent-typeidris

Read More
Understanding 'impossible'...

dependent-typeidris

Read More
Why doesn't equality involving "mod" not typecheck in Idris?...

dependent-typeidris

Read More
BackNext