Idris (programming language): Difference between revisions

Content deleted Content added
WP:CHECKWIKI error fix #61 Punctuation before ref. Do general fixes and cleanup if needed. - using AWB (10486)
missing source tag using AWB (10486)
Line 68:
Nil : Vect 0 a
(::) : (x : a) -> (xs : Vect n a) -> Vect (n + 1) a
</source>
 
This type can be used as follows: