1
1
mirror of https://github.com/github/semantic.git synced 2025-01-03 04:51:57 +03:00
This commit is contained in:
joshvera 2018-03-07 11:53:00 -05:00
parent 581a3bb0ef
commit d176f52ff2

View File

@ -246,7 +246,7 @@ instance Evaluatable QualifiedExport where
-- | Import declarations (symbols are added directly to calling environment).
--
-- If symbols is empty, just import the module for it's side effects.
-- If symbols is empty, just import the module for its side effects.
data Import a = Import { importFrom :: !a, importSymbols :: ![(Name, Name)] }
deriving (Diffable, Eq, Foldable, Functor, GAlign, Generic1, Mergeable, Ord, Show, Traversable, FreeVariables1)