diff --git a/docs/api/index.html b/docs/api/index.html index 625ac94..4731f9b 100644 --- a/docs/api/index.html +++ b/docs/api/index.html @@ -18,7 +18,7 @@ } li { line-height: 2em } -
data () :: *
data Bool :: *
data ByteString :: *
data Char :: *
data ConsL :: Symbol -> * -> List -> List
data Double :: *
data Either :: * -> * -> *
data ExitCode :: *
data IO :: * -> *
data Int :: *
data Map :: * -> * -> *
data Maybe :: * -> *
data NilL :: List
data ProcessConfig :: * -> * -> * -> *
data Record :: List -> *
data Set :: * -> *
data Tagged :: Symbol -> * -> *
data Text :: *
data Value :: *
data Variant :: List -> *
data Vector :: * -> *
$ :: forall a b . (a -> b) -> a -> b
. :: forall a b c . (b -> c) -> (a -> b) -> a -> c
Async.concurrently :: forall a b . IO a -> IO b -> IO (a, b)
Async.pooledForConcurrently :: forall a b . [a] -> (a -> IO b) -> IO ([b])
Async.pooledForConcurrently_ :: forall a . [a] -> (a -> IO ()) -> IO ()
Async.pooledMapConcurrently :: forall a b . (a -> IO b) -> [a] -> IO ([b])
Async.pooledMapConcurrently_ :: forall a . (a -> IO ()) -> [a] -> IO ()
Async.race :: forall a b . IO a -> IO b -> IO (Either a b)
Bool.False :: Bool
Bool.True :: Bool
Bool.bool :: forall a . a -> a -> Bool -> a
Bool.not :: Bool -> Bool
ByteString.getContents :: IO ByteString
ByteString.hGet :: Handle -> Int -> IO ByteString
ByteString.hPutStr :: Handle -> ByteString -> IO ()
ByteString.interact :: (ByteString -> ByteString) -> IO ()
ByteString.readFile :: Text -> IO ByteString
ByteString.readProcess :: ProcessConfig () () () -> IO (ExitCode,ByteString,ByteString)
ByteString.readProcessStdout_ :: ProcessConfig () () () -> IO ByteString
ByteString.readProcess_ :: ProcessConfig () () () -> IO (ByteString,ByteString)
ByteString.writeFile :: Text -> ByteString -> IO ()
Concurrent.threadDelay :: Int -> IO ()
Directory.copyFile :: Text -> Text -> IO ()
Directory.createDirectory :: Text -> IO ()
Directory.createDirectoryIfMissing :: Bool -> Text -> IO ()
Directory.getCurrentDirectory :: IO Text
Directory.listDirectory :: Text -> IO [Text]
Directory.removeFile :: Text -> IO ()
Directory.renameFile :: Text -> Text -> IO ()
Directory.setCurrentDirectory :: Text -> IO ()
Double.eq :: Double -> Double -> Bool
Double.fromInt :: Int -> Double
Double.plus :: Double -> Double -> Double
Double.show :: Double -> Text
Double.subtract :: Double -> Double -> Double
Either.Left :: forall a b . a -> Either a b
Either.Right :: forall a b . b -> Either a b
Either.either :: forall a b x . (a -> x) -> (b -> x) -> Either a b -> x
Environment.getArgs :: IO [Text]
Environment.getEnv :: Text -> IO Text
Environment.getEnvironment :: IO [(Text,Text)]
Eq.eq :: forall a . Eq a => a -> a -> Bool
Error.error :: forall a . Text -> a
Exit.ExitFailure :: Int -> ExitCode
Exit.ExitSuccess :: ExitCode
Exit.die :: forall a . String -> IO a
Exit.exitCode :: forall a . a -> (Int -> a) -> ExitCode -> a
Exit.exitWith :: forall a . ExitCode -> IO a
Function.fix :: forall a . (a -> a) -> a
Function.id :: forall a . a -> a
IO.BlockBuffering :: Maybe Int -> BufferMode
IO.LineBuffering :: BufferMode
IO.NoBuffering :: BufferMode
IO.forM_ :: forall a . [a] -> (a -> IO ()) -> IO ()
IO.hSetBuffering :: Handle -> BufferMode -> IO ()
IO.mapM_ :: forall a . (a -> IO ()) -> [a] -> IO ()
IO.print :: forall a . Show a => a -> IO ()
IO.pure :: forall a . a -> IO a
IO.stderr :: Handle
IO.stdin :: Handle
IO.stdout :: Handle
Int.eq :: Int -> Int -> Bool
Int.plus :: Int -> Int -> Int
Int.show :: Int -> Text
Int.subtract :: Int -> Int -> Int
Json.Array :: Vector Value -> Value
Json.Bool :: Bool -> Value
Json.Null :: Value
Json.Number :: Double -> Value
Json.Object :: Map Text Value -> Value
Json.String :: Text -> Value
Json.decode :: ByteString -> Maybe Value
Json.encode :: Value -> ByteString
Json.value :: forall a .
+Hell's API Hell's API
Types
data () :: *
data Bool :: *
data ByteString :: *
data Char :: *
data ConsL :: Symbol -> * -> List -> List
data Double :: *
data Either :: * -> * -> *
data ExitCode :: *
data IO :: * -> *
data Int :: *
data Map :: * -> * -> *
data Maybe :: * -> *
data NilL :: List
data ProcessConfig :: * -> * -> * -> *
data Record :: List -> *
data Set :: * -> *
data Tagged :: Symbol -> * -> *
data Text :: *
data Value :: *
data Variant :: List -> *
data Vector :: * -> *
data hell:Hell.Nullary :: *
Terms
$
$ :: forall a b . (a -> b) -> a -> b
. :: forall a b c . (b -> c) -> (a -> b) -> a -> c
Async
Async.concurrently :: forall a b . IO a -> IO b -> IO (a, b)
Async.pooledForConcurrently :: forall a b . [a] -> (a -> IO b) -> IO ([b])
Async.pooledForConcurrently_ :: forall a . [a] -> (a -> IO ()) -> IO ()
Async.pooledMapConcurrently :: forall a b . (a -> IO b) -> [a] -> IO ([b])
Async.pooledMapConcurrently_ :: forall a . (a -> IO ()) -> [a] -> IO ()
Async.race :: forall a b . IO a -> IO b -> IO (Either a b)
Bool
Bool.False :: Bool
Bool.True :: Bool
Bool.bool :: forall a . a -> a -> Bool -> a
Bool.not :: Bool -> Bool
ByteString
ByteString.getContents :: IO ByteString
ByteString.hGet :: Handle -> Int -> IO ByteString
ByteString.hPutStr :: Handle -> ByteString -> IO ()
ByteString.interact :: (ByteString -> ByteString) -> IO ()
ByteString.readFile :: Text -> IO ByteString
ByteString.readProcess :: ProcessConfig () () () -> IO (ExitCode,ByteString,ByteString)
ByteString.readProcessStdout_ :: ProcessConfig () () () -> IO ByteString
ByteString.readProcess_ :: ProcessConfig () () () -> IO (ByteString,ByteString)
ByteString.writeFile :: Text -> ByteString -> IO ()
Concurrent
Concurrent.threadDelay :: Int -> IO ()
Directory
Directory.copyFile :: Text -> Text -> IO ()
Directory.createDirectory :: Text -> IO ()
Directory.createDirectoryIfMissing :: Bool -> Text -> IO ()
Directory.getCurrentDirectory :: IO Text
Directory.listDirectory :: Text -> IO [Text]
Directory.removeFile :: Text -> IO ()
Directory.renameFile :: Text -> Text -> IO ()
Directory.setCurrentDirectory :: Text -> IO ()
Double
Double.eq :: Double -> Double -> Bool
Double.fromInt :: Int -> Double
Double.mult :: Double -> Double -> Double
Double.plus :: Double -> Double -> Double
Double.show :: Double -> Text
Double.subtract :: Double -> Double -> Double
Either
Either.Left :: forall a b . a -> Either a b
Either.Right :: forall a b . b -> Either a b
Either.either :: forall a b x . (a -> x) -> (b -> x) -> Either a b -> x
Environment
Environment.getArgs :: IO [Text]
Environment.getEnv :: Text -> IO Text
Environment.getEnvironment :: IO [(Text,Text)]
Eq
Eq.eq :: forall a . Eq a => a -> a -> Bool
Error
Error.error :: forall a . Text -> a
Exit
Exit.ExitFailure :: Int -> ExitCode
Exit.ExitSuccess :: ExitCode
Exit.die :: forall a . String -> IO a
Exit.exitCode :: forall a . a -> (Int -> a) -> ExitCode -> a
Exit.exitWith :: forall a . ExitCode -> IO a
Function
Function.fix :: forall a . (a -> a) -> a
Function.id :: forall a . a -> a
IO
IO.BlockBuffering :: Maybe Int -> BufferMode
IO.LineBuffering :: BufferMode
IO.NoBuffering :: BufferMode
IO.forM_ :: forall a . [a] -> (a -> IO ()) -> IO ()
IO.hSetBuffering :: Handle -> BufferMode -> IO ()
IO.mapM_ :: forall a . (a -> IO ()) -> [a] -> IO ()
IO.print :: forall a . Show a => a -> IO ()
IO.pure :: forall a . a -> IO a
IO.stderr :: Handle
IO.stdin :: Handle
IO.stdout :: Handle
Int
Int.eq :: Int -> Int -> Bool
Int.mult :: Int -> Int -> Int
Int.plus :: Int -> Int -> Int
Int.show :: Int -> Text
Int.subtract :: Int -> Int -> Int
Json
Json.Array :: Vector Value -> Value
Json.Bool :: Bool -> Value
Json.Null :: Value
Json.Number :: Double -> Value
Json.Object :: Map Text Value -> Value
Json.String :: Text -> Value
Json.decode :: ByteString -> Maybe Value
Json.encode :: Value -> ByteString
Json.value :: forall a .
a ->
(Bool -> a) ->
(Text -> a) ->
@@ -32,4 +32,4 @@
(a -> r) -> Accessor xs r -> Accessor ('ConsL k a xs) r
Variant.left :: forall (k :: Symbol) a (xs :: List) . a -> Variant ('ConsL k a xs)
Variant.nil :: forall r . Accessor 'NilL r
Variant.right :: forall (k :: Symbol) a (xs :: List) (k'' :: Symbol) a'' .
Variant ('ConsL k'' a'' xs) ->
Variant ('ConsL k a ('ConsL k'' a'' xs))
Variant.run :: forall (t :: Symbol) r (xs :: List) .
-Tagged t (Variant xs) -> Accessor xs r -> r
Vector
Vector.fromList :: forall a . [a] -> Vector a
Vector.toList :: forall a . Vector a -> [a]
\ No newline at end of file
+Tagged t (Variant xs) -> Accessor xs r -> r
Vector.fromList :: forall a . [a] -> Vector a
Vector.toList :: forall a . Vector a -> [a]
hell:Hell.Nullary :: Nullary