Skip to content

Commit

Permalink
Update test045.juvix
Browse files Browse the repository at this point in the history
  • Loading branch information
lukaszcz committed Mar 23, 2023
1 parent 50a809d commit af9e081
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/Compilation/positive/test045.juvix
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
-- implicit builtin bool
-- Builtin nat requires builtin bool when translated to integers, because
-- matching is translated to comparison operators and cases on booleans.
module test045;
builtin nat type Nat :=
| zero : Nat
Expand Down

0 comments on commit af9e081

Please sign in to comment.