Content deleted Content added
Citation bot (talk | contribs) Add: website. | Use this bot. Report bugs. | Suggested by Whoop whoop pull up | #UCB_webform 64/1954 |
m MOS:BBB, convert special characters found by Wikipedia:Typo Team/moss (via WP:JWB) |
||
Line 3:
| name = Agda
| logo = Agda's official logo.svg
| logo alt = A stylized chicken in black lines and dots, to the left of the name
| paradigm = [[functional programming|Functional]]
| year = {{Start date and age|2007}} (1.0 in {{Start date and age|1999}})
Line 43:
suc : ℕ → ℕ
</syntaxhighlight>
Basically, it means that there are two ways to construct a value of type
Here is a definition of the "less than or equal" relation between two natural numbers:
Line 85:
</syntaxhighlight>
Given a function <code>check-even : (n :
<syntaxhighlight lang="agda">
Line 135:
* [http://www.cse.chalmers.se/~ulfn/papers/tphols09/tutorial.pdf A Brief Overview of Agda], by Ana Bove, Peter Dybjer, and [[Ulf Norell]]
* [https://www.youtube.com/playlist?p=B7F836675DCE009C Introduction to Agda], a five-part YouTube playlist by Daniel Peebles
* [http://oxij.org/note/BrutalDepTypes/ Brutal
* [http://people.inf.elte.hu/divip/AgdaTutorial/Index.html Agda Tutorial: "explore programming in Agda without theoretical background"]
|