Skip to content

Commit

Permalink
always print the W64 coercion
Browse files Browse the repository at this point in the history
should make things less mysterious when debugging arithmetic
  • Loading branch information
zeldovich committed May 9, 2024
1 parent 572c417 commit ee8d8a8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/goose_lang/notation.v
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ Global Open Scope Z. (* Make sure everyone gets this scope. *)
ambiguous paths between Z and base_lit.
*)
Coercion W64 : Z >-> u64.
Add Printing Coercion W64.

Coercion LitBool : bool >-> base_lit.
Coercion LitLoc : loc >-> base_lit.
Expand Down

0 comments on commit ee8d8a8

Please sign in to comment.