module Sifflet.Foreign.Exporter (Exporter) where import System.FilePath import Sifflet.Language.Expr -- | The type of a function to export (user) functions to a file. type Exporter = Functions -> FilePath -> IO ()