quitButtonF :: F Click b
oldFilePickF :: F String (InputMsg String)
oldButtonF :: (ColorGen p3, Show p3, Show p2, FontGen p2, Graphic p1) => Alignment -> Distance -> p2 -> ColorSpec -> p3 -> [(ModState, KeySym)] -> p1 -> F p1 Click oldPopupMenuF :: (Eq b2, Graphic b1, Foldable t) => ColorName -> Bool -> FontName -> Button -> ModState -> t (ModState, KeySym) -> [(b2, b3)] -> (b2 -> b1) -> F c d -> F ([(b2, b4)] ⊕ c) (b2 ⊕ d)
inputListLF :: Eq a => Placer -> [(a, InF b c)] -> F [(a, b)] (InputMsg [(a, c)]) inputPairLF :: Orientation -> InF a1 b1 -> InF a2 b2 -> F (a1, a2) (InputMsg (b1, b2))
>#+< :: (F a b, Orientation) -> F c d -> F (a ⊕ c) (b ⊕ d) >#==< :: (F a1 f, Orientation) -> F e a1 -> F e f
data Orientation = ... compLF :: (F a b, Orientation) -> F c d -> F (a ⊕ c) (b ⊕ d) listLF :: Eq a => Placer -> [(a, F b c)] -> F (a, b) (a, c) serCompLF :: (F a1 f, Orientation) -> F e a1 -> F e f untaggedListLF :: Placer -> [F a b] -> F (Int, a) b
oldHscrollF :: Bool -> (Point, Point) -> F b d -> F b d oldScrollF :: Bool -> (Point, Point) -> F b d -> F b d oldVscrollF :: Bool -> (Point, Point) -> F b d -> F b d scrollShellF :: String -> (Point, Point) -> F c d -> F c d
concSP :: SP [b] b concmapSP :: (t -> [b]) -> SP t b mapstateSP :: (t -> a -> (t, [b])) -> t -> SP a b