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

Futhark.Internalise.Entry

Description

Generating metadata so that programs can run at all.

Synopsis

Documentation

data VisibleTypes Source #

The types that are visible to the outside world.

visibleTypes :: Imports -> VisibleTypes Source #

Retrieve those type bindings that should be visible to the outside world. Currently that is everything at top level that does not have type parameters.