File tree Expand file tree Collapse file tree 2 files changed +20
-0
lines changed Expand file tree Collapse file tree 2 files changed +20
-0
lines changed Original file line number Diff line number Diff line change @@ -13,6 +13,7 @@ ticketsBroken=(
13
13
" T0153.hs"
14
14
" T0165.hs"
15
15
" T0167.hs"
16
+ " T0178.hs"
16
17
)
17
18
18
19
# Colours used to display test outputs.
Original file line number Diff line number Diff line change
1
+ -- SYNTAX TEST "source.haskell" "Multiline type signature in brackets"
2
+
3
+ proof :: SomeVeryLongExpression a b
4
+ :~: SomeOtherLongExpression c d
5
+ -- ^ ^^ storage.type.operator.infix.haskell
6
+ -- ^^^^^^^^^^^^^^^^^^^^^^^ storage.type.haskell
7
+ -- ^ ^ variable.other.generic-type.haskell
8
+
9
+ quux ( proof :: SomeVeryLongExpression a b
10
+ :~: SomeOtherLongExpression c d
11
+ -- ^ ^^ storage.type.operator.infix.haskell
12
+ -- ^^^^^^^^^^^^^^^^^^^^^^^ storage.type.haskell
13
+ -- ^ ^ variable.other.generic-type.haskell
14
+ )
15
+
16
+ quux [ x :: a
17
+ B c ]
18
+ -- ^ storage.type.haskell
19
+ -- ^ variable.other.generic-type.haskell
You can’t perform that action at this time.
0 commit comments