easyuc / EasyUC

Experiments with Universal Composability in EasyCrypt
31 stars 1 forks source link

Add test case for multiple arguments in match case #5

Closed 01tomislav closed 1 year ago

01tomislav commented 1 year ago

Fixed bug in typechecker (!) pertaining to ordinary match clauses like

A i b => { ... }

We forgot to test the case where there are multiple args (!), but it was an easy fix. We should add a test case like this to our test suite.