Safe Haskell | None |
---|---|
Language | Haskell2010 |
Database.Franz.Internal.URI
Synopsis
- data FranzPath
- = FranzPath { }
- | LocalFranzPath !FilePath
- toFranzPath :: String -> Either String FranzPath
- fromFranzPath :: (Monoid a, IsString a) => FranzPath -> a
Documentation
Constructors
FranzPath | |
LocalFranzPath !FilePath |
Instances
Eq FranzPath Source # | |
Ord FranzPath Source # | |
Show FranzPath Source # | |