File tree Expand file tree Collapse file tree 2 files changed +2
-4
lines changed Expand file tree Collapse file tree 2 files changed +2
-4
lines changed Original file line number Diff line number Diff line change @@ -488,10 +488,9 @@ internalize
488
488
-> TermLike variable
489
489
-> TermLike variable
490
490
internalize tools termLike
491
- | fromMaybe False (isMapSort tools sort')
492
491
-- Ac.toNormalized is greedy about 'normalizing' opaque terms, we should only
493
492
-- apply it if we know the term head is a constructor-like symbol.
494
- , App_ symbol _ <- termLike
493
+ | App_ symbol _ <- termLike
495
494
, isConstructorModulo_ symbol =
496
495
case Ac. toNormalized @ NormalizedMap termLike of
497
496
Ac. Bottom -> TermLike. mkBottom sort'
Original file line number Diff line number Diff line change @@ -486,10 +486,9 @@ internalize
486
486
-> TermLike variable
487
487
-> TermLike variable
488
488
internalize tools termLike
489
- | fromMaybe False (isSetSort tools sort')
490
489
-- Ac.toNormalized is greedy about 'normalizing' opaque terms, we should only
491
490
-- apply it if we know the term head is a constructor-like symbol.
492
- , App_ symbol _ <- termLike
491
+ | App_ symbol _ <- termLike
493
492
, isConstructorModulo_ symbol =
494
493
case Ac. toNormalized @ NormalizedSet termLike of
495
494
Ac. Bottom -> TermLike. mkBottom sort'
You can’t perform that action at this time.
0 commit comments