Module SCL/CommandSession
This module is undocumented. This is a list of its definitions. 
create :: ModuleRepository -> <Proc> CommandSession 
  
execute :: CommandSession -> String -> <Proc> () 
  
get :: CommandSession -> String -> <Proc> Maybe SafeDynamic 
  
remove :: CommandSession -> String -> <Proc> () 
  
set :: CommandSession -> String -> SafeDynamic -> <Proc> () 
  
 |