¤ unmappedShellF, unmappedShellF', et al

Shell (top level) windows

Types

unmappedShellF :: Foldable t => t FRequest -> K a b -> F c d -> F (a  c) (b  d)
unmappedShellF' :: Foldable t =>
                   (ShellF -> ShellF) ->
                   t FRequest -> K a b -> F c d -> F (a  c) (b  d)
unmappedSimpleShellF :: String -> F i o -> F i o

Description

Various variants of shellF.

Bugs

Documentation incomplete.