Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in dependent-type

Type witness for presence of configuration parameters in Haskell

haskell dependent-type

How do I run Pie (from The Little Typer) from the command line?

How do I efficiently add existentially typed safe money values?

Type safe modular arthmetic no annotation

Does calling a dependent function that has not been yet declared at the point of template definition cause the program to be IFNDR?

Dependent types and polymorphism in Python with mypy

Are generics parameterized by values the same as dependent types?

Coq: trying to use dependent induction

Is there a language with constrainable types?

haskell agda dependent-type

Why haven't newer dependently typed languages adopted SSReflect's approach?

Agda – difference between type args on the left and right side of the colon

How to make Vect n Int an instance of Monoid

Typed abstract syntax and DSL design in Haskell

Order of type arguments in indexed vectors

haskell dependent-type

'half' function type signature in Idris

dependent-type idris

Using haskell's singletons, how can I write `fromList :: [a] -> Vec a n`?

How to pattern match multiple values in Idris/Agda/Coq?

coq agda dependent-type idris

Type Juggling with Existentials at Runtime

Coq: type mismatch on dependent lists which could be solved by a proof

How to use toSing from singletons library?