Content deleted Content added
Cite Github on Idris 2 Tags: Visual edit Mobile edit Mobile web edit |
→Dependent types: Clarified total checker example. Tags: Mobile edit Mobile web edit |
||
Line 87:
</syntaxhighlight>
Num a signifies that the type a belongs to the [[type class]] Num. Note that this function still typechecks successfully as total, even though there is no case matching Nil in one vector and a number in the other.
===Proof assistant features===
|