Skip to content

Commit bed8e8b

Browse files
committed
Merge remote-tracking branch 'origin/master' into release
2 parents 1702145 + e8a623f commit bed8e8b

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

kore/src/Kore/Syntax/Json.hs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ import Data.Aeson as Json
2424
import Data.Aeson.Encode.Pretty as Json
2525
import Data.ByteString.Lazy (ByteString)
2626
import Data.Either.Extra hiding (Left, Right)
27+
import Data.Set qualified as Set
2728
import Kore.Attribute.Attributes (ParsedPattern)
2829
import Kore.Internal.Predicate (Predicate)
2930
import Kore.Internal.Predicate qualified as Predicate
@@ -124,6 +125,8 @@ fromSubstitution sort subst
124125
. fromTermLike
125126
. foldl1 TermLike.mkAnd
126127
. map toEquals
128+
. Set.toList
129+
. Set.fromList
127130
. Substitution.unwrap
128131
$ subst
129132
where

0 commit comments

Comments
 (0)