auxShellF' :: (ShellF -> ShellF) -> String -> F c b -> F (Bool ⊕ c) (Bool ⊕ b) delayedAuxShellF' :: (ShellF -> ShellF) -> String -> F c b -> F (Bool ⊕ c) (Bool ⊕ b)
Customisable versions of auxShellF and delayedAuxShellF.
auxShellF' (setVisible True)
Standard versions: auxShellF and delayedAuxShellF.