Module SCL/ModuleRepository
This module is undocumented. This is a list of its definitions. 
documentationOfSCLValue :: SCLValue -> <Proc> String 
  
flushDefaultModuleRepository :: <Proc> () 
  
flushModuleRepository :: ModuleRepository -> <Proc> () 
  
moduleByName :: String -> <Proc> Maybe Module 
  
possibleModuleSourceText :: String -> <Proc> Maybe String 
  
possibleUnsafeSclValueByName :: String -> <Proc> Maybe a 
  
sclModuleNames :: <Proc> [String] 
  
sclValueRef :: String -> <Proc> Maybe SCLValue 
  
unsafeSclValueByName :: String -> <Proc> a 
  
 |