← every case · 4000 · a quote that opens nothing
Haskell lets a name end in an apostrophe, so x' is one name and the apostrophe opens nothing. The line under it holds a real character literal, where a pair of apostrophes does mean what it looks like
| 1 | codecodecodecodecode | x' = "don't" |
| 2 | codecodecodecodecode | y' = 'a' |
| 3 | commentscommentscommentscommentscomments | -- a real comment |
stringcommentthe tag around another language
cloc --json cases/4000-a_quote_that_opens_nothing/4060-primed_identifier_haskell/input.hs
mezura cases/4000-a_quote_that_opens_nothing/4060-primed_identifier_haskell/input.hs --output json --hide timing --counting content
mezura cases/4000-a_quote_that_opens_nothing/4060-primed_identifier_haskell/input.hs --output json --hide timing --counting region
scc --format json cases/4000-a_quote_that_opens_nothing/4060-primed_identifier_haskell/input.hs
tokei --output json cases/4000-a_quote_that_opens_nothing/4060-primed_identifier_haskell/input.hs