Skip to content
Snippets Groups Projects
Commit 780fdc54 authored by Iavor S. Diatchki's avatar Iavor S. Diatchki
Browse files

Add a missing case for type literals.

parent 46044871
No related branches found
No related tags found
No related merge requests found
......@@ -259,6 +259,8 @@ renameType t = case t of
doc' <- renameLDocHsSyn doc
return (HsDocTy ty' doc')
HsTyLit x -> return (HsTyLit x)
_ -> error "renameType"
......
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