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

Safe HaskellNone
LanguageHaskell2010

Language.Futhark.Futlib

Description

The Futhark basis library embedded embedded as strings read during compilation of the Futhark compiler. The advantage is that the standard library can be accessed without reading it from disk, thus saving users from include path headaches.

Synopsis

Documentation

futlib :: [(FilePath, Text)] Source #

Futlib embedded as Text values, one for every file.