futhark-0.21.5: An optimising compiler for a functional, array-oriented language.
Safe HaskellNone
LanguageHaskell2010

Futhark.CodeGen.Backends.SequentialPython

Description

Code generation for sequential Python.

Synopsis

Documentation

compileProg :: MonadFreshNames m => CompilerMode -> String -> Prog SeqMem -> m (Warnings, Text) Source #

Compile the program to Python.