Skip to content

Commit 84b2947

Browse files
committed
tests/default_typeclass.x: remove spaces around as-pattern
1 parent ab87af1 commit 84b2947

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/default_typeclass.x

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ alexSetInput (pos, c, bs, inp) =
133133
alexError :: (MonadState AlexState m, Read s) => String -> m (Token s)
134134
alexError message =
135135
do
136-
s @ AlexState { alex_errs = errs } <- get
136+
s@AlexState { alex_errs = errs } <- get
137137
put s { alex_errs = message : errs }
138138
alexMonadScan
139139

0 commit comments

Comments
 (0)