mirror of
https://github.com/github/semantic.git
synced 2024-12-22 14:21:31 +03:00
Formatting
This commit is contained in:
parent
2beb02387a
commit
64744014fd
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user