#idris2
In conventional programming languages, there is a clear distinction
between
types and
values. For example, in
Haskell, the following are types, representing
integers, characters, lists of characters, and lists of any value
respectively:
If you want to change selection, open document below and click on "Move attachment"
Introduction — Idris2 0.0 documentationign Function Interface Theorem Proving Frequently Asked Questions Implementation Notes Idris2 Reference Guide Idris2 Docs » A Crash Course in Idris 2 » Introduction Edit on GitHub Introduction¶ <span>In conventional programming languages, there is a clear distinction between types and values. For example, in Haskell, the following are types, representing integers, characters, lists of characters, and lists of any value respectively: Int, Char, [Char], [a] Correspondingly, the following values are examples of inhabitants of those types: 42, ’a’, "Hello world!", [2,3,4,5,6] In a language with dependent types, however Summary
status | not read | | reprioritisations | |
---|
last reprioritisation on | | | suggested re-reading day | |
---|
started reading on | | | finished reading on | |
---|
Details