We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7bbc744 commit e8a623fCopy full SHA for e8a623f
kore/src/Kore/Syntax/Json.hs
@@ -24,6 +24,7 @@ import Data.Aeson as Json
24
import Data.Aeson.Encode.Pretty as Json
25
import Data.ByteString.Lazy (ByteString)
26
import Data.Either.Extra hiding (Left, Right)
27
+import Data.Set qualified as Set
28
import Kore.Attribute.Attributes (ParsedPattern)
29
import Kore.Internal.Predicate (Predicate)
30
import Kore.Internal.Predicate qualified as Predicate
@@ -124,6 +125,8 @@ fromSubstitution sort subst
124
125
. fromTermLike
126
. foldl1 TermLike.mkAnd
127
. map toEquals
128
+ . Set.toList
129
+ . Set.fromList
130
. Substitution.unwrap
131
$ subst
132
where
0 commit comments