fix pattern coverage in r2

This commit is contained in:
Travis Staton 2023-01-18 09:51:25 -05:00
parent 9724f26c21
commit f1c74c22f3
No known key found for this signature in database
GPG Key ID: 431DD911A00DAE49

View File

@ -3,4 +3,5 @@ r2 : Nat
r2 = match Optional.Some true with
Optional.Some true -> 1
Optional.Some false -> 0
Optional.None -> bug "unexpected"