1
1
mirror of https://github.com/github/semantic.git synced 2024-12-22 14:21:31 +03:00

📝 askModuleStack.

This commit is contained in:
Rob Rix 2018-03-22 12:29:14 -04:00
parent 27c2f6603b
commit ed7513452b

View File

@ -43,6 +43,7 @@ class ( MonadControl term m
-- | Get the current 'Configuration' with a passed-in term.
getConfiguration :: Ord (LocationFor value) => term -> m (ConfigurationFor term value)
-- | Retrieve the stack of modules currently being evaluated.
askModuleStack :: m [Module term]