tutorial-code icon indicating copy to clipboard operation
tutorial-code copied to clipboard

Source code & exercises in Arend's documentation

Results 13 tutorial-code issues
Sort by recently updated
recently updated
newest added

Some definitions given in the tutorial have differently defined counterparts with the same name from `arend-lib`. 1. in the tutorial `||` is the non-truncated definition, but in `arend-lib` it is...

There are a lot of duplicate copied definitions in various code files, such as those of `Empty`, `Unit`, `Bool`, `List`, `=`, `

By convention, in saying an m × n matrix the m comes before the n, where m denotes the number of rows and n denotes the number of columns. In...