husk-scheme-3.5.4: R5RS Scheme interpreter, compiler, and library.

Portabilitynon-portable (GHC API)
Stabilityexperimental
Maintainergithub.com/justinethier
Safe HaskellSafe-Infered

Language.Scheme.FFI

Description

This module contains the foreign function interface.

Synopsis

Documentation

evalfuncLoadFFI :: [LispVal] -> IOThrowsError LispValSource

Load a Haskell function into husk using the GHC API.