mirror of
https://github.com/github/semantic.git
synced 2025-01-03 13:02:37 +03:00
Not using this
This commit is contained in:
parent
212c0cc1a8
commit
8e32dea21c
@ -42,7 +42,7 @@ toTermName term = case unwrap term of
|
||||
-- TODO: We should remove Case from Syntax since I don't think we should ever
|
||||
-- evaluate Case as a single toTermName Text - joshvera
|
||||
Syntax.Case expr _ -> toTermName expr
|
||||
Syntax.Switch expr cases -> toTermName expr
|
||||
Syntax.Switch expr _ -> toTermName expr
|
||||
|
||||
class HasCategory a where
|
||||
toCategoryName :: a -> Text
|
||||
|
Loading…
Reference in New Issue
Block a user