| Copyright | Justin Ethier |
|---|---|
| License | MIT (see LICENSE in the distribution) |
| Maintainer | github.com/justinethier |
| Stability | experimental |
| Portability | portable |
| Safe Haskell | None |
| Language | Haskell98 |
Language.Scheme.Environments
Description
- primitives :: [(String, [LispVal] -> ThrowsError LispVal)]
- ioPrimitives :: [(String, [LispVal] -> IOThrowsError LispVal)]
Documentation
primitives :: [(String, [LispVal] -> ThrowsError LispVal)] Source #
Pure primitive functions
ioPrimitives :: [(String, [LispVal] -> IOThrowsError LispVal)] Source #
Primitive functions that execute within the IO monad