Skip to content

Commit cfea534

Browse files
ttuegelactions-user
authored andcommitted
Format with stylish-haskell
1 parent 04d6b6c commit cfea534

File tree

4 files changed

+9
-9
lines changed

4 files changed

+9
-9
lines changed

kore/src/Kore/Builtin/AssociativeCommutative.hs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -95,10 +95,10 @@ import Kore.Internal.Symbol
9595
)
9696
import Kore.Internal.TermLike
9797
( pattern App_
98-
, pattern InternalMap_
99-
, pattern InternalSet_
10098
, pattern Defined_
10199
, pattern ElemVar_
100+
, pattern InternalMap_
101+
, pattern InternalSet_
102102
, TermLike
103103
, mkApplySymbol
104104
, mkElemVar

kore/src/Kore/Builtin/List.hs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,9 +84,9 @@ import Kore.Internal.Pattern
8484
import qualified Kore.Internal.Pattern as Pattern
8585
import Kore.Internal.TermLike
8686
( pattern App_
87-
, pattern InternalList_
8887
, Concrete
8988
, pattern ElemVar_
89+
, pattern InternalList_
9090
, Sort
9191
, TermLike
9292
, pattern Var_

kore/src/Kore/Builtin/Set.hs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,8 +82,8 @@ import Kore.Internal.Predicate
8282
)
8383
import Kore.Internal.TermLike
8484
( pattern App_
85-
, pattern InternalSet_
8685
, Concrete
86+
, pattern InternalSet_
8787
, TermLike
8888
, mkSort
8989
, termLikeSort

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

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -63,17 +63,17 @@ import Kore.Internal.Symbol
6363
)
6464
import Kore.Internal.TermLike
6565
( pattern App_
66-
, pattern InternalBool_
67-
, pattern InternalList_
68-
, pattern InternalMap_
69-
, pattern InternalSet_
70-
, pattern InternalString_
7166
, pattern Equals_
7267
, pattern Exists_
7368
, pattern Forall_
7469
, pattern Inj_
70+
, pattern InternalBool_
7571
, pattern InternalBytes_
7672
, pattern InternalInt_
73+
, pattern InternalList_
74+
, pattern InternalMap_
75+
, pattern InternalSet_
76+
, pattern InternalString_
7777
, pattern Mu_
7878
, pattern Not_
7979
, pattern Nu_

0 commit comments

Comments
 (0)