Skip to content

Commit f9b1a05

Browse files
Example identifier fix
1 parent 03fdd21 commit f9b1a05

File tree

1 file changed

+2
-2
lines changed
  • message-index/messages/GHC-25897/example1/after

1 file changed

+2
-2
lines changed

message-index/messages/GHC-25897/example1/after/Example2.hs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ type family G a where
1919
-- result type of the pattern match
2020
-- is known, from the type signature,
2121
-- to be 'G x'
22-
foo3 :: F x -> G x
23-
foo3 = \case
22+
foo :: F x -> G x
23+
foo = \case
2424
FA -> True
2525
FB -> False

0 commit comments

Comments
 (0)