¤ auxShellF', delayedAuxShellF'

Shells

Types

auxShellF' :: (ShellF -> ShellF) -> String -> F a b -> F (Either Bool a) (Either Bool b)
delayedAuxShellF' :: (ShellF -> ShellF) -> String -> F a b -> F (Either Bool a) (Either Bool b)

Description

Customisable versions of auxShellF and delayedAuxShellF.

Example

 auxShellF' (setVisible True)

See Also

Standard versions: auxShellF and delayedAuxShellF.