Pull type-level value out of dependent type/using type-level bindings at value-level...
Read Moretype mismatch occurs while the evaluated values are equal...
Read MoreHow to avoid repetition when "factoring" a Haskell function into two functions with variou...
Read MoreUsing a class as template parameter in its own decleration...
Read MoreSimple equality proofs on lists in idris (prooving xs ++ [x] = ys ++ [y] -> x = y -> xs = ys)...
Read MoreDisjointness of constructors in Pie...
Read MoreWhy does Idris give me Type mismatch error for the following code?...
Read MoreTrouble in implementing dependently typed lookup in Coq using Equations...
Read MoreLimits of dependent typing in Idris...
Read MoreCan one make a sized list using singleton Nats (like 0, 1, ...) from Lists in Haskell?...
Read MoreIs there a function to extract a value from a Singleton?...
Read MoreRetrieving constraints from GADT to ensure exhaustion of pattern matching in Coq...
Read MoreHow to prove that "Type <> Set" (i.e. Type is not equal to Set) in Coq?...
Read MoreCoq: prove that an inductive type w/o a non-recursive constructor is uninhabitated...
Read MoreMap with Strings as Keys in Agda?...
Read MoreIs the %hint annotation imported/Dec and auto annotation?...
Read MoreDependent type seems to “not work” when generated by Scala macro...
Read MoreEquality between vectors with same length but different length expression in type...
Read MoreWorking with types up to a certain equivalence...
Read MoreScala Dependent type does not compile...
Read MoreScala: Returning a dependent type...
Read MoreChurch encoding of dependent pair...
Read MoreTransform casual list into dependently typed list in Coq...
Read MorePolymorphic constant in a dependent type signature?...
Read MoreCoq doesn't recognize equality of dependent list...
Read MoreProving equality of types depending on (further) proofs...
Read MoreFormulating a dependent type system in Agda...
Read MoreIs it possible to do dependent types in Shen?...
Read More