husk-scheme-3.20: R5RS Scheme interpreter, compiler, and library.
CopyrightJustin Ethier
LicenseMIT (see LICENSE in the distribution)
Maintainergithub.com/justinethier
Stabilityexperimental
Portabilityportable
Safe HaskellNone
LanguageHaskell2010

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