1
1
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:
Timothy Clem 2018-04-17 19:51:46 -07:00
parent 502b50404e
commit fbeb0986c2

View File

@ -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'.