quitButtonF :: F Click b
oldFilePickF :: F String (InputMsg String)
oldButtonF :: (Graphic e, FontGen a1, Show a1, Show a2, ColorGen a2) => Double -> Int -> a1 -> ColorSpec -> a2 -> [(ModState, KeySym)] -> e -> F e Click oldPopupMenuF :: (Eq b1, Graphic b2, Foldable t) => ColorName -> Bool -> String -> Button -> [Modifiers] -> t (ModState, KeySym) -> [(b1, b3)] -> (b1 -> b2) -> F c d -> F ([(b1, b4)] ⊕ c) (b1 ⊕ 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