Data.Version

The plain source file for module Data.Version is not available.
module Data.Version where

data Version
  = Version {versionBranch :: [Int], versionTags :: [String]}
--parseVersion :: Text.ParserCombinators.ReadP.ReadP Version
parseVersion = undefined

showVersion :: Version -> String
showVersion = undefined

Index

(HTML for this module was generated on 2013-09-19. About the conversion tool.)