¤ auxShellF', delayedAuxShellF'

Shells

Types

auxShellF' :: (ShellF -> ShellF) -> String -> F c b -> F (Bool ⊕ c) (Bool ⊕ b)
delayedAuxShellF' :: (ShellF -> ShellF) -> String -> F c b -> F (Bool ⊕ c) (Bool ⊕ b)

Description

Customisable versions of auxShellF and delayedAuxShellF.

Example

 auxShellF' (setVisible True)

See Also

Standard versions: auxShellF and delayedAuxShellF.