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

Portabilityportable
Stabilityexperimental
Maintainergithub.com/justinethier
Safe HaskellNone

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