Idris (programming language): Difference between revisions

Content deleted Content added
missing source tag using AWB (10486)
Line 62:
====Dependent types====
 
With [[Dependent TypesType|dependent types]], it is possible for values to appear in the types; in effect, any value-level computation can be performed during typechecking. The following defines a type of lists of statically known length, traditionally called 'vectors':
 
<source lang="haskell">