(43+) (load "ide.shen")
(fn ide.myIDE) : (--> symbol)
(fn ide.settings) : (--> symbol)
(fn ide.compute-settings) : (button --> (button --> (button --> (button --> (entry --> (entry --> (entry --> (entry --> symbol))))))))
(fn ide.my-label) : (symbol --> (string --> label))
(fn
ide.bg) : (--> tk.color)
(fn ide.fg) : (--> tk.color)
(fn ide.cb) : (symbol --> button)
(fn ide.toggle) : (button --> string)
(fn ide.rb) : (symbol --> (string --> ((lazy A) --> button)))
(fn ide.dummy) : (symbol --> label)
(fn ide.f-button) : (symbol --> (string --> button))
(fn ide.toggle-tc) : (--> boolean)
(fn ide.toggle-spy) : (--> boolean)
(fn ide.toggle-step) : (--> boolean)
run time: 0.015000343322753906 secs