Skip to content

Commit e1bac3b

Browse files
committed
Attempt to fix regressions
1 parent 17d9e3c commit e1bac3b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/lib/frontend/d_cnf.ml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -654,7 +654,7 @@ let mk_mr_ty_decls (tdl: DE.ty_cst list) =
654654
in
655655
Cache.store_ty ty_c ty
656656

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

0 commit comments

Comments
 (0)