mirror of
https://github.com/github/semantic.git
synced 2025-01-02 12:23:08 +03:00
Spelling is hard
This commit is contained in:
parent
502b50404e
commit
fbeb0986c2
@ -148,9 +148,9 @@ class Monad m => MonadModuleTable location term value m | m -> location, m -> te
|
||||
-- | Run an action with a locally-modified table of unevaluated modules.
|
||||
localModuleTable :: (ModuleTable [Module term] -> ModuleTable [Module term]) -> m a -> m a
|
||||
|
||||
-- | Retrieve the module loack stack
|
||||
-- | Retrieve the module load stack
|
||||
getLoadStack :: m LoadStack
|
||||
-- | Set the module loack stack
|
||||
-- | Set the module load stack
|
||||
putLoadStack :: LoadStack -> m ()
|
||||
|
||||
-- | Get the currently evaluating 'ModuleInfo'.
|
||||
|
Loading…
Reference in New Issue
Block a user