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

Futhark.Internalise.Exps

Synopsis

Documentation

transformProg :: MonadFreshNames m => Bool -> [ValBind] -> m (Prog SOACS) Source #

Convert a program in source Futhark to a program in the Futhark core language.