mirror of
https://github.com/github/semantic.git
synced 2025-01-03 04:51:57 +03:00
typo
This commit is contained in:
parent
581a3bb0ef
commit
d176f52ff2
@ -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)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user