Top "Dependent-type" questions

Dependent types are types that depend on values.

Why not be dependently typed?

I have seen several sources echo the opinion that "Haskell is gradually becoming a dependently-typed language". The implication seems to …

haskell type-systems dependent-type
Any reason why scala does not explicitly support dependent types?

There are path dependent types and I think it is possible to express almost all the features of such languages …

scala path-dependent-type dependent-type shapeless
What is dependent typing?

Can someone explain dependent typing to me? I have little experience in Haskell, Cayenne, Epigram, or other functional languages, so …

functional-programming dependent-type