rest-gen-0.9.0.2: src/Rest/Gen/Base/ActionInfo/Ident.hs
module Rest.Gen.Base.ActionInfo.Ident (Ident (..)) where
data Ident = Ident
{ description :: String
, haskellType :: String
, haskellModule :: [String]
} deriving (Show, Eq)
module Rest.Gen.Base.ActionInfo.Ident (Ident (..)) where
data Ident = Ident
{ description :: String
, haskellType :: String
, haskellModule :: [String]
} deriving (Show, Eq)