Skip to content
Snippets Groups Projects
Commit 94ac3d31 authored by Ben Gamari's avatar Ben Gamari :turtle:
Browse files

compare-ticks: Add support for thk tickers

parent d5a2d5a6
No related branches found
No related tags found
No related merge requests found
......@@ -150,7 +150,7 @@ parseStgName = topName <|> try nonExportedName <|> exportedName
spaces
mod <- fmap (fromMaybe noModule) $ optional $ try $ parens parseModuleName
spaces
optional $ text "(fun)" <|> text "(fun,se)"
optional $ text "(fun)" <|> text "(fun,se)" <|> text "(thk)"
parent <- optional $ spaces *> text "in" *> spaces *> funcName
return $ StgName False mod _name _sig parent
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment