Skip to content

Commit

Permalink
Update src/codegen/compile.ml
Browse files Browse the repository at this point in the history
  • Loading branch information
crusso authored Feb 13, 2024
1 parent 3be3ea9 commit 7f4d14b
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/codegen/compile.ml
Original file line number Diff line number Diff line change
Expand Up @@ -57,8 +57,7 @@ module TaggingScheme = struct

let debug = false (* should never be true in master! *)

type bit = I
| O
type bit = I | O
let _ = (I,O) (* silence warning on unused constructors *)

type tag =
Expand Down

0 comments on commit 7f4d14b

Please sign in to comment.