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

Portabilityportable
Stabilityexperimental
Maintainergithub.com/justinethier
Safe HaskellSafe-Infered

Language.Scheme.Primitives

Description

This module contains Primitive functions written in Haskell.

Documentation

doMakeString :: forall a. (Num a, Eq a) => a -> Char -> String -> LispValSource

data Unpacker Source

Constructors

forall a . Eq a => AnyUnpacker (LispVal -> ThrowsError a)