Search code examples
Proofs about functions that depend on the ordering of their alternatives...


pattern-matchingdependent-typeidristheorem-proving

Read More
Type Juggling with Existentials at Runtime...


haskelldependent-typegadtexistential-typecombinators

Read More
Is there any connection between `a :~: b` and `(a :== b) :~: True`?...


haskellequalitydependent-typetype-level-computationsingleton-type

Read More
Problems in defining an applicative instance...


haskelldependent-typetype-level-computation

Read More
Struggling with rewrite tactic in Idris...


dependent-typeidristheorem-proving

Read More
Idris: arithmetics for bounded Double...


dependent-typeidris

Read More
Why is Monad of sort Set1?...


functional-programmingmonadsagdadependent-type

Read More
Idris non-trivial type computation for tensor indexing...


dependent-typeidris

Read More
Type safe lookup on heterogeneous lists in Haskell...


haskelldependent-typetype-level-computation

Read More
Efficiently abstracting over datatype arity...


haskellagdadependent-typeidris

Read More
Type level environment in Haskell...


haskelldependent-typetype-level-computation

Read More
Infinite (finally-periodic) HList in Haskell...


haskelltypesdependent-typehlist

Read More
Replacing singleton data types with a data family...


haskelldependent-typetype-families

Read More
Generic programming via effects...


haskellgeneric-programmingagdadependent-typeidris

Read More
More problems with dependently typed programming in Haskell...


haskelldependent-type

Read More
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
Agda: How to infer proof of _≤_ (or, how to implement a binary search tree)...


agdadependent-type

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


dependent-typeidris

Read More
Agda: parse a string with numbers...


agdadependent-type

Read More
Scala dependent products without pointless casts...


scaladependent-type

Read More
Do typing judgements have a kind?...


haskelltypespolymorphismdependent-typetype-kinds

Read More
Why can't coq infer the that 0+n=n in this dependently typed program?...


listtype-inferencecoqdependent-type

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


agdadependent-typetheorem-provingidris

Read More
Returning templated dependent types...


c++templatesdependent-type

Read More
Declaration of dependent type as function parameter in template class...


c++visual-studiotemplatesgccdependent-type

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


dependent-typeidris

Read More
How can I express the type of 'takeWhile for vectors'?...


haskelltypesbindingdependent-type

Read More
How Agda determines a type is impossible...


agdadependent-type

Read More
Why can't I define `Eq` using only indices in Agda?...


typesfunctional-programmingagdadependent-typetype-theory

Read More
BackNext