Safe Haskell | None |
---|---|
Language | Haskell2010 |
This module implements a transformation from source to core Futhark.
Synopsis
- internaliseProg :: MonadFreshNames m => Bool -> Imports -> m (Either String Prog)
Documentation
internaliseProg :: MonadFreshNames m => Bool -> Imports -> m (Either String Prog) Source #
Convert a program in source Futhark to a program in the Futhark core language.