1
1
mirror of https://github.com/github/semantic.git synced 2024-12-22 22:31:36 +03:00

Note that we’ll need to handle dependencies.

This commit is contained in:
Rob Rix 2018-03-29 09:01:20 -04:00
parent cebcd5daaa
commit aa233f17e1

View File

@ -3,4 +3,5 @@ module Data.Abstract.Located where
import Data.AST import Data.AST
import Data.Record import Data.Record
-- TODO: Dependencies
type Provenance = Record Location type Provenance = Record Location