futhark-0.9.1: An optimising compiler for a functional, array-oriented language.

Safe HaskellNone
LanguageHaskell2010

Futhark.Version

Description

This module exports version information about the Futhark compiler.

Synopsis

Documentation

version :: Version Source #

The version of Futhark that we are using. This is equivalent to the version defined in the .cabal file.

versionString :: String Source #

The version of Futhark that we are using, as a String