language-qux-0.1.1.3: Utilities for working with the Qux language

Copyright(c) Henry J. Wylde, 2015
LicenseBSD3
Maintainerpublic@hjwylde.com
Safe HaskellSafe
LanguageHaskell2010

Language.Qux.Version

Contents

Description

Haskell constants of the language version.

Synopsis

Version

version :: [Char] Source

The version formatted as "major.minor.patch".

Components

major :: Integer Source

The major component.

minor :: Integer Source

The minor component.

patch :: Integer Source

The patch component.