mirror of
https://github.com/github/semantic.git
synced 2024-12-22 22:31:36 +03:00
Define a Located location type.
This commit is contained in:
parent
d49bc17aa7
commit
6850aba2a4
@ -5,3 +5,5 @@ import Data.Record
|
|||||||
|
|
||||||
-- TODO: Dependencies
|
-- TODO: Dependencies
|
||||||
type Provenance = Record Location
|
type Provenance = Record Location
|
||||||
|
|
||||||
|
data Located location = Located { provenance :: !Provenance, location :: location }
|
||||||
|
Loading…
Reference in New Issue
Block a user