Safe Haskell | Safe-Inferred |
---|---|
Language | Haskell2010 |
OpenAPI.Generate.OptParse.Types
Documentation
data FixedValueStrategy Source #
Constructors
FixedValueStrategyExclude | |
FixedValueStrategyInclude |
Instances
data ModuleName Source #
Instances
Show ModuleName Source # | |
Defined in OpenAPI.Generate.OptParse.Types Methods showsPrec :: Int -> ModuleName -> ShowS # show :: ModuleName -> String # showList :: [ModuleName] -> ShowS # | |
Eq ModuleName Source # | |
Defined in OpenAPI.Generate.OptParse.Types |
data ModulePathInfo Source #
mkModuleName :: String -> ModuleName Source #
getModuleName :: ModuleName -> String Source #
getModuleInfoPath :: ModulePathInfo -> Maybe String -> String -> FilePath Source #