Skip to content

Commit

Permalink
Attempt to fix regressions
Browse files Browse the repository at this point in the history
  • Loading branch information
Halbaroth committed Jun 12, 2024
1 parent 9bb31c4 commit 7045bb6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/frontend/d_cnf.ml
Original file line number Diff line number Diff line change
Expand Up @@ -692,7 +692,7 @@ let mk_mr_ty_decls (tdl: DE.ty_cst list) =
in
Cache.store_ty ty_c ty

| Tadt (hs, tyl, false), Some (Adt { cases; ty = ty_c; _ }) ->
| Tadt (hs, tyl, _), Some (Adt { cases; ty = ty_c; _ }) ->
let rev_cs =
Array.fold_left (
fun accl DE.{ cstr; dstrs; _ } ->
Expand Down

0 comments on commit 7045bb6

Please sign in to comment.