Skip to content

Commit

Permalink
[CN] Flip WellTyped.use_ity default
Browse files Browse the repository at this point in the history
Now aligns with commit ac79195
  • Loading branch information
ZippeyKeys12 committed Sep 6, 2024
1 parent d4f79b6 commit 5151a4f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backend/cn/lib/wellTyped.ml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ open Typing

open Effectful.Make (Typing)

let use_ity = ref false
let use_ity = ref true

let ensure_base_type = Typing.ensure_base_type

Expand Down

0 comments on commit 5151a4f

Please sign in to comment.