arend-lang / tutorial-code

Source code & exercises in Arend's documentation
https://arend-lang.github.io/documentation/tutorial
Apache License 2.0
21 stars 9 forks source link

Arguments of +-comm should be implicit #9

Open sxhya opened 1 year ago

sxhya commented 1 year ago

The +-comm in EqualityProofs must have arguments n m implicit (because that's the standard pattern actually used in arend-lib and everywhere else in the tutorial). Maybe you need to explain somewhere how the signature of a definition should be chosen (which arguments should be made implicit and which explicit).