Next: Main module, Previous: Repl module, Up: Developer manual [Contents][Index]
Core modulepredConvert a function tha takes a list of ScmValue and returns some value to a (String, ScmFunction).
predMWrap function that is already in hscheme format, but does not use the ScmReturn type.
pred1pred2Convert a function that takes exactly 1 (or 2) arguments into a (String, ScmFunction).
pred2RConvert a function that takes 2 fixed arguments and a rest argument into (String, ScmFunction)
pred2AllConvert a function that takes 2 arguments and convert it into a foldl inside of a ScmFunction.
These functios provide checking for ScmValue’s type.
Manipulate lists.
Basic math operations, currently only on ScmIntegers.
Equality and boolean algebra.
assertA function for writing tests in scheme.
preludeA list of all functions available in the core of the language. These always are imported automatically.