Do you want BuboFlash to help you learning these things? Or do you want to add or correct something? Click here to log in or create user.



#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 documentation
ign 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

statusnot read reprioritisations
last reprioritisation on suggested re-reading day
started reading on finished reading on

Details



Discussion

Do you want to join discussion? Click here to log in or create user.