1
1
mirror of https://github.com/github/semantic.git synced 2024-12-22 14:21:31 +03:00

Formatting

This commit is contained in:
Timothy Clem 2018-04-10 14:57:31 -07:00
parent 2beb02387a
commit 64744014fd

View File

@ -50,6 +50,7 @@ type family ApplyAll' (typeclasses :: [(* -> *) -> Constraint]) (fs :: [* -> *])
data SomeAnalysisParser typeclasses ann where
SomeAnalysisParser :: (Member Syntax.Identifier fs, ApplyAll' typeclasses fs) => Parser (Term (Union fs) ann) -> [String] -> SomeAnalysisParser typeclasses ann
-- | A parser for some specific language, producing 'Term's whose syntax satisfies a list of typeclass constraints.
someAnalysisParser :: ( ApplyAll' typeclasses Go.Syntax
, ApplyAll' typeclasses PHP.Syntax
, ApplyAll' typeclasses Python.Syntax