Safe Haskell | None |
---|---|
Language | Haskell2010 |
Synopsis
- data Settings = Settings {}
- startServer :: Settings -> IO ()
- newtype FranzPrefix = FranzPrefix {}
- defaultPort :: PortNumber
Documentation
startServer :: Settings -> IO () Source #
newtype FranzPrefix Source #
Globally-configured path which contains franz directories.
Instances
Eq FranzPrefix Source # | |
Defined in Database.Franz.Internal.Reader (==) :: FranzPrefix -> FranzPrefix -> Bool # (/=) :: FranzPrefix -> FranzPrefix -> Bool # | |
Hashable FranzPrefix Source # | |
Defined in Database.Franz.Internal.Reader hashWithSalt :: Int -> FranzPrefix -> Int # hash :: FranzPrefix -> Int # |