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

CopyrightJustin Ethier
LicenseMIT (see LICENSE in the distribution)
Maintainergithub.com/justinethier
Stabilityexperimental
Portabilityportable
Safe HaskellNone
LanguageHaskell98

Language.Scheme.Environments

Description

 

Synopsis

Documentation

primitives :: [(String, [LispVal] -> ThrowsError LispVal)] Source

Pure primitive functions

ioPrimitives :: [(String, [LispVal] -> IOThrowsError LispVal)] Source

Primitive functions that execute within the IO monad