futhark-0.25.15: An optimising compiler for a functional, array-oriented language.
Safe HaskellSafe-Inferred
LanguageGHC2021

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 :: Text Source #

The version of Futhark that we are using, in human-readable form.