This page contains a list of user images about Dependent Type which are relevant to the point and besides images, you can also use the tabs in the bottom to browse Dependent Type news, videos, wiki information, tweets, documents and weblinks.
Dependent Type Images
Red vs. Blue S8 Tex fights Reds and Blues in awesome action sequenceGo to RoosterTeeth.com for all of season 8 of RvB!
Justin Timberlake - Mirrors (Boyce Avenue feat. Fifth Harmony cover) on iTunes & SpotifyWin Free Tickets + VIP Meet & Greets: http://smarturl.it/BATour iTunes: http://smarturl.it/BAiTunes Spotify: http://smarturl.it/BoyceCCV2bSpotify - - - - - -...
Steve Jobs vs Bill Gates. Epic Rap Battles of History Season 2.Download This Song: http://bit.ly/KzLBGB Click to Tweet this Vid-ee-oh! http://bit.ly/Nt9lg8 Hi. My name is Nice Peter, and this is EpicLLOYD, and this is th...
MACKLEMORE & RYAN LEWIS - CAN'T HOLD US FEAT. RAY DALTON (OFFICIAL MUSIC VIDEO)Macklemore & Ryan Lewis present the official music video for Can't Hold Us feat. Ray Dalton. Can't Hold Us on iTunes: https://itunes.apple.com/us/album/cant-...
Draw My Life- Jenna MarblesThis video accidentally turned out kind of sad, ME SO SOWWY IT NOT POSED TO BE SAD WHO WANTS HUGS AND COOKIES? Also, FYI for anyone attempting this, it takes...
The Greatest R/C Car Chase EverTweet! http://bit.ly/TqQ3oP Illegal street racers take on the law in the world's most intense police chase! Sort of. Special thanks to Rob and Big as well as...
Draw My Life - Ryan HigaSo i was pretty hesitant to make this video... but after all of your request, here is my Draw My Life video! Check out my 2nd Channel for more vlogs: http://...
Key & Peele: Substitute TeacherA substitute teacher from the inner city refuses to be messed with while taking attendance.
Jack Sparrow (feat. Michael Bolton)Buy at iTunes: http://goo.gl/zv4o9. New album on sale now! http://turtleneckandchain.com.
Master Chief vs Leonidas. Epic Rap Battles of History Season 2.download this song: http://bit.ly/ERB17 click to tweet this vid-ee-oh! http://clicktotweet.com/vCJ_8 This. Is. Merchandise: http://bit.ly/ERBMerch Hi. My nam...
Rihanna - Where Have You BeenBuy on iTunes: http://www.Smarturl.it/TTT Amazon: http://idj.to/svJVGM Music video by Rihanna performing Where Have You Been. ©: The Island Def Jam Music Group.
| Type systems |
|---|
|
In computer science and logic, a dependent type is a type that depends on a value. Dependent types play a central role in intuitionistic type theory and in the design of functional programming languages like ATS, Agda and Epigram.
An example is the type of n-tuples of real numbers. This is a dependent type because the type depends on the value n.
Deciding equality of dependent types in a program may require computations. If arbitrary values are allowed in dependent types, then deciding type equality may involve deciding whether two arbitrary programs produce the same result; hence type checking may become undecidable.
The Curry–Howard correspondence implies that types can be constructed that express arbitrarily complex mathematical properties. If the user can supply a constructive proof that a type is inhabited (i.e., that a value of that type exists) then a compiler can check the proof and convert it into executable computer code that computes the value by carrying out the construction. The proof checking feature makes dependently typed languages closely related to proof assistants. The code-generation aspect provides a powerful approach to formal program verification and proof-carrying code, since the code is derived directly from a mechanically verified mathematical proof.
Contents |
Systems of the lambda cube [edit]
Henk Barendregt developed the lambda cube as a means of classifying type systems along three axes. The eight corners of the resulting cube-shaped diagram each correspond to a type system, with simply typed lambda calculus in the least expressive corner, and calculus of constructions in the most expressive. The three axes of the cube correspond to three different augmentations of the simply typed lambda calculus: the addition of dependent types, the addition of polymorphism, and the addition of higher kinded type constructors (functions from types to types, for example). The lambda cube is generalized further by pure type systems.
First order dependent type theory [edit]
The system
of pure first order dependent types, corresponding to the logical framework LF, is obtained by generalising the function space type of the simply typed lambda calculus to the dependent product type.
Writing
for
-tuples of real numbers, as above,
stands for the type of functions which given a natural number n returns a tuple of real numbers of size n. The usual function space arises as a special case when the range type does not actually depend on the input, e.g.
is the type of functions from natural numbers to the real numbers, written as
in the simply typed lambda calculus.
Second order dependent type theory [edit]
The system
of second order dependent types is obtained from
by allowing quantification over type constructors. In this theory the dependent product operator subsumes both the
operator of simply typed lambda calculus and the
binder of System F.
Higher order dependently typed polymorphic lambda calculus [edit]
The higher order system
extends
to all four forms of abstraction from the lambda cube: functions from terms to terms, types to types, terms to types and types to terms. The system corresponds to the Calculus of constructions whose derivative, the calculus of inductive constructions is the underlying system of the Coq proof assistant.
Object-oriented programming [edit]
Some recent research[1] has been directed at combining dependent type theory with object-oriented programming.
Comparison [edit]
| Language | Actively developed | Paradigm[fn 1] | Tactics | Proof terms | Termination checking | Types can depend on[fn 2] | Universes | Proof irrelevance | Program extraction | Extraction erases irrelevant terms |
|---|---|---|---|---|---|---|---|---|---|---|
| Agda | Yes[2] | Purely functional | Few/limited[fn 3] | Yes | Yes (optional) | Any term | Yes (optional)[fn 4] | Proof-irrelevant arguments (experimental)[4] | Haskell, Javascript | Yes[4] |
| ATS | Yes[5] | Functional / imperative | No[6] | Yes | Yes | ? | ? | ? | Yes | ? |
| Cayenne | No | Purely functional | No | Yes | No | Any term | No | No | ? | ? |
| Coq | Yes[7] | Purely functional | Yes | Yes | Yes | Any term | Yes[fn 5] | No | Haskell, Scheme and OCaml | Yes |
| Dependent ML | No[fn 6] | ? | ? | Yes | ? | Natural numbers | ? | ? | ? | ? |
| Epigram 2 | Yes[8] | Purely functional | No | Coming soon[dated info] | By construction | Any term | Coming soon[dated info] | Coming soon[dated info] | Coming soon[dated info] | Coming soon[dated info] |
| Guru | No[9] | Purely functional[10] | hypjoin[11] | Yes[10] | Yes | Any term | No | Yes | Carraway | Yes |
| Idris | Yes[12] | Purely functional[13] | Yes[14] | Yes | Yes (optional) | Any term | No | No | Yes | Yes, aggressively[14] |
| Matita | Yes[15] | Purely functional | Yes | Yes | Yes | Any term | Yes | ? | OCaml | ? |
| NuPRL | No | Purely functional | Yes | Yes | Yes | Any term | Yes | ? | Yes | ? |
| F* | Yes | Functional /imperative | ? | ? | ? | ? | ? | ? | ? | ? |
| PVS | Yes | ? | Yes | ? | ? | ? | ? | ? | ? | ? |
| Typed Racket | Yes | No | ? | ? | ? | ? | ? | ? | ? | ? |
| Sage | ? | Hybrid typechecking | ? | ? | ? | ? | ? | ? | ? | ? |
| Twelf | Yes | Logic programming | ? | Yes | Yes (optional) | Any (LF) term | No | No | ? | ? |
| Xanadu | No[16] | Imperative | ? | ? | ? | ? | ? | ? | ? | ? |
See also [edit]
Footnotes [edit]
- ^ This refers to the core language, not to any tactic or code generation sublanguage.
- ^ Subject to semantic constraints, such as universe constraints
- ^ Ring solver[3]
- ^ Optional universes, optional universe polymorphism, and optional explicitly specified universes
- ^ Universes, automatically inferred universe constraints (not the same as Agda's universe polymorphism) and optional explicit printing of universe constraints
- ^ Has been superseded by ATS
References [edit]
- ^ Anton Setzer (2007). "Object-oriented programming in dependent type theory". In Henrik Nilsson. Trends in Functional Programming, vol. 7. Intellect. pp. 91–108.
- ^ "Agda download page".
- ^ "Agda Ring Solver".
- ^ a b "Announce: Agda 2.2.8".
- ^ "ATS Changelog".
- ^ "email from ATS inventor Hongwei Xi".
- ^ "Coq CHANGES in Subversion repository".
- ^ "Epigram homepage".
- ^ "Guru SVN".
- ^ a b Aaron Stump (6 April 2009). "Verified Programming in Guru". Retrieved 28 September 2010.
- ^ Adam Petcher (1 April 2008). "Deciding Joinability Modulo Ground Equations in Operational Type Theory". Retrieved 14 October 2010.
- ^ "Idris git repository".
- ^ "Idris, a language with dependent types - extended abstract".
- ^ a b Edwin Brady. "How does Idris compare to other dependently-typed programming languages?".
- ^ "Matita SVN".
- ^ "Xanadu home page".
Further reading [edit]
- Martin-Löf, Per (1984). Intuitionistic Type Theory. Bibliopolis.
- Nordström, Bengt; Petersson, Kent; Smith, Jan M. (1990). Programming in Martin-Löf's Type Theory: An Introduction. Oxford University Press.
- Barendregt, Henk (1992). "Lambda calculi with types". In S. Abramsky, D. Gabbay and T. Maibaum. Handbook of Logic in Computer Science. Oxford Science Publications.
- McBride, Conor; McKinna, James (January 2004). "The view from the left". Journal of Functional Programming 14 (1): 69–111.
- Altenkirch, Thorsten; McBride, Conor; McKinna, James (April 2005). Why dependent types matter.
- Norell, Ulf. Towards a practical programming language based on dependent type theory. PhD thesis, Department of Computer Science and Engineering, Chalmers University of Technology, SE-412 96 Göteborg, Sweden, September 2007.
- Oury, Nicolas and Swierstra, Wouter (2008). "The Power of Pi". Accepted for presentation at ICFP, 2008.
- Norell, Ulf (2008). Dependently Typed Programming in Agda.
External [edit]



Research










