mirror of
https://github.com/github/semantic.git
synced 2024-12-22 06:11:49 +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
|
||||
type Provenance = Record Location
|
||||
|
||||
data Located location = Located { provenance :: !Provenance, location :: location }
|
||||
|
Loading…
Reference in New Issue
Block a user