Copyright | (c) Soostone Inc 2020 |
---|---|
License | AllRightsReserved |
Stability | experimental |
Portability | POSIX |
Safe Haskell | None |
Language | Haskell2010 |
Documentation
helpWithAllPossibleValuesWith :: forall f a. (Enum a, Show a, Bounded a) => (a -> String) -> Maybe a -> String -> Mod f a #
parseRefTable :: ReadM (Ref Table) #
appNameParser :: Parser (Maybe AppName) #
authHttpPortParser :: Parser (Maybe Int) #
data SpecFileWithOverrides #
Instances
Eq SpecFileWithOverrides # | |
Defined in Napkin.Cli.Common (==) :: SpecFileWithOverrides -> SpecFileWithOverrides -> Bool # (/=) :: SpecFileWithOverrides -> SpecFileWithOverrides -> Bool # | |
Show SpecFileWithOverrides # | |
Defined in Napkin.Cli.Common showsPrec :: Int -> SpecFileWithOverrides -> ShowS # show :: SpecFileWithOverrides -> String # showList :: [SpecFileWithOverrides] -> ShowS # |
pattern SpecFileWithoutOverrides :: FilePath -> SpecFileWithOverrides #