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
shellF