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

Futhark.Internalise.Lambdas

Synopsis

Documentation

type InternaliseLambda = Exp -> [Type] -> InternaliseM ([LParam], Body, [Type]) Source #

A function for internalising lambdas.