| Safe Haskell | None |
|---|---|
| Language | Haskell98 |
System.Clipboard
Contents
Description
System Clipboard Interface. It should work on both Windows and Unix (X11). The latter is still experimental.
- setClipboardString :: String -> IO ()
- getClipboardString :: IO (Maybe String)
- modifyClipboardString :: (String -> String) -> IO Bool