¤ unmappedShellF, popupShellF, et al

Types

unmappedShellF :: [XCommand] -> K a b -> F c d -> F (Either a c) (Either b d)
popupShellF :: String -> Maybe Point -> F a b -> F a (a, b)
unmappedSimpleShellF :: String -> [WindowAttributes] -> F a b -> F a b

Description

Various variants of shellF.

Bugs

Documentation incomplete.