haskell / alex

A lexical analyser generator for Haskell
https://hackage.haskell.org/package/alex
BSD 3-Clause "New" or "Revised" License
297 stars 82 forks source link

fix typos #210

Closed ghost closed 2 years ago

ghost commented 2 years ago

data/AlexWrappers.hs src/DFA.hs src/DFS.hs src/NFA.hs src/Output.hs src/ParseMonad.hs

ghost commented 2 years ago

@andreasabel

missed this one

$ grep -r "^-- " alex | grep thge
alex/src/DFA.hs:-- token from the input text and thge scanner's state, a list of start codes
$ 
andreasabel commented 2 years ago

@askeblad I am happy to merge another PR...