| Portability | portable |
|---|---|
| Stability | experimental |
| Maintainer | github.com/justinethier |
| Safe Haskell | None |
Language.Scheme.Environments
Description
- primitives :: [(String, [LispVal] -> ThrowsError LispVal)]
- ioPrimitives :: [(String, [LispVal] -> IOThrowsError LispVal)]
Documentation
primitives :: [(String, [LispVal] -> ThrowsError LispVal)]
Pure primitive functions
ioPrimitives :: [(String, [LispVal] -> IOThrowsError LispVal)]
Primitive functions that execute within the IO monad