1
1
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:
Rob Rix 2018-03-29 09:28:07 -04:00
parent d49bc17aa7
commit 6850aba2a4

View File

@ -5,3 +5,5 @@ import Data.Record
-- TODO: Dependencies
type Provenance = Record Location
data Located location = Located { provenance :: !Provenance, location :: location }