The coalton Reference Manual

This is the coalton Reference Manual, version 0.0.1, generated automatically by Declt version 4.0 beta 2 "William Riker" on Sun Dec 15 05:45:53 2024 GMT+0.

Table of Contents


1 Introduction


2 Systems

The main system appears first, followed by any subsystem dependency.


2.1 coalton

An efficient, statically typed functional programming language that supercharges Common Lisp.

Author

Coalton contributors (https://github.com/coalton-lang/coalton)

License

MIT

Version

0.0.1

Dependencies
Source

coalton.asd.


2.2 coalton-compiler

The Coalton compiler.

Author

Coalton contributors (https://github.com/coalton-lang/coalton)

License

MIT

Version

0.0.1

Dependencies
  • alexandria (system).
  • concrete-syntax-tree (system).
  • eclector (system).
  • eclector-concrete-syntax-tree (system).
  • float-features (system).
  • fset (system).
  • named-readtables (system).
  • source-error (system).
  • trivial-gray-streams (system).
Source

coalton-compiler.asd.

Child Components

2.3 source-error

License

MIT

Dependency

alexandria (system).

Source

source-error.asd.

Child Components

2.4 coalton/library

The Coalton standard library.

Author

Coalton contributors (https://github.com/coalton-lang/coalton)

License

MIT

Version

0.0.1

Defsystem Dependency

coalton-asdf (system).

Dependencies
Source

coalton.asd.

Child Components

2.5 coalton-asdf

Coalton ASDF extensions

Author

Coalton contributors (https://github.com/coalton-lang/coalton)

License

MIT

Version

0.0.1

Dependency

coalton-compiler (system).

Source

coalton-asdf.asd.

Child Component

coalton-asdf.lisp (file).


2.6 coalton/hashtable-shim

Shim over Common Lisp hash tables with custom hash functions, for use by the Coalton standard library.

Author

Coalton contributors (https://github.com/coalton-lang/coalton)

License

MIT

Version

0.0.1

Source

coalton.asd.

Child Components

3 Modules

Modules are listed depth-first from the system components tree.


3.1 coalton-compiler/algorithm

Dependency

constants.lisp (file).

Source

coalton-compiler.asd.

Parent Component

coalton-compiler (system).

Child Components

3.2 coalton-compiler/parser

Dependency

algorithm (module).

Source

coalton-compiler.asd.

Parent Component

coalton-compiler (system).

Child Components

3.3 coalton-compiler/runtime

Dependency

parser (module).

Source

coalton-compiler.asd.

Parent Component

coalton-compiler (system).

Child Components

3.4 coalton-compiler/typechecker

Dependency

runtime (module).

Source

coalton-compiler.asd.

Parent Component

coalton-compiler (system).

Child Components

3.5 coalton-compiler/analysis

Dependency

typechecker (module).

Source

coalton-compiler.asd.

Parent Component

coalton-compiler (system).

Child Components

3.6 coalton-compiler/codegen

Dependency

analysis (module).

Source

coalton-compiler.asd.

Parent Component

coalton-compiler (system).

Child Components

3.7 coalton/library/math

Dependency

bits.lisp (file).

Source

coalton.asd.

Parent Component

coalton/library (system).

Child Components

4 Files

Files are sorted by type and then listed depth-first from the systems components trees.


4.1 Lisp


4.1.1 coalton/coalton.asd

Source

coalton.asd.

Parent Component

coalton (system).

ASDF Systems

4.1.2 coalton-compiler/coalton-compiler.asd

Source

coalton-compiler.asd.

Parent Component

coalton-compiler (system).

ASDF Systems

coalton-compiler.


4.1.3 source-error/source-error.asd

Source

source-error.asd.

Parent Component

source-error (system).

ASDF Systems

source-error.


4.1.4 coalton-asdf/coalton-asdf.asd

Source

coalton-asdf.asd.

Parent Component

coalton-asdf (system).

ASDF Systems

coalton-asdf.


4.1.5 coalton-compiler/package.lisp

Source

coalton-compiler.asd.

Parent Component

coalton-compiler (system).

Packages

coalton.


4.1.6 coalton-compiler/settings.lisp

Dependency

package.lisp (file).

Source

coalton-compiler.asd.

Parent Component

coalton-compiler (system).

Packages

coalton-impl/settings.

Public Interface
Internals

4.1.7 coalton-compiler/utilities.lisp

Dependency

settings.lisp (file).

Source

coalton-compiler.asd.

Parent Component

coalton-compiler (system).

Packages

coalton-impl/util.

Public Interface
Internals

4.1.8 coalton-compiler/source.lisp

Dependency

utilities.lisp (file).

Source

coalton-compiler.asd.

Parent Component

coalton-compiler (system).

Packages

coalton-impl/source.

Public Interface
Internals

4.1.9 coalton-compiler/global-lexical.lisp

Dependency

source.lisp (file).

Source

coalton-compiler.asd.

Parent Component

coalton-compiler (system).

Packages

coalton-impl/global-lexical.

Public Interface
Internals

4.1.10 coalton-compiler/constants.lisp

Dependency

global-lexical.lisp (file).

Source

coalton-compiler.asd.

Parent Component

coalton-compiler (system).

Packages

coalton-impl/constants.

Public Interface

+default-loop-label+ (constant).


4.1.11 coalton-compiler/algorithm/tarjan-scc.lisp

Source

coalton-compiler.asd.

Parent Component

algorithm (module).

Packages

coalton-impl/algorithm/tarjan-scc.

Public Interface

tarjan-scc (function).

Internals

4.1.12 coalton-compiler/algorithm/immutable-map.lisp

Dependency

tarjan-scc.lisp (file).

Source

coalton-compiler.asd.

Parent Component

algorithm (module).

Packages

coalton-impl/algorithm/immutable-map.

Public Interface
Internals

4.1.13 coalton-compiler/algorithm/immutable-listmap.lisp

Dependency

immutable-map.lisp (file).

Source

coalton-compiler.asd.

Parent Component

algorithm (module).

Packages

coalton-impl/algorithm/immutable-listmap.

Public Interface
Internals

4.1.14 coalton-compiler/algorithm/package.lisp

Dependency

immutable-listmap.lisp (file).

Source

coalton-compiler.asd.

Parent Component

algorithm (module).

Packages

coalton-impl/algorithm.


4.1.15 coalton-compiler/parser/base.lisp

Source

coalton-compiler.asd.

Parent Component

parser (module).

Packages

coalton-impl/parser/base.

Public Interface
Internals

4.1.16 coalton-compiler/parser/cursor.lisp

Dependency

base.lisp (file).

Source

coalton-compiler.asd.

Parent Component

parser (module).

Packages

coalton-impl/parser/cursor.

Public Interface
Internals

4.1.17 coalton-compiler/parser/reader.lisp

Dependency

cursor.lisp (file).

Source

coalton-compiler.asd.

Parent Component

parser (module).

Packages

coalton-impl/parser/reader.

Public Interface
Internals

coalton-eclector-client (class).


4.1.18 coalton-compiler/parser/types.lisp

Dependency

reader.lisp (file).

Source

coalton-compiler.asd.

Parent Component

parser (module).

Packages

coalton-impl/parser/types.

Public Interface
Internals

4.1.19 coalton-compiler/parser/pattern.lisp

Dependency

types.lisp (file).

Source

coalton-compiler.asd.

Parent Component

parser (module).

Packages

coalton-impl/parser/pattern.

Public Interface
Internals

4.1.20 coalton-compiler/parser/macro.lisp

Dependency

pattern.lisp (file).

Source

coalton-compiler.asd.

Parent Component

parser (module).

Packages

coalton-impl/parser/macro.

Public Interface

expand-macro (function).

Internals

4.1.21 coalton-compiler/parser/expression.lisp

Dependency

macro.lisp (file).

Source

coalton-compiler.asd.

Parent Component

parser (module).

Packages

coalton-impl/parser/expression.

Public Interface
Internals

4.1.22 coalton-compiler/parser/toplevel.lisp

Dependency

expression.lisp (file).

Source

coalton-compiler.asd.

Parent Component

parser (module).

Packages
Public Interface
Internals

4.1.23 coalton-compiler/parser/collect.lisp

Dependency

toplevel.lisp (file).

Source

coalton-compiler.asd.

Parent Component

parser (module).

Packages

coalton-impl/parser/collect.

Public Interface
Internals

4.1.24 coalton-compiler/parser/renamer.lisp

Dependency

collect.lisp (file).

Source

coalton-compiler.asd.

Parent Component

parser (module).

Packages

coalton-impl/parser/renamer.

Public Interface
Internals

4.1.25 coalton-compiler/parser/binding.lisp

Dependency

renamer.lisp (file).

Source

coalton-compiler.asd.

Parent Component

parser (module).

Packages

coalton-impl/parser/binding.

Public Interface
Internals

initform-abstraction-p (generic function).


4.1.26 coalton-compiler/parser/type-definition.lisp

Dependency

binding.lisp (file).

Source

coalton-compiler.asd.

Parent Component

parser (module).

Packages

coalton-impl/parser/type-definition.

Public Interface
Internals

4.1.27 coalton-compiler/parser/package.lisp

Dependency

type-definition.lisp (file).

Source

coalton-compiler.asd.

Parent Component

parser (module).

Packages

coalton-impl/parser.


4.1.28 coalton-compiler/runtime/function-entry.lisp

Source

coalton-compiler.asd.

Parent Component

runtime (module).

Packages

coalton-impl/runtime/function-entry.

Public Interface
Internals

4.1.29 coalton-compiler/runtime/package.lisp

Dependency

function-entry.lisp (file).

Source

coalton-compiler.asd.

Parent Component

runtime (module).

Packages

coalton-impl/runtime.


4.1.30 coalton-compiler/typechecker/base.lisp

Source

coalton-compiler.asd.

Parent Component

typechecker (module).

Packages

coalton-impl/typechecker/base.

Public Interface

4.1.31 coalton-compiler/typechecker/kinds.lisp

Dependency

base.lisp (file).

Source

coalton-compiler.asd.

Parent Component

typechecker (module).

Packages

coalton-impl/typechecker/kinds.

Public Interface
Internals

4.1.32 coalton-compiler/typechecker/types.lisp

Dependency

kinds.lisp (file).

Source

coalton-compiler.asd.

Parent Component

typechecker (module).

Packages

coalton-impl/typechecker/types.

Public Interface
Internals

4.1.33 coalton-compiler/typechecker/substitutions.lisp

Dependency

types.lisp (file).

Source

coalton-compiler.asd.

Parent Component

typechecker (module).

Packages

coalton-impl/typechecker/substitutions.

Public Interface
Internals

4.1.34 coalton-compiler/typechecker/predicate.lisp

Dependency

substitutions.lisp (file).

Source

coalton-compiler.asd.

Parent Component

typechecker (module).

Packages

coalton-impl/typechecker/predicate.

Public Interface
Internals

4.1.35 coalton-compiler/typechecker/scheme.lisp

Dependency

predicate.lisp (file).

Source

coalton-compiler.asd.

Parent Component

typechecker (module).

Packages

coalton-impl/typechecker/scheme.

Public Interface
Internals

4.1.36 coalton-compiler/typechecker/type-errors.lisp

Dependency

scheme.lisp (file).

Source

coalton-compiler.asd.

Parent Component

typechecker (module).

Packages

coalton-impl/typechecker/type-errors.

Public Interface
Internals

4.1.37 coalton-compiler/typechecker/unify.lisp

Dependency

type-errors.lisp (file).

Source

coalton-compiler.asd.

Parent Component

typechecker (module).

Packages

coalton-impl/typechecker/unify.

Public Interface
Internals

4.1.38 coalton-compiler/typechecker/fundeps.lisp

Dependency

unify.lisp (file).

Source

coalton-compiler.asd.

Parent Component

typechecker (module).

Packages

coalton-impl/typechecker/fundeps.

Public Interface
Internals

4.1.39 coalton-compiler/typechecker/map.lisp

Dependency

fundeps.lisp (file).

Source

coalton-compiler.asd.

Parent Component

typechecker (module).

Packages

coalton-impl/typechecker/map.

Public Interface
Internals

4.1.40 coalton-compiler/typechecker/environment.lisp

Dependency

map.lisp (file).

Source

coalton-compiler.asd.

Parent Component

typechecker (module).

Packages

coalton-impl/typechecker/environment.

Public Interface
Internals

4.1.41 coalton-compiler/typechecker/lisp-type.lisp

Dependency

environment.lisp (file).

Source

coalton-compiler.asd.

Parent Component

typechecker (module).

Packages

coalton-impl/typechecker/lisp-type.

Public Interface

lisp-type (generic function).

Internals

4.1.42 coalton-compiler/typechecker/context-reduction.lisp

Dependency

lisp-type.lisp (file).

Source

coalton-compiler.asd.

Parent Component

typechecker (module).

Packages

coalton-impl/typechecker/context-reduction.

Public Interface
Internals

4.1.43 coalton-compiler/typechecker/stage-1.lisp

Dependency

context-reduction.lisp (file).

Source

coalton-compiler.asd.

Parent Component

typechecker (module).

Packages

coalton-impl/typechecker/stage-1.


4.1.44 coalton-compiler/typechecker/pattern.lisp

Dependency

stage-1.lisp (file).

Source

coalton-compiler.asd.

Parent Component

typechecker (module).

Packages

coalton-impl/typechecker/pattern.

Public Interface
Internals

4.1.45 coalton-compiler/typechecker/expression.lisp

Dependency

pattern.lisp (file).

Source

coalton-compiler.asd.

Parent Component

typechecker (module).

Packages

coalton-impl/typechecker/expression.

Public Interface
Internals

4.1.46 coalton-compiler/typechecker/traverse.lisp

Dependency

expression.lisp (file).

Source

coalton-compiler.asd.

Parent Component

typechecker (module).

Packages

coalton-impl/typechecker/traverse.

Public Interface
Internals

4.1.47 coalton-compiler/typechecker/toplevel.lisp

Dependency

traverse.lisp (file).

Source

coalton-compiler.asd.

Parent Component

typechecker (module).

Packages

coalton-impl/typechecker/toplevel.

Public Interface
Internals

4.1.48 coalton-compiler/typechecker/binding.lisp

Dependency

toplevel.lisp (file).

Source

coalton-compiler.asd.

Parent Component

typechecker (module).

Packages

coalton-impl/typechecker/binding.

Public Interface

4.1.49 coalton-compiler/typechecker/accessor.lisp

Dependency

binding.lisp (file).

Source

coalton-compiler.asd.

Parent Component

typechecker (module).

Packages

coalton-impl/typechecker/accessor.

Public Interface
Internals

4.1.50 coalton-compiler/typechecker/partial-type-env.lisp

Dependency

accessor.lisp (file).

Source

coalton-compiler.asd.

Parent Component

typechecker (module).

Packages

coalton-impl/typechecker/partial-type-env.

Public Interface
Internals

4.1.51 coalton-compiler/typechecker/parse-type.lisp

Dependency

partial-type-env.lisp (file).

Source

coalton-compiler.asd.

Parent Component

typechecker (module).

Packages

coalton-impl/typechecker/parse-type.

Public Interface
Internals

4.1.53 coalton-compiler/typechecker/define-class.lisp

Dependency

define-type.lisp (file).

Source

coalton-compiler.asd.

Parent Component

typechecker (module).

Packages

coalton-impl/typechecker/define-class.

Public Interface
Internals

4.1.54 coalton-compiler/typechecker/tc-env.lisp

Dependency

define-class.lisp (file).

Source

coalton-compiler.asd.

Parent Component

typechecker (module).

Packages

coalton-impl/typechecker/tc-env.

Public Interface
Internals

4.1.55 coalton-compiler/typechecker/define.lisp

Dependency

tc-env.lisp (file).

Source

coalton-compiler.asd.

Parent Component

typechecker (module).

Packages

coalton-impl/typechecker/define.

Public Interface
Internals

4.1.56 coalton-compiler/typechecker/define-instance.lisp

Dependency

define.lisp (file).

Source

coalton-compiler.asd.

Parent Component

typechecker (module).

Packages

coalton-impl/typechecker/define-instance.

Public Interface
Internals

4.1.57 coalton-compiler/typechecker/specialize.lisp

Dependency

define-instance.lisp (file).

Source

coalton-compiler.asd.

Parent Component

typechecker (module).

Packages

coalton-impl/typechecker/specialize.

Public Interface

toplevel-specialize (function).

Internals

process-specialize (function).


4.1.58 coalton-compiler/typechecker/translation-unit.lisp

Dependency

specialize.lisp (file).

Source

coalton-compiler.asd.

Parent Component

typechecker (module).

Packages

coalton-impl/typechecker/translation-unit.

Public Interface
Internals

4.1.59 coalton-compiler/typechecker/package.lisp

Dependency

translation-unit.lisp (file).

Source

coalton-compiler.asd.

Parent Component

typechecker (module).

Packages

coalton-impl/typechecker.


4.1.60 coalton-compiler/analysis/pattern-exhaustiveness.lisp

Source

coalton-compiler.asd.

Parent Component

analysis (module).

Packages

coalton-impl/analysis/pattern-exhaustiveness.

Public Interface
Internals

4.1.61 coalton-compiler/analysis/unused-variables.lisp

Dependency

pattern-exhaustiveness.lisp (file).

Source

coalton-compiler.asd.

Parent Component

analysis (module).

Packages

coalton-impl/analysis/unused-variables.

Public Interface

find-unused-variables (function).

Internals

variable-binding (function).


4.1.62 coalton-compiler/analysis/underapplied-values.lisp

Dependency

unused-variables.lisp (file).

Source

coalton-compiler.asd.

Parent Component

analysis (module).

Packages

coalton-impl/analysis/underapplied-values.

Public Interface

find-underapplied-values (function).


4.1.63 coalton-compiler/analysis/analysis.lisp

Dependency

underapplied-values.lisp (file).

Source

coalton-compiler.asd.

Parent Component

analysis (module).

Packages

coalton-impl/analysis/analysis.

Public Interface

analyze-translation-unit (function).

Internals

4.1.64 coalton-compiler/analysis/package.lisp

Dependency

analysis.lisp (file).

Source

coalton-compiler.asd.

Parent Component

analysis (module).

Packages

coalton-impl/analysis.


4.1.65 coalton-compiler/codegen/pattern.lisp

Source

coalton-compiler.asd.

Parent Component

codegen (module).

Packages

coalton-impl/codegen/pattern.

Public Interface
Internals

4.1.66 coalton-compiler/codegen/ast.lisp

Dependency

pattern.lisp (file).

Source

coalton-compiler.asd.

Parent Component

codegen (module).

Packages

coalton-impl/codegen/ast.

Public Interface
Internals

4.1.67 coalton-compiler/codegen/traverse.lisp

Dependency

ast.lisp (file).

Source

coalton-compiler.asd.

Parent Component

codegen (module).

Packages

coalton-impl/codegen/traverse.

Public Interface
Internals

4.1.68 coalton-compiler/codegen/transformations.lisp

Dependency

traverse.lisp (file).

Source

coalton-compiler.asd.

Parent Component

codegen (module).

Packages

coalton-impl/codegen/transformations.

Public Interface

4.1.69 coalton-compiler/codegen/ast-substitutions.lisp

Dependency

transformations.lisp (file).

Source

coalton-compiler.asd.

Parent Component

codegen (module).

Packages

coalton-impl/codegen/ast-substitutions.

Public Interface
Internals

4.1.70 coalton-compiler/codegen/resolve-instance.lisp

Dependency

ast-substitutions.lisp (file).

Source

coalton-compiler.asd.

Parent Component

codegen (module).

Packages

coalton-impl/codegen/resolve-instance.

Public Interface
Internals

4.1.71 coalton-compiler/codegen/typecheck-node.lisp

Dependency

resolve-instance.lisp (file).

Source

coalton-compiler.asd.

Parent Component

codegen (module).

Packages

coalton-impl/codegen/typecheck-node.

Public Interface

typecheck-node (generic function).


4.1.72 coalton-compiler/codegen/hoister.lisp

Dependency

typecheck-node.lisp (file).

Source

coalton-compiler.asd.

Parent Component

codegen (module).

Packages

coalton-impl/codegen/hoister.

Public Interface
Internals

4.1.73 coalton-compiler/codegen/translate-expression.lisp

Dependency

hoister.lisp (file).

Source

coalton-compiler.asd.

Parent Component

codegen (module).

Packages

coalton-impl/codegen/translate-expression.

Public Interface
Internals

4.1.74 coalton-compiler/codegen/translate-instance.lisp

Dependency

translate-expression.lisp (file).

Source

coalton-compiler.asd.

Parent Component

codegen (module).

Packages

coalton-impl/codegen/translate-instance.

Public Interface

translate-instance (function).


4.1.75 coalton-compiler/codegen/struct-or-class.lisp

Dependency

translate-instance.lisp (file).

Source

coalton-compiler.asd.

Parent Component

codegen (module).

Packages

coalton-impl/codegen/struct-or-class.

Public Interface
Internals

4.1.76 coalton-compiler/codegen/codegen-pattern.lisp

Dependency

struct-or-class.lisp (file).

Source

coalton-compiler.asd.

Parent Component

codegen (module).

Packages

coalton-impl/codegen/codegen-pattern.

Public Interface

codegen-pattern (generic function).


4.1.77 coalton-compiler/codegen/codegen-type-definition.lisp

Dependency

codegen-pattern.lisp (file).

Source

coalton-compiler.asd.

Parent Component

codegen (module).

Packages

coalton-impl/codegen/codegen-type-definition.

Public Interface

4.1.78 coalton-compiler/codegen/codegen-expression.lisp

Dependency

codegen-type-definition.lisp (file).

Source

coalton-compiler.asd.

Parent Component

codegen (module).

Packages

coalton-impl/codegen/codegen-expression.

Public Interface
Internals

4.1.79 coalton-compiler/codegen/codegen-class.lisp

Dependency

codegen-expression.lisp (file).

Source

coalton-compiler.asd.

Parent Component

codegen (module).

Packages

coalton-impl/codegen/codegen-class.

Public Interface

codegen-class-definitions (function).

Internals

make-method-fun (function).


4.1.80 coalton-compiler/codegen/monomorphize.lisp

Dependency

codegen-class.lisp (file).

Source

coalton-compiler.asd.

Parent Component

codegen (module).

Packages

coalton-impl/codegen/monomorphize.

Public Interface
Internals

4.1.81 coalton-compiler/codegen/constant-propagation.lisp

Dependency

monomorphize.lisp (file).

Source

coalton-compiler.asd.

Parent Component

codegen (module).

Packages

coalton-impl/codegen/constant-propagation.

Public Interface

propagate-constants (function).

Internals

4.1.82 coalton-compiler/codegen/optimizer.lisp

Dependency

constant-propagation.lisp (file).

Source

coalton-compiler.asd.

Parent Component

codegen (module).

Packages

coalton-impl/codegen/optimizer.

Public Interface
Internals

4.1.83 coalton-compiler/codegen/program.lisp

Dependency

optimizer.lisp (file).

Source

coalton-compiler.asd.

Parent Component

codegen (module).

Packages

coalton-impl/codegen/program.

Public Interface
Internals

4.1.84 coalton-compiler/codegen/package.lisp

Dependency

program.lisp (file).

Source

coalton-compiler.asd.

Parent Component

codegen (module).

Packages

coalton-impl/codegen.


4.1.85 coalton-compiler/unlock-package.lisp

If Feature

:sb-package-locks

Dependency

codegen (module).

Source

coalton-compiler.asd.

Parent Component

coalton-compiler (system).


4.1.86 coalton-compiler/entry.lisp

Dependencies
Source

coalton-compiler.asd.

Parent Component

coalton-compiler (system).

Packages

coalton-impl/entry.

Public Interface
Internals

4.1.87 coalton-compiler/reader.lisp

Dependency

entry.lisp (file).

Source

coalton-compiler.asd.

Parent Component

coalton-compiler (system).

Packages

coalton-impl/reader.

Public Interface
Internals

4.1.88 coalton-compiler/debug.lisp

Dependency

reader.lisp (file).

Source

coalton-compiler.asd.

Parent Component

coalton-compiler (system).

Packages

coalton-impl/debug.

Public Interface

4.1.89 coalton-compiler/faux-macros.lisp

Dependency

debug.lisp (file).

Source

coalton-compiler.asd.

Parent Component

coalton-compiler (system).

Packages

coalton-impl/faux-macros.

Public Interface
Internals

4.1.90 coalton-compiler/language-macros.lisp

Dependency

faux-macros.lisp (file).

Source

coalton-compiler.asd.

Parent Component

coalton-compiler (system).

Public Interface

4.1.91 coalton-compiler/lock-package.lisp

If Feature

:sb-package-locks

Dependency

language-macros.lisp (file).

Source

coalton-compiler.asd.

Parent Component

coalton-compiler (system).


4.1.92 source-error/error.lisp

Source

source-error.asd.

Parent Component

source-error (system).

Packages

source-error/error.

Public Interface
Internals

4.1.93 source-error/package.lisp

Dependency

error.lisp (file).

Source

source-error.asd.

Parent Component

source-error (system).

Packages

source-error.


4.1.94 coalton/library/set-float-traps.lisp

Source

coalton.asd.

Parent Component

coalton/library (system).


4.1.95 coalton/library/utils.lisp

Dependency

set-float-traps.lisp (file).

Source

coalton.asd.

Parent Component

coalton/library (system).

Packages

coalton-library/utils.

Public Interface

defstdlib-package (macro).


4.1.96 coalton/library/types.lisp

Dependency

utils.lisp (file).

Source

coalton.asd.

Parent Component

coalton/library (system).

Packages

coalton-library/types.

Public Interface
Internals

4.1.97 coalton/library/primitive-types.lisp

Dependency

types.lisp (file).

Source

coalton.asd.

Parent Component

coalton/library (system).

Public Interface
Internals

4.1.98 coalton/library/classes.lisp

Dependency

primitive-types.lisp (file).

Source

coalton.asd.

Parent Component

coalton/library (system).

Packages

coalton-library/classes.

Public Interface
Internals

4.1.99 coalton/library/hash.lisp

Dependency

classes.lisp (file).

Source

coalton.asd.

Parent Component

coalton/library (system).

Packages

coalton-library/hash.

Public Interface
Internals

4.1.100 coalton/library/builtin.lisp

Dependency

hash.lisp (file).

Source

coalton.asd.

Parent Component

coalton/library (system).

Packages

coalton-library/builtin.

Public Interface

4.1.101 coalton/library/functions.lisp

Dependency

builtin.lisp (file).

Source

coalton.asd.

Parent Component

coalton/library (system).

Packages

coalton-library/functions.

Public Interface
Internals

4.1.103 coalton/library/bits.lisp

Dependency

boolean.lisp (file).

Source

coalton.asd.

Parent Component

coalton/library (system).

Packages

coalton-library/bits.

Public Interface
  • and (symbol macro).
  • and (function).
  • not (symbol macro).
  • not (function).
  • or (symbol macro).
  • or (function).
  • shift (symbol macro).
  • shift (function).
  • xor (symbol macro).
  • xor (function).
Internals

4.1.104 coalton/library/math/arith.lisp

Source

coalton.asd.

Parent Component

math (module).

Packages

coalton-library/math/arith.

Public Interface
Internals

4.1.105 coalton/library/math/num.lisp

Dependency

arith.lisp (file).

Source

coalton.asd.

Parent Component

math (module).

Packages

coalton-library/math/num.

Internals

4.1.106 coalton/library/math/bounded.lisp

Dependency

num.lisp (file).

Source

coalton.asd.

Parent Component

math (module).

Packages

coalton-library/math/bounded.

Public Interface
Internals

4.1.107 coalton/library/math/conversions.lisp

Dependency

bounded.lisp (file).

Source

coalton.asd.

Parent Component

math (module).

Packages

coalton-library/math/conversions.

Internals

4.1.108 coalton/library/math/fraction.lisp

Dependency

conversions.lisp (file).

Source

coalton.asd.

Parent Component

math (module).

Packages

coalton-library/math/fraction.

Public Interface
Internals

4.1.109 coalton/library/math/integral.lisp

Dependency

fraction.lisp (file).

Source

coalton.asd.

Parent Component

math (module).

Packages

coalton-library/math/integral.

Public Interface
Internals

4.1.110 coalton/library/math/real.lisp

Dependency

integral.lisp (file).

Source

coalton.asd.

Parent Component

math (module).

Packages

coalton-library/math/real.

Public Interface
Internals

4.1.111 coalton/library/math/complex.lisp

Dependency

real.lisp (file).

Source

coalton.asd.

Parent Component

math (module).

Packages

coalton-library/math/complex.

Public Interface
Internals

4.1.112 coalton/library/math/elementary.lisp

Dependency

complex.lisp (file).

Source

coalton.asd.

Parent Component

math (module).

Packages

coalton-library/math/elementary.

Public Interface
Internals

4.1.113 coalton/library/math/dyadic.lisp

Dependency

elementary.lisp (file).

Source

coalton.asd.

Parent Component

math (module).

Packages

coalton-library/math/dyadic.

Public Interface
Internals

4.1.114 coalton/library/math/dual.lisp

Dependency

dyadic.lisp (file).

Source

coalton.asd.

Parent Component

math (module).

Packages

coalton-library/math/dual.

Public Interface
Internals

4.1.115 coalton/library/randomaccess.lisp

Dependency

math (module).

Source

coalton.asd.

Parent Component

coalton/library (system).

Packages

coalton-library/randomaccess.

Public Interface
Internals

4.1.116 coalton/library/cell.lisp

Dependency

randomaccess.lisp (file).

Source

coalton.asd.

Parent Component

coalton/library (system).

Packages

coalton-library/cell.

Public Interface
Internals

4.1.117 coalton/library/tuple.lisp

Dependency

cell.lisp (file).

Source

coalton.asd.

Parent Component

coalton/library (system).

Packages

coalton-library/tuple.

Public Interface
Internals

4.1.118 coalton/library/iterator.lisp

Dependency

tuple.lisp (file).

Source

coalton.asd.

Parent Component

coalton/library (system).

Packages

coalton-library/iterator.

Public Interface
Internals