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

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

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.