Skip to content

Commit 2f16055

Browse files
ttuegelactions-user
authored andcommitted
Format with stylish-haskell
1 parent 89ed7dd commit 2f16055

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

kore/src/Kore/Step/Simplification/Condition.hs

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,9 @@ import Kore.Internal.Symbol
6262
, isFunction
6363
)
6464
import Kore.Internal.TermLike
65-
( pattern BuiltinString_, pattern BuiltinBool_, pattern App_
65+
( pattern App_
66+
, pattern BuiltinBool_
67+
, pattern BuiltinString_
6668
, pattern Builtin_
6769
, pattern Equals_
6870
, pattern Exists_

0 commit comments

Comments
 (0)