mirror of
https://github.com/github/semantic.git
synced 2024-12-15 10:02:27 +03:00
s/Module/InternalModule
This commit is contained in:
parent
4a7fa7b18a
commit
c7c9aafa2b
@ -601,8 +601,7 @@ instance Ord1 InternalModule where liftCompare = genericLiftCompare
|
|||||||
instance Show1 InternalModule where liftShowsPrec = genericLiftShowsPrec
|
instance Show1 InternalModule where liftShowsPrec = genericLiftShowsPrec
|
||||||
|
|
||||||
instance Evaluatable InternalModule where
|
instance Evaluatable InternalModule where
|
||||||
eval _ InternalModule = do
|
eval eval InternalModule{..} = do
|
||||||
eval eval Module{..} = do
|
|
||||||
name <- maybeM (throwEvalError NoNameError) (declaredName internalModuleIdentifier)
|
name <- maybeM (throwEvalError NoNameError) (declaredName internalModuleIdentifier)
|
||||||
span <- ask @Span
|
span <- ask @Span
|
||||||
currentScope' <- currentScope
|
currentScope' <- currentScope
|
||||||
|
Loading…
Reference in New Issue
Block a user