Safe Haskell | Safe-Inferred |
---|---|
Language | GHC2021 |
Futhark.CodeGen.Backends.GenericC.EntryPoints
Description
Generate the entry point packing/unpacking code.
Documentation
onEntryPoint :: [BlockItem] -> [Name] -> Name -> Function op -> CompilerM op s (Maybe (Definition, (Text, EntryPoint))) Source #