mirror of
https://github.com/github/semantic.git
synced 2024-11-24 08:54:07 +03:00
include both inputs in SemanticAST
This commit is contained in:
parent
a11decefcd
commit
b2f2340c4c
@ -15,7 +15,8 @@ import Options.Applicative hiding (style)
|
|||||||
import Data.Semigroup ((<>))
|
import Data.Semigroup ((<>))
|
||||||
|
|
||||||
data SemanticAST = SemanticAST
|
data SemanticAST = SemanticAST
|
||||||
{ sourceFilePath :: Input
|
{ sourceFilePath :: Maybe FilePath
|
||||||
|
, sourceString :: Maybe Prelude.String
|
||||||
, format :: Format
|
, format :: Format
|
||||||
} deriving (Read)
|
} deriving (Read)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user