| Safe Haskell | None |
|---|---|
| Language | Haskell98 |
Network.Wai.Handler.DevelServer
Documentation
run :: Int -> ModuleName -> FunctionName -> (FilePath -> IO [FilePath]) -> Maybe (MVar ()) -> IO () Source
runNoWatch :: Int -> ModuleName -> FunctionName -> (FilePath -> IO [FilePath]) -> IO () Source
runWithReloadActions :: Int -> ModuleName -> FunctionName -> (FilePath -> IO [FilePath]) -> Maybe (MVar ()) -> [IO (IO ())] -> IO () Source
runQuitWithReloadActions :: Int -> ModuleName -> FunctionName -> (FilePath -> IO [FilePath]) -> [IO (IO ())] -> IO () Source