About 824 results
Open links in new tab
  1. The latest PDF version of this manual can be downloaded from GitHub Actions page (instruction on how to find them). You can find a lot of useful resources on Agda Wiki site, like tutorials, introductions, …

  2. Its current version (Agda 2) is a complete rewrite instigated by Ulf Norell during his PhD[6] at Chalmers University in Gothenburg. This sec-tion introduces the basic features of Agda and how they can be …

  3. Chapter 17: Basics of Agda Zhenjiang Hu, Wei Zhang School of Computer Science, PKU November 20, 2024

  4. [PDF]

    Agda

    • While we have not mentioned it to this point, Agda supports unicode, so this is actual Agda code. But it has a lot more!

  5. Next lecture, we will look at the identity type in more detail, exploring how this expands our idea of proof relevance in type theory. Finally, we will see how thinking about equality in MLTT leads us towards …

  6. If the module has no main file, use the agda --compile myfile.agda flag . If you only want the resulting Haskell, not necessarily an executable --no-main program, then use the flag .

  7. The Agda language Agda is a purely functional programming language similar to Haskell. Unlike Haskell, it has full support for dependent types.