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 Jun 15 05:06:00 2025 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

4.1.119 coalton/library/optional.lisp

Dependency

iterator.lisp (file).

Source

coalton.asd.

Parent Component

coalton/library (system).

Packages

coalton-library/optional.

Public Interface
Internals

4.1.120 coalton/library/result.lisp

Dependency

optional.lisp (file).

Source

coalton.asd.

Parent Component

coalton/library (system).

Packages

coalton-library/result.

Public Interface
Internals

4.1.121 coalton/library/lisparray.lisp

Dependency

result.lisp (file).

Source

coalton.asd.

Parent Component

coalton/library (system).

Packages

coalton-library/lisparray.

Public Interface
Internals

4.1.122 coalton/library/list.lisp

Dependency

lisparray.lisp (file).

Source

coalton.asd.

Parent Component

coalton/library (system).

Packages

coalton-library/list.

Public Interface
Internals

4.1.123 coalton/library/vector.lisp

Dependency

list.lisp (file).

Source

coalton.asd.

Parent Component

coalton/library (system).

Packages

coalton-library/vector.

Public Interface
Internals

4.1.124 coalton/library/char.lisp

Dependency

vector.lisp (file).

Source

coalton.asd.

Parent Component

coalton/library (system).

Packages

coalton-library/char.

Public Interface
Internals

4.1.125 coalton/library/string.lisp

Dependency

char.lisp (file).

Source

coalton.asd.

Parent Component

coalton/library (system).

Packages

coalton-library/string.

Public Interface
Internals

4.1.126 coalton/library/slice.lisp

Dependency

string.lisp (file).

Source

coalton.asd.

Parent Component

coalton/library (system).

Packages

coalton-library/slice.

Public Interface
Internals

4.1.127 coalton/library/hashtable.lisp

Dependency

slice.lisp (file).

Source

coalton.asd.

Parent Component

coalton/library (system).

Packages

coalton-library/hashtable.

Public Interface
Internals

4.1.128 coalton/library/queue.lisp

Dependency

hashtable.lisp (file).

Source

coalton.asd.

Parent Component

coalton/library (system).

Packages

coalton-library/queue.

Public Interface
Internals

4.1.129 coalton/library/monad/state.lisp

Dependency

queue.lisp (file).

Source

coalton.asd.

Parent Component

coalton/library (system).

Packages

coalton-library/monad/state.

Public Interface
  • get (symbol macro).
  • put (symbol macro).
  • put (function).
  • run (symbol macro).
  • run (function).
  • st (symbol macro).
  • st (function).
Internals

4.1.130 coalton/library/ord-tree.lisp

Dependency

monad/state.lisp (file).

Source

coalton.asd.

Parent Component

coalton/library (system).

Packages

coalton-library/ord-tree.

Public Interface
Internals

4.1.131 coalton/library/ord-map.lisp

Dependency

ord-tree.lisp (file).

Source

coalton.asd.

Parent Component

coalton/library (system).

Packages

coalton-library/ord-map.

Public Interface
Internals

4.1.132 coalton/library/monad/free.lisp

Dependency

ord-map.lisp (file).

Source

coalton.asd.

Parent Component

coalton/library (system).

Packages

coalton-library/monad/free.

Public Interface
Internals

4.1.133 coalton/library/seq.lisp

Dependency

monad/free.lisp (file).

Source

coalton.asd.

Parent Component

coalton/library (system).

Packages

coalton-library/seq.

Public Interface
Internals

4.1.134 coalton/library/system.lisp

Dependency

seq.lisp (file).

Source

coalton.asd.

Parent Component

coalton/library (system).

Packages

coalton-library/system.

Public Interface
Internals

4.1.135 coalton/library/file.lisp

Dependency

system.lisp (file).

Source

coalton.asd.

Parent Component

coalton/library (system).

Packages

coalton-library/file.

Public Interface
Internals

4.1.136 coalton/library/prelude.lisp

Dependency

file.lisp (file).

Source

coalton.asd.

Parent Component

coalton/library (system).

Packages

4.1.137 coalton-asdf/coalton-asdf.lisp

Source

coalton-asdf.asd.

Parent Component

coalton-asdf (system).


4.1.138 coalton/hashtable-shim/defs.lisp

Source

coalton.asd.

Parent Component

coalton/hashtable-shim (system).

Packages

coalton/hashtable-shim.

Internals

4.1.139 coalton/hashtable-shim/impl-sbcl.lisp

If Feature

:sbcl

Dependency

defs.lisp (file).

Source

coalton.asd.

Parent Component

coalton/hashtable-shim (system).

Public Interface

4.1.140 coalton/hashtable-shim/hash-table.lisp

If Feature

(:not :sbcl)

Dependencies
Source

coalton.asd.

Parent Component

coalton/hashtable-shim (system).


4.1.141 coalton/hashtable-shim/impl-custom.lisp

If Feature

(:not :sbcl)

Dependencies
Source

coalton.asd.

Parent Component

coalton/hashtable-shim (system).


5 Packages

Packages are listed by definition order.


5.1 coalton-impl/algorithm/immutable-map

Source

immutable-map.lisp.

Use List

common-lisp.

Used By List

coalton-impl/algorithm.

Public Interface
Internals

5.2 coalton-impl/parser/binding

Source

binding.lisp.

Use List
Used By List

coalton-impl/parser.

Public Interface
Internals

initform-abstraction-p (generic function).


5.3 coalton-impl/parser/types

Source

types.lisp.

Use List
Used By List
Public Interface
Internals

5.4 coalton-library/math/conversions

Source

conversions.lisp.

Use List
Used By List

coalton-library/math.

Internals

5.5 coalton-library/math/arith

Source

arith.lisp.

Use List
Used By List
Public Interface
Internals

5.6 coalton-library/slice

Source

slice.lisp.

Use List
Public Interface
Internals

5.7 coalton-impl/typechecker/kinds

Source

kinds.lisp.

Use List
Used By List
Public Interface
Internals

5.9 coalton-library/math/integral

Source

integral.lisp.

Use List
Used By List
Public Interface
Internals

5.11 coalton-library/file

This is Coalton’s library for directory utilities and file IO.

Most functions return outputs of type ‘(Result FileError :a)‘, ensuring that errors can be assessed and handled.

File IO is handled using stream options, for instance:

“‘
(with-open-file (Bidirectional file EError)
(fn (stream)
(write-string stream "Hello World!")
(read-file-to-vector stream)
“‘

Common Lisp makes a distinction between file and directory paths. Directory paths are always terminated with a trailing slash, file paths must never have a trailing slash.

Source

file.lisp.

Use List
Public Interface
Internals

5.12 coalton-impl/parser/macro

Source

macro.lisp.

Use List
Used By List
Public Interface

expand-macro (function).

Internals

5.13 coalton-user

Source

prelude.lisp.

Use List

5.14 coalton-library/math/real

Source

real.lisp.

Use List
Used By List
Public Interface
Internals

5.15 coalton-impl/typechecker/pattern

Source

pattern.lisp.

Use List

common-lisp.

Used By List
Public Interface
Internals

5.16 coalton-impl/codegen/monomorphize

Source

monomorphize.lisp.

Use List
Public Interface
Internals

5.17 coalton-impl/codegen/resolve-instance

Source

resolve-instance.lisp.

Use List
Used By List
Public Interface
Internals

5.18 coalton-impl/algorithm

Implementation of generic algorithms used by COALTON. This is a package private to the COALTON system and is not intended for public use.

Source

package.lisp.

Use List
Used By List

coalton-impl/typechecker/environment.


5.19 coalton-impl/analysis/underapplied-values

Source

underapplied-values.lisp.

Use List

common-lisp.

Public Interface

find-underapplied-values (function).


5.20 coalton-impl/faux-macros

Source

faux-macros.lisp.

Use List

common-lisp.

Internals

5.21 coalton-impl/analysis/analysis

Source

analysis.lisp.

Use List
Used By List

coalton-impl/analysis.

Public Interface

analyze-translation-unit (function).

Internals

5.23 coalton-library/char

Source

char.lisp.

Use List
Public Interface
Internals

5.25 coalton-library/math/num

Source

num.lisp.

Use List
Used By List

coalton-library/math.

Internals

5.26 coalton-library/hash

Source

hash.lisp.

Use List
Used By List
Public Interface
Internals

5.27 coalton-impl/util

Utility functions and methods used throughout COALTON.

Source

utilities.lisp.

Use List

common-lisp.

Public Interface
Internals

5.28 coalton-library/hashtable

Source

hashtable.lisp.

Use List
Public Interface
Internals

5.30 coalton-library/seq

Source

seq.lisp.

Use List
Public Interface
Internals

5.31 coalton-library/math/dyadic

Source

dyadic.lisp.

Use List
Public Interface
Internals

5.32 source-error/error

Source

error.lisp.

Use List

common-lisp.

Used By List

source-error.

Public Interface
Internals

5.33 coalton-impl/parser/type-definition

Source

type-definition.lisp.

Use List
Used By List

coalton-impl/parser.

Public Interface
Internals

5.34 coalton-impl/analysis/unused-variables

Source

unused-variables.lisp.

Use List

common-lisp.

Used By List

coalton-impl/analysis.

Public Interface

find-unused-variables (function).

Internals

variable-binding (function).


5.36 coalton-impl/typechecker/toplevel

Source

toplevel.lisp.

Use List
Used By List
Public Interface
Internals

5.37 coalton-impl/source

Source

source.lisp.

Use List

common-lisp.

Public Interface
Internals

5.38 coalton-impl/typechecker/context-reduction

Source

context-reduction.lisp.

Use List
Used By List

coalton-impl/typechecker/stage-1.

Public Interface
Internals

5.40 coalton-impl/typechecker/map

Source

map.lisp.

Use List

common-lisp.

Used By List
Public Interface
Internals

5.41 coalton-library/list

Source

list.lisp.

Use List
Public Interface
Internals

5.42 coalton/hashtable-shim

A Common Lisp interface for generic mutable hash tables, for use in COALTON-LIBRARY’s hash tables.

Source

defs.lisp.

Use List

common-lisp.

Public Interface
Internals

5.43 coalton-impl/entry

Source

entry.lisp.

Use List

common-lisp.

Public Interface
Internals

5.44 coalton-library/randomaccess

Source

randomaccess.lisp.

Use List
Public Interface
Internals

5.45 coalton-library/math/elementary

Source

elementary.lisp.

Use List
Used By List
Public Interface
Internals

5.46 coalton-library/string

Source

string.lisp.

Use List
Public Interface
Internals

5.47 coalton-impl/codegen/traverse

Source

traverse.lisp.

Use List
Used By List

coalton-impl/codegen/transformations.

Public Interface
Internals

5.48 coalton-impl/codegen/translate-expression

Source

translate-expression.lisp.

Use List
Public Interface
Internals

5.50 coalton-impl/codegen/ast

Source

ast.lisp.

Use List
Used By List
Public Interface
Internals

5.51 coalton-impl/codegen/ast-substitutions

Source

ast-substitutions.lisp.

Use List
Public Interface
Internals

5.52 coalton-library/math/bounded

Source

bounded.lisp.

Use List
Used By List
Public Interface
Internals

5.53 coalton-library/types

Source

types.lisp.

Use List

coalton.

Public Interface
Internals

5.54 coalton-impl/codegen/codegen-pattern

Source

codegen-pattern.lisp.

Use List
Public Interface

codegen-pattern (generic function).


5.55 coalton-library/queue

Source

queue.lisp.

Use List
Public Interface
Internals

5.56 coalton-impl/runtime/function-entry

Source

function-entry.lisp.

Use List

common-lisp.

Used By List

coalton-impl/runtime.

Public Interface
Internals

5.57 coalton-library/bits

Source

bits.lisp.

Use List

coalton.

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

5.58 coalton-impl/global-lexical

Source

global-lexical.lisp.

Use List

common-lisp.

Public Interface
Internals

5.59 coalton-library/result

Source

result.lisp.

Use List
Public Interface
Internals

5.60 coalton-impl/constants

Source

constants.lisp.

Use List

common-lisp.

Public Interface

+default-loop-label+ (constant).


5.62 coalton-library/system

Source

system.lisp.

Use List
Used By List

coalton-library/file.

Public Interface
Internals

5.63 coalton-impl/parser/%defpackage

The sole purpose of this package is to provide storage for symbols that are interned while Coalton package forms are read.

Source

toplevel.lisp.


5.66 coalton-impl/algorithm/immutable-listmap

Source

immutable-listmap.lisp.

Use List

common-lisp.

Used By List

coalton-impl/algorithm.

Public Interface
Internals

5.67 coalton-impl/algorithm/tarjan-scc

Source

tarjan-scc.lisp.

Use List

common-lisp.

Used By List

coalton-impl/algorithm.

Public Interface

tarjan-scc (function).

Internals

5.68 coalton-impl/typechecker/environment

Source

environment.lisp.

Use List
Used By List
Public Interface
Internals

5.69 coalton-impl/codegen/typecheck-node

Source

typecheck-node.lisp.

Use List
Public Interface

typecheck-node (generic function).


5.70 coalton-impl/codegen/translate-instance

Source

translate-instance.lisp.

Use List
Public Interface

translate-instance (function).


5.71 coalton-library/math/fraction

Source

fraction.lisp.

Use List
Used By List
Public Interface
Internals

5.72 coalton-impl/debug

Source

debug.lisp.

Use List

common-lisp.


5.73 coalton-impl/typechecker/fundeps

Source

fundeps.lisp.

Use List

common-lisp.

Used By List

coalton-impl/typechecker/stage-1.

Public Interface
Internals

5.75 coalton-impl/codegen

Source

package.lisp.

Use List

common-lisp.


5.76 coalton-impl/typechecker/types

Source

types.lisp.

Use List
Used By List
Public Interface
Internals

5.77 coalton-impl/codegen/optimizer

Source

optimizer.lisp.

Use List
Public Interface
Internals

5.79 coalton-impl/typechecker/binding

Source

binding.lisp.

Use List
Used By List

coalton-impl/typechecker.

Public Interface

5.81 coalton-impl/codegen/codegen-expression

Source

codegen-expression.lisp.

Use List
Public Interface
Internals

5.82 coalton-impl/typechecker/define-class

Source

define-class.lisp.

Use List
Used By List

coalton-impl/typechecker.

Public Interface

toplevel-define-class (function).

Internals

5.83 coalton-library/ord-map

Source

ord-map.lisp.

Use List
Public Interface
Internals

5.84 coalton-impl/typechecker/lisp-type

Source

lisp-type.lisp.

Use List
Used By List

coalton-impl/typechecker/stage-1.

Public Interface

lisp-type (generic function).

Internals

5.85 coalton-impl/reader

Source

reader.lisp.

Use List

common-lisp.

Internals

5.86 coalton-impl/parser/toplevel

Source

toplevel.lisp.

Use List
Used By List
Public Interface
Internals

5.88 coalton-impl/analysis/pattern-exhaustiveness

Source

pattern-exhaustiveness.lisp.

Use List

common-lisp.

Used By List
Public Interface
Internals

5.89 coalton-impl/typechecker/accessor

Source

accessor.lisp.

Use List
Used By List
Public Interface
Internals

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

Source

struct-or-class.lisp.

Use List

common-lisp.

Public Interface
Internals

5.91 coalton-library/functions

Source

functions.lisp.

Use List
Used By List
Public Interface
Internals

5.93 coalton-library/iterator

Source

iterator.lisp.

Use List
Public Interface
Internals

5.94 coalton-impl/parser/pattern

Source

pattern.lisp.

Use List
Used By List
Public Interface
Internals

5.95 coalton-library/vector

Source

vector.lisp.

Use List
Public Interface
Internals

5.96 coalton-library/classes

Source

classes.lisp.

Use List

coalton.

Used By List
Public Interface
Internals

5.97 coalton-impl/typechecker/expression

Source

expression.lisp.

Use List
Used By List
Public Interface
Internals

5.98 coalton

Public interface to COALTON.

Source

package.lisp.

Used By List
Public Interface
Internals

5.99 coalton-impl/typechecker/specialize

Source

specialize.lisp.

Use List
Used By List

coalton-impl/typechecker.

Public Interface

toplevel-specialize (function).

Internals

process-specialize (function).


5.100 coalton-impl/parser/expression

Source

expression.lisp.

Use List
Used By List
Public Interface
Internals

5.102 coalton-library/lisparray

Source

lisparray.lisp.

Use List

coalton.

Public Interface
Internals

5.106 coalton-library/cell

Source

cell.lisp.

Use List
Public Interface
Internals

5.107 coalton-library/ord-tree

Source

ord-tree.lisp.

Use List
Public Interface
Internals

5.108 coalton-impl/codegen/codegen-type-definition

Source

codegen-type-definition.lisp.

Use List

common-lisp.

Public Interface

5.110 coalton-library/math/complex

Source

complex.lisp.

Use List
Used By List
Public Interface
Internals

5.111 coalton-impl/codegen/hoister

Source

hoister.lisp.

Use List
Public Interface
Internals

5.112 coalton-impl/settings

Source

settings.lisp.

Use List

common-lisp.

Public Interface
Internals

5.113 coalton-library/monad/free

Source

monad/free.lisp.

Use List
Public Interface
Internals

5.114 coalton-library/optional

Source

optional.lisp.

Use List
Used By List
Public Interface
Internals

5.115 coalton-impl/codegen/constant-propagation

Source

constant-propagation.lisp.

Use List
Public Interface

propagate-constants (function).

Internals

5.116 coalton-impl/typechecker/tc-env

Source

tc-env.lisp.

Use List
Used By List
Public Interface
Internals

5.118 coalton-impl/typechecker/traverse

Source

traverse.lisp.

Use List
Used By List
Public Interface
Internals

5.119 coalton-impl/parser/reader

Source

reader.lisp.

Use List

common-lisp.

Used By List
Public Interface
Internals

coalton-eclector-client (class).


5.120 coalton-impl/codegen/program

Source

program.lisp.

Use List
Public Interface
Internals

5.121 source-error

Source

package.lisp.

Use List

source-error/error.


5.123 coalton-library/math/dual

Dual numbers are a hypercomplex number system [1]. A dual number has
the form ‘a + bε‘ where ‘a‘ and ‘b‘ are real numbers and ‘ε‘ is a
symbol that satisfies ‘ε^2 = 0‘ and ‘ε != 0‘. The value ‘a‘ is often
called the *primal part* and the value ‘b‘ is often called the *dual
part*. One application of dual numbers is automatic differentiation;
an example taken from [2] is as follows.

Consider the function ‘f(x) = 3x+2‘ and you want to calculate ‘f(4)‘
and ‘f’(4)‘. By the usual rules of differentiation, we know ‘f’(x) = 3‘
and thus ‘(f(4), f’(4)) = (14, 3)‘. We seek to recover this with
dual numbers.

With dual numbers, we can calculate

“‘
f(a) + f’(a)ε
“‘

by taking a real-valued function ‘f‘ and evaluating as if it were a dual-valued function at the point ‘a + ε‘. Thus, for the defined ‘f‘,
we have:

“‘
f(4 + ε) = 3(4 + ε) + 2
= 3*4 + 3ε + 2
= 14 + 3ε.
“‘

In this result, the primal ‘14‘ is the value of ‘f(4)‘ and the dual is
the value of of ‘f’(4)‘.

Haskell has an automatic differentiation library and you can find it here [3].

Limitations:

We have decided to implement Ord, Eq, and Hash to look at only the
primal part of numbers. This is so the Dual type can be used primarily
for the purpose of automatic differentiation of existing code, and not
for general abstract mathematics. If you need these type classes
acting in the usual way (i.e., on both primal and dual parts), then we recommend making your own data type which wraps a dual number.

References:

- [1] https://en.wikipedia.org/wiki/Dual_number
- [2] https://blog.demofox.org/2014/12/30/dual-numbers-automatic-differentiation/ - [3] https://hackage.haskell.org/package/ad

Source

dual.lisp.

Use List
Used By List

coalton-library/math.

Public Interface
Internals

5.124 coalton-impl/codegen/transformations

Source

transformations.lisp.

Use List
Public Interface

rename-type-variables (function).


5.125 coalton-library/tuple

Source

tuple.lisp.

Use List
Used By List
Public Interface
Internals

5.127 coalton-impl/typechecker/type-errors

Source

type-errors.lisp.

Use List
Used By List
Public Interface
Internals

5.129 coalton-impl/codegen/codegen-class

Source

codegen-class.lisp.

Use List

common-lisp.

Public Interface

codegen-class-definitions (function).

Internals

make-method-fun (function).


5.130 coalton-impl/parser/cursor

Source

cursor.lisp.

Use List

common-lisp.

Public Interface
Internals

5.131 coalton-impl/typechecker/define-instance

Source

define-instance.lisp.

Use List
Used By List

coalton-impl/typechecker.

Public Interface

toplevel-typecheck-instance (function).

Internals

6 Definitions

Definitions are sorted by export status, category, package, and then by lexicographic order.


6.1 Public Interface


6.1.1 Constants

Constant: +default-loop-label+

Supplied as a loop label in while, while-let, for, loop, break and continue when a label is not supplied by the user.

Package

coalton-impl/constants.

Source

constants.lisp.

Constant: +fundep-max-depth+

Maximum number of times to cycle when waiting for fundeps to fixpoint

Package

coalton-impl/typechecker/fundeps.

Source

fundeps.lisp.

Constant: +keyword-package+
Package

coalton-impl/util.

Source

utilities.lisp.

Constant: +kstar+
Package

coalton-impl/typechecker/kinds.

Source

kinds.lisp.


6.1.2 Special variables

Special Variable: *arrow-type*
Package

coalton-impl/typechecker/types.

Source

types.lisp.

Special Variable: *boolean-type*
Package

coalton-impl/typechecker/types.

Source

types.lisp.

Special Variable: *char-type*
Package

coalton-impl/typechecker/types.

Source

types.lisp.

Special Variable: *coalton-disable-specialization*
Package

coalton-impl/settings.

Source

settings.lisp.

Special Variable: *coalton-eclector-client*
Package

coalton-impl/parser/reader.

Source

reader.lisp.

Special Variable: *coalton-heuristic-inlining*
Package

coalton-impl/settings.

Source

settings.lisp.

Special Variable: *coalton-optimize*
Package

coalton-impl/settings.

Source

settings.lisp.

Special Variable: *coalton-optimize-library*
Package

coalton-impl/settings.

Source

settings.lisp.

Special Variable: *coalton-pretty-print-tyvars*

Whether to print all tyvars using type variable syntax

This requires a valid PPRINT-VARIABLE-CONTEXT

Package

coalton-impl/typechecker/base.

Source

base.lisp.

Special Variable: *coalton-print-unicode*

Whether to print coalton info using unicode symbols

Package

coalton-impl/settings.

Source

settings.lisp.

Special Variable: *codegen-hook*

A hook that provides access to intermediate program representations during code generation.

A function bound here will be called with a keyword category, and one or more additional arguments, depending on the value of that keyword. Keyword values:

:AST name type value

Toplevel definitions, after type checking and before compilation.

Package

coalton-impl/codegen/program.

Source

program.lisp.

Special Variable: *compile-print-types*

Print types of definitions to standard output on compile.

Package

coalton-impl/settings.

Source

settings.lisp.

Special Variable: *double-float-type*
Package

coalton-impl/typechecker/types.

Source

types.lisp.

Special Variable: *emit-type-annotations*

Configure the backend to insert or remove type annotations from the generated code.

Package

coalton-impl/settings.

Source

settings.lisp.

Special Variable: *fraction-type*
Package

coalton-impl/typechecker/types.

Source

types.lisp.

Special Variable: *global-environment*
Package

coalton-impl/entry.

Source

entry.lisp.

Special Variable: *ifix-type*
Package

coalton-impl/typechecker/types.

Source

types.lisp.

Special Variable: *integer-type*
Package

coalton-impl/typechecker/types.

Source

types.lisp.

Special Variable: *list-type*
Package

coalton-impl/typechecker/types.

Source

types.lisp.

Special Variable: *pprint-tyvar-dict*
Package

coalton-impl/typechecker/base.

Source

base.lisp.

Special Variable: *pprint-variable-symbol-code*
Package

coalton-impl/typechecker/base.

Source

base.lisp.

Special Variable: *pprint-variable-symbol-suffix*
Package

coalton-impl/typechecker/base.

Source

base.lisp.

Special Variable: *single-float-type*
Package

coalton-impl/typechecker/types.

Source

types.lisp.

Special Variable: *source-error-context*
Package

source-error/error.

Source

error.lisp.

Special Variable: *string-type*
Package

coalton-impl/typechecker/types.

Source

types.lisp.

Special Variable: *traverse*

The recursive function reference for the current traversal. This will be bound for the extent of any traversal. Inside of an
‘action‘, ‘(funcall *traverse* node)‘ may be used to invoke recursion.

Package

coalton-impl/codegen/traverse.

Source

traverse.lisp.

Special Variable: *ufix-type*
Package

coalton-impl/typechecker/types.

Source

types.lisp.

Special Variable: *unit-type*
Package

coalton-impl/typechecker/types.

Source

types.lisp.

Special Variable: *update-hook*
Package

coalton-impl/typechecker/environment.

Source

environment.lisp.


6.1.3 Symbol macros

Symbol Macro: *
Package

coalton-library/classes.

Source

classes.lisp.

Symbol Macro: +
Package

coalton-library/classes.

Source

classes.lisp.

Symbol Macro: -
Package

coalton-library/classes.

Source

classes.lisp.

Symbol Macro: /
Package

coalton-library/math/arith.

Source

arith.lisp.

Symbol Macro: /=
Package

coalton-library/functions.

Source

functions.lisp.

Symbol Macro: 1+
Package

coalton-library/math/arith.

Source

arith.lisp.

Symbol Macro: 1-
Package

coalton-library/math/arith.

Source

arith.lisp.

Symbol Macro: <
Package

coalton-library/classes.

Source

classes.lisp.

Symbol Macro: <=
Package

coalton-library/classes.

Source

classes.lisp.

Symbol Macro: <=>
Package

coalton-library/classes.

Source

classes.lisp.

Symbol Macro: <>
Package

coalton-library/classes.

Source

classes.lisp.

Symbol Macro: ==
Package

coalton-library/classes.

Source

classes.lisp.

Symbol Macro: >
Package

coalton-library/classes.

Source

classes.lisp.

Symbol Macro: >=
Package

coalton-library/classes.

Source

classes.lisp.

Symbol Macro: >>
Package

coalton-library/classes.

Source

classes.lisp.

Symbol Macro: >>=
Package

coalton-library/classes.

Source

classes.lisp.

Symbol Macro: ^
Package

coalton-library/math/integral.

Source

integral.lisp.

Symbol Macro: ^^
Package

coalton-library/math/integral.

Source

integral.lisp.

Symbol Macro: abort
Package

coalton-library/file.

Source

file.lisp.

Symbol Macro: abs
Package

coalton-library/math/arith.

Source

arith.lisp.

Symbol Macro: acos
Package

coalton-library/math/elementary.

Source

elementary.lisp.

Symbol Macro: acosh
Package

coalton-library/math/elementary.

Source

elementary.lisp.

Symbol Macro: add-feature
Package

coalton-library/system.

Source

system.lisp.

Symbol Macro: all
Package

coalton-library/list.

Source

list.lisp.

Symbol Macro: alpha?
Package

coalton-library/char.

Source

char.lisp.

Symbol Macro: alt
Package

coalton-library/classes.

Source

classes.lisp.

Symbol Macro: and
Package

coalton-library/bits.

Source

bits.lisp.

Symbol Macro: and!
Package

coalton-library/iterator.

Source

iterator.lisp.

Symbol Macro: any
Package

coalton-library/list.

Source

list.lisp.

Symbol Macro: any!
Package

coalton-library/iterator.

Source

iterator.lisp.

Symbol Macro: append
Package

coalton-library/file.

Source

file.lisp.

Symbol Macro: append
Package

coalton-library/list.

Source

list.lisp.

Symbol Macro: append
Package

coalton-library/queue.

Source

queue.lisp.

Symbol Macro: append
Package

coalton-library/vector.

Source

vector.lisp.

Symbol Macro: append-to-file!
Package

coalton-library/file.

Source

file.lisp.

Symbol Macro: architecture
Package

coalton-library/system.

Source

system.lisp.

Symbol Macro: aref
Package

coalton-library/randomaccess.

Source

randomaccess.lisp.

Symbol Macro: aref
Package

coalton-library/lisparray.

Source

lisparray.lisp.

Symbol Macro: argv0
Package

coalton-library/system.

Source

system.lisp.

Symbol Macro: as-optional
Package

coalton-library/classes.

Source

classes.lisp.

Symbol Macro: as-proxy-of
Package

coalton-library/types.

Source

types.lisp.

Symbol Macro: ascii-alpha?
Package

coalton-library/char.

Source

char.lisp.

Symbol Macro: ascii-alphanumeric?
Package

coalton-library/char.

Source

char.lisp.

Symbol Macro: ascii-digit?
Package

coalton-library/char.

Source

char.lisp.

Symbol Macro: ascii-lowercase?
Package

coalton-library/char.

Source

char.lisp.

Symbol Macro: ascii-uppercase?
Package

coalton-library/char.

Source

char.lisp.

Symbol Macro: ash
Package

coalton-library/math/arith.

Source

arith.lisp.

Symbol Macro: asin
Package

coalton-library/math/elementary.

Source

elementary.lisp.

Symbol Macro: asinh
Package

coalton-library/math/elementary.

Source

elementary.lisp.

Symbol Macro: asum
Package

coalton-library/functions.

Source

functions.lisp.

Symbol Macro: atan
Package

coalton-library/math/elementary.

Source

elementary.lisp.

Symbol Macro: atan2
Package

coalton-library/math/elementary.

Source

elementary.lisp.

Symbol Macro: atanh
Package

coalton-library/math/elementary.

Source

elementary.lisp.

Symbol Macro: best-approx
Package

coalton-library/math/real.

Source

real.lisp.

Symbol Macro: bidirectional
Package

coalton-library/file.

Source

file.lisp.

Symbol Macro: bimap
Package

coalton-library/classes.

Source

classes.lisp.

Symbol Macro: boolean-and
Package

coalton-library/builtin.

Source

builtin.lisp.

Symbol Macro: boolean-not
Package

coalton-library/builtin.

Source

builtin.lisp.

Symbol Macro: boolean-or
Package

coalton-library/builtin.

Source

builtin.lisp.

Symbol Macro: boolean-xor
Package

coalton-library/builtin.

Source

builtin.lisp.

Symbol Macro: bracket
Package

coalton-library/functions.

Source

functions.lisp.

Symbol Macro: capacity
Package

coalton-library/vector.

Source

vector.lisp.

Symbol Macro: capture-profile
Package

coalton-library/system.

Source

system.lisp.

Symbol Macro: car
Package

coalton-library/list.

Source

list.lisp.

Symbol Macro: cdr
Package

coalton-library/list.

Source

list.lisp.

Symbol Macro: ceiling
Package

coalton-library/math/real.

Source

real.lisp.

Symbol Macro: ceiling/
Package

coalton-library/math/real.

Source

real.lisp.

Symbol Macro: chain!
Package

coalton-library/iterator.

Source

iterator.lisp.

Symbol Macro: char-code
Package

coalton-library/char.

Source

char.lisp.

Symbol Macro: chars
Package

coalton-library/string.

Source

string.lisp.

Symbol Macro: cis
Package

coalton-library/math/elementary.

Source

elementary.lisp.

Symbol Macro: clear!
Package

coalton-library/queue.

Source

queue.lisp.

Symbol Macro: clear!
Package

coalton-library/vector.

Source

vector.lisp.

Symbol Macro: close
Package

coalton-library/file.

Source

file.lisp.

Symbol Macro: cmd-args
Package

coalton-library/system.

Source

system.lisp.

Symbol Macro: code-char
Package

coalton-library/char.

Source

char.lisp.

Symbol Macro: collect
Package

coalton-library/ord-map.

Source

ord-map.lisp.

Symbol Macro: collect!
Package

coalton-library/ord-map.

Source

ord-map.lisp.

Symbol Macro: collect!
Package

coalton-library/iterator.

Source

iterator.lisp.

Symbol Macro: collect!
Package

coalton-library/ord-tree.

Source

ord-tree.lisp.

Symbol Macro: combine-hashes
Package

coalton-library/hash.

Source

hash.lisp.

Symbol Macro: combine-hashes-order-independent
Package

coalton-library/hash.

Source

hash.lisp.

Symbol Macro: combs
Package

coalton-library/list.

Source

list.lisp.

Symbol Macro: combsof
Package

coalton-library/list.

Source

list.lisp.

Symbol Macro: complement
Package

coalton-library/functions.

Source

functions.lisp.

Symbol Macro: complex
Package

coalton-library/math/complex.

Source

complex.lisp.

Symbol Macro: compose
Package

coalton-library/functions.

Source

functions.lisp.

Symbol Macro: conc
Package

coalton-library/seq.

Source

seq.lisp.

Symbol Macro: concat
Package

coalton-library/list.

Source

list.lisp.

Symbol Macro: concat
Package

coalton-library/string.

Source

string.lisp.

Symbol Macro: concatmap
Package

coalton-library/list.

Source

list.lisp.

Symbol Macro: conjoin
Package

coalton-library/functions.

Source

functions.lisp.

Symbol Macro: conjugate
Package

coalton-library/math/complex.

Source

complex.lisp.

Symbol Macro: cons
Package

coalton.

Source

primitive-types.lisp.

Symbol Macro: const
Package

coalton-library/functions.

Source

functions.lisp.

Symbol Macro: copy
Package

coalton-library/queue.

Source

queue.lisp.

Symbol Macro: copy
Package

coalton-library/vector.

Source

vector.lisp.

Symbol Macro: copy!
Package

coalton-library/file.

Source

file.lisp.

Symbol Macro: cos
Package

coalton-library/math/elementary.

Source

elementary.lisp.

Symbol Macro: cosh
Package

coalton-library/math/elementary.

Source

elementary.lisp.

Symbol Macro: count
Package

coalton-library/hashtable.

Source

hashtable.lisp.

Symbol Macro: count!
Package

coalton-library/iterator.

Source

iterator.lisp.

Symbol Macro: count-forever
Package

coalton-library/iterator.

Source

iterator.lisp.

Symbol Macro: countby
Package

coalton-library/list.

Source

list.lisp.

Symbol Macro: create-directory!
Package

coalton-library/file.

Source

file.lisp.

Symbol Macro: create-temp-directory!
Package

coalton-library/file.

Source

file.lisp.

Symbol Macro: create-temp-file!
Package

coalton-library/file.

Source

file.lisp.

Symbol Macro: curry
Package

coalton-library/functions.

Source

functions.lisp.

Symbol Macro: decreasing-order
Package

coalton-library/ord-tree.

Source

ord-tree.lisp.

Symbol Macro: decrement!
Package

coalton-library/cell.

Source

cell.lisp.

Symbol Macro: default
Package

coalton-library/classes.

Source

classes.lisp.

Symbol Macro: default?
Package

coalton-library/classes.

Source

classes.lisp.

Symbol Macro: defaulting-unwrap
Package

coalton-library/classes.

Source

classes.lisp.

Symbol Macro: delete-file!
Package

coalton-library/file.

Source

file.lisp.

Symbol Macro: denominator
Package

coalton-library/math/fraction.

Source

fraction.lisp.

Symbol Macro: difference
Package

coalton-library/list.

Source

list.lisp.

Symbol Macro: digit?
Package

coalton-library/char.

Source

char.lisp.

Symbol Macro: directory-exists?
Package

coalton-library/file.

Source

file.lisp.

Symbol Macro: directory-files
Package

coalton-library/file.

Source

file.lisp.

Symbol Macro: directory-pathname?
Package

coalton-library/file.

Source

file.lisp.

Symbol Macro: disjoin
Package

coalton-library/functions.

Source

functions.lisp.

Symbol Macro: div
Package

coalton-library/math/integral.

Source

integral.lisp.

Symbol Macro: divmod
Package

coalton-library/math/integral.

Source

integral.lisp.

Symbol Macro: down-from
Package

coalton-library/iterator.

Source

iterator.lisp.

Symbol Macro: downcase
Package

coalton-library/char.

Source

char.lisp.

Symbol Macro: drop
Package

coalton-library/list.

Source

list.lisp.

Symbol Macro: dual
Package

coalton-library/math/dual.

Source

dual.lisp.

Symbol Macro: dual-part
Package

coalton-library/math/dual.

Source

dual.lisp.

Symbol Macro: dyadic
Package

coalton-library/math/dyadic.

Source

dyadic.lisp.

Symbol Macro: ee
Package

coalton-library/math/elementary.

Source

elementary.lisp.

Symbol Macro: eerror
Package

coalton-library/file.

Source

file.lisp.

Symbol Macro: elementwise-hash!
Package

coalton-library/iterator.

Source

iterator.lisp.

Symbol Macro: elementwise-match!
Package

coalton-library/iterator.

Source

iterator.lisp.

Symbol Macro: elementwise==!
Package

coalton-library/iterator.

Source

iterator.lisp.

Symbol Macro: elemindex
Package

coalton-library/list.

Source

list.lisp.

Symbol Macro: empty
Package

coalton-library/ord-map.

Source

ord-map.lisp.

Symbol Macro: empty
Package

coalton-library/iterator.

Source

iterator.lisp.

Symbol Macro: empty
Package

coalton-library/classes.

Source

classes.lisp.

Symbol Macro: empty
Package

coalton-library/ord-tree.

Source

ord-tree.lisp.

Symbol Macro: empty?
Package

coalton-library/file.

Source

file.lisp.

Symbol Macro: empty?
Package

coalton-library/seq.

Source

seq.lisp.

Symbol Macro: empty?
Package

coalton-library/queue.

Source

queue.lisp.

Symbol Macro: empty?
Package

coalton-library/vector.

Source

vector.lisp.

Symbol Macro: entries
Package

coalton-library/hashtable.

Source

hashtable.lisp.

Symbol Macro: entries
Package

coalton-library/ord-map.

Source

ord-map.lisp.

Symbol Macro: enumerate!
Package

coalton-library/iterator.

Source

iterator.lisp.

Symbol Macro: eq
Package

coalton-library/classes.

Source

classes.lisp.

Symbol Macro: equivalence-classes
Package

coalton-library/list.

Source

list.lisp.

Symbol Macro: equivalence-classes-by
Package

coalton-library/list.

Source

list.lisp.

Symbol Macro: err
Package

coalton-library/classes.

Source

classes.lisp.

Symbol Macro: err?
Package

coalton-library/result.

Source

result.lisp.

Symbol Macro: error
Package

coalton-library/classes.

Source

classes.lisp.

Symbol Macro: even?
Package

coalton-library/math/integral.

Source

integral.lisp.

Symbol Macro: every!
Package

coalton-library/iterator.

Source

iterator.lisp.

Symbol Macro: exact/
Package

coalton-library/math/real.

Source

real.lisp.

Symbol Macro: exists?
Package

coalton-library/file.

Source

file.lisp.

Symbol Macro: exp
Package

coalton-library/math/elementary.

Source

elementary.lisp.

Symbol Macro: expect
Package

coalton-library/classes.

Source

classes.lisp.

Symbol Macro: extend!
Package

coalton-library/hashtable.

Source

hashtable.lisp.

Symbol Macro: extend!
Package

coalton-library/queue.

Source

queue.lisp.

Symbol Macro: extend!
Package

coalton-library/vector.

Source

vector.lisp.

Symbol Macro: fail
Package

coalton-library/classes.

Source

classes.lisp.

Symbol Macro: false
Package

coalton.

Source

primitive-types.lisp.

Symbol Macro: features
Package

coalton-library/system.

Source

system.lisp.

Symbol Macro: file-exists?
Package

coalton-library/file.

Source

file.lisp.

Symbol Macro: file-pathname?
Package

coalton-library/file.

Source

file.lisp.

Symbol Macro: file-position
Package

coalton-library/file.

Source

file.lisp.

Symbol Macro: fileerror
Package

coalton-library/file.

Source

file.lisp.

Symbol Macro: filter
Package

coalton-library/list.

Source

list.lisp.

Symbol Macro: filter!
Package

coalton-library/iterator.

Source

iterator.lisp.

Symbol Macro: filter-map!
Package

coalton-library/iterator.

Source

iterator.lisp.

Symbol Macro: find
Package

coalton-library/list.

Source

list.lisp.

Symbol Macro: find!
Package

coalton-library/iterator.

Source

iterator.lisp.

Symbol Macro: find-elem
Package

coalton-library/vector.

Source

vector.lisp.

Symbol Macro: find-map!
Package

coalton-library/iterator.

Source

iterator.lisp.

Symbol Macro: findindex
Package

coalton-library/list.

Source

list.lisp.

Symbol Macro: finite?
Package

coalton-library/math/arith.

Source

arith.lisp.

Symbol Macro: fix
Package

coalton-library/functions.

Source

functions.lisp.

Symbol Macro: flat-map!
Package

coalton-library/iterator.

Source

iterator.lisp.

Symbol Macro: flatten
Package

coalton-library/result.

Source

result.lisp.

Symbol Macro: flatten!
Package

coalton-library/iterator.

Source

iterator.lisp.

Symbol Macro: flip
Package

coalton-library/functions.

Source

functions.lisp.

Symbol Macro: floor
Package

coalton-library/math/real.

Source

real.lisp.

Symbol Macro: floor/
Package

coalton-library/math/real.

Source

real.lisp.

Symbol Macro: flush
Package

coalton-library/file.

Source

file.lisp.

Symbol Macro: fold
Package

coalton-library/classes.

Source

classes.lisp.

Symbol Macro: fold!
Package

coalton-library/iterator.

Source

iterator.lisp.

Symbol Macro: foldfree
Package

coalton-library/monad/free.

Source

monad/free.lisp.

Symbol Macro: foldr
Package

coalton-library/classes.

Source

classes.lisp.

Symbol Macro: for-each!
Package

coalton-library/iterator.

Source

iterator.lisp.

Symbol Macro: free
Package

coalton-library/monad/free.

Source

monad/free.lisp.

Symbol Macro: from-some
Package

coalton-library/optional.

Source

optional.lisp.

Symbol Macro: fromint
Package

coalton-library/classes.

Source

classes.lisp.

Symbol Macro: fst
Package

coalton-library/tuple.

Source

tuple.lisp.

Symbol Macro: gc
Package

coalton-library/system.

Source

system.lisp.

Symbol Macro: gcd
Package

coalton-library/math/integral.

Source

integral.lisp.

Symbol Macro: general/
Package

coalton-library/math/arith.

Source

arith.lisp.

Symbol Macro: get
Package

coalton-library/hashtable.

Source

hashtable.lisp.

Symbol Macro: get
Package

coalton-library/seq.

Source

seq.lisp.

Symbol Macro: get
Package

coalton-library/monad/state.

Source

monad/state.lisp.

Symbol Macro: get-bytes-consed
Package

coalton-library/system.

Source

system.lisp.

Symbol Macro: get-real-time
Package

coalton-library/system.

Source

system.lisp.

Symbol Macro: get-run-time
Package

coalton-library/system.

Source

system.lisp.

Symbol Macro: getenv
Package

coalton-library/system.

Source

system.lisp.

Symbol Macro: gt
Package

coalton-library/classes.

Source

classes.lisp.

Symbol Macro: hash
Package

coalton-library/hash.

Source

hash.lisp.

Symbol Macro: head
Package

coalton-library/list.

Source

list.lisp.

Symbol Macro: head
Package

coalton-library/vector.

Source

vector.lisp.

Symbol Macro: head-unsafe
Package

coalton-library/vector.

Source

vector.lisp.

Symbol Macro: hostname
Package

coalton-library/system.

Source

system.lisp.

Symbol Macro: id
Package

coalton-library/functions.

Source

functions.lisp.

Symbol Macro: ii
Package

coalton-library/math/complex.

Source

complex.lisp.

Symbol Macro: ilog
Package

coalton-library/math/integral.

Source

integral.lisp.

Symbol Macro: imag-part
Package

coalton-library/math/complex.

Source

complex.lisp.

Symbol Macro: implementation
Package

coalton-library/system.

Source

system.lisp.

Symbol Macro: increasing-order
Package

coalton-library/ord-tree.

Source

ord-tree.lisp.

Symbol Macro: increment!
Package

coalton-library/cell.

Source

cell.lisp.

Symbol Macro: index
Package

coalton-library/slice.

Source

slice.lisp.

Symbol Macro: index
Package

coalton-library/list.

Source

list.lisp.

Symbol Macro: index
Package

coalton-library/queue.

Source

queue.lisp.

Symbol Macro: index
Package

coalton-library/vector.

Source

vector.lisp.

Symbol Macro: index-of!
Package

coalton-library/iterator.

Source

iterator.lisp.

Symbol Macro: index-unsafe
Package

coalton-library/slice.

Source

slice.lisp.

Symbol Macro: index-unsafe
Package

coalton-library/queue.

Source

queue.lisp.

Symbol Macro: index-unsafe
Package

coalton-library/vector.

Source

vector.lisp.

Symbol Macro: inexact/
Package

coalton-library/math/real.

Source

real.lisp.

Symbol Macro: infinite?
Package

coalton-library/math/arith.

Source

arith.lisp.

Symbol Macro: infinity
Package

coalton-library/math/arith.

Source

arith.lisp.

Symbol Macro: init
Package

coalton-library/list.

Source

list.lisp.

Symbol Macro: input
Package

coalton-library/file.

Source

file.lisp.

Symbol Macro: insert
Package

coalton-library/list.

Source

list.lisp.

Symbol Macro: insert
Package

coalton-library/ord-map.

Source

ord-map.lisp.

Symbol Macro: insert
Package

coalton-library/ord-tree.

Source

ord-tree.lisp.

Symbol Macro: insert-or-replace
Package

coalton-library/ord-map.

Source

ord-map.lisp.

Symbol Macro: insert-or-replace
Package

coalton-library/ord-tree.

Source

ord-tree.lisp.

Symbol Macro: insertby
Package

coalton-library/list.

Source

list.lisp.

Symbol Macro: insertions
Package

coalton-library/list.

Source

list.lisp.

Symbol Macro: integral->num
Package

coalton-library/math/integral.

Source

integral.lisp.

Symbol Macro: intercalate
Package

coalton-library/list.

Source

list.lisp.

Symbol Macro: interleave!
Package

coalton-library/iterator.

Source

iterator.lisp.

Symbol Macro: intersection
Package

coalton-library/list.

Source

list.lisp.

Symbol Macro: intersperse
Package

coalton-library/list.

Source

list.lisp.

Symbol Macro: into
Package

coalton-library/classes.

Source

classes.lisp.

Symbol Macro: into-iter
Package

coalton-library/iterator.

Source

iterator.lisp.

Symbol Macro: isqrt
Package

coalton-library/math/integral.

Source

integral.lisp.

Symbol Macro: items!
Package

coalton-library/queue.

Source

queue.lisp.

Symbol Macro: iter-chunked
Package

coalton-library/slice.

Source

slice.lisp.

Symbol Macro: iter-chunked-exact
Package

coalton-library/slice.

Source

slice.lisp.

Symbol Macro: iter-sliding
Package

coalton-library/slice.

Source

slice.lisp.

Symbol Macro: keys
Package

coalton-library/hashtable.

Source

hashtable.lisp.

Symbol Macro: keys
Package

coalton-library/ord-map.

Source

ord-map.lisp.

Symbol Macro: last
Package

coalton-library/list.

Source

list.lisp.

Symbol Macro: last
Package

coalton-library/vector.

Source

vector.lisp.

Symbol Macro: last!
Package

coalton-library/iterator.

Source

iterator.lisp.

Symbol Macro: last-unsafe
Package

coalton-library/vector.

Source

vector.lisp.

Symbol Macro: lcm
Package

coalton-library/math/integral.

Source

integral.lisp.

Symbol Macro: length
Package

coalton-library/slice.

Source

slice.lisp.

Symbol Macro: length
Package

coalton-library/list.

Source

list.lisp.

Symbol Macro: length
Package

coalton-library/randomaccess.

Source

randomaccess.lisp.

Symbol Macro: length
Package

coalton-library/string.

Source

string.lisp.

Symbol Macro: length
Package

coalton-library/queue.

Source

queue.lisp.

Symbol Macro: length
Package

coalton-library/vector.

Source

vector.lisp.

Symbol Macro: length
Package

coalton-library/lisparray.

Source

lisparray.lisp.

Symbol Macro: lifta2
Package

coalton-library/classes.

Source

classes.lisp.

Symbol Macro: liftf
Package

coalton-library/monad/free.

Source

monad/free.lisp.

Symbol Macro: lisp-version
Package

coalton-library/system.

Source

system.lisp.

Symbol Macro: ln
Package

coalton-library/math/elementary.

Source

elementary.lisp.

Symbol Macro: log
Package

coalton-library/math/elementary.

Source

elementary.lisp.

Symbol Macro: lookup
Package

coalton-library/list.

Source

list.lisp.

Symbol Macro: lookup
Package

coalton-library/ord-map.

Source

ord-map.lisp.

Symbol Macro: lookup
Package

coalton-library/ord-tree.

Source

ord-tree.lisp.

Symbol Macro: lowercase?
Package

coalton-library/char.

Source

char.lisp.

Symbol Macro: lsh
Package

coalton-library/math/integral.

Source

integral.lisp.

Symbol Macro: lt
Package

coalton-library/classes.

Source

classes.lisp.

Symbol Macro: magnitude
Package

coalton-library/math/elementary.

Source

elementary.lisp.

Symbol Macro: make
Package

coalton-library/randomaccess.

Source

randomaccess.lisp.

Symbol Macro: make
Package

coalton-library/lisparray.

Source

lisparray.lisp.

Symbol Macro: make-uninitialized
Package

coalton-library/lisparray.

Source

lisparray.lisp.

Symbol Macro: map
Package

coalton-library/classes.

Source

classes.lisp.

Symbol Macro: map-err
Package

coalton-library/result.

Source

result.lisp.

Symbol Macro: map-fst
Package

coalton-library/classes.

Source

classes.lisp.

Symbol Macro: map-snd
Package

coalton-library/classes.

Source

classes.lisp.

Symbol Macro: map-while!
Package

coalton-library/iterator.

Source

iterator.lisp.

Symbol Macro: max
Package

coalton-library/classes.

Source

classes.lisp.

Symbol Macro: max!
Package

coalton-library/iterator.

Source

iterator.lisp.

Symbol Macro: maxbound
Package

coalton-library/math/bounded.

Source

bounded.lisp.

Symbol Macro: maximize-by!
Package

coalton-library/iterator.

Source

iterator.lisp.

Symbol Macro: maximum
Package

coalton-library/list.

Source

list.lisp.

Symbol Macro: mconcat
Package

coalton-library/classes.

Source

classes.lisp.

Symbol Macro: member
Package

coalton-library/list.

Source

list.lisp.

Symbol Macro: mempty
Package

coalton-library/classes.

Source

classes.lisp.

Symbol Macro: merge
Package

coalton-library/file.

Source

file.lisp.

Symbol Macro: merge
Package

coalton-library/ord-map.

Source

ord-map.lisp.

Symbol Macro: merge
Package

coalton-library/ord-tree.

Source

ord-tree.lisp.

Symbol Macro: min
Package

coalton-library/classes.

Source

classes.lisp.

Symbol Macro: min!
Package

coalton-library/iterator.

Source

iterator.lisp.

Symbol Macro: minbound
Package

coalton-library/math/bounded.

Source

bounded.lisp.

Symbol Macro: minimize-by!
Package

coalton-library/iterator.

Source

iterator.lisp.

Symbol Macro: minimum
Package

coalton-library/list.

Source

list.lisp.

Symbol Macro: mkfraction
Package

coalton-library/math/fraction.

Source

fraction.lisp.

Symbol Macro: mod
Package

coalton-library/math/integral.

Source

integral.lisp.

Symbol Macro: msum
Package

coalton-library/functions.

Source

functions.lisp.

Symbol Macro: nan
Package

coalton-library/math/arith.

Source

arith.lisp.

Symbol Macro: nan?
Package

coalton-library/math/arith.

Source

arith.lisp.

Symbol Macro: negate
Package

coalton-library/math/arith.

Source

arith.lisp.

Symbol Macro: negative-infinity
Package

coalton-library/math/arith.

Source

arith.lisp.

Symbol Macro: negative?
Package

coalton-library/math/arith.

Source

arith.lisp.

Symbol Macro: new
Package

coalton-library/slice.

Source

slice.lisp.

Symbol Macro: new
Package

coalton-library/hashtable.

Source

hashtable.lisp.

Symbol Macro: new
Package

coalton-library/seq.

Source

seq.lisp.

Symbol Macro: new
Package

coalton-library/queue.

Source

queue.lisp.

Symbol Macro: new
Package

coalton-library/iterator.

Source

iterator.lisp.

Symbol Macro: new
Package

coalton-library/vector.

Source

vector.lisp.

Symbol Macro: new
Package

coalton-library/cell.

Source

cell.lisp.

Symbol Macro: next!
Package

coalton-library/iterator.

Source

iterator.lisp.

Symbol Macro: nil
Package

coalton.

Source

primitive-types.lisp.

Symbol Macro: none
Package

coalton-library/classes.

Source

classes.lisp.

Symbol Macro: none?
Package

coalton-library/optional.

Source

optional.lisp.

Symbol Macro: nonnegative?
Package

coalton-library/math/arith.

Source

arith.lisp.

Symbol Macro: nonpositive?
Package

coalton-library/math/arith.

Source

arith.lisp.

Symbol Macro: nonzero?
Package

coalton-library/math/arith.

Source

arith.lisp.

Symbol Macro: not
Package

coalton-library/bits.

Source

bits.lisp.

Symbol Macro: not
Package

coalton-library/builtin.

Source

builtin.lisp.

Symbol Macro: nth
Package

coalton-library/list.

Source

list.lisp.

Symbol Macro: nth-cdr
Package

coalton-library/list.

Source

list.lisp.

Symbol Macro: nth-root
Package

coalton-library/math/elementary.

Source

elementary.lisp.

Symbol Macro: null?
Package

coalton-library/list.

Source

list.lisp.

Symbol Macro: numerator
Package

coalton-library/math/fraction.

Source

fraction.lisp.

Symbol Macro: odd?
Package

coalton-library/math/integral.

Source

integral.lisp.

Symbol Macro: ok
Package

coalton-library/classes.

Source

classes.lisp.

Symbol Macro: ok-or-error
Package

coalton-library/result.

Source

result.lisp.

Symbol Macro: ok?
Package

coalton-library/result.

Source

result.lisp.

Symbol Macro: once
Package

coalton-library/iterator.

Source

iterator.lisp.

Symbol Macro: open
Package

coalton-library/file.

Source

file.lisp.

Symbol Macro: optimize!
Package

coalton-library/iterator.

Source

iterator.lisp.

Symbol Macro: optimize-by!
Package

coalton-library/iterator.

Source

iterator.lisp.

Symbol Macro: optimumby
Package

coalton-library/list.

Source

list.lisp.

Symbol Macro: or
Package

coalton-library/bits.

Source

bits.lisp.

Symbol Macro: or!
Package

coalton-library/iterator.

Source

iterator.lisp.

Symbol Macro: os
Package

coalton-library/system.

Source

system.lisp.

Symbol Macro: output
Package

coalton-library/file.

Source

file.lisp.

Symbol Macro: overwrite
Package

coalton-library/file.

Source

file.lisp.

Symbol Macro: pair-with
Package

coalton-library/functions.

Source

functions.lisp.

Symbol Macro: pair-with!
Package

coalton-library/iterator.

Source

iterator.lisp.

Symbol Macro: parse-int
Package

coalton-library/string.

Source

string.lisp.

Symbol Macro: partition
Package

coalton-library/list.

Source

list.lisp.

Symbol Macro: peek
Package

coalton-library/queue.

Source

queue.lisp.

Symbol Macro: peek-unsafe
Package

coalton-library/queue.

Source

queue.lisp.

Symbol Macro: perms
Package

coalton-library/list.

Source

list.lisp.

Symbol Macro: phase
Package

coalton-library/math/elementary.

Source

elementary.lisp.

Symbol Macro: pi
Package

coalton-library/math/elementary.

Source

elementary.lisp.

Symbol Macro: polar
Package

coalton-library/math/elementary.

Source

elementary.lisp.

Symbol Macro: pop
Package

coalton-library/seq.

Source

seq.lisp.

Symbol Macro: pop!
Package

coalton-library/queue.

Source

queue.lisp.

Symbol Macro: pop!
Package

coalton-library/vector.

Source

vector.lisp.

Symbol Macro: pop!
Package

coalton-library/cell.

Source

cell.lisp.

Symbol Macro: pop-unsafe!
Package

coalton-library/queue.

Source

queue.lisp.

Symbol Macro: pop-unsafe!
Package

coalton-library/vector.

Source

vector.lisp.

Symbol Macro: positive?
Package

coalton-library/math/arith.

Source

arith.lisp.

Symbol Macro: pow
Package

coalton-library/math/elementary.

Source

elementary.lisp.

Symbol Macro: primal-part
Package

coalton-library/math/dual.

Source

dual.lisp.

Symbol Macro: print
Package

coalton-library/functions.

Source

functions.lisp.

Symbol Macro: product
Package

coalton-library/list.

Source

list.lisp.

Symbol Macro: profile
Package

coalton-library/system.

Source

system.lisp.

Symbol Macro: proper
Package

coalton-library/math/real.

Source

real.lisp.

Symbol Macro: proxy
Package

coalton-library/types.

Source

types.lisp.

Symbol Macro: proxy-inner
Package

coalton-library/types.

Source

types.lisp.

Symbol Macro: proxy-of
Package

coalton-library/types.

Source

types.lisp.

Symbol Macro: pure
Package

coalton-library/classes.

Source

classes.lisp.

Symbol Macro: push
Package

coalton-library/seq.

Source

seq.lisp.

Symbol Macro: push!
Package

coalton-library/queue.

Source

queue.lisp.

Symbol Macro: push!
Package

coalton-library/vector.

Source

vector.lisp.

Symbol Macro: push!
Package

coalton-library/cell.

Source

cell.lisp.

Symbol Macro: put
Package

coalton-library/seq.

Source

seq.lisp.

Symbol Macro: put
Package

coalton-library/monad/state.

Source

monad/state.lisp.

Symbol Macro: quantization
Package

coalton-library/math/real.

Source

real.lisp.

Symbol Macro: quantize
Package

coalton-library/math/real.

Source

real.lisp.

Symbol Macro: quot
Package

coalton-library/math/integral.

Source

integral.lisp.

Symbol Macro: quotrem
Package

coalton-library/math/integral.

Source

integral.lisp.

Symbol Macro: range
Package

coalton-library/char.

Source

char.lisp.

Symbol Macro: range
Package

coalton-library/list.

Source

list.lisp.

Symbol Macro: range-decreasing
Package

coalton-library/iterator.

Source

iterator.lisp.

Symbol Macro: range-increasing
Package

coalton-library/iterator.

Source

iterator.lisp.

Symbol Macro: read
Package

coalton-library/file.

Source

file.lisp.

Symbol Macro: read
Package

coalton-library/cell.

Source

cell.lisp.

Symbol Macro: read-char
Package

coalton-library/file.

Source

file.lisp.

Symbol Macro: read-file-lines
Package

coalton-library/file.

Source

file.lisp.

Symbol Macro: read-file-to-string
Package

coalton-library/file.

Source

file.lisp.

Symbol Macro: read-file-to-vector
Package

coalton-library/file.

Source

file.lisp.

Symbol Macro: read-vector
Package

coalton-library/file.

Source

file.lisp.

Symbol Macro: readable?
Package

coalton-library/randomaccess.

Source

randomaccess.lisp.

Symbol Macro: real-approx
Package

coalton-library/math/real.

Source

real.lisp.

Symbol Macro: real-part
Package

coalton-library/math/complex.

Source

complex.lisp.

Symbol Macro: reciprocal
Package

coalton-library/math/arith.

Source

arith.lisp.

Symbol Macro: recursive-iter
Package

coalton-library/iterator.

Source

iterator.lisp.

Symbol Macro: reduce
Package

coalton-library/functions.

Source

functions.lisp.

Symbol Macro: ref
Package

coalton-library/string.

Source

string.lisp.

Symbol Macro: ref-unchecked
Package

coalton-library/string.

Source

string.lisp.

Symbol Macro: rem
Package

coalton-library/math/integral.

Source

integral.lisp.

Symbol Macro: remove
Package

coalton-library/list.

Source

list.lisp.

Symbol Macro: remove
Package

coalton-library/ord-map.

Source

ord-map.lisp.

Symbol Macro: remove
Package

coalton-library/ord-tree.

Source

ord-tree.lisp.

Symbol Macro: remove!
Package

coalton-library/hashtable.

Source

hashtable.lisp.

Symbol Macro: remove-directory!
Package

coalton-library/file.

Source

file.lisp.

Symbol Macro: remove-directory-recursive!
Package

coalton-library/file.

Source

file.lisp.

Symbol Macro: remove-duplicates
Package

coalton-library/list.

Source

list.lisp.

Symbol Macro: remove-duplicates!
Package

coalton-library/iterator.

Source

hashtable.lisp.

Symbol Macro: remove-if
Package

coalton-library/list.

Source

list.lisp.

Symbol Macro: repeat
Package

coalton-library/list.

Source

list.lisp.

Symbol Macro: repeat
Package

coalton-library/iterator.

Source

iterator.lisp.

Symbol Macro: repeat-for
Package

coalton-library/iterator.

Source

iterator.lisp.

Symbol Macro: replace
Package

coalton-library/ord-map.

Source

ord-map.lisp.

Symbol Macro: replace
Package

coalton-library/ord-tree.

Source

ord-tree.lisp.

Symbol Macro: replace-or-insert
Package

coalton-library/ord-map.

Source

ord-map.lisp.

Symbol Macro: replace-or-insert
Package

coalton-library/ord-tree.

Source

ord-tree.lisp.

Symbol Macro: reverse
Package

coalton-library/list.

Source

list.lisp.

Symbol Macro: reverse
Package

coalton-library/string.

Source

string.lisp.

Symbol Macro: round
Package

coalton-library/math/real.

Source

real.lisp.

Symbol Macro: round-half-down
Package

coalton-library/math/real.

Source

real.lisp.

Symbol Macro: round-half-up
Package

coalton-library/math/real.

Source

real.lisp.

Symbol Macro: round/
Package

coalton-library/math/real.

Source

real.lisp.

Symbol Macro: rsh
Package

coalton-library/math/integral.

Source

integral.lisp.

Symbol Macro: run
Package

coalton-library/monad/state.

Source

monad/state.lisp.

Symbol Macro: runtime-repr
Package

coalton-library/types.

Source

types.lisp.

Symbol Macro: runtime-repr-of
Package

coalton-library/types.

Source

types.lisp.

Symbol Macro: safe/
Package

coalton-library/math/real.

Source

real.lisp.

Symbol Macro: scale
Package

coalton-library/math/dyadic.

Source

dyadic.lisp.

Symbol Macro: sequence
Package

coalton-library/classes.

Source

classes.lisp.

Symbol Macro: set!
Package

coalton-library/slice.

Source

slice.lisp.

Symbol Macro: set!
Package

coalton-library/hashtable.

Source

hashtable.lisp.

Symbol Macro: set!
Package

coalton-library/randomaccess.

Source

randomaccess.lisp.

Symbol Macro: set!
Package

coalton-library/vector.

Source

vector.lisp.

Symbol Macro: set!
Package

coalton-library/lisparray.

Source

lisparray.lisp.

Symbol Macro: set-capacity!
Package

coalton-library/vector.

Source

vector.lisp.

Symbol Macro: set-file-position
Package

coalton-library/file.

Source

file.lisp.

Symbol Macro: setenv!
Package

coalton-library/system.

Source

system.lisp.

Symbol Macro: shift
Package

coalton-library/math/dyadic.

Source

dyadic.lisp.

Symbol Macro: shift
Package

coalton-library/bits.

Source

bits.lisp.

Symbol Macro: sign
Package

coalton-library/math/arith.

Source

arith.lisp.

Symbol Macro: simplify
Package

coalton-library/math/dyadic.

Source

dyadic.lisp.

Symbol Macro: simplify-integer
Package

coalton-library/math/dyadic.

Source

dyadic.lisp.

Symbol Macro: sin
Package

coalton-library/math/elementary.

Source

elementary.lisp.

Symbol Macro: sincos
Package

coalton-library/math/elementary.

Source

elementary.lisp.

Symbol Macro: singleton
Package

coalton-library/list.

Source

list.lisp.

Symbol Macro: singleton
Package

coalton-library/vector.

Source

vector.lisp.

Symbol Macro: singleton?
Package

coalton-library/list.

Source

list.lisp.

Symbol Macro: singleton?
Package

coalton-library/vector.

Source

vector.lisp.

Symbol Macro: sinh
Package

coalton-library/math/elementary.

Source

elementary.lisp.

Symbol Macro: size
Package

coalton-library/seq.

Source

seq.lisp.

Symbol Macro: size-hint
Package

coalton-library/iterator.

Source

iterator.lisp.

Symbol Macro: sleep
Package

coalton-library/system.

Source

system.lisp.

Symbol Macro: snd
Package

coalton-library/tuple.

Source

tuple.lisp.

Symbol Macro: some
Package

coalton-library/classes.

Source

classes.lisp.

Symbol Macro: some?
Package

coalton-library/optional.

Source

optional.lisp.

Symbol Macro: sort
Package

coalton-library/list.

Source

list.lisp.

Symbol Macro: sort!
Package

coalton-library/vector.

Source

vector.lisp.

Symbol Macro: sort-by!
Package

coalton-library/vector.

Source

vector.lisp.

Symbol Macro: sortby
Package

coalton-library/list.

Source

list.lisp.

Symbol Macro: split
Package

coalton-library/list.

Source

list.lisp.

Symbol Macro: split
Package

coalton-library/string.

Source

string.lisp.

Symbol Macro: sqrt
Package

coalton-library/math/elementary.

Source

elementary.lisp.

Symbol Macro: square-magnitude
Package

coalton-library/math/complex.

Source

complex.lisp.

Symbol Macro: st
Package

coalton-library/monad/state.

Source

monad/state.lisp.

Symbol Macro: strip-prefix
Package

coalton-library/string.

Source

string.lisp.

Symbol Macro: strip-suffix
Package

coalton-library/string.

Source

string.lisp.

Symbol Macro: subdirectories
Package

coalton-library/file.

Source

file.lisp.

Symbol Macro: substring
Package

coalton-library/string.

Source

string.lisp.

Symbol Macro: substring-index
Package

coalton-library/string.

Source

string.lisp.

Symbol Macro: substring?
Package

coalton-library/string.

Source

string.lisp.

Symbol Macro: sum
Package

coalton-library/list.

Source

list.lisp.

Symbol Macro: sum!
Package

coalton-library/iterator.

Source

iterator.lisp.

Symbol Macro: supersede
Package

coalton-library/file.

Source

file.lisp.

Symbol Macro: swap!
Package

coalton-library/cell.

Source

cell.lisp.

Symbol Macro: swap-remove!
Package

coalton-library/vector.

Source

vector.lisp.

Symbol Macro: swap-remove-unsafe!
Package

coalton-library/vector.

Source

vector.lisp.

Symbol Macro: system-relative-pathname
Package

coalton-library/file.

Source

file.lisp.

Symbol Macro: tail
Package

coalton-library/list.

Source

list.lisp.

Symbol Macro: take
Package

coalton-library/list.

Source

list.lisp.

Symbol Macro: take!
Package

coalton-library/iterator.

Source

iterator.lisp.

Symbol Macro: tan
Package

coalton-library/math/elementary.

Source

elementary.lisp.

Symbol Macro: tanh
Package

coalton-library/math/elementary.

Source

elementary.lisp.

Symbol Macro: time
Package

coalton-library/system.

Source

system.lisp.

Symbol Macro: to-fraction
Package

coalton-library/math/real.

Source

real.lisp.

Symbol Macro: tointeger
Package

coalton-library/math/integral.

Source

integral.lisp.

Symbol Macro: trace
Package

coalton-library/functions.

Source

functions.lisp.

Symbol Macro: traceobject
Package

coalton-library/functions.

Source

functions.lisp.

Symbol Macro: transpose
Package

coalton-library/list.

Source

list.lisp.

Symbol Macro: traverse
Package

coalton-library/classes.

Source

classes.lisp.

Symbol Macro: true
Package

coalton.

Source

primitive-types.lisp.

Symbol Macro: truncate
Package

coalton-library/math/real.

Source

real.lisp.

Symbol Macro: tryinto
Package

coalton-library/classes.

Source

classes.lisp.

Symbol Macro: tuple
Package

coalton-library/classes.

Source

classes.lisp.

Symbol Macro: tuple3
Package

coalton-library/tuple.

Source

tuple.lisp.

Symbol Macro: tuple4
Package

coalton-library/tuple.

Source

tuple.lisp.

Symbol Macro: tuple5
Package

coalton-library/tuple.

Source

tuple.lisp.

Symbol Macro: uncurry
Package

coalton-library/functions.

Source

functions.lisp.

Symbol Macro: undefined
Package

coalton-library/builtin.

Source

builtin.lisp.

Symbol Macro: union
Package

coalton-library/list.

Source

list.lisp.

Symbol Macro: unit
Package

coalton.

Source

primitive-types.lisp.

Symbol Macro: unsafe-aref
Package

coalton-library/randomaccess.

Source

randomaccess.lisp.

Symbol Macro: unsafe-pointer-eq?
Package

coalton-library/functions.

Source

functions.lisp.

Symbol Macro: unsafe-set!
Package

coalton-library/randomaccess.

Source

randomaccess.lisp.

Symbol Macro: unwrap
Package

coalton-library/classes.

Source

classes.lisp.

Symbol Macro: unwrap-or-else
Package

coalton-library/classes.

Source

classes.lisp.

Symbol Macro: unwrapped!
Package

coalton-library/iterator.

Source

iterator.lisp.

Symbol Macro: up-through
Package

coalton-library/iterator.

Source

iterator.lisp.

Symbol Macro: up-to
Package

coalton-library/iterator.

Source

iterator.lisp.

Symbol Macro: upcase
Package

coalton-library/char.

Source

char.lisp.

Symbol Macro: update
Package

coalton-library/ord-map.

Source

ord-map.lisp.

Symbol Macro: update!
Package

coalton-library/cell.

Source

cell.lisp.

Symbol Macro: update-swap!
Package

coalton-library/cell.

Source

cell.lisp.

Symbol Macro: uppercase?
Package

coalton-library/char.

Source

char.lisp.

Symbol Macro: val
Package

coalton-library/monad/free.

Source

monad/free.lisp.

Symbol Macro: values
Package

coalton-library/hashtable.

Source

hashtable.lisp.

Symbol Macro: values
Package

coalton-library/ord-map.

Source

ord-map.lisp.

Symbol Macro: with-capacity
Package

coalton-library/hashtable.

Source

hashtable.lisp.

Symbol Macro: with-capacity
Package

coalton-library/vector.

Source

vector.lisp.

Symbol Macro: with-default
Package

coalton-library/classes.

Source

classes.lisp.

Symbol Macro: with-initial-element
Package

coalton-library/vector.

Source

vector.lisp.

Symbol Macro: with-open-file
Package

coalton-library/file.

Source

file.lisp.

Symbol Macro: with-size
Package

coalton-library/iterator.

Source

iterator.lisp.

Symbol Macro: with-temp-directory
Package

coalton-library/file.

Source

file.lisp.

Symbol Macro: with-temp-file
Package

coalton-library/file.

Source

file.lisp.

Symbol Macro: writable?
Package

coalton-library/randomaccess.

Source

randomaccess.lisp.

Symbol Macro: write
Package

coalton-library/file.

Source

file.lisp.

Symbol Macro: write!
Package

coalton-library/cell.

Source

cell.lisp.

Symbol Macro: write-char
Package

coalton-library/file.

Source

file.lisp.

Symbol Macro: write-line
Package

coalton-library/file.

Source

file.lisp.

Symbol Macro: write-string
Package

coalton-library/file.

Source

file.lisp.

Symbol Macro: write-to-file!
Package

coalton-library/file.

Source

file.lisp.

Symbol Macro: write-vector
Package

coalton-library/file.

Source

file.lisp.

Symbol Macro: xor
Package

coalton-library/bits.

Source

bits.lisp.

Symbol Macro: xor
Package

coalton-library/builtin.

Source

builtin.lisp.

Symbol Macro: zero?
Package

coalton-library/math/arith.

Source

arith.lisp.

Symbol Macro: zip
Package

coalton-library/list.

Source

list.lisp.

Symbol Macro: zip!
Package

coalton-library/iterator.

Source

iterator.lisp.

Symbol Macro: zip-with!
Package

coalton-library/iterator.

Source

iterator.lisp.

Symbol Macro: zipwith
Package

coalton-library/list.

Source

list.lisp.

Symbol Macro: zipwith3
Package

coalton-library/list.

Source

list.lisp.

Symbol Macro: zipwith4
Package

coalton-library/list.

Source

list.lisp.

Symbol Macro: zipwith5
Package

coalton-library/list.

Source

list.lisp.


6.1.4 Macros

Macro: .< (&rest items)

Right associative compose operator. Creates a new functions that will run the functions right to left when applied. This is the same as the NEST macro without supplying the value. The composition is thus the same order as COMPOSE.

‘(.< f g h)‘ creates the function ‘(fn (x) (f (g (h x))))

Package

coalton.

Source

language-macros.lisp.

Macro: .> (&rest items)

Left associative compose operator. Creates a new functions that will run the
functions left to right when applied. This is the same as the PIPE macro without supplying the value. The composition is thus the reverse order of COMPOSE.

‘(.> f g h)‘ creates the function ‘(fn (x) (h (g (f x))))

Package

coalton.

Source

language-macros.lisp.

Macro: action ((when type &rest args) &body body)

Construct an action block, turning ‘body‘ into a lambda function accepting ‘args‘ if ‘args‘ are provided. If there are no ‘args‘, then ‘body‘ is assumed to be a function object and is used directly with ‘when‘ and ‘type‘ to create an ‘action‘ instance. Otherwise, the first argument in ‘args‘ is declared to be a node of type ‘type‘, and the ‘args‘ and ‘body‘ are used to generate a lambda function.

Package

coalton-impl/codegen/traverse.

Source

traverse.lisp.

Macro: and (&rest args)
Package

coalton.

Source

faux-macros.lisp.

Macro: as (type &optional expr)

A syntactic convenience for type casting.

(as <type> <expr>)

is equivalent to

(the <type> (into <expr>))

and

(as <type>)

is equivalent to

(fn (expr) (the <type> (into expr))).

Note that this may copy the object or allocate memory.

Package

coalton.

Source

language-macros.lisp.

Macro: assert (datum &optional format-string &rest format-data)

Signal an error unless DATUM is ‘True’.
If the assertion fails, the signaled error will apply the FORMAT-DATA to the FORMAT-STRING via ‘cl:format’ to produce an error message.

Package

coalton.

Source

language-macros.lisp.

Macro: break (&optional label)
Package

coalton.

Source

faux-macros.lisp.

Macro: coalton (&rest forms)
Package

coalton.

Source

reader.lisp.

Macro: coalton-codegen (&body forms)

Generate code for FORMS, excluding Lisp type declarations.

Package

coalton.

Source

reader.lisp.

Macro: coalton-codegen-ast (&body forms)

Dump the AST for toplevel definitions occurring in FORMS to *standard-out* and return NIL.

Package

coalton.

Source

reader.lisp.

Macro: coalton-codegen-types (&body forms)

Generate code for FORMS, including Lisp type declarations.

Package

coalton.

Source

reader.lisp.

Macro: coalton-toplevel (&body forms)

Compile Coalton FORMS.

Package

coalton.

Source

reader.lisp.

Macro: cond (&rest clauses)
Package

coalton.

Source

faux-macros.lisp.

Macro: continue (&optional label)
Package

coalton.

Source

faux-macros.lisp.

Macro: debug-log (&rest vars)

Log names and values of VARS to standard output

Package

coalton-impl/util.

Source

utilities.lisp.

Macro: debug-tap (var)
Package

coalton-impl/util.

Source

utilities.lisp.

Macro: declare (var type)

Declare the type of a variable. (Coalton top-level operator.)

Package

coalton.

Source

faux-macros.lisp.

Macro: define (var-or-fun &body body)

Define a variable or function. (Coalton top-level operator.)

Package

coalton.

Source

faux-macros.lisp.

Macro: define-class (class &body method-signatures)

Define a new type class. (Coalton top-level operator.

Package

coalton.

Source

faux-macros.lisp.

Macro: define-global-lexical (var type)
Package

coalton-impl/global-lexical.

Source

global-lexical.lisp.

Macro: define-instance (instance &body method-definitions)

Define an instance of a type class. (Coalton top-level operator.)

Package

coalton.

Source

faux-macros.lisp.

Macro: define-struct (name &body definition)

Create a new sruct named NAME. (Coalton top-level operator.)

Package

coalton.

Source

faux-macros.lisp.

Macro: define-sxhash-hasher (type)
Package

coalton-library/hash.

Source

hash.lisp.

Macro: define-type (name &body definition)

Create a new algebraic data type named NAME. (Coalton top-level operator.)

Package

coalton.

Source

faux-macros.lisp.

Macro: defstdlib-package (name &rest args)
Package

coalton-library/utils.

Source

utils.lisp.

Macro: do (&body body)
Package

coalton.

Source

faux-macros.lisp.

Macro: fn (vars &body form)

A lambda abstraction callable within coalton.

Package

coalton.

Source

faux-macros.lisp.

Macro: for (pattern in iter &body body)
Package

coalton.

Source

faux-macros.lisp.

Macro: if (expr then else)
Package

coalton.

Source

faux-macros.lisp.

Macro: let (bindings &body form)

A lexical LET binding.

Package

coalton.

Source

faux-macros.lisp.

Macro: lisp (type vars &body lisp-expr)

An escape from Coalton into the Lisp world.

Package

coalton.

Source

faux-macros.lisp.

Macro: lisp-toplevel (options &body lisp-toplevel-forms)

Include lisp forms. (Coalton top-level operator.)

Package

coalton.

Source

faux-macros.lisp.

Macro: loop (&body body)
Package

coalton.

Source

faux-macros.lisp.

Macro: make (&rest pairs)

Construct a ‘HashTable’ containing the PAIRS as initial entries.

Each of the PAIRS should be a two-element list of the form (KEY VALUE). The resulting table will map KEY to VALUE.

Listing duplicate keys is disallowed. This macro will attempt to detect duplicate keys at compile-time, and signal an error if duplicate keys are found. If the macro doesn’t detect a pair of duplicate keys, the resulting table will map the KEY to exactly one of the listed VALUEs, but which VALUE is chosen is undefined.

Examples:

(make ("zero" 0)
("one" 1)
("two" 2))

(let ((zero "zero")
(one "one"))
(make (zero 0)
(one 1)
("two" 2)))

Package

coalton-library/hashtable.

Source

hashtable.lisp.

Macro: make (&rest elems)

Create a new ‘Seq‘ containing ‘elems‘.

Package

coalton-library/seq.

Source

seq.lisp.

Macro: make (&rest elements)

Construct a ‘Vector’ containing the ELEMENTS, in the order listed.

Package

coalton-library/vector.

Source

vector.lisp.

Macro: make (&rest elements)

Construct a tree containing the ELEMENTS.

e.g. (tree:make 5 6 1 8 9) => tree containing 1, 5, 6, 8, 9.

Package

coalton-library/ord-tree.

Source

ord-tree.lisp.

Macro: make-list (&rest forms)
Package

coalton.

Source

language-macros.lisp.

Macro: match (expr &body patterns)

Pattern matching construct.

Package

coalton.

Source

faux-macros.lisp.

Macro: monomorphize ()

Mark a definition for monomorphization.

Package

coalton.

Source

faux-macros.lisp.

Macro: nest (&rest items)

A syntactic convenience for function application. Transform

(NEST f g h x)

to

(f (g (h x))).

Package

coalton.

Source

language-macros.lisp.

Macro: or (&rest args)
Package

coalton.

Source

faux-macros.lisp.

Macro: pipe (&rest items)

A syntactic convenience for function application, sometimes called a "threading macro". Transform

(PIPE x h g f)

to

(f (g (h x))).

Package

coalton.

Source

language-macros.lisp.

Macro: progn (&body body)

A sequence of expressions.

Package

coalton.

Source

faux-macros.lisp.

Macro: repr (type &optional arg)

Annote a type definition with a runtime representation.

Package

coalton.

Source

faux-macros.lisp.

Macro: return (&optional value)
Package

coalton.

Source

faux-macros.lisp.

Macro: source-error (&key type span source highlight message primary-note notes help-notes)
Package

source-error/error.

Source

error.lisp.

Macro: specialize (name from-ty to-ty)

Declare a specialization for a function. (Coalton top-level operator.)

Package

coalton.

Source

faux-macros.lisp.

Macro: the (type expr)

Declare that EXPR is of type TYPE.

Package

coalton.

Source

faux-macros.lisp.

Macro: to-boolean (expr)

Convert the Lisp expression EXPR, representing a generalized boolean, to a Coalton boolean.

Package

coalton.

Source

language-macros.lisp.

Macro: unless (expr &body body)
Package

coalton.

Source

faux-macros.lisp.

Macro: unreachable ()

Assert that a branch of code cannot be evaluated in the course of normal execution.

Package

coalton-impl/util.

Source

utilities.lisp.

Macro: unreachable (&optional datum &rest arguments)

Signal an error with CL format string DATUM and optional format arguments ARGUMENTS.

Package

coalton-library/builtin.

Source

builtin.lisp.

Macro: when (expr &body body)
Package

coalton.

Source

faux-macros.lisp.

Macro: while (test &body body)
Package

coalton.

Source

faux-macros.lisp.

Macro: while-let (pattern = test &body body)
Package

coalton.

Source

faux-macros.lisp.

Macro: with-context ((key message) &body body)
Package

coalton-impl/source.

Source

source.lisp.

Macro: with-pprint-variable-context (() &body body)

Create a variable context which can be used with PPRINT-TVAR

Package

coalton-impl/typechecker/base.

Source

base.lisp.

Macro: with-pprint-variable-scope (() &body body)

If there is no pretty printing variable scope then create one for BODY

Package

coalton-impl/typechecker/base.

Source

base.lisp.

Macro: with-reader-context (stream &rest body)

Run the body in the toplevel reader context.

Package

coalton-impl/parser/reader.

Source

reader.lisp.


6.1.5 Compiler macros

Compiler Macro: call-coalton-function (function &rest args)
Package

coalton.

Source

function-entry.lisp.


6.1.6 Ordinary functions

Function: * (dict _0 _1)

* :: ∀ A. NUM A ⇒ (A → A → A)

Package

coalton-library/classes.

Source

classes.lisp.

Function: + (dict _0 _1)

+ :: ∀ A. NUM A ⇒ (A → A → A)

Package

coalton-library/classes.

Source

classes.lisp.

Function: - (dict _0 _1)

- :: ∀ A. NUM A ⇒ (A → A → A)

Package

coalton-library/classes.

Source

classes.lisp.

Function: / (dict _0 _1)

/ :: ∀ A. RECIPROCABLE A ⇒ (A → A → A)

Package

coalton-library/math/arith.

Source

arith.lisp.

Function: /= (dict748 a-188 b-189)

/= :: ∀ A. EQ A ⇒ (A → A → BOOLEAN) Is ‘a‘ not equal to ‘b‘?

Package

coalton-library/functions.

Source

functions.lisp.

Function: 1+ (dict781 num-206)

1+ :: ∀ A. NUM A ⇒ (A → A) Increment ‘num‘.

Package

coalton-library/math/arith.

Source

arith.lisp.

Function: 1- (dict782 num-207)

1- :: ∀ A. NUM A ⇒ (A → A) Decrement ‘num‘.

Package

coalton-library/math/arith.

Source

arith.lisp.

Function: < (dict650 x-17 y-18)

< :: ∀ A. ORD A ⇒ (A → A → BOOLEAN) Is ‘x‘ less than ‘y‘?

Package

coalton-library/classes.

Source

classes.lisp.

Function: <= (dict652 x-21 y-22)

<= :: ∀ A. ORD A ⇒ (A → A → BOOLEAN) Is ‘x‘ less than or equal to ‘y‘?

Package

coalton-library/classes.

Source

classes.lisp.

Function: <=> (dict _0 _1)

<=> :: ∀ A. ORD A ⇒ (A → A → ORD)

Package

coalton-library/classes.

Source

classes.lisp.

Function: <> (dict _0 _1)

<> :: ∀ A. SEMIGROUP A ⇒ (A → A → A)

Package

coalton-library/classes.

Source

classes.lisp.

Function: == (dict _0 _1)

== :: ∀ A. EQ A ⇒ (A → A → BOOLEAN)

Package

coalton-library/classes.

Source

classes.lisp.

Function: > (dict649 x-15 y-16)

> :: ∀ A. ORD A ⇒ (A → A → BOOLEAN) Is ‘x‘ greater than ‘y‘?

Package

coalton-library/classes.

Source

classes.lisp.

Function: >= (dict651 x-19 y-20)

>= :: ∀ A. ORD A ⇒ (A → A → BOOLEAN) Is ‘x‘ greater than or equal to ‘y‘?

Package

coalton-library/classes.

Source

classes.lisp.

Function: >> (dict655 a-27 b-28)

>> :: ∀ A B C. MONAD A ⇒ ((A B) → (A C) → (A C))

Package

coalton-library/classes.

Source

classes.lisp.

Function: >>= (dict _0 _1)

>>= :: ∀ A B C. MONAD A ⇒ ((A B) → (B → (A C)) → (A C))

Package

coalton-library/classes.

Source

classes.lisp.

Function: ^ (dict868 dict869 base-655 power-656)

^ :: ∀ A B. (NUM A) (INTEGRAL B) ⇒ (A → B → A) Exponentiate BASE to a non-negative POWER.

Package

coalton-library/math/integral.

Source

integral.lisp.

Function: ^^ (dict874 dict875 base-664 power-665)

^^ :: ∀ A B. (RECIPROCABLE A) (INTEGRAL B) ⇒ (A → B → A) Exponentiate BASE to a signed POWER.

Package

coalton-library/math/integral.

Source

integral.lisp.

Function: abort (stream-3276)

ABORT :: ∀ A B. ((FILESTREAM A) → (RESULT FILEERROR B)) Closes a FileStream and aborts all operations..

Package

coalton-library/file.

Source

file.lisp.

Function: abs (dict776 dict777 x-202)

ABS :: ∀ A. (ORD A) (NUM A) ⇒ (A → A) Absolute value of ‘x‘.

Package

coalton-library/math/arith.

Source

arith.lisp.

Reader: accessor-field (instance)
Package

coalton-impl/typechecker/accessor.

Source

accessor.lisp.

Target Slot

field.

Reader: accessor-from (instance)
Package

coalton-impl/typechecker/accessor.

Source

accessor.lisp.

Target Slot

from.

Reader: accessor-to (instance)
Package

coalton-impl/typechecker/accessor.

Source

accessor.lisp.

Target Slot

to.

Function: acos (dict _0)

ACOS :: ∀ A. TRIGONOMETRIC A ⇒ (A → A)

Package

coalton-library/math/elementary.

Source

elementary.lisp.

Function: acosh (dict1078 x-1312)

ACOSH :: ∀ A. ELEMENTARY A ⇒ (A → A)

Package

coalton-library/math/elementary.

Source

elementary.lisp.

Function: add-feature (feat-3207)

ADD-FEATURE :: (STRING → UNIT)
Adds a feature ‘feat‘ to ‘cl:*features*‘.

Package

coalton-library/system.

Source

system.lisp.

Function: add-instance (&rest args)
Package

coalton-impl/typechecker/environment.

Source

environment.lisp.

Function: add-specialization (&rest args)
Package

coalton-impl/typechecker/environment.

Source

environment.lisp.

Function: all (f-2251 xs-2252)

ALL :: ∀ A. ((A → BOOLEAN) → (LIST A) → BOOLEAN) Returns TRUE if every element in XS matches F.

Package

coalton-library/list.

Source

list.lisp.

Function: alpha? (c-2409)

ALPHA? :: (CHAR → BOOLEAN) Is C an alphabetic character?

Package

coalton-library/char.

Source

char.lisp.

Function: alt (dict _0 _1)

ALT :: ∀ A B. ALTERNATIVE A ⇒ ((A B) → (A B) → (A B))

Package

coalton-library/classes.

Source

classes.lisp.

Function: analyze-translation-unit (translation-unit env)

Perform analysis passes on TRANSLATION-UNIT, potentially producing errors or warnings.

Package

coalton-impl/analysis/analysis.

Source

analysis.lisp.

Function: and (dict _0 _1)

AND :: ∀ A. BITS A ⇒ (A → A → A)
The bitwise logical ‘and‘ of two integers

Package

coalton-library/bits.

Source

bits.lisp.

Function: and! (iter-1734)

AND! :: ((ITERATOR BOOLEAN) → BOOLEAN)
Returns True if all iterator elements are True. May not consume the entire iterator. Returns True on an empty iterator.

Package

coalton-library/iterator.

Source

iterator.lisp.

Function: any (f-2255 l-2256)

ANY :: ∀ A. ((A → BOOLEAN) → (LIST A) → BOOLEAN) Returns TRUE if at least one element in XS matches F.

Package

coalton-library/list.

Source

list.lisp.

Function: any! (good?-1776 iter-1777)

ANY! :: ∀ A. ((A → BOOLEAN) → (ITERATOR A) → BOOLEAN)
Return ‘True‘ as soon as any element of ITER is GOOD?, or ‘False‘ if none of them are.

Returns ‘False‘ if ITER is empty.

Package

coalton-library/iterator.

Source

iterator.lisp.

Function: append (xs-2066 ys-2067)

APPEND :: ∀ A. ((LIST A) → (LIST A) → (LIST A)) Appends two lists together and returns a new list.

Package

coalton-library/list.

Source

list.lisp.

Function: append (q1-2586 q2-2587)

APPEND :: ∀ A. ((QUEUE A) → (QUEUE A) → (QUEUE A))
Create a new queue containing the elements of ‘q1‘ followed by the elements of ‘q2‘.

Package

coalton-library/queue.

Source

queue.lisp.

Function: append (v1-2355 v2-2356)

APPEND :: ∀ A. ((VECTOR A) → (VECTOR A) → (VECTOR A))
Create a new vector containing the elements of ‘v1‘ followed by the elements of ‘v2‘.

Package

coalton-library/vector.

Source

vector.lisp.

Function: append-to-file! (dict2329 dict2330 dict2331 path-3370 data-3371)

APPEND-TO-FILE! :: ∀ A B. (RUNTIMEREPR B) (INTO A PATHNAME) (FILE B) ⇒ (A → (VECTOR B) → (RESULT FILEERROR UNIT)) Opens and appends a file with data of type :a.

Package

coalton-library/file.

Source

file.lisp.

Function: apply-ast-substitution (subs node)

Substitute variables in the tree of ‘node‘ with other nodes specified in ‘subs‘. Throw an error if a variable to be substituted is bound in a subtree of ‘node‘.

Package

coalton-impl/codegen/ast-substitutions.

Source

ast-substitutions.lisp.

Function: apply-type-argument (tcon arg &key ksubs)
Package

coalton-impl/typechecker/types.

Source

types.lisp.

Function: apply-type-argument-list (tcon args &key ksubs)
Package

coalton-impl/typechecker/types.

Source

types.lisp.

Function: architecture (_2257)

ARCHITECTURE :: (UNIT → STRING)
The system’s architecture (stored at compile time).

Package

coalton-library/system.

Source

system.lisp.

Function: aref (dict1323 storage-1544 index-1545)

AREF :: ∀ A B. RANDOMACCESS A B ⇒ (A → UFIX → (OPTIONAL B))
Read the element at ‘index‘ of the random-access storage ‘storage‘. Return ‘None‘ if the read is out-of-bounds or not permitted.

Package

coalton-library/randomaccess.

Source

randomaccess.lisp.

Function: aref (v-1924 i-1925)

AREF :: ∀ A. ((LISPARRAY A) → UFIX → A) Read the ‘i‘th value of the ‘LispArray‘ ‘v‘.

Package

coalton-library/lisparray.

Source

lisparray.lisp.

Function: argv0 (_2264)

ARGV0 :: (UNIT → (OPTIONAL STRING))
The first command line argument (stored at compile time).

Package

coalton-library/system.

Source

system.lisp.

Function: as-optional (dict669 container-44)

AS-OPTIONAL :: ∀ A B. UNWRAPPABLE A ⇒ ((A B) → (OPTIONAL B))
Convert any Unwrappable container into an ‘Optional‘, constructing Some on a successful unwrap and None on a failed unwrap.

Package

coalton-library/classes.

Source

classes.lisp.

Function: as-proxy-of (x-2 _586)

AS-PROXY-OF :: ∀ A. (A → (PROXY A) → A)
Returns the parameter, forcing the proxy to have the same type as the parameter.

Package

coalton-library/types.

Source

types.lisp.

Function: ascii-alpha? (c-2410)

ASCII-ALPHA? :: (CHAR → BOOLEAN) Is C an ASCII alphabetic character?

Package

coalton-library/char.

Source

char.lisp.

Function: ascii-alphanumeric? (c-2413)

ASCII-ALPHANUMERIC? :: (CHAR → BOOLEAN) Is C an ASCII alphanumeric character?

Package

coalton-library/char.

Source

char.lisp.

Function: ascii-digit? (c-2412)

ASCII-DIGIT? :: (CHAR → BOOLEAN) Is C an ASCII digit character?

Package

coalton-library/char.

Source

char.lisp.

Function: ascii-lowercase? (c-2417)

ASCII-LOWERCASE? :: (CHAR → BOOLEAN) Is C an ASCII lowercase character?

Package

coalton-library/char.

Source

char.lisp.

Function: ascii-uppercase? (c-2415)

ASCII-UPPERCASE? :: (CHAR → BOOLEAN) Is C an ASCII uppercase character?

Package

coalton-library/char.

Source

char.lisp.

Function: ash (x-204 n-205)

ASH :: (INTEGER → INTEGER → INTEGER) Compute the "arithmetic shift" of ‘x‘ by ‘n‘.

Package

coalton-library/math/arith.

Source

arith.lisp.

Function: asin (dict _0)

ASIN :: ∀ A. TRIGONOMETRIC A ⇒ (A → A)

Package

coalton-library/math/elementary.

Source

elementary.lisp.

Function: asinh (dict1077 x-1311)

ASINH :: ∀ A. ELEMENTARY A ⇒ (A → A)

Package

coalton-library/math/elementary.

Source

elementary.lisp.

Reader: ast-substitution-from (instance)
Package

coalton-impl/codegen/ast-substitutions.

Source

ast-substitutions.lisp.

Target Slot

from.

Reader: ast-substitution-to (instance)
Package

coalton-impl/codegen/ast-substitutions.

Source

ast-substitutions.lisp.

Target Slot

to.

Function: asum (dict746 dict747 xs-187)

ASUM :: ∀ A B C. (ALTERNATIVE B) (FOLDABLE A) ⇒ ((A (B C)) → (B C)) Fold over a list using ‘alt‘.

Package

coalton-library/functions.

Source

functions.lisp.

Function: atan (dict _0)

ATAN :: ∀ A. TRIGONOMETRIC A ⇒ (A → A)

Package

coalton-library/math/elementary.

Source

elementary.lisp.

Function: atan2 (dict1069 dict1070 dict1071 y-1304 x-1305)

ATAN2 :: ∀ A. (ORD A) (TRIGONOMETRIC A) (RECIPROCABLE A) ⇒ (A → A → A) Computes the two-argument arctangent of y and x, which is roughly the same as (atan (/ y x)) when defined and accounting for the quadrant of the (x,y).

Package

coalton-library/math/elementary.

Source

elementary.lisp.

Function: atanh (dict1079 x-1313)

ATANH :: ∀ A. ELEMENTARY A ⇒ (A → A)

Package

coalton-library/math/elementary.

Source

elementary.lisp.

Function: atom-p (cursor)

Return T if cursor is pointing at an atom.

Package

coalton-impl/parser/cursor.

Source

cursor.lisp.

Reader: attribute-repr-arg (instance)
Package

coalton-impl/parser/toplevel.

Source

toplevel.lisp.

Target Slot

arg.

Reader: attribute-repr-type (instance)
Package

coalton-impl/parser/toplevel.

Source

toplevel.lisp.

Target Slot

type.

Function: base-type (ty)
Package

coalton-impl/typechecker/accessor.

Source

accessor.lisp.

Function: best-approx (dict _0)

BEST-APPROX :: ∀ A. RATIONAL A ⇒ (A → FRACTION)

Package

coalton-library/math/real.

Source

real.lisp.

Function: bidirectional (_0 _1)

BIDIRECTIONAL :: (PATHNAME → IFEXISTS → STREAMOPTIONS) Constructor for opening a bidirectional stream.

Package

coalton-library/file.

Source

file.lisp.

Function: bimap (dict _0 _1 _2)

BIMAP :: ∀ A B C D E. BIFUNCTOR E ⇒ ((A → B) → (C → D) → (E A C) → (E B D))

Package

coalton-library/classes.

Source

classes.lisp.

Function: boolean-and (x-145 y-146)

BOOLEAN-AND :: (BOOLEAN → BOOLEAN → BOOLEAN)
Are both ‘x‘ and ‘y‘ true? Note that this is a *function* which means both ‘x‘ and ‘y‘ will be evaluated. Use the ‘and‘ macro for short-circuiting behavior.

Package

coalton-library/builtin.

Source

builtin.lisp.

Function: boolean-not (x-142)

BOOLEAN-NOT :: (BOOLEAN → BOOLEAN)
The logical negation of ‘x‘. Is ‘x‘ false?

Package

coalton-library/builtin.

Source

builtin.lisp.

Function: boolean-or (x-143 y-144)

BOOLEAN-OR :: (BOOLEAN → BOOLEAN → BOOLEAN)
Is either ‘x‘ or ‘y‘ true? Note that this is a *function* which means both ‘x‘ and ‘y‘ will be evaluated. Use the ‘or‘ macro for short-circuiting behavior.

Package

coalton-library/builtin.

Source

builtin.lisp.

Function: boolean-xor (x-147 y-148)

BOOLEAN-XOR :: (BOOLEAN → BOOLEAN → BOOLEAN) Are ‘x‘ or ‘y‘ true, but not both?

Package

coalton-library/builtin.

Source

builtin.lisp.

Function: bracket (dict755 init-190 exit-191 body-192)

BRACKET :: ∀ A B C D. MONAD A ⇒ ((A B) → (B → (A C)) → (B → (A D)) → (A D))
Bracket takes an initial state, performs a body of operations, and then forces a safe exit.

This wraps ‘cl:unwind-protect‘.

Modeled after Haskell: https://wiki.haskell.org/Bracket_pattern

Package

coalton-library/functions.

Source

functions.lisp.

Function: call-coalton-function (function &rest args)

Apply a Coalton function object FUNCTION to ARGS from Common Lisp.

Package

coalton.

Source

function-entry.lisp.

Function: capacity (v-2328)

CAPACITY :: ∀ A. ((VECTOR A) → UFIX)
Returns the number of elements that ‘v‘ can store without resizing.

Package

coalton-library/vector.

Source

vector.lisp.

Function: capture-profile (f-3196)

CAPTURE-PROFILE :: ∀ A. ((UNIT → A) → (PROFILE A))
Runs a function, recording profile information and returning a Profile object.

Package

coalton-library/system.

Source

system.lisp.

Function: car (x-1993)

CAR :: ∀ A. ((LIST A) → A)
Return the traditional car of a list. This function is partial

Package

coalton-library/list.

Source

list.lisp.

Function: cdr (xs-1995)

CDR :: ∀ A. ((LIST A) → (LIST A)) Return the traditional cdr of a list.

Package

coalton-library/list.

Source

list.lisp.

Function: ceiling (dict _0)

CEILING :: ∀ A. QUANTIZABLE A ⇒ (A → INTEGER)

Package

coalton-library/math/real.

Source

real.lisp.

Function: ceiling/ (a-1002 b-1003)

CEILING/ :: (INTEGER → INTEGER → INTEGER)
Divide two integers and compute the ceiling of the quotient.

Package

coalton-library/math/real.

Source

real.lisp.

Function: chain! (iter1-1716 iter2-1717)

CHAIN! :: ∀ A. ((ITERATOR A) → (ITERATOR A) → (ITERATOR A))
Yield all the elements of ITER1 followed by all the elements from ITER2.

Package

coalton-library/iterator.

Source

iterator.lisp.

Function: char-code (char-2406)

CHAR-CODE :: (CHAR → UFIX)
Convert a character to its ASCII representation.

Package

coalton-library/char.

Source

char.lisp.

Function: chars (str-2456)

CHARS :: (STRING → (ITERATOR CHAR))
Returns an iterator over the characters in ‘str‘.

Package

coalton-library/string.

Source

string.lisp.

Function: check-duplicates (elems f callback)

Check for duplicate elements in ELEMS. F maps items in ELEMS to symbols which are compared for equality.
As soon as two duplicate elements are detected, CALLBACK is invoked with those two elements, ordered by source location.

Package

coalton-impl/typechecker/base.

Source

base.lisp.

Function: check-package (elems f source)
Package

coalton-impl/typechecker/base.

Source

base.lisp.

Function: cis (dict1072 dict1073 z-1307)

CIS :: ∀ A. (TRIGONOMETRIC A) (COMPLEX A) ⇒ (A → (COMPLEX A)) A point on the complex unit circle:

(cis z) := (exp (complex 0 z))
= (complex (cos z) (sin z))

Package

coalton-library/math/elementary.

Source

elementary.lisp.

Function: clear! (q-2575)

CLEAR! :: ∀ A. ((QUEUE A) → UNIT) Clear all elements from ‘q‘.

Package

coalton-library/queue.

Source

queue.lisp.

Function: clear! (v-2335)

CLEAR! :: ∀ A. ((VECTOR A) → UNIT) Set the capacity of ‘v‘ to ‘0‘.

Package

coalton-library/vector.

Source

vector.lisp.

Function: close (stream-3275)

CLOSE :: ∀ A B. ((FILESTREAM A) → (RESULT FILEERROR B)) Closes a FileStream.

Package

coalton-library/file.

Source

file.lisp.

Function: closure (x f)

Computes the closure of x under f

Package

coalton-impl/typechecker/fundeps.

Source

fundeps.lisp.

Function: cmd-args (_2263)

CMD-ARGS :: (UNIT → (LIST STRING))
The current command line arguments (stored at compile time).

Package

coalton-library/system.

Source

system.lisp.

Function: coalton-bug (reason &rest args)
Package

coalton-impl/util.

Source

utilities.lisp.

Function: coalton-release-p ()

Determines how redefinable code generated by Coalton is.

In development mode (i.e. (not (coalton-release-p))), Coalton turns all declare-type forms into CLOS objects to support a repl based workflow.

In release mode Coalton compiles declare-type forms into frozen structs or even more optimal layouts which may not support redefinition.

Development mode is the default.

Enable release mode either by setting the UNIX environment variable COALTON_ENV to "release", by

(setf (get ’:coalton-config ’:compiler-mode) "release")

or by pushing ‘:coalton-release’ into ‘*features*’. Any of these must be done before loading Coalton.

Package

coalton-impl/settings.

Source

settings.lisp.

Function: code-char (code-2408)

CODE-CHAR :: (UFIX → (OPTIONAL CHAR))
Convert a number to its ASCII character, returning None on failure.

Package

coalton-library/char.

Source

char.lisp.

Function: codegen (source)

Compile Coalton source from SOURCE and return Lisp program text. NAME may be the filename related to the input stream.

Package

coalton-impl/entry.

Source

entry.lisp.

Function: codegen-class-definitions (classes env)
Package

coalton-impl/codegen/codegen-class.

Source

codegen-class.lisp.

Function: codegen-type-definition (def env)
Package

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

Source

codegen-type-definition.lisp.

Function: collect (dict2073 dict2074 coll-2893)

COLLECT :: ∀ A B C. (ORD B) (FOLDABLE A) ⇒ ((A (TUPLE B C)) → (MAP B C)) Construct a ‘Map‘ containing all the ‘(key value)‘ pairs in ‘coll‘.

If ‘coll‘ contains duplicate keys, later values will overwrite earlier values.

Package

coalton-library/ord-map.

Source

ord-map.lisp.

Function: collect (cursor &key test key)

Collect values from list-valued CURSOR until empty or TEST returns NIL, optionally transforming each value with KEY.

Package

coalton-impl/parser/cursor.

Source

cursor.lisp.

Function: collect! (dict2072 iter-2890)

COLLECT! :: ∀ A B. ORD A ⇒ ((ITERATOR (TUPLE A B)) → (MAP A B))
Construct a ‘Map‘ containing all the ‘(key value)‘ pairs in ‘iter‘.

If ‘iter‘ contains duplicate keys, later values will overwrite earlier values.

Package

coalton-library/ord-map.

Source

ord-map.lisp.

Function: collect! (dict _0)

COLLECT! :: ∀ A B. FROMITERATOR B A ⇒ ((ITERATOR A) → B)

Package

coalton-library/iterator.

Source

iterator.lisp.

Function: collect! (dict2014 iter-2833)

COLLECT! :: ∀ A. ORD A ⇒ ((ITERATOR A) → (TREE A))
Construct a Tree containing all the elements of ITER.

If ITER contains duplicates, later elements will overwrite earlier elements.

Package

coalton-library/ord-tree.

Source

ord-tree.lisp.

Function: collect-referenced-classes (ty)

Returns a deduplicated list of all classes referenced in TY.

Package

coalton-impl/parser/collect.

Source

collect.lisp.

Function: collect-referenced-types (type)

Returns a deduplicated list of all ‘TYCON’s in TYPE.

Package

coalton-impl/parser/collect.

Source

collect.lisp.

Function: collect-symbols (cursor)

Read a list of symbols from CURSOR.

Package

coalton-impl/parser/cursor.

Source

cursor.lisp.

Function: collect-type-variables (type)

Returns a deduplicated list of all ‘TYVAR’s in TYPE.

Package

coalton-impl/parser/collect.

Source

collect.lisp.

Function: collect-variables (node)

Returns a deduplicated list of all ‘NODE-VARIABLE’s referenced in expressions. May not include all bound variables.

Package

coalton-impl/parser/collect.

Source

collect.lisp.

Function: combine-hashes (lhs-130 rhs-131)

COMBINE-HASHES :: (HASH → HASH → HASH)

Package

coalton-library/hash.

Source

hash.lisp.

Function: combine-hashes-order-independent (lhs-132 rhs-133)

COMBINE-HASHES-ORDER-INDEPENDENT :: (HASH → HASH → HASH)

Package

coalton-library/hash.

Source

hash.lisp.

Function: combs (l-2262)

COMBS :: ∀ A. ((LIST A) → (LIST (LIST A)))
Compute a list of all combinations of elements of L. This function is sometimes goes by the name "power set" or "subsets".

The ordering of elements of L is preserved in the ordering of elements in each list produced by ‘(COMBS L)‘.

Package

coalton-library/list.

Source

list.lisp.

Function: combsof (n-2266 l-2267)

COMBSOF :: ∀ A. (UFIX → (LIST A) → (LIST (LIST A)))
Produce a list of size-N subsets of L.

The ordering of elements of L is preserved in the ordering of elements in each list produced by ‘(COMBSOF N L)‘.

This function is equivalent to all size-N elements of ‘(COMBS L)‘.

Package

coalton-library/list.

Source

list.lisp.

Function: compile (source &key load output-file)

Compile Coalton code in SOURCE, returning the pathname of the generated .fasl file. If OUTPUT-FILE is nil, the built-in compiler default output location will be used.

Package

coalton-impl/entry.

Source

entry.lisp.

Function: compile-coalton-toplevel (program)

Compile PROGRAM and return a single form suitable for direct inclusion by Lisp compiler. For implementing coalton-toplevel macro.

Package

coalton-impl/entry.

Source

entry.lisp.

Function: compile-to-lisp (source output)

Read Coalton source from SOURCE and write Lisp source to OUTPUT. NAME may be the filename related to the input stream.

Package

coalton-impl/entry.

Source

entry.lisp.

Function: compile-translation-unit (translation-unit monomorphize-table env)
Package

coalton-impl/codegen/program.

Source

program.lisp.

Function: complement (f-175 x-176)

COMPLEMENT :: ∀ A. ((A → BOOLEAN) → A → BOOLEAN) Compute the complement of a unary Boolean function.

Package

coalton-library/functions.

Source

functions.lisp.

Function: complex (dict _0 _1)

COMPLEX :: ∀ A. COMPLEX A ⇒ (A → A → (COMPLEX A))

Package

coalton-library/math/complex.

Source

complex.lisp.

Function: compose (f-166 g-167)

COMPOSE :: ∀ A B C. ((A → B) → (C → A) → C → B)
Produces a function equivalent to applying ‘g‘ followed by ‘f‘.

Package

coalton-library/functions.

Source

functions.lisp.

Function: compose-substitution-lists (s1 s2)

Compose substitution lists S1 and S2 together, applying S1 to S2.

Package

coalton-impl/typechecker/substitutions.

Source

substitutions.lisp.

Function: conc (dict2176 left-3036 right-3037)

CONC :: ∀ A. RUNTIMEREPR A ⇒ ((SEQ A) → (SEQ A) → (SEQ A)) Concatenate two ‘Seq‘s

Package

coalton-library/seq.

Source

seq.lisp.

Function: concat (xs-2068)

CONCAT :: ∀ A. ((LIST (LIST A)) → (LIST A))
Appends a list of lists together into a single new list.

Package

coalton-library/list.

Source

list.lisp.

Function: concat (str1-2427 str2-2428)

CONCAT :: (STRING → STRING → STRING)
Concatenate STR1 and STR2 together, returning a new string.

Package

coalton-library/string.

Source

string.lisp.

Function: concatmap (f-2070 xs-2071)

CONCATMAP :: ∀ A B. ((A → (LIST B)) → (LIST A) → (LIST B)) Apply F to each element in XS and concatenate the results.

Package

coalton-library/list.

Source

list.lisp.

Function: conjoin (f-169 g-170 x-171)

CONJOIN :: ∀ A. ((A → BOOLEAN) → (A → BOOLEAN) → A → BOOLEAN) Compute the conjunction of two unary Boolean functions.

Package

coalton-library/functions.

Source

functions.lisp.

Function: conjugate (dict1021 n-1061)

CONJUGATE :: ∀ A. COMPLEX A ⇒ ((COMPLEX A) → (COMPLEX A)) The complex conjugate.

Package

coalton-library/math/complex.

Source

complex.lisp.

Function: cons (x-5 xs-6)

CONS :: ∀ A. (A → (LIST A) → (LIST A))

Package

coalton.

Source

primitive-types.lisp.

Function: const (a-158 _b-159)

CONST :: ∀ A B. (A → B → A)
A function that always returns its first argument.

Package

coalton-library/functions.

Source

functions.lisp.

Function: construct-function-entry (function arity)

Construct a FUNCTION-ENTRY object with ARITY

NOTE: There is no FUNCTION-ENTRY for arity 1 and the function will be returned

Package

coalton-impl/runtime/function-entry.

Source

function-entry.lisp.

Function: constructor-arguments (name env)
Package

coalton-impl/typechecker/environment.

Source

environment.lisp.

Reader: constructor-entry-arity (instance)
Package

coalton-impl/typechecker/environment.

Source

environment.lisp.

Target Slot

arity.

Reader: constructor-entry-classname (instance)
Package

coalton-impl/typechecker/environment.

Source

environment.lisp.

Target Slot

classname.

Reader: constructor-entry-compressed-repr (instance)
Package

coalton-impl/typechecker/environment.

Source

environment.lisp.

Target Slot

compressed-repr.

Reader: constructor-entry-constructs (instance)
Package

coalton-impl/typechecker/environment.

Source

environment.lisp.

Target Slot

constructs.

Reader: constructor-entry-name (instance)
Package

coalton-impl/typechecker/environment.

Source

environment.lisp.

Target Slot

name.

Reader: constructor-fields (instance)
Package

coalton-impl/parser/toplevel.

Source

toplevel.lisp.

Target Slot

fields.

Reader: constructor-name (instance)
Package

coalton-impl/parser/toplevel.

Source

toplevel.lisp.

Target Slot

name.

Function: constructor-slot-name (constructor-entry i)
Package

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

Source

codegen-type-definition.lisp.

Function: copy (q-2574)

COPY :: ∀ A. ((QUEUE A) → (QUEUE A))
Return a new queue containing the same elements as ‘q‘.

Package

coalton-library/queue.

Source

queue.lisp.

Function: copy (v-2331)

COPY :: ∀ A. ((VECTOR A) → (VECTOR A))
Return a new vector containing the same elements as ‘v‘.

Package

coalton-library/vector.

Source

vector.lisp.

Function: copy! (dict2292 dict2293 input-3253 output-3254)

COPY! :: ∀ A B. (INTO A PATHNAME) (INTO B PATHNAME) ⇒ (A → B → (RESULT FILEERROR UNIT)) Copies a file to a new location.

Package

coalton-library/file.

Source

file.lisp.

Function: copy-node (node &optional new-type)

Make a copy of ‘node‘, optionally with a ‘new-type‘.

Package

coalton-impl/codegen/ast.

Source

ast.lisp.

Function: cos (dict _0)

COS :: ∀ A. TRIGONOMETRIC A ⇒ (A → A)

Package

coalton-library/math/elementary.

Source

elementary.lisp.

Function: cosh (dict1075 x-1309)

COSH :: ∀ A. ELEMENTARY A ⇒ (A → A)

Package

coalton-library/math/elementary.

Source

elementary.lisp.

Function: count (table-2544)

COUNT :: ∀ A B. ((HASHTABLE A B) → INTEGER) Returns the number of entries in TABLE

Package

coalton-library/hashtable.

Source

hashtable.lisp.

Function: count! (iter-1743)

COUNT! :: ∀ A. ((ITERATOR A) → UFIX)
Return the number of elements in ITER.
This operation could be called ‘length!‘, but ‘count!‘ emphasizes the fact that it consumes ITER, and afterwards, ITER will be exhausted.

Package

coalton-library/iterator.

Source

iterator.lisp.

Function: count-applications (node)

Count the number of function application nodes in the AST corresponding to ‘node‘.

Package

coalton-impl/codegen/traverse.

Source

traverse.lisp.

Function: count-forever (dict1548 dict1549 _1550)

COUNT-FOREVER :: ∀ A. (NUM A) (ORD A) ⇒ (UNIT → (ITERATOR A)) An infinite iterator which starts at 0 and counts upwards by 1.

Package

coalton-library/iterator.

Source

iterator.lisp.

Function: count-nodes (node)

Count the number of nodes in the AST corresponding to ‘node‘.

Package

coalton-impl/codegen/traverse.

Source

traverse.lisp.

Function: countby (f-2187 things-2188)

COUNTBY :: ∀ A. ((A → BOOLEAN) → (LIST A) → UFIX)
Count the number of items in THINGS that satisfy the predicate F.

Package

coalton-library/list.

Source

list.lisp.

Function: create-directory! (dict2285 path-3239)

CREATE-DIRECTORY! :: ∀ A. INTO A PATHNAME ⇒ (A → (RESULT FILEERROR PATHNAME))
This is equivalent to ‘mkdir -p‘. Creates a directory and its parents. The pathname must be a valid directory pathname.

Package

coalton-library/file.

Source

file.lisp.

Function: create-temp-directory! (_2324)

CREATE-TEMP-DIRECTORY! :: (UNIT → (RESULT FILEERROR PATHNAME)) This configures a default temporary directory for use.

Package

coalton-library/file.

Source

file.lisp.

Function: create-temp-file! (file-ext-3364)

CREATE-TEMP-FILE! :: (STRING → (RESULT FILEERROR PATHNAME)) This configures a default temporary file for use.

Package

coalton-library/file.

Source

file.lisp.

Function: cst-source-range (csts)
Package

coalton-impl/util.

Source

utilities.lisp.

Function: curry (func-177 left-178 right-179)

CURRY :: ∀ A B C. (((TUPLE A B) → C) → A → B → C)
Take a function whose input is a tuple and enable curried application of the left and right parameters, equivalent to ‘(func (Tuple left right))‘.

Package

coalton-library/functions.

Source

functions.lisp.

Function: cursor-location (cursor)

Return the location of the value that CURSOR is pointing at.

Package

coalton-impl/parser/cursor.

Source

cursor.lisp.

Reader: cursor-message (instance)
Writer: (setf cursor-message) (instance)
Package

coalton-impl/parser/cursor.

Source

cursor.lisp.

Target Slot

message.

Reader: cursor-pointer (instance)
Writer: (setf cursor-pointer) (instance)
Package

coalton-impl/parser/cursor.

Source

cursor.lisp.

Target Slot

pointer.

Reader: cursor-source (instance)
Writer: (setf cursor-source) (instance)
Package

coalton-impl/parser/cursor.

Source

cursor.lisp.

Target Slot

source.

Reader: cursor-value (instance)
Writer: (setf cursor-value) (instance)
Package

coalton-impl/parser/cursor.

Source

cursor.lisp.

Target Slot

value.

Function: custom-hash-table-containsp (table key)
Package

coalton/hashtable-shim.

Source

impl-sbcl.lisp.

Function: custom-hash-table-count (table)
Package

coalton/hashtable-shim.

Source

impl-sbcl.lisp.

Function: custom-hash-table-get (table key)
Package

coalton/hashtable-shim.

Source

impl-sbcl.lisp.

Function: custom-hash-table-iter (table)
Package

coalton/hashtable-shim.

Source

impl-sbcl.lisp.

Function: custom-hash-table-remove (table key)
Package

coalton/hashtable-shim.

Source

impl-sbcl.lisp.

Function: custom-hash-table-set (table key val)
Package

coalton/hashtable-shim.

Source

impl-sbcl.lisp.

Function: decrement! (dict1336 cel-1566)

DECREMENT! :: ∀ A. NUM A ⇒ ((CELL A) → A)
Subtract one from the contents of CEL, storing and returning the new value

Package

coalton-library/cell.

Source

cell.lisp.

Function: default (dict _0)

DEFAULT :: ∀ A. DEFAULT A ⇒ (UNIT → A)

Package

coalton-library/classes.

Source

classes.lisp.

Function: default-preds (env tvars preds)
Package

coalton-impl/typechecker/context-reduction.

Source

context-reduction.lisp.

Function: default-subs (env tvars preds)
Package

coalton-impl/typechecker/context-reduction.

Source

context-reduction.lisp.

Function: default? (dict674 dict675 x-47)

DEFAULT? :: ∀ A. (DEFAULT A) (EQ A) ⇒ (A → BOOLEAN) Is ‘x‘ the default item of its type?

Package

coalton-library/classes.

Source

classes.lisp.

Function: defaulting-unwrap (dict671 dict672 container-45)

DEFAULTING-UNWRAP :: ∀ A B. (UNWRAPPABLE A) (DEFAULT B) ⇒ ((A B) → B) Unwrap an ‘unwrappable‘, returning ‘(default)‘ of the wrapped type on failure.

Package

coalton-library/classes.

Source

classes.lisp.

Function: delete-file! (dict2294 path-3257)

DELETE-FILE! :: ∀ A. INTO A PATHNAME ⇒ (A → (RESULT FILEERROR UNIT)) Deletes a given file if the file exists.

Package

coalton-library/file.

Source

file.lisp.

Function: denominator (q-631)

DENOMINATOR :: (FRACTION → INTEGER) The denominator of a fraction.

Package

coalton-library/math/fraction.

Source

fraction.lisp.

Function: difference (dict1772 xs-2113 ys-2114)

DIFFERENCE :: ∀ A. EQ A ⇒ ((LIST A) → (LIST A) → (LIST A))
Returns a new list with the first occurence of each element in ‘ys‘ removed from ‘xs‘.

Package

coalton-library/list.

Source

list.lisp.

Function: digit? (c-2411)

DIGIT? :: (CHAR → BOOLEAN) Is C a digit character?

Package

coalton-library/char.

Source

char.lisp.

Function: directory-exists? (dict2281 path-3230)

DIRECTORY-EXISTS? :: ∀ A. INTO A PATHNAME ⇒ (A → (RESULT FILEERROR BOOLEAN)) Returns True if a pathname names a directory that exists.

Package

coalton-library/file.

Source

file.lisp.

Function: directory-files (dict2286 path-3241)

DIRECTORY-FILES :: ∀ A. INTO A PATHNAME ⇒ (A → (RESULT FILEERROR (LIST PATHNAME)))
Returns all files within the directory. Returns an error if the pathname is not a directory pathname.

Package

coalton-library/file.

Source

file.lisp.

Function: directory-pathname? (dict2277 path-3220)

DIRECTORY-PATHNAME? :: ∀ A. INTO A PATHNAME ⇒ (A → BOOLEAN) Returns True if a pathname has no file component.

Package

coalton-library/file.

Source

file.lisp.

Function: discard-symbol (cursor &optional symbol message)

Read and discard a symbol from CURSOR.
Signal a condition with MESSAGE if a symbol is not present.

Package

coalton-impl/parser/cursor.

Source

cursor.lisp.

Function: disjoin (f-172 g-173 x-174)

DISJOIN :: ∀ A. ((A → BOOLEAN) → (A → BOOLEAN) → A → BOOLEAN) Compute the disjunction of two unary Boolean functions.

Package

coalton-library/functions.

Source

functions.lisp.

Function: display-source-error (stream error)
Package

source-error/error.

Source

error.lisp.

Function: div (dict _0 _1)

DIV :: ∀ A. REMAINDER A ⇒ (A → A → A)

Package

coalton-library/math/integral.

Source

integral.lisp.

Function: divmod (dict _0 _1)

DIVMOD :: ∀ A. REMAINDER A ⇒ (A → A → (TUPLE A A))

Package

coalton-library/math/integral.

Source

integral.lisp.

Function: down-from (dict1546 dict1547 limit-1670)

DOWN-FROM :: ∀ A. (NUM A) (ORD A) ⇒ (A → (ITERATOR A))
An iterator which begins below the provided limit and counts down through and including zero.

Package

coalton-library/iterator.

Source

iterator.lisp.

Function: downcase (c-2419)

DOWNCASE :: (CHAR → CHAR)
Returns the downcased version of C, returning C when there is none.

Package

coalton-library/char.

Source

char.lisp.

Function: drop (n list)
Package

coalton-impl/util.

Source

utilities.lisp.

Function: drop (n-2015 xs-2016)

DROP :: ∀ A. (UFIX → (LIST A) → (LIST A)) Returns a list with the first N elements removed.

Package

coalton-library/list.

Source

list.lisp.

Function: dual (_0 _1)

DUAL :: ∀ A. (A → A → (DUAL A))
Representation of a dual number in the form ‘a + bε‘ where ‘a‘ and ‘b‘ are real numbers and ‘ε‘ satisfies ‘ε^2 = 0‘ and ‘ε != 0‘.

Note: ‘Eq‘, and ‘Ord‘ and ‘Hash‘ only make use of the primal component.

Package

coalton-library/math/dual.

Source

dual.lisp.

Function: dual-part (g1142)

DUAL-PART :: ∀ A. ((DUAL A) → A)
The dual (i.e., derivative) part of a dual number.

Package

coalton-library/math/dual.

Source

dual.lisp.

Function: dyadic (_0 _1)

DYADIC :: (INTEGER → INTEGER → DYADIC)

Package

coalton-library/math/dyadic.

Source

dyadic.lisp.

Function: each (cursor f)

For each element in cons-valued CURSOR, create a subcursor and apply F.

Package

coalton-impl/parser/cursor.

Source

cursor.lisp.

Function: ee (dict)

EE :: ∀ A. EXPONENTIABLE A ⇒ A

Package

coalton-library/math/elementary.

Source

elementary.lisp.

Function: elementwise-hash! (dict1573 iter-1783)

ELEMENTWISE-HASH! :: ∀ A. HASH A ⇒ ((ITERATOR A) → HASH) Hash an iterator by combining the hashes of all its elements.

The empty iterator will hash as 0.

Package

coalton-library/iterator.

Source

iterator.lisp.

Function: elementwise-match! (same?-1778 left-1779 right-1780)

ELEMENTWISE-MATCH! :: ∀ A. ((A → A → BOOLEAN) → (ITERATOR A) → (ITERATOR A) → BOOLEAN)
Are LEFT and RIGHT elementwise-identical under SAME?

True if, for every pair of elements (A B) in (LEFT RIGHT), (same? A B) is True, and LEFT and RIGHT have the same length.

Package

coalton-library/iterator.

Source

iterator.lisp.

Function: elementwise==! (dict1572)

ELEMENTWISE==! :: ∀ A. EQ A ⇒ ((ITERATOR A) → (ITERATOR A) → BOOLEAN)
Is every element of the first iterator ‘==’ to the corresponding element of the second?

True if two iterators have the same length, and for every N, the Nth element of the first iterator is ‘==’ to the Nth element of the second iterator.

Package

coalton-library/iterator.

Source

iterator.lisp.

Function: elemindex (dict1758 x-2047 xs-2048)

ELEMINDEX :: ∀ A. EQ A ⇒ (A → (LIST A) → (OPTIONAL UFIX))

Package

coalton-library/list.

Source

list.lisp.

Function: empty (dict)

EMPTY :: ∀ A B. ALTERNATIVE A ⇒ (A B)

Package

coalton-library/classes.

Source

classes.lisp.

Function: empty ()
Package

coalton-library/ord-tree.

Source

ord-tree.lisp.

Function: empty-p (cursor)

T if CURSOR has no next value.

Package

coalton-impl/parser/cursor.

Source

cursor.lisp.

Function: empty? (dict2288 path-3245)

EMPTY? :: ∀ A. INTO A PATHNAME ⇒ (A → (RESULT FILEERROR BOOLEAN)) Checks whether a directory is empty.

Package

coalton-library/file.

Source

file.lisp.

Function: empty? (seq-2988)

EMPTY? :: ∀ A. ((SEQ A) → BOOLEAN)

Package

coalton-library/seq.

Source

seq.lisp.

Function: empty? (q-2573)

EMPTY? :: ∀ A. ((QUEUE A) → BOOLEAN) Is ‘q‘ empty?

Package

coalton-library/queue.

Source

queue.lisp.

Function: empty? (v-2329)

EMPTY? :: ∀ A. ((VECTOR A) → BOOLEAN) Is ‘v‘ empty?

Package

coalton-library/vector.

Source

vector.lisp.

Function: end-location (location)

Return a new location that points at a zero-length span immediately past tht end of LOCATION.

Package

coalton-impl/source.

Source

source.lisp.

Function: entail (env preds pred)

Does PRED hold if and only if all of PREDS hold?

Package

coalton-impl/typechecker/context-reduction.

Source

context-reduction.lisp.

Function: entries (table-2545)

ENTRIES :: ∀ A B. ((HASHTABLE A B) → (ITERATOR (TUPLE A B))) Returns the key-values pairs as a list.

Package

coalton-library/hashtable.

Source

hashtable.lisp.

Function: entries (mp-2884)

ENTRIES :: ∀ A B. ((MAP A B) → (ITERATOR (TUPLE A B)))
Iterate over the (key value) pairs in MP, sorted by the keys in least-to-greatest order.

Package

coalton-library/ord-map.

Source

ord-map.lisp.

Function: entry-point (program)
Package

coalton-impl/entry.

Source

entry.lisp.

Function: enumerate! (iter-1694)

ENUMERATE! :: ∀ A. ((ITERATOR A) → (ITERATOR (TUPLE UFIX A))) Pair successive zero-based incides with elements from ITER

Package

coalton-library/iterator.

Source

iterator.lisp.

Reader: environment-class-environment (instance)
Package

coalton-impl/typechecker/environment.

Source

environment.lisp.

Target Slot

class-environment.

Reader: environment-code-environment (instance)
Package

coalton-impl/typechecker/environment.

Source

environment.lisp.

Target Slot

code-environment.

Reader: environment-constructor-environment (instance)
Package

coalton-impl/typechecker/environment.

Source

environment.lisp.

Target Slot

constructor-environment.

Reader: environment-function-environment (instance)
Package

coalton-impl/typechecker/environment.

Source

environment.lisp.

Target Slot

function-environment.

Reader: environment-fundep-environment (instance)
Package

coalton-impl/typechecker/environment.

Source

environment.lisp.

Target Slot

fundep-environment.

Reader: environment-instance-environment (instance)
Package

coalton-impl/typechecker/environment.

Source

environment.lisp.

Target Slot

instance-environment.

Reader: environment-method-inline-environment (instance)
Package

coalton-impl/typechecker/environment.

Source

environment.lisp.

Target Slot

method-inline-environment.

Reader: environment-name-environment (instance)
Package

coalton-impl/typechecker/environment.

Source

environment.lisp.

Target Slot

name-environment.

Reader: environment-specialization-environment (instance)
Package

coalton-impl/typechecker/environment.

Source

environment.lisp.

Target Slot

specialization-environment.

Reader: environment-type-environment (instance)
Package

coalton-impl/typechecker/environment.

Source

environment.lisp.

Target Slot

type-environment.

Reader: environment-value-environment (instance)
Package

coalton-impl/typechecker/environment.

Source

environment.lisp.

Target Slot

value-environment.

Function: equivalence-classes (dict1775)

EQUIVALENCE-CLASSES :: ∀ A. EQ A ⇒ ((LIST A) → (LIST (LIST A)))

Package

coalton-library/list.

Source

list.lisp.

Function: equivalence-classes-by (f-2232 l-2233)

EQUIVALENCE-CLASSES-BY :: ∀ A. ((A → A → BOOLEAN) → (LIST A) → (LIST (LIST A))) Break a list into a list of equivalence classes according to an equivalence relation.

Package

coalton-library/list.

Source

list.lisp.

Function: err (_0)

ERR :: ∀ A B. (A → (RESULT A B))

Package

coalton-library/classes.

Source

classes.lisp.

Function: err? (x-1847)

ERR? :: ∀ A B. ((RESULT A B) → BOOLEAN) Returns TRUE if X is ERR

Package

coalton-library/result.

Source

result.lisp.

Function: error (message note &rest notes)

Signal an error related to one or more source locations

Package

coalton-impl/source.

Source

source.lisp.

Function: error (dict _0)

ERROR :: ∀ A B. SIGNALABLE A ⇒ (A → B)
Signal an error with a type-specific error string.

Package

coalton-library/classes.

Source

classes.lisp.

Function: error (cursor position note)

Signal a PARSE-ERROR with a NOTE that labels the current value of a cursor.

Position is one of:

:last – label the last element
:next – label the next element
:form – label the enclosing form
:after-last – point just past the last element

Package

coalton-impl/parser/cursor.

Source

cursor.lisp.

Function: even? (dict866 n-653)

EVEN? :: ∀ A. INTEGRAL A ⇒ (A → BOOLEAN) Is N even?

Package

coalton-library/math/integral.

Source

integral.lisp.

Function: every! (good?-1773 iter-1774)

EVERY! :: ∀ A. ((A → BOOLEAN) → (ITERATOR A) → BOOLEAN)
Return ‘True‘ if every element of ITER is GOOD?, or ‘False‘ as soon as any element is not GOOD?.

Returns ‘True‘ if ITER is empty.

Package

coalton-library/iterator.

Source

iterator.lisp.

Function: exact/ (a-996 b-997)

EXACT/ :: (INTEGER → INTEGER → FRACTION) Exactly divide two integers and produce a fraction.

Package

coalton-library/math/real.

Source

real.lisp.

Function: exhaustive-patterns-p (patterns env)

Are PATTERNS exhaustive?

Package

coalton-impl/analysis/pattern-exhaustiveness.

Source

pattern-exhaustiveness.lisp.

Function: exists? (dict2279 path-3224)

EXISTS? :: ∀ A. INTO A PATHNAME ⇒ (A → (RESULT FILEERROR BOOLEAN)) Returns whether a file or directory exists.

Package

coalton-library/file.

Source

file.lisp.

Function: exp (dict _0)

EXP :: ∀ A. EXPONENTIABLE A ⇒ (A → A)

Package

coalton-library/math/elementary.

Source

elementary.lisp.

Function: expand-macro (form source)

Expand the macro in FORM using MACROEXPAND-1, trying our best to preserve source information.

Package

coalton-impl/parser/macro.

Source

macro.lisp.

Function: expect (dict663 reason-36 container-37)

EXPECT :: ∀ A B. UNWRAPPABLE A ⇒ (STRING → (A B) → B)
Unwrap ‘container‘, signaling an error with the description ‘reason‘ on failure.

Package

coalton-library/classes.

Source

classes.lisp.

Function: expression-entry-point (node)
Package

coalton-impl/entry.

Source

entry.lisp.

Function: extend! (dict1934 dict1935 table-2551 iter-2552)

EXTEND! :: ∀ A B C. (HASH A) (INTOITERATOR C (TUPLE A B)) ⇒ ((HASHTABLE A B) → C → UNIT) Insert all of the key value pairs from ITER into TABLE, overwriting duplicate keys.

Package

coalton-library/hashtable.

Source

hashtable.lisp.

Function: extend! (dict1969 q-2589 iter-2590)

EXTEND! :: ∀ A B. INTOITERATOR B A ⇒ ((QUEUE A) → B → UNIT) Push every element in ‘iter‘ to the end of ‘q‘.

Package

coalton-library/queue.

Source

queue.lisp.

Function: extend! (dict1863 vec-2366 iter-2367)

EXTEND! :: ∀ A B. INTOITERATOR B A ⇒ ((VECTOR A) → B → UNIT) Push every element in ‘iter‘ to the end of ‘vec‘.

Package

coalton-library/vector.

Source

vector.lisp.

Function: fail (dict _0)

FAIL :: ∀ A B. MONADFAIL A ⇒ (STRING → (A B))

Package

coalton-library/classes.

Source

classes.lisp.

Function: features (_2262)

FEATURES :: (UNIT → (LIST STRING))
Returns a list of active features, from ‘cl:*features*‘.

Package

coalton-library/system.

Source

system.lisp.

Function: file-exists? (dict2282 path-3232)

FILE-EXISTS? :: ∀ A. INTO A PATHNAME ⇒ (A → (RESULT FILEERROR BOOLEAN)) Returns True if a pathname names a file that exists.

Package

coalton-library/file.

Source

file.lisp.

Function: file-pathname? (dict2278 path-3222)

FILE-PATHNAME? :: ∀ A. INTO A PATHNAME ⇒ (A → BOOLEAN) Returns True if a pathname has a file component.

Package

coalton-library/file.

Source

file.lisp.

Function: file-position (stream-3284)

FILE-POSITION :: ∀ A. ((FILESTREAM A) → (RESULT FILEERROR UFIX)) Finds the file-position of a file stream.

Package

coalton-library/file.

Source

file.lisp.

Function: fileerror (_0)

FILEERROR :: (STRING → FILEERROR)

Package

coalton-library/file.

Source

file.lisp.

Function: filter (f-2030 xs-2031)

FILTER :: ∀ A. ((A → BOOLEAN) → (LIST A) → (LIST A))
Returns a new list containing every element of XS that matches the predicate function F in the same order.

Package

coalton-library/list.

Source

list.lisp.

Function: filter! (keep?-1695 iter-1696)

FILTER! :: ∀ A. ((A → BOOLEAN) → (ITERATOR A) → (ITERATOR A))
Return an iterator over the elements from ITER for which KEEP?returns true.

Package

coalton-library/iterator.

Source

iterator.lisp.

Function: filter-map! (f-1700 iter-1701)

FILTER-MAP! :: ∀ A B. ((A → (OPTIONAL B)) → (ITERATOR A) → (ITERATOR B)) Map an iterator, retaining only the elements where F returns SOME.

Package

coalton-library/iterator.

Source

iterator.lisp.

Function: find (f-2026 xs-2027)

FIND :: ∀ A. ((A → BOOLEAN) → (LIST A) → (OPTIONAL A))
Returns the first element in a list matching the predicate function F.

Package

coalton-library/list.

Source

list.lisp.

Function: find! (this?-1748 iter-1749)

FIND! :: ∀ A. ((A → BOOLEAN) → (ITERATOR A) → (OPTIONAL A))
Return the first element of ITER for which THIS? returns ‘True‘, or ‘None‘ if no element matches.

Package

coalton-library/iterator.

Source

iterator.lisp.

Function: find-elem (dict1861 e-2351 v-2352)

FIND-ELEM :: ∀ A. EQ A ⇒ (A → (VECTOR A) → (OPTIONAL UFIX)) Find the index of element ‘e‘ in ‘v‘.

Package

coalton-library/vector.

Source

vector.lisp.

Function: find-map! (f-1751)

FIND-MAP! :: ∀ A B. ((A → (OPTIONAL B)) → (ITERATOR A) → (OPTIONAL B)) Return the first element of (map F ITER) for which F returns ‘Some‘.

Package

coalton-library/iterator.

Source

iterator.lisp.

Function: find-non-matching-value (pattern-matrix n env)

Finds an example of a non-matching value for PATTERN-MATRIX or, if PATTERN-MATRIX is exhaustive returns T.

Package

coalton-impl/analysis/pattern-exhaustiveness.

Source

pattern-exhaustiveness.lisp.

Function: find-package (name)

Look up a standard package by NAME, signalling a error if the package is not found.

Package

coalton-impl/util.

Source

utilities.lisp.

Function: find-symbol (name package)

Look up a symbol by NAME and PACKAGE, signalling a error if either package or the symbol is not found.

Package

coalton-impl/util.

Source

utilities.lisp.

Function: find-symbol? (name package)

Look up a symbol by NAME and PACKAGE. If the package is not found, return nil. Otherwise return the named symbol, interning it if necessary.

Package

coalton-impl/util.

Source

utilities.lisp.

Function: find-underapplied-values (binding)
Package

coalton-impl/analysis/underapplied-values.

Source

underapplied-values.lisp.

Function: find-unused-variables (binding)
Package

coalton-impl/analysis/unused-variables.

Source

unused-variables.lisp.

Function: findindex (f-2049 xs-2050)

FINDINDEX :: ∀ A. ((A → BOOLEAN) → (LIST A) → (OPTIONAL UFIX)) Returns the index of the first element matching the predicate function F.

Package

coalton-library/list.

Source

list.lisp.

Function: finite? (dict772 x-200)

FINITE? :: ∀ A. TRANSFINITE A ⇒ (A → BOOLEAN) Neither infinite or NaN.

Package

coalton-library/math/arith.

Source

arith.lisp.

Function: fix (f-155 n-156)

FIX :: ∀ A B. (((A → B) → A → B) → A → B)
Compute the fixed point of a unary function. This is equivalent to the Y-combinator of the lambda calculus. This combinator allows recursion without specific assignment of names. For example, the factorial function can be written

(define fact
(fix
(fn (f n)
(if (== n 0)
1
(* n (f (- n 1)))))))

Package

coalton-library/functions.

Source

functions.lisp.

Function: flat-map! (func-1727 iter-1728)

FLAT-MAP! :: ∀ A B. ((A → (ITERATOR B)) → (ITERATOR A) → (ITERATOR B)) Flatten! wrapped around map.

Package

coalton-library/iterator.

Source

iterator.lisp.

Function: flatten (x-1852)

FLATTEN :: ∀ A. ((RESULT A A) → A)

Package

coalton-library/result.

Source

result.lisp.

Function: flatten! (iters-1721)

FLATTEN! :: ∀ A. ((ITERATOR (ITERATOR A)) → (ITERATOR A)) Yield all the elements from each of the ITERS in order.

Package

coalton-library/iterator.

Source

iterator.lisp.

Function: flip (f-160 x-161 y-162)

FLIP :: ∀ A B C. ((A → B → C) → B → A → C)
Returns a function that takes its arguments in reverse order.

Package

coalton-library/functions.

Source

functions.lisp.

Function: floor (dict _0)

FLOOR :: ∀ A. QUANTIZABLE A ⇒ (A → INTEGER)

Package

coalton-library/math/real.

Source

real.lisp.

Function: floor/ (a-1000 b-1001)

FLOOR/ :: (INTEGER → INTEGER → INTEGER)
Divide two integers and compute the floor of the quotient.

Package

coalton-library/math/real.

Source

real.lisp.

Function: flush (stream-3283)

FLUSH :: ∀ A B. ((FILESTREAM A) → (RESULT FILEERROR B)) Blocks until ‘stream‘ has been flushed. Calls ‘cl:finish-output‘.

Package

coalton-library/file.

Source

file.lisp.

Function: fold (dict _0 _1 _2)

FOLD :: ∀ A B C. FOLDABLE C ⇒ ((A → B → A) → A → (C B) → A) A left tail-recursive fold.

Package

coalton-library/classes.

Source

classes.lisp.

Function: fold! (func-1642 init-1643 iter-1644)

FOLD! :: ∀ A B. ((A → B → A) → A → (ITERATOR B) → A)
Tail recursive in-order fold. Common Lisp calls this operation ‘reduce‘.

If ITER is empty, returns INIT. Otherwise, calls (FUNC STATE ITEM) for each ITEM of ITER to produce a new STATE, using INIT as the first STATE.

Package

coalton-library/iterator.

Source

iterator.lisp.

Function: foldfree (dict2125 nat-2944 fr-2945)

FOLDFREE :: ∀ A B C. MONAD C ⇒ (((A ((FREE A) B)) → (C ((FREE A) B))) → ((FREE A) B) → (C B)) Given a natural transformation, induce a Monad homomorphism from a
free monad to a target monad.

Package

coalton-library/monad/free.

Source

monad/free.lisp.

Function: foldr (dict _0 _1 _2)

FOLDR :: ∀ A B C. FOLDABLE C ⇒ ((A → B → B) → B → (C A) → B) A right non-tail-recursive fold.

Package

coalton-library/classes.

Source

classes.lisp.

Function: for-each! (thunk-1744 iter-1745)

FOR-EACH! :: ∀ A. ((A → UNIT) → (ITERATOR A) → UNIT)
Call THUNK on each element of ITER in order for side effects. Discard values returned by THUNK.

Package

coalton-library/iterator.

Source

iterator.lisp.

Function: form-location (source cst)

Make a source location from a SOURCE and a CST node.

Package

coalton-impl/parser/base.

Source

base.lisp.

Function: free (_0)

FREE :: ∀ A B. ((A ((FREE A) B)) → ((FREE A) B))

Package

coalton-library/monad/free.

Source

monad/free.lisp.

Function: fresh-inst (ty-scheme)
Package

coalton-impl/typechecker/scheme.

Source

scheme.lisp.

Function: fresh-pred (pred)

Returns PRED with fresh type variables

Package

coalton-impl/typechecker/scheme.

Source

scheme.lisp.

Function: fresh-preds (preds)

Returns PRED with fresh type variables

Package

coalton-impl/typechecker/scheme.

Source

scheme.lisp.

Function: fresh-type-renamer (tyvar)

Create a new type variable with the same kind as ‘tyvar‘.

Package

coalton-impl/typechecker/types.

Source

types.lisp.

Function: from-some (str-1794 opt-1795)

FROM-SOME :: ∀ A. (STRING → (OPTIONAL A) → A)
Get the value of OPT, erroring with the provided string if it is None.

Package

coalton-library/optional.

Source

optional.lisp.

Function: fromint (dict _0)

FROMINT :: ∀ A. NUM A ⇒ (INTEGER → A)

Package

coalton-library/classes.

Source

classes.lisp.

Function: fst (g1366)

FST :: ∀ A B. ((TUPLE A B) → A) Get the first element of a tuple.

Package

coalton-library/tuple.

Source

tuple.lisp.

Function: function-declarations (node env)
Package

coalton-impl/codegen/codegen-expression.

Source

codegen-expression.lisp.

Reader: function-entry-arity (instance)
Package

coalton-impl/runtime/function-entry.

Source

function-entry.lisp.

Target Slot

arity.

Reader: function-entry-curried (instance)
Package

coalton-impl/runtime/function-entry.

Source

function-entry.lisp.

Target Slot

curried.

Reader: function-entry-function (instance)
Package

coalton-impl/runtime/function-entry.

Source

function-entry.lisp.

Target Slot

function.

Reader: function-env-entry-arity (instance)
Package

coalton-impl/typechecker/environment.

Source

environment.lisp.

Target Slot

arity.

Reader: function-env-entry-name (instance)
Package

coalton-impl/typechecker/environment.

Source

environment.lisp.

Target Slot

name.

Function: function-remove-arguments (ty num)
Package

coalton-impl/typechecker/types.

Source

types.lisp.

Function: function-type-arity (ty)
Package

coalton-impl/typechecker/types.

Source

types.lisp.

Function: function-type-from (ty)
Package

coalton-impl/typechecker/types.

Source

types.lisp.

Function: function-type-to (ty)
Package

coalton-impl/typechecker/types.

Source

types.lisp.

Function: fundep-entail (env expr-preds preds known-tyvars)
Package

coalton-impl/typechecker/context-reduction.

Source

context-reduction.lisp.

Reader: fundep-from (instance)
Package

coalton-impl/typechecker/fundeps.

Source

fundeps.lisp.

Target Slot

from.

Reader: fundep-left (instance)
Package

coalton-impl/parser/toplevel.

Source

toplevel.lisp.

Target Slot

left.

Reader: fundep-right (instance)
Package

coalton-impl/parser/toplevel.

Source

toplevel.lisp.

Target Slot

right.

Reader: fundep-to (instance)
Package

coalton-impl/typechecker/fundeps.

Source

fundeps.lisp.

Target Slot

to.

Function: gc (_2251)

GC :: (UNIT → UNIT)
Perform a full garbage collection.

Package

coalton-library/system.

Source

system.lisp.

Function: gcd (dict876 dict877 a-666 b-667)

GCD :: ∀ A. (REMAINDER A) (ORD A) ⇒ (A → A → A) The greatest common divisor of A and B.

Package

coalton-library/math/integral.

Source

integral.lisp.

Function: general/ (dict _0 _1)

GENERAL/ :: ∀ A B. DIVIDABLE A B ⇒ (A → A → B)

Package

coalton-library/math/arith.

Source

arith.lisp.

Function: get (dict1928 table-2537 key-2538)

GET :: ∀ A B. HASH A ⇒ ((HASHTABLE A B) → A → (OPTIONAL B)) Lookup KEY in TABLE

Package

coalton-library/hashtable.

Source

hashtable.lisp.

Function: get (seq-2989 idx-2990)

GET :: ∀ A. ((SEQ A) → UFIX → (OPTIONAL A))
Get the member of ‘seq‘ at index ‘idx‘, or ‘None‘ if ‘idx‘ is larger than ‘(size seq)‘

Package

coalton-library/seq.

Source

seq.lisp.

Function: get-bytes-consed (_2254)

GET-BYTES-CONSED :: (UNIT → UFIX)
Gets the number of bytes consed (only implemented for SBCL

Package

coalton-library/system.

Source

system.lisp.

Function: get-field (struct-entry name &key no-error)
Package

coalton-impl/typechecker/environment.

Source

environment.lisp.

Function: get-real-time (_2253)

GET-REAL-TIME :: (UNIT → UFIX) Gets the real-time.

Package

coalton-library/system.

Source

system.lisp.

Function: get-run-time (_2252)

GET-RUN-TIME :: (UNIT → UFIX) Gets the run-time.

Package

coalton-library/system.

Source

system.lisp.

Function: get-table (environment-map)

Return the underlying hash table that provides storage for environment map ENVIRONMENT-MAP.

Package

coalton-impl/typechecker/map.

Source

map.lisp.

Function: get-top-level-binding (name environment)
Package

coalton-impl/global-lexical.

Source

global-lexical.lisp.

Function: get-value (environment-map key)

Return the value in environment map ENVIRONMENT-MAP associated with KEY.

Package

coalton-impl/typechecker/map.

Source

map.lisp.

Function: (setf get-value) (environment-map key)

Mutate environment map ENVIRONMENT-MAP to associate KEY with VALUE.

Package

coalton-impl/typechecker/map.

Source

map.lisp.

Function: getenv (var-3204)

GETENV :: (STRING → (OPTIONAL STRING))
Gets the value of the environmental variable ‘var‘, errors if ‘var‘ doesn’t exist.

Package

coalton-library/system.

Source

system.lisp.

Function: hash (dict _0)

HASH :: ∀ A. HASH A ⇒ (A → HASH)

Package

coalton-library/hash.

Source

hash.lisp.

Function: head (l-1989)

HEAD :: ∀ A. ((LIST A) → (OPTIONAL A)) Returns the first element of a list.

Package

coalton-library/list.

Source

list.lisp.

Function: head (v-2347)

HEAD :: ∀ A. ((VECTOR A) → (OPTIONAL A)) Return the first item of ‘v‘.

Package

coalton-library/vector.

Source

vector.lisp.

Function: head-unsafe (v-2348)

HEAD-UNSAFE :: ∀ A. ((VECTOR A) → A)
Return the first item of ‘v‘ without first checking if ‘v‘ is empty.

Package

coalton-library/vector.

Source

vector.lisp.

Function: help (location replace format-string &rest format-args)

Return a help note related to a source LOCATION.

REPLACE is a 1-argument function that accepts and returns a string to suggest an edit or fix.

Package

coalton-impl/source.

Source

source.lisp.

Function: help (source locatable replace format-string &rest format-args)

Make a help note using SOURCE and CST:SOURCE as location.

Package

coalton-impl/parser/base.

Source

base.lisp.

Function: hoist-definition (node package hoister)
Package

coalton-impl/codegen/hoister.

Source

hoister.lisp.

Function: hostname (_2259)

HOSTNAME :: (UNIT → STRING)
Returns the system’s hostname. This is a function because the hostname can be redefined.

Package

coalton-library/system.

Source

system.lisp.

Function: id (x-157)

ID :: ∀ A. (A → A)
A function that always returns its argument.

Package

coalton-library/functions.

Source

functions.lisp.

Reader: identifier-src-name (instance)
Package

coalton-impl/parser/base.

Source

base.lisp.

Target Slot

name.

Function: identifierp (x)
Package

coalton-impl/parser/base.

Source

base.lisp.

Function: ii (dict1023)

II :: ∀ A. COMPLEX A ⇒ (COMPLEX A)
The complex unit i. (The double ii represents a blackboard-bold i.)

Package

coalton-library/math/complex.

Source

complex.lisp.

Function: ilog (dict883 b-673 x-674)

ILOG :: ∀ A. INTEGRAL A ⇒ (A → A → A)
The floor of the logarithm with base B > 1 of X >= 1.

Package

coalton-library/math/integral.

Source

integral.lisp.

Function: imag-part (dict _0)

IMAG-PART :: ∀ A. COMPLEX A ⇒ ((COMPLEX A) → A)

Package

coalton-library/math/complex.

Source

complex.lisp.

Reader: immutable-listmap-data (instance)
Package

coalton-impl/algorithm/immutable-listmap.

Source

immutable-listmap.lisp.

Target Slot

data.

Function: immutable-listmap-diff (m1 m2 &optional constructor)

Return a new SHADOW-LIST with elements in M1 but not M2.

Package

coalton-impl/algorithm/immutable-listmap.

Source

immutable-listmap.lisp.

Function: immutable-listmap-lookup (m key &key no-error)

Lookup key in M

Package

coalton-impl/algorithm/immutable-listmap.

Source

immutable-listmap.lisp.

Function: immutable-listmap-push (m key value &optional constructor)

Push value to the list at KEY in M

Package

coalton-impl/algorithm/immutable-listmap.

Source

immutable-listmap.lisp.

Function: immutable-listmap-replace (m key index value &optional constructor)

Replace value at INDEX with VALUE in the map at KEY in M.

Package

coalton-impl/algorithm/immutable-listmap.

Source

immutable-listmap.lisp.

Reader: immutable-map-data (instance)
Package

coalton-impl/algorithm/immutable-map.

Source

immutable-map.lisp.

Target Slot

data.

Function: immutable-map-diff (m1 m2 &optional constructor)

Returns the elements that appear in M1 but not M2

Package

coalton-impl/algorithm/immutable-map.

Source

immutable-map.lisp.

Function: immutable-map-keys (m)

Return a unique list containing the keys in M and its parents

Package

coalton-impl/algorithm/immutable-map.

Source

immutable-map.lisp.

Function: immutable-map-lookup (m key)

Lookup KEY in M

Package

coalton-impl/algorithm/immutable-map.

Source

immutable-map.lisp.

Function: immutable-map-remove (m key &optional constructor)
Package

coalton-impl/algorithm/immutable-map.

Source

immutable-map.lisp.

Function: immutable-map-set (m key value &optional constructor)

Set KEY to VALUE in M

Package

coalton-impl/algorithm/immutable-map.

Source

immutable-map.lisp.

Function: immutable-map-set-multiple (m items &optional constructor)

Create an IMMUTABLE-MAP from M with ITEMS set as bindings

Package

coalton-impl/algorithm/immutable-map.

Source

immutable-map.lisp.

Function: implementation (_2260)

IMPLEMENTATION :: (UNIT → STRING)
The lisp implementation (stored at compile time).

Package

coalton-library/system.

Source

system.lisp.

Function: increment! (dict1335 cel-1565)

INCREMENT! :: ∀ A. NUM A ⇒ ((CELL A) → A)
Add one to the contents of CEL, storing and returning the new value

Package

coalton-library/cell.

Source

cell.lisp.

Function: index (idx-2492 s-2493)

INDEX :: ∀ A. (UFIX → (SLICE A) → (OPTIONAL A)) Lookup the element at ‘index‘ in ‘s‘.

Package

coalton-library/slice.

Source

slice.lisp.

Function: index (i-2039 xs-2040)

INDEX :: ∀ A. (UFIX → (LIST A) → (OPTIONAL A)) Returns the Ith element of a list.

Package

coalton-library/list.

Source

list.lisp.

Function: index (index-2582 q-2583)

INDEX :: ∀ A. (UFIX → (QUEUE A) → (OPTIONAL A)) Return the ‘index‘th element of ‘q‘.

Package

coalton-library/queue.

Source

queue.lisp.

Function: index (index-2340 v-2341)

INDEX :: ∀ A. (UFIX → (VECTOR A) → (OPTIONAL A)) Return the ‘index‘th element of ‘v‘.

Package

coalton-library/vector.

Source

vector.lisp.

Function: index-of! (this?-1752 iter-1753)

INDEX-OF! :: ∀ A. ((A → BOOLEAN) → (ITERATOR A) → (OPTIONAL UFIX))
Return the zero-based index of the first element of ITER for which THIS? is ‘True‘, or ‘None‘ if no element matches.

Package

coalton-library/iterator.

Source

iterator.lisp.

Function: index-unsafe (idx-2494 s-2495)

INDEX-UNSAFE :: ∀ A. (UFIX → (SLICE A) → A)
Lookup the element at ‘index‘ in ‘s‘ without bounds checking.

Package

coalton-library/slice.

Source

slice.lisp.

Function: index-unsafe (index-2584 q-2585)

INDEX-UNSAFE :: ∀ A. (UFIX → (QUEUE A) → A)
Return the ‘index‘th element of ‘q‘ without checking if the element exists.

Package

coalton-library/queue.

Source

queue.lisp.

Function: index-unsafe (idx-2342 v-2343)

INDEX-UNSAFE :: ∀ A. (UFIX → (VECTOR A) → A)
Return the ‘idx‘th element of ‘v‘ without checking if the element exists.

Package

coalton-library/vector.

Source

vector.lisp.

Function: inexact/ (a-998 b-999)

INEXACT/ :: (INTEGER → INTEGER → DOUBLE-FLOAT)
Compute the quotient of integers as a double-precision float.

Note: This does *not* divide double-float arguments.

Package

coalton-library/math/real.

Source

real.lisp.

Function: infer-predicate-kinds (pred ksubs env)
Package

coalton-impl/typechecker/parse-type.

Source

parse-type.lisp.

Function: infinite? (dict _0)

INFINITE? :: ∀ A. TRANSFINITE A ⇒ (A → BOOLEAN)

Package

coalton-library/math/arith.

Source

arith.lisp.

Function: infinity (dict)

INFINITY :: ∀ A. TRANSFINITE A ⇒ A

Package

coalton-library/math/arith.

Source

arith.lisp.

Function: init (l-2000)

INIT :: ∀ A. ((LIST A) → (LIST A))
Returns every element except the last in a list.

Package

coalton-library/list.

Source

list.lisp.

Function: initialize-fundep-environment (&rest args)
Package

coalton-impl/typechecker/environment.

Source

environment.lisp.

Function: input (_0)

INPUT :: (PATHNAME → STREAMOPTIONS) Constructor for opening an input stream

Package

coalton-library/file.

Source

file.lisp.

Function: insert (dict1773 e-2191 ls-2192)

INSERT :: ∀ A. ORD A ⇒ (A → (LIST A) → (LIST A))
Inserts an element into a list at the first place it is less than or equal to the next element.

Package

coalton-library/list.

Source

list.lisp.

Function: insert (dict2067 mp-2861 k-2862 v-2863)

INSERT :: ∀ A B. ORD A ⇒ ((MAP A B) → A → B → (OPTIONAL (MAP A B))) Associate K with V in MP. If MP already contains a mapping for K, return None.

Package

coalton-library/ord-map.

Source

ord-map.lisp.

Function: insert (dict2007 tre-2741 elt-2742)

INSERT :: ∀ A. ORD A ⇒ ((TREE A) → A → (OPTIONAL (TREE A)))
Construct a new Tree like TRE but containing ELT. If TRE already had an element ‘==‘ to ELT, return None.

Package

coalton-library/ord-tree.

Source

ord-tree.lisp.

Function: insert-or-replace (dict2070 mp-2877 k-2878 v-2879)

INSERT-OR-REPLACE :: ∀ A B. ORD A ⇒ ((MAP A B) → A → B → (MAP A B)) Update MP to associate K with V.

If MP already contains a mapping for K, replace it and discard the old value.

Like ‘replace-or-insert’, but prioritizing insertion as a use case.

Package

coalton-library/ord-map.

Source

ord-map.lisp.

Function: insert-or-replace (dict2010 tre-2777 elt-2778)

INSERT-OR-REPLACE :: ∀ A. ORD A ⇒ ((TREE A) → A → (TREE A))
Construct a new Tree like TRE but containing ELT.

If TRE already had an element ‘==‘ to ELT, remove it, replace it with ELT, and discard the removed value.

Like ‘replace-or-insert‘, but prioritizing insertion as a use case.

Package

coalton-library/ord-tree.

Source

ord-tree.lisp.

Function: insertby (cmp-2193 x-2194 ys-2195)

INSERTBY :: ∀ A. ((A → A → ORD) → A → (LIST A) → (LIST A)) Generic version of insert

Package

coalton-library/list.

Source

list.lisp.

Function: insertions (a-2211 l-2212)

INSERTIONS :: ∀ A. (A → (LIST A) → (LIST (LIST A)))
Produce a list of copies of L, each with A inserted at a possible position.

(insertions 0 (make-list 1 2))
=> ((0 1 2) (1 0 2) (1 2 0))

Package

coalton-library/list.

Source

list.lisp.

Reader: instance-environment-instances (instance)
Package

coalton-impl/typechecker/environment.

Source

environment.lisp.

Target Slot

instances.

Reader: instance-method-definition-body (instance)
Package

coalton-impl/typechecker/toplevel.

Source

toplevel.lisp.

Target Slot

body.

Reader: instance-method-definition-body (instance)
Package

coalton-impl/parser/toplevel.

Source

toplevel.lisp.

Target Slot

body.

Reader: instance-method-definition-name (instance)
Package

coalton-impl/typechecker/toplevel.

Source

toplevel.lisp.

Target Slot

name.

Reader: instance-method-definition-name (instance)
Package

coalton-impl/parser/toplevel.

Source

toplevel.lisp.

Target Slot

name.

Reader: instance-method-definition-params (instance)
Package

coalton-impl/typechecker/toplevel.

Source

toplevel.lisp.

Target Slot

params.

Reader: instance-method-definition-params (instance)
Package

coalton-impl/parser/toplevel.

Source

toplevel.lisp.

Target Slot

params.

Function: integral->num (dict860 dict861 n-648)

INTEGRAL->NUM :: ∀ A B. (INTEGRAL A) (NUM B) ⇒ (A → B) Converts any Integral N into any Num.

Package

coalton-library/math/integral.

Source

integral.lisp.

Function: intercalate (xs-2209 xss-2210)

INTERCALATE :: ∀ A. ((LIST A) → (LIST (LIST A)) → (LIST A)) Intersperses XS into XSS and then concatenates the result.

Package

coalton-library/list.

Source

list.lisp.

Function: interleave! (left-1680 right-1681)

INTERLEAVE! :: ∀ A. ((ITERATOR A) → (ITERATOR A) → (ITERATOR A))
Return an interator of interleaved elements from LEFT and RIGHT which terminates as soon as both LEFT and RIGHT do.

If one iterator terminates before the other, elements from the longer iterator will be yielded without interleaving. (interleave empty ITER) is equivalent to (id ITER).

Package

coalton-library/iterator.

Source

iterator.lisp.

Function: intersection (dict1766 xs-2085 ys-2086)

INTERSECTION :: ∀ A. EQ A ⇒ ((LIST A) → (LIST A) → (LIST A))
Returns elements which occur in both lists. Does not return duplicates and does not guarantee order.

Package

coalton-library/list.

Source

list.lisp.

Function: intersperse (e-2204 xs-2205)

INTERSPERSE :: ∀ A. (A → (LIST A) → (LIST A)) Returns a new list where every other element is E.

Package

coalton-library/list.

Source

list.lisp.

Function: into (dict _0)

INTO :: ∀ A B. INTO A B ⇒ (A → B)

Package

coalton-library/classes.

Source

classes.lisp.

Function: into-iter (dict _0)

INTO-ITER :: ∀ A B. INTOITERATOR A B ⇒ (A → (ITERATOR B))

Package

coalton-library/iterator.

Source

iterator.lisp.

Function: isqrt (dict884 x-680)

ISQRT :: ∀ A. INTEGRAL A ⇒ (A → A) The floor of the square root of N > 0.

Package

coalton-library/math/integral.

Source

integral.lisp.

Function: items! (q-2593)

ITEMS! :: ∀ A. ((QUEUE A) → (ITERATOR A))
Returns an interator over the items of ‘q‘, removing items as they are returned.

Package

coalton-library/queue.

Source

queue.lisp.

Function: iter-chunked (dict1901 size-2501 s-2502)

ITER-CHUNKED :: ∀ A B. SLICEABLE (A B) ⇒ (UFIX → (A B) → (ITERATOR (SLICE B)))
Divide ‘s‘ into a series of slices of length ‘size‘. Will return a final shorter slice if ‘s‘ does not divide evenly.

Package

coalton-library/slice.

Source

slice.lisp.

Function: iter-chunked-exact (dict1903 size-2507 s-2508)

ITER-CHUNKED-EXACT :: ∀ A B. SLICEABLE (A B) ⇒ (UFIX → (A B) → (ITERATOR (SLICE B)))
Divide ‘s‘ into a series of slices of length ‘size‘. Will skip trailing elements if ‘s‘ does not divide evenly.

Package

coalton-library/slice.

Source

slice.lisp.

Function: iter-sliding (dict1899 size-2496 s-2497)

ITER-SLIDING :: ∀ A B. SLICEABLE (A B) ⇒ (UFIX → (A B) → (ITERATOR (SLICE B))) Returns an iterator that yeilds a series of overlapping slices of length ‘size‘.

Package

coalton-library/slice.

Source

slice.lisp.

Function: keys (table-2547)

KEYS :: ∀ A B. ((HASHTABLE A B) → (ITERATOR A)) Returns the keys in TABLE as a list

Package

coalton-library/hashtable.

Source

hashtable.lisp.

Function: keys (mp-2886)

KEYS :: ∀ A B. ((MAP A B) → (ITERATOR A))
Iterate over the keys in MP, sorted least-to-greatest.

Package

coalton-library/ord-map.

Source

ord-map.lisp.

Reader: keyword-src-name (instance)
Package

coalton-impl/parser/base.

Source

base.lisp.

Target Slot

name.

Reader: kfun-from (instance)
Package

coalton-impl/typechecker/kinds.

Source

kinds.lisp.

Target Slot

from.

Function: kfun-p (object)
Package

coalton-impl/typechecker/kinds.

Source

kinds.lisp.

Reader: kfun-to (instance)
Package

coalton-impl/typechecker/kinds.

Source

kinds.lisp.

Target Slot

to.

Function: kind-arity (kind)

The arity of the simple kind KIND (number of type arguments)

Package

coalton-impl/typechecker/kinds.

Source

kinds.lisp.

Function: kind-monomorphize-subs (kvars ksubs)
Package

coalton-impl/typechecker/kinds.

Source

kinds.lisp.

Function: kind-of (symbol)

Lookup the kind of type SYMBOL in the global environment

Package

coalton.

Source

debug.lisp.

Function: kind-return-type (kind)
Package

coalton-impl/typechecker/kinds.

Source

kinds.lisp.

Function: kind-variables (x)
Package

coalton-impl/typechecker/kinds.

Source

kinds.lisp.

Function: kstar-p (object)
Package

coalton-impl/typechecker/kinds.

Source

kinds.lisp.

Reader: ksubstitution-from (instance)
Package

coalton-impl/typechecker/kinds.

Source

kinds.lisp.

Target Slot

from.

Reader: ksubstitution-to (instance)
Package

coalton-impl/typechecker/kinds.

Source

kinds.lisp.

Target Slot

to.

Function: kunify (kind1 kind2 subs)
Package

coalton-impl/typechecker/kinds.

Source

kinds.lisp.

Reader: kyvar-id (instance)
Package

coalton-impl/typechecker/kinds.

Source

kinds.lisp.

Target Slot

id.

Function: last (l-1997)

LAST :: ∀ A. ((LIST A) → (OPTIONAL A)) Returns the last element of a list.

Package

coalton-library/list.

Source

list.lisp.

Function: last (v-2349)

LAST :: ∀ A. ((VECTOR A) → (OPTIONAL A)) Return the last element of ‘v‘.

Package

coalton-library/vector.

Source

vector.lisp.

Function: last! (iter-1732)

LAST! :: ∀ A. ((ITERATOR A) → (OPTIONAL A))
Yields the last element of ITER, completely consuming it.

Package

coalton-library/iterator.

Source

iterator.lisp.

Function: last-unsafe (v-2350)

LAST-UNSAFE :: ∀ A. ((VECTOR A) → A)
Return the last element of ‘v‘ without first checking if ‘v‘ is empty.

Package

coalton-library/vector.

Source

vector.lisp.

Function: lcm (dict878 dict879 a-668 b-669)

LCM :: ∀ A. (REMAINDER A) (ORD A) ⇒ (A → A → A) The least common multiple of A and B.

Package

coalton-library/math/integral.

Source

integral.lisp.

Function: length (s-2488)

LENGTH :: ∀ A. ((SLICE A) → UFIX) Returns the length of ‘s‘.

Package

coalton-library/slice.

Source

slice.lisp.

Function: length (l-2037)

LENGTH :: ∀ A. ((LIST A) → UFIX) Returns the length of a list.

Package

coalton-library/list.

Source

list.lisp.

Function: length (dict _0)

LENGTH :: ∀ A B. RANDOMACCESS B A ⇒ (B → UFIX)

Package

coalton-library/randomaccess.

Source

randomaccess.lisp.

Function: length (str-2430)

LENGTH :: (STRING → UFIX) The length of a string STR.

Package

coalton-library/string.

Source

string.lisp.

Function: length (q-2572)

LENGTH :: ∀ A. ((QUEUE A) → UFIX) Returns the length of ‘q‘.

Package

coalton-library/queue.

Source

queue.lisp.

Function: length (v-2327)

LENGTH :: ∀ A. ((VECTOR A) → UFIX) Returns the length of ‘v‘.

Package

coalton-library/vector.

Source

vector.lisp.

Function: length (v-1923)

LENGTH :: ∀ A. ((LISPARRAY A) → UFIX) Return the length of the ‘LispArray‘ ‘v‘.

Package

coalton-library/lisparray.

Source

lisparray.lisp.

Function: lifta2 (dict _0 _1 _2)

LIFTA2 :: ∀ A B C D. APPLICATIVE D ⇒ ((A → B → C) → (D A) → (D B) → (D C))

Package

coalton-library/classes.

Source

classes.lisp.

Function: liftf (dict2124 f-2943)

LIFTF :: ∀ A B. FUNCTOR A ⇒ ((A B) → ((FREE A) B)) Lift a Functor into the Free Monad.

Package

coalton-library/monad/free.

Source

monad/free.lisp.

Function: lisp-version (_2261)

LISP-VERSION :: (UNIT → STRING)
The lisp implementation version (stored at compile time).

Package

coalton-library/system.

Source

system.lisp.

Function: literal-equal (x y)

Are coalton literal values equal?

Package

coalton-impl/util.

Source

utilities.lisp.

Function: ln (dict _0)

LN :: ∀ A. EXPONENTIABLE A ⇒ (A → A)

Package

coalton-library/math/elementary.

Source

elementary.lisp.

Reader: location-source (instance)
Package

coalton-impl/source.

Source

source.lisp.

Target Slot

source.

Reader: location-span (instance)
Package

coalton-impl/source.

Source

source.lisp.

Target Slot

span.

Function: location< (a b)

If locations A and B appear within the same source, return T if A’s span starts before B’s. If locations appear in different sources, compare the sources by name.

Package

coalton-impl/source.

Source

source.lisp.

Function: log (dict _0 _1)

LOG :: ∀ A. EXPONENTIABLE A ⇒ (A → A → A)

Package

coalton-library/math/elementary.

Source

elementary.lisp.

Function: lookup (dict1768 e-2093 xs-2094)

LOOKUP :: ∀ A B. EQ A ⇒ (A → (LIST (TUPLE A B)) → (OPTIONAL B))
Returns the value of the first (key, value) tuple in XS where the key matches E.

Package

coalton-library/list.

Source

list.lisp.

Function: lookup (dict2066 mp-2858 k-2859)

LOOKUP :: ∀ A B. ORD A ⇒ ((MAP A B) → A → (OPTIONAL B))
Retrieve the value associated with K in MP, or None if MP does not contain K.

Package

coalton-library/ord-map.

Source

ord-map.lisp.

Function: lookup (dict2006 haystack-2657 needle-2658)

LOOKUP :: ∀ A. ORD A ⇒ ((TREE A) → A → (OPTIONAL A)) If HAYSTACK contains an element ‘==‘ to NEEDLE, return it.

Package

coalton-library/ord-tree.

Source

ord-tree.lisp.

Function: lookup-class (env symbol &key no-error)
Package

coalton-impl/typechecker/environment.

Source

environment.lisp.

Function: lookup-class (name)

Lookup a given class

Package

coalton.

Source

debug.lisp.

Function: lookup-class-instance (env pred &key no-error)
Package

coalton-impl/typechecker/environment.

Source

environment.lisp.

Function: lookup-class-instances (env class &key no-error)
Package

coalton-impl/typechecker/environment.

Source

environment.lisp.

Function: lookup-code (env name &key no-error)
Package

coalton-impl/typechecker/environment.

Source

environment.lisp.

Function: lookup-code (name)

Lookup the compiled code of a given definition

Package

coalton.

Source

debug.lisp.

Function: lookup-constructor (env symbol &key no-error)
Package

coalton-impl/typechecker/environment.

Source

environment.lisp.

Function: lookup-function (env symbol &key no-error)
Package

coalton-impl/typechecker/environment.

Source

environment.lisp.

Function: lookup-function-source-parameter-names (env function-name)
Package

coalton-impl/typechecker/environment.

Source

environment.lisp.

Function: lookup-fundep-environment (env class &key no-error)
Package

coalton-impl/typechecker/environment.

Source

environment.lisp.

Function: lookup-fundeps (name)

Lookup the fundep structure for a given class

Package

coalton.

Source

debug.lisp.

Function: lookup-instance-by-codegen-sym (env codegen-sym &key no-error)
Package

coalton-impl/typechecker/environment.

Source

environment.lisp.

Function: lookup-method-inline (env method instance &key no-error)
Package

coalton-impl/typechecker/environment.

Source

environment.lisp.

Function: lookup-name (env symbol &key no-error)
Package

coalton-impl/typechecker/environment.

Source

environment.lisp.

Function: lookup-specialization (env from to &key no-error)
Package

coalton-impl/typechecker/environment.

Source

environment.lisp.

Function: lookup-specialization-by-type (env from ty &key no-error)
Package

coalton-impl/typechecker/environment.

Source

environment.lisp.

Function: lookup-struct (env symbol &key no-error)
Package

coalton-impl/typechecker/environment.

Source

environment.lisp.

Function: lookup-type (env symbol &key no-error)
Package

coalton-impl/typechecker/environment.

Source

environment.lisp.

Function: lookup-value-type (env symbol &key no-error)
Package

coalton-impl/typechecker/environment.

Source

environment.lisp.

Function: lowercase? (c-2416)

LOWERCASE? :: (CHAR → BOOLEAN) Is C a lowercase character?

Package

coalton-library/char.

Source

char.lisp.

Function: lsh (dict864 dict865 x-651 n-652)

LSH :: ∀ A B. (INTEGRAL B) (BITS A) ⇒ (A → B → A) Left shift X by N

Package

coalton-library/math/integral.

Source

integral.lisp.

Function: magnitude (dict1066 dict1067 z-1306)

MAGNITUDE :: ∀ A. (RADICAL A) (COMPLEX A) ⇒ ((COMPLEX A) → A) For ‘z = x + yi‘,

(magnitude z) = (sqrt (+ (^ x 2) (^ y 2)))

Package

coalton-library/math/elementary.

Source

elementary.lisp.

Function: make (dict _0 _1)

MAKE :: ∀ A B. RANDOMACCESS B A ⇒ (UFIX → A → B)

Package

coalton-library/randomaccess.

Source

randomaccess.lisp.

Function: make (dict1747 n-1916 x-1917)

MAKE :: ∀ A. RUNTIMEREPR A ⇒ (UFIX → A → (LISPARRAY A)) Make a new ‘LispArray‘ of length ‘n‘ initialized to ‘x‘.

If the type of ‘x‘ represents a specialized array

Package

coalton-library/lisparray.

Source

lisparray.lisp.

Function: make-accessor (&key from to field location)
Package

coalton-impl/typechecker/accessor.

Source

accessor.lisp.

Function: make-ast-substitution (&key from to)
Package

coalton-impl/codegen/ast-substitutions.

Source

ast-substitutions.lisp.

Function: make-attribute-monomorphize (&key location)
Package

coalton-impl/parser/toplevel.

Source

toplevel.lisp.

Function: make-attribute-repr (&key location type arg)
Package

coalton-impl/parser/toplevel.

Source

toplevel.lisp.

Function: make-candidate-manager (&key map stack)
Package

coalton-impl/codegen/monomorphize.

Source

monomorphize.lisp.

Function: make-constructor (&key name fields docstring location)
Package

coalton-impl/parser/toplevel.

Source

toplevel.lisp.

Function: make-constructor-entry (&key name arity constructs classname docstring compressed-repr)
Package

coalton-impl/typechecker/environment.

Source

environment.lisp.

Function: make-cursor (value source message)

Make a cursor that points at VALUE.

Package

coalton-impl/parser/cursor.

Source

cursor.lisp.

Function: make-custom-hash-table (size hash-function test-function)
Package

coalton/hashtable-shim.

Source

impl-sbcl.lisp.

Function: make-default-environment ()
Package

coalton-impl/typechecker/environment.

Source

environment.lisp.

Function: make-defpackage (package)

Generate a Lisp defpackage form from a Caolton toplevel-package structure.

Package

coalton-impl/parser/toplevel.

Source

toplevel.lisp.

Function: make-function-env-entry (&key name arity)
Package

coalton-impl/typechecker/environment.

Source

environment.lisp.

Function: make-function-table (env)
Package

coalton-impl/codegen/optimizer.

Source

optimizer.lisp.

Function: make-function-type (from to)
Package

coalton-impl/typechecker/types.

Source

types.lisp.

Function: make-function-type* (args to)
Package

coalton-impl/typechecker/types.

Source

types.lisp.

Function: make-fundep (&key from to)
Package

coalton-impl/typechecker/fundeps.

Source

fundeps.lisp.

Function: make-fundep (&key left right location)
Package

coalton-impl/parser/toplevel.

Source

toplevel.lisp.

Function: make-hoister (&key hoist-points top-hoist-point)
Package

coalton-impl/codegen/hoister.

Source

hoister.lisp.

Function: make-identifier-src (&key name location)
Package

coalton-impl/parser/base.

Source

base.lisp.

Function: make-immutable-listmap (&key data)
Package

coalton-impl/algorithm/immutable-listmap.

Source

immutable-listmap.lisp.

Function: make-immutable-map (&key data)
Package

coalton-impl/algorithm/immutable-map.

Source

immutable-map.lisp.

Function: make-instance-method-definition (&key location name params body)
Package

coalton-impl/typechecker/toplevel.

Source

toplevel.lisp.

Function: make-instance-method-definition (&key name params body location)
Package

coalton-impl/parser/toplevel.

Source

toplevel.lisp.

Function: make-keyword-src (&key name location)
Package

coalton-impl/parser/base.

Source

base.lisp.

Function: make-kfun (&key from to)
Package

coalton-impl/typechecker/kinds.

Source

kinds.lisp.

Function: make-kind-function* (from to)
Package

coalton-impl/typechecker/kinds.

Source

kinds.lisp.

Function: make-ksubstitution (&key from to)
Package

coalton-impl/typechecker/kinds.

Source

kinds.lisp.

Function: make-kvariable ()
Package

coalton-impl/typechecker/kinds.

Source

kinds.lisp.

Function: make-kyvar (&key id)
Package

coalton-impl/typechecker/kinds.

Source

kinds.lisp.

Function: make-location (source span)

Make a source location structure from a SOURCE and a SPAN.

Package

coalton-impl/source.

Source

source.lisp.

Function: make-map (&key initial-contents test)

Construct an environment map containing the keys and values of the association list ALIST.

Environment maps have a readable representation as an alist.
Hash table is initialized using TEST.

Package

coalton-impl/typechecker/map.

Source

map.lisp.

Function: make-match-branch (&key pattern body)
Package

coalton-impl/codegen/ast.

Source

ast.lisp.

Function: make-method-definition (&key location docstring name type)
Package

coalton-impl/parser/toplevel.

Source

toplevel.lisp.

Function: make-name-entry (&key name type docstring location)
Package

coalton-impl/typechecker/environment.

Source

environment.lisp.

Function: make-node-abstraction (&key type vars subexpr)
Package

coalton-impl/codegen/ast.

Source

ast.lisp.

Function: make-node-abstraction (&key type location params body)
Package

coalton-impl/typechecker/expression.

Source

expression.lisp.

Function: make-node-abstraction (&key location params body)
Package

coalton-impl/parser/expression.

Source

expression.lisp.

Function: make-node-accessor (&key type location name)
Package

coalton-impl/typechecker/expression.

Source

expression.lisp.

Function: make-node-accessor (&key location name)
Package

coalton-impl/parser/expression.

Source

expression.lisp.

Function: make-node-and (&key type location nodes)
Package

coalton-impl/typechecker/expression.

Source

expression.lisp.

Function: make-node-and (&key location nodes)
Package

coalton-impl/parser/expression.

Source

expression.lisp.

Function: make-node-application (&key type rator rands)
Package

coalton-impl/codegen/ast.

Source

ast.lisp.

Function: make-node-application (&key type location rator rands)
Package

coalton-impl/typechecker/expression.

Source

expression.lisp.

Function: make-node-application (&key location rator rands)
Package

coalton-impl/parser/expression.

Source

expression.lisp.

Function: make-node-bind (&key type name expr body)
Package

coalton-impl/codegen/ast.

Source

ast.lisp.

Function: make-node-bind (&key pattern expr location)
Package

coalton-impl/typechecker/expression.

Source

expression.lisp.

Function: make-node-bind (&key pattern expr location)
Package

coalton-impl/parser/expression.

Source

expression.lisp.

Function: make-node-block (&key type name body)
Package

coalton-impl/codegen/ast.

Source

ast.lisp.

Function: make-node-body (&key nodes last-node)
Package

coalton-impl/typechecker/expression.

Source

expression.lisp.

Function: make-node-body (&key nodes last-node)
Package

coalton-impl/parser/expression.

Source

expression.lisp.

Function: make-node-break (&key type label)
Package

coalton-impl/codegen/ast.

Source

ast.lisp.

Function: make-node-break (&key type location label)
Package

coalton-impl/typechecker/expression.

Source

expression.lisp.

Function: make-node-break (&key location label)
Package

coalton-impl/parser/expression.

Source

expression.lisp.

Function: make-node-cond (&key type location clauses)
Package

coalton-impl/typechecker/expression.

Source

expression.lisp.

Function: make-node-cond (&key location clauses)
Package

coalton-impl/parser/expression.

Source

expression.lisp.

Function: make-node-cond-clause (&key expr body location)
Package

coalton-impl/typechecker/expression.

Source

expression.lisp.

Function: make-node-cond-clause (&key expr body location)
Package

coalton-impl/parser/expression.

Source

expression.lisp.

Function: make-node-continue (&key type label)
Package

coalton-impl/codegen/ast.

Source

ast.lisp.

Function: make-node-continue (&key type location label)
Package

coalton-impl/typechecker/expression.

Source

expression.lisp.

Function: make-node-continue (&key location label)
Package

coalton-impl/parser/expression.

Source

expression.lisp.

Function: make-node-direct-application (&key type rator-type rator rands)
Package

coalton-impl/codegen/ast.

Source

ast.lisp.

Function: make-node-do (&key type location nodes last-node)
Package

coalton-impl/typechecker/expression.

Source

expression.lisp.

Function: make-node-do (&key location nodes last-node)
Package

coalton-impl/parser/expression.

Source

expression.lisp.

Function: make-node-do-bind (&key pattern expr location)
Package

coalton-impl/typechecker/expression.

Source

expression.lisp.

Function: make-node-do-bind (&key pattern expr location)
Package

coalton-impl/parser/expression.

Source

expression.lisp.

Function: make-node-dynamic-extent (&key type name node body)
Package

coalton-impl/codegen/ast.

Source

ast.lisp.

Function: make-node-field (&key type name dict)
Package

coalton-impl/codegen/ast.

Source

ast.lisp.

Function: make-node-for (&key type location label pattern expr body)
Package

coalton-impl/typechecker/expression.

Source

expression.lisp.

Function: make-node-for (&key location label pattern expr body)
Package

coalton-impl/parser/expression.

Source

expression.lisp.

Function: make-node-if (&key type location expr then else)
Package

coalton-impl/typechecker/expression.

Source

expression.lisp.

Function: make-node-if (&key location expr then else)
Package

coalton-impl/parser/expression.

Source

expression.lisp.

Function: make-node-integer-literal (&key type location value)
Package

coalton-impl/typechecker/expression.

Source

expression.lisp.

Function: make-node-let (&key type bindings subexpr)
Package

coalton-impl/codegen/ast.

Source

ast.lisp.

Function: make-node-let (&key type location bindings body)
Package

coalton-impl/typechecker/expression.

Source

expression.lisp.

Function: make-node-let (&key location bindings declares body)
Package

coalton-impl/parser/expression.

Source

expression.lisp.

Function: make-node-let-binding (&key name value location)
Package

coalton-impl/typechecker/expression.

Source

expression.lisp.

Function: make-node-let-binding (&key name value location)
Package

coalton-impl/parser/expression.

Source

expression.lisp.

Function: make-node-let-declare (&key name type location)
Package

coalton-impl/parser/expression.

Source

expression.lisp.

Function: make-node-lisp (&key type vars form)
Package

coalton-impl/codegen/ast.

Source

ast.lisp.

Function: make-node-lisp (&key type location vars var-names body)
Package

coalton-impl/typechecker/expression.

Source

expression.lisp.

Function: make-node-lisp (&key location type vars var-names body)
Package

coalton-impl/parser/expression.

Source

expression.lisp.

Function: make-node-literal (&key type value)
Package

coalton-impl/codegen/ast.

Source

ast.lisp.

Function: make-node-literal (&key type location value)
Package

coalton-impl/typechecker/expression.

Source

expression.lisp.

Function: make-node-literal (&key location value)
Package

coalton-impl/parser/expression.

Source

expression.lisp.

Function: make-node-loop (&key type label body)
Package

coalton-impl/codegen/ast.

Source

ast.lisp.

Function: make-node-loop (&key type location label body)
Package

coalton-impl/typechecker/expression.

Source

expression.lisp.

Function: make-node-loop (&key location label body)
Package

coalton-impl/parser/expression.

Source

expression.lisp.

Function: make-node-match (&key type expr branches)
Package

coalton-impl/codegen/ast.

Source

ast.lisp.

Function: make-node-match (&key type location expr branches)
Package

coalton-impl/typechecker/expression.

Source

expression.lisp.

Function: make-node-match (&key location expr branches)
Package

coalton-impl/parser/expression.

Source

expression.lisp.

Function: make-node-match-branch (&key pattern body location)
Package

coalton-impl/typechecker/expression.

Source

expression.lisp.

Function: make-node-match-branch (&key pattern body location)
Package

coalton-impl/parser/expression.

Source

expression.lisp.

Function: make-node-or (&key type location nodes)
Package

coalton-impl/typechecker/expression.

Source

expression.lisp.

Function: make-node-or (&key location nodes)
Package

coalton-impl/parser/expression.

Source

expression.lisp.

Function: make-node-progn (&key type location body)
Package

coalton-impl/typechecker/expression.

Source

expression.lisp.

Function: make-node-progn (&key location body)
Package

coalton-impl/parser/expression.

Source

expression.lisp.

Function: make-node-return (&key type location expr)
Package

coalton-impl/typechecker/expression.

Source

expression.lisp.

Function: make-node-return (&key location expr)
Package

coalton-impl/parser/expression.

Source

expression.lisp.

Function: make-node-return-from (&key type name expr)
Package

coalton-impl/codegen/ast.

Source

ast.lisp.

Function: make-node-seq (&key type nodes)
Package

coalton-impl/codegen/ast.

Source

ast.lisp.

Function: make-node-the (&key location type expr)
Package

coalton-impl/parser/expression.

Source

expression.lisp.

Function: make-node-unless (&key type location expr body)
Package

coalton-impl/typechecker/expression.

Source

expression.lisp.

Function: make-node-unless (&key location expr body)
Package

coalton-impl/parser/expression.

Source

expression.lisp.

Function: make-node-variable (&key type value)
Package

coalton-impl/codegen/ast.

Source

ast.lisp.

Function: make-node-variable (&key type location name)
Package

coalton-impl/typechecker/expression.

Source

expression.lisp.

Function: make-node-variable (&key location name)
Package

coalton-impl/parser/expression.

Source

expression.lisp.

Function: make-node-when (&key type location expr body)
Package

coalton-impl/typechecker/expression.

Source

expression.lisp.

Function: make-node-when (&key location expr body)
Package

coalton-impl/parser/expression.

Source

expression.lisp.

Function: make-node-while (&key type label expr body)
Package

coalton-impl/codegen/ast.

Source

ast.lisp.

Function: make-node-while (&key type location label expr body)
Package

coalton-impl/typechecker/expression.

Source

expression.lisp.

Function: make-node-while (&key location label expr body)
Package

coalton-impl/parser/expression.

Source

expression.lisp.

Function: make-node-while-let (&key type label pattern expr body)
Package

coalton-impl/codegen/ast.

Source

ast.lisp.

Function: make-node-while-let (&key type location label pattern expr body)
Package

coalton-impl/typechecker/expression.

Source

expression.lisp.

Function: make-node-while-let (&key location label pattern expr body)
Package

coalton-impl/parser/expression.

Source

expression.lisp.

Function: make-partial-type-env (&key env ty-table class-table)
Package

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

Source

partial-type-env.lisp.

Function: make-pattern-constructor (&key type location name patterns)
Package

coalton-impl/typechecker/pattern.

Source

pattern.lisp.

Function: make-pattern-constructor (&key type name patterns)
Package

coalton-impl/codegen/pattern.

Source

pattern.lisp.

Function: make-pattern-constructor (&key location name patterns)
Package

coalton-impl/parser/pattern.

Source

pattern.lisp.

Function: make-pattern-literal (&key type location value)
Package

coalton-impl/typechecker/pattern.

Source

pattern.lisp.

Function: make-pattern-literal (&key type value)
Package

coalton-impl/codegen/pattern.

Source

pattern.lisp.

Function: make-pattern-literal (&key location value)
Package

coalton-impl/parser/pattern.

Source

pattern.lisp.

Function: make-pattern-var (&key type location name orig-name)
Package

coalton-impl/typechecker/pattern.

Source

pattern.lisp.

Function: make-pattern-var (&key type name)
Package

coalton-impl/codegen/pattern.

Source

pattern.lisp.

Function: make-pattern-var (&key location name orig-name)
Package

coalton-impl/parser/pattern.

Source

pattern.lisp.

Function: make-pattern-wildcard (&key type location)
Package

coalton-impl/typechecker/pattern.

Source

pattern.lisp.

Function: make-pattern-wildcard (&key type)
Package

coalton-impl/codegen/pattern.

Source

pattern.lisp.

Function: make-pattern-wildcard (&key location)
Package

coalton-impl/parser/pattern.

Source

pattern.lisp.

Function: make-program (&key package types structs declares defines classes instances lisp-forms specializations)
Package

coalton-impl/parser/toplevel.

Source

toplevel.lisp.

Function: make-qualified-ty (&key predicates type location)
Package

coalton-impl/parser/types.

Source

types.lisp.

Function: make-qualified-ty (&key predicates type)
Package

coalton-impl/typechecker/predicate.

Source

predicate.lisp.

Function: make-source-error-context (&key message)
Package

source-error/error.

Source

error.lisp.

Function: make-source-error-help (&key span replacement message)
Package

source-error/error.

Source

error.lisp.

Function: make-source-error-note (&key type span message)
Package

source-error/error.

Source

error.lisp.

Function: make-source-file (file &key name offset)

Make a source that supplies error context from a FILE.

OFFSET indicates starting character offset within the file.

Package

coalton-impl/source.

Source

source.lisp.

Function: make-source-string (string &key name)

Make a source that supplies error context from a string.

Package

coalton-impl/source.

Source

source.lisp.

Function: make-specialization-entry (&key from to to-ty)
Package

coalton-impl/typechecker/environment.

Source

environment.lisp.

Function: make-struct-entry (&key name fields docstring)
Package

coalton-impl/typechecker/environment.

Source

environment.lisp.

Function: make-struct-field (&key name type index docstring)
Package

coalton-impl/typechecker/environment.

Source

environment.lisp.

Function: make-struct-field (&key location docstring name type)
Package

coalton-impl/parser/toplevel.

Source

toplevel.lisp.

Function: make-struct-or-class-field (&key name type)
Package

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

Source

struct-or-class.lisp.

Function: make-substitution (&key from to)
Package

coalton-impl/typechecker/substitutions.

Source

substitutions.lisp.

Function: make-tapp (&key location from to)
Package

coalton-impl/parser/types.

Source

types.lisp.

Function: make-tapp (&key from to)
Package

coalton-impl/typechecker/types.

Source

types.lisp.

Function: make-tc-env (&key env ty-table)
Package

coalton-impl/typechecker/tc-env.

Source

tc-env.lisp.

Function: make-tgen (&key id)
Package

coalton-impl/typechecker/types.

Source

types.lisp.

Function: make-toplevel-declare (&key name type location monomorphize)
Package

coalton-impl/parser/toplevel.

Source

toplevel.lisp.

Function: make-toplevel-define (&key location name params body)
Package

coalton-impl/typechecker/toplevel.

Source

toplevel.lisp.

Function: make-toplevel-define (&key location docstring name params orig-params body monomorphize)
Package

coalton-impl/parser/toplevel.

Source

toplevel.lisp.

Function: make-toplevel-define-class (&key location docstring name vars preds fundeps methods head-location)
Package

coalton-impl/parser/toplevel.

Source

toplevel.lisp.

Function: make-toplevel-define-instance (&key location context pred methods head-location)
Package

coalton-impl/typechecker/toplevel.

Source

toplevel.lisp.

Function: make-toplevel-define-instance (&key location docstring context pred methods head-location compiler-generated)
Package

coalton-impl/parser/toplevel.

Source

toplevel.lisp.

Function: make-toplevel-define-struct (&key location docstring name vars fields repr head-location)
Package

coalton-impl/parser/toplevel.

Source

toplevel.lisp.

Function: make-toplevel-define-type (&key location docstring name vars ctors repr head-location)
Package

coalton-impl/parser/toplevel.

Source

toplevel.lisp.

Function: make-toplevel-lisp-form (&key body location)
Package

coalton-impl/parser/toplevel.

Source

toplevel.lisp.

Function: make-toplevel-specialize (&key from to type location)
Package

coalton-impl/parser/toplevel.

Source

toplevel.lisp.

Function: make-translation-unit (&key types definitions instances lisp-forms classes package)
Package

coalton-impl/typechecker/translation-unit.

Source

translation-unit.lisp.

Function: make-traverse-block (&key variable accessor literal integer-literal bind body abstraction let-binding let lisp match-branch match progn return application or and if when unless cond-clause cond while while-let for loop break continue do-bind do)
Package

coalton-impl/typechecker/traverse.

Source

traverse.lisp.

Function: make-traverse-let-action-skipping-cons-bindings ()

This is an action to ensure that let-bindings to fully saturated applications of ‘’coalton:Cons‘ are untouched by a traversal. The current ‘codegen:codegen-let‘ code for recursive data requires direct applications of a constructor, so transformations like inlining may produce a form which the codegen is unable to recognize. Overriding the default ‘:traverse node-let‘ action with this action will ensure that let-bindings to saturated applications of ‘’coalton:Cons‘ will always be returned with the syntactic form of a direct application with rator ‘’coalton:Cons‘.

Package

coalton-impl/codegen/traverse.

Source

traverse.lisp.

Function: make-ty-class (&key name predicate superclasses class-variables class-variable-map fundeps unqualified-methods codegen-sym superclass-dict superclass-map docstring location)
Package

coalton-impl/typechecker/environment.

Source

environment.lisp.

Function: make-ty-class-instance (&key constraints predicate codegen-sym method-codegen-syms docstring)
Package

coalton-impl/typechecker/environment.

Source

environment.lisp.

Function: make-ty-class-method (&key name type docstring)
Package

coalton-impl/typechecker/environment.

Source

environment.lisp.

Function: make-ty-predicate (&key class types location)
Package

coalton-impl/parser/types.

Source

types.lisp.

Function: make-ty-predicate (&key class types location)
Package

coalton-impl/typechecker/predicate.

Source

predicate.lisp.

Function: make-ty-scheme (&key kinds type)
Package

coalton-impl/typechecker/scheme.

Source

scheme.lisp.

Function: make-tycon (&key location name)
Package

coalton-impl/parser/types.

Source

types.lisp.

Function: make-tycon (&key name kind)
Package

coalton-impl/typechecker/types.

Source

types.lisp.

Function: make-type-definition (&key name type runtime-type explicit-repr enum-repr newtype constructors constructor-types constructor-args docstring location)
Package

coalton-impl/typechecker/define-type.

Source

define-type.lisp.

Function: make-type-entry (&key name runtime-type type tyvars constructors explicit-repr enum-repr newtype docstring location)
Package

coalton-impl/typechecker/environment.

Source

environment.lisp.

Function: make-tyvar (&key location name)
Package

coalton-impl/parser/types.

Source

types.lisp.

Function: make-tyvar (&key id kind)
Package

coalton-impl/typechecker/types.

Source

types.lisp.

Function: make-uninitialized (dict1748 n-1919)

MAKE-UNINITIALIZED :: ∀ A. RUNTIMEREPR A ⇒ (UFIX → (LISPARRAY A))
Make a new LispArray of length ‘n‘ that can store elements of type ‘:t‘.

WARNING: The consequences are undefined if an uninitialized element is read before being set.

Package

coalton-library/lisparray.

Source

lisparray.lisp.

Function: make-variable (&optional kind)
Package

coalton-impl/typechecker/types.

Source

types.lisp.

Function: map (dict _0 _1)

MAP :: ∀ A B C. FUNCTOR C ⇒ ((A → B) → (C A) → (C B))

Package

coalton-library/classes.

Source

classes.lisp.

Function: map-err (f-1848 x-1849)

MAP-ERR :: ∀ A B C. ((A → B) → (RESULT A C) → (RESULT B C)) Map over the ERR case

Package

coalton-library/result.

Source

result.lisp.

Function: map-fst (dict661 f-30 b-31)

MAP-FST :: ∀ A B C D. BIFUNCTOR C ⇒ ((A → B) → (C A D) → (C B D)) Map over the first argument of a ‘Bifunctor‘.

Package

coalton-library/classes.

Source

classes.lisp.

Function: map-snd (dict662 f-33 b-34)

MAP-SND :: ∀ A B C D. BIFUNCTOR C ⇒ ((A → B) → (C D A) → (C D B)) Map over the second argument of a ‘Bifunctor‘.

Package

coalton-library/classes.

Source

classes.lisp.

Function: map-while! (f-1705 iter-1706)

MAP-WHILE! :: ∀ A B. ((A → (OPTIONAL B)) → (ITERATOR A) → (ITERATOR B)) Map an iterator, stopping early if F returns NONE.

Package

coalton-library/iterator.

Source

iterator.lisp.

Function: maphash-values-new (function table)

Map across the values of a hash-table. Returns a new hash-table with unchanged keys.

Package

coalton-impl/util.

Source

utilities.lisp.

Reader: match-branch-body (instance)
Package

coalton-impl/codegen/ast.

Source

ast.lisp.

Target Slot

body.

Reader: match-branch-pattern (instance)
Package

coalton-impl/codegen/ast.

Source

ast.lisp.

Target Slot

pattern.

Function: match-list (list1 list2)

Returns true if all of the types in LIST2 match the types in LIST1 pairwise

Package

coalton-impl/typechecker/unify.

Source

unify.lisp.

Function: max (dict653 x-23 y-24)

MAX :: ∀ A. ORD A ⇒ (A → A → A)
Returns the greater element of ‘x‘ and ‘y‘.

Package

coalton-library/classes.

Source

classes.lisp.

Function: max! (dict1566 iter-1761)

MAX! :: ∀ A. ORD A ⇒ ((ITERATOR A) → (OPTIONAL A))
Return the most-positive element of ITER, or ‘None‘ if ITER is empty.

Package

coalton-library/iterator.

Source

iterator.lisp.

Function: maxbound (dict)

MAXBOUND :: ∀ A. BOUNDED A ⇒ A

Package

coalton-library/math/bounded.

Source

bounded.lisp.

Function: maximize-by! (dict1570 f-1769 iter-1770)

MAXIMIZE-BY! :: ∀ A B. ORD B ⇒ ((A → B) → (ITERATOR A) → (OPTIONAL A))
For a function F, which maps the iterator, return the element of ITER where (F ELT) is the most-positive.

Return ‘None’ if ITER is empty.

Package

coalton-library/iterator.

Source

iterator.lisp.

Function: maximum (dict1776 l-2247)

MAXIMUM :: ∀ A. ORD A ⇒ ((LIST A) → (OPTIONAL A)) Returns a greatest element of a list, or None.

Package

coalton-library/list.

Source

list.lisp.

Function: maybe-read-form (stream source &optional eclector-client)

Read the next form or return if there is no next form.

Returns (VALUES FORM PRESENTP EOFP)

Package

coalton-impl/parser/reader.

Source

reader.lisp.

Function: mconcat (dict657 dict658)

MCONCAT :: ∀ A B. (FOLDABLE A) (MONOID B) ⇒ ((A B) → B) Fold a container of monoids into a single element.

Package

coalton-library/classes.

Source

classes.lisp.

Function: member (dict1764 e-2074 xs-2075)

MEMBER :: ∀ A. EQ A ⇒ (A → (LIST A) → BOOLEAN) Returns true if any element of XS is equal to E.

Package

coalton-library/list.

Source

list.lisp.

Function: mempty (dict)

MEMPTY :: ∀ A. MONOID A ⇒ A

Package

coalton-library/classes.

Source

classes.lisp.

Function: merge (dict2283 dict2284 path1-3235 path2-3236)

MERGE :: ∀ A B. (INTO A PATHNAME) (INTO B PATHNAME) ⇒ (A → B → PATHNAME)
Merges two pathnames together. The directory pathname should be the first argument.

Package

coalton-library/file.

Source

file.lisp.

Function: merge (dict2076 a-2908 b-2909)

MERGE :: ∀ A B. ORD A ⇒ ((MAP A B) → (MAP A B) → (MAP A B))
Construct a Tree containing all the mappings of both A and B.

If A and B contain mappings X -> A’ and X -> B’, it is undefined whether the result maps X to A’ or B’.

Because of the possibility that A and B will map the same X to different A’ and B’, this is not an associative operation, and therefore Map cannot implement Monoid.

Package

coalton-library/ord-map.

Source

ord-map.lisp.

Function: merge (dict2015 a-2834 b-2835)

MERGE :: ∀ A. ORD A ⇒ ((TREE A) → (TREE A) → (TREE A))
Construct a Tree containing all the elements of both A and B.

If A and B contain elements A’ and B’ respectively where (== A’ B’), the result will contain either A’ or B’. Which one is chosen for the result is undefined.

Package

coalton-library/ord-tree.

Source

ord-tree.lisp.

Function: merge-substitution-lists (s1 s2)

Merge substitution lists S1 and S2 together, erroring on disagreeing entries.

Package

coalton-impl/typechecker/substitutions.

Source

substitutions.lisp.

Reader: method-definition-name (instance)
Package

coalton-impl/parser/toplevel.

Source

toplevel.lisp.

Target Slot

name.

Reader: method-definition-type (instance)
Package

coalton-impl/parser/toplevel.

Source

toplevel.lisp.

Target Slot

type.

Function: min (dict654 x-25 y-26)

MIN :: ∀ A. ORD A ⇒ (A → A → A) Returns the lesser element of ‘x‘ and ‘y‘.

Package

coalton-library/classes.

Source

classes.lisp.

Function: min! (dict1567 iter-1762)

MIN! :: ∀ A. ORD A ⇒ ((ITERATOR A) → (OPTIONAL A))
Return the most-negative element of ITER, or ‘None‘ if ITER is empty.

Package

coalton-library/iterator.

Source

iterator.lisp.

Function: minbound (dict)

MINBOUND :: ∀ A. BOUNDED A ⇒ A

Package

coalton-library/math/bounded.

Source

bounded.lisp.

Function: minimize-by! (dict1571 f-1771 iter-1772)

MINIMIZE-BY! :: ∀ A B. ORD B ⇒ ((A → B) → (ITERATOR A) → (OPTIONAL A))
For a function F, which maps the iterator, return the element of ITER where (F ELT) is the most-negative.

Return ‘None’ if ITER is empty.

Package

coalton-library/iterator.

Source

iterator.lisp.

Function: minimum (dict1777 l-2248)

MINIMUM :: ∀ A. ORD A ⇒ ((LIST A) → (OPTIONAL A)) Returns a least element of a list, or None.

Package

coalton-library/list.

Source

list.lisp.

Function: mkfraction (a-628 b-629)

MKFRACTION :: (INTEGER → INTEGER → FRACTION)

Package

coalton-library/math/fraction.

Source

fraction.lisp.

Function: mod (dict _0 _1)

MOD :: ∀ A. REMAINDER A ⇒ (A → A → A)

Package

coalton-library/math/integral.

Source

integral.lisp.

Function: monomorphize (name manager package resolve-table optimize-node env)
Package

coalton-impl/codegen/monomorphize.

Source

monomorphize.lisp.

Function: msum (dict744 dict745 xs-186)

MSUM :: ∀ A B. (MONOID B) (FOLDABLE A) ⇒ ((A B) → B) Fold over a list using ‘<>‘.

Package

coalton-library/functions.

Source

functions.lisp.

Reader: name-entry-name (instance)
Package

coalton-impl/typechecker/environment.

Source

environment.lisp.

Target Slot

name.

Reader: name-entry-type (instance)
Package

coalton-impl/typechecker/environment.

Source

environment.lisp.

Target Slot

type.

Function: nan (dict)

NAN :: ∀ A. TRANSFINITE A ⇒ A

Package

coalton-library/math/arith.

Source

arith.lisp.

Function: nan? (dict _0)

NAN? :: ∀ A. TRANSFINITE A ⇒ (A → BOOLEAN)

Package

coalton-library/math/arith.

Source

arith.lisp.

Function: negate (dict775 x-201)

NEGATE :: ∀ A. NUM A ⇒ (A → A)
The negation, or additive inverse, of ‘x‘.

Package

coalton-library/math/arith.

Source

arith.lisp.

Function: negative-infinity (dict773 dict774)

NEGATIVE-INFINITY :: ∀ A. (TRANSFINITE A) (NUM A) ⇒ A

Package

coalton-library/math/arith.

Source

arith.lisp.

Function: negative? (dict785 dict786 x-209)

NEGATIVE? :: ∀ A. (NUM A) (ORD A) ⇒ (A → BOOLEAN) Is ‘x‘ negative?

Package

coalton-library/math/arith.

Source

arith.lisp.

Function: new (dict1898 start-2484 len-2485 v-2486)

NEW :: ∀ A B. SLICEABLE (A B) ⇒ (UFIX → UFIX → (A B) → (SLICE B))
Create a new slice backed by ‘v‘ starting at index ‘start‘ and continuing for ‘len‘ elements.

Package

coalton-library/slice.

Source

slice.lisp.

Function: new (dict1926 _1927)

NEW :: ∀ A B. HASH A ⇒ (UNIT → (HASHTABLE A B)) Create a new empty hashtable

Package

coalton-library/hashtable.

Source

hashtable.lisp.

Function: new (dict2179 _2180)

NEW :: ∀ A. RUNTIMEREPR A ⇒ (UNIT → (SEQ A)) Create a new empty ‘Seq‘.

Package

coalton-library/seq.

Source

seq.lisp.

Function: new (_1968)

NEW :: ∀ A. (UNIT → (QUEUE A)) Create a new empty queue.

Package

coalton-library/queue.

Source

queue.lisp.

Function: new (f-1634)

NEW :: ∀ A. ((UNIT → (OPTIONAL A)) → (ITERATOR A)) Create a new iterator from a function that yields elements.

Package

coalton-library/iterator.

Source

iterator.lisp.

Function: new (_1860)

NEW :: ∀ A. (UNIT → (VECTOR A)) Create a new empty vector

Package

coalton-library/vector.

Source

vector.lisp.

Function: new (data-1550)

NEW :: ∀ A. (A → (CELL A)) Create a new mutable cell

Package

coalton-library/cell.

Source

cell.lisp.

Function: next (cursor &key pred unwrap)

Return the next value from a nonempty cursor.

If PRED is non-NIL, only consume a value if it is true.
If UNWRAP is NIL, return the CST node, otherwise, return the raw value.

Package

coalton-impl/parser/cursor.

Source

cursor.lisp.

Function: next! (iter-1640)

NEXT! :: ∀ A. ((ITERATOR A) → (OPTIONAL A))
Advance ITER, returning its next yielded value, or ‘None‘ if the iterator is exhausted.
Behavior is undefined if two threads concurrently call ‘next!‘ on the same iterator without a lock. Note that most of the operators defined on iterators call ‘next!‘ internally, or create new iterators which will call ‘next!‘ on their inputs.

Package

coalton-library/iterator.

Source

iterator.lisp.

Function: next-pprint-variable ()

Get the next type variable symbol interned in the keyword package

Package

coalton-impl/typechecker/types.

Source

types.lisp.

Function: next-pprint-variable-as-tvar (&optional kind)

Get the next type variable as a TVAR

Package

coalton-impl/typechecker/types.

Source

types.lisp.

Function: next-symbol (cursor missing not-symbol)

Return the next symbol in cursor.
If the cursor is empty, signal an error with MISSING as the message.
If the next element is not a symbol, signal an error with NOT-SYMBOL as the message.

Package

coalton-impl/parser/cursor.

Source

cursor.lisp.

Reader: node-abstraction-body (instance)
Package

coalton-impl/typechecker/expression.

Source

expression.lisp.

Target Slot

body.

Reader: node-abstraction-body (instance)
Package

coalton-impl/parser/expression.

Source

expression.lisp.

Target Slot

body.

Function: node-abstraction-p (object)
Package

coalton-impl/codegen/ast.

Source

ast.lisp.

Function: node-abstraction-p (object)
Package

coalton-impl/typechecker/expression.

Source

expression.lisp.

Function: node-abstraction-p (object)
Package

coalton-impl/parser/expression.

Source

expression.lisp.

Reader: node-abstraction-params (instance)
Package

coalton-impl/typechecker/expression.

Source

expression.lisp.

Target Slot

params.

Reader: node-abstraction-params (instance)
Package

coalton-impl/parser/expression.

Source

expression.lisp.

Target Slot

params.

Reader: node-abstraction-subexpr (instance)
Package

coalton-impl/codegen/ast.

Source

ast.lisp.

Target Slot

subexpr.

Reader: node-abstraction-vars (instance)
Package

coalton-impl/codegen/ast.

Source

ast.lisp.

Target Slot

vars.

Reader: node-accessor-name (instance)
Package

coalton-impl/typechecker/expression.

Source

expression.lisp.

Target Slot

name.

Reader: node-accessor-name (instance)
Package

coalton-impl/parser/expression.

Source

expression.lisp.

Target Slot

name.

Reader: node-and-nodes (instance)
Package

coalton-impl/typechecker/expression.

Source

expression.lisp.

Target Slot

nodes.

Reader: node-and-nodes (instance)
Package

coalton-impl/parser/expression.

Source

expression.lisp.

Target Slot

nodes.

Function: node-application-p (object)
Package

coalton-impl/codegen/ast.

Source

ast.lisp.

Reader: node-application-rands (instance)
Package

coalton-impl/codegen/ast.

Source

ast.lisp.

Target Slot

rands.

Reader: node-application-rands (instance)
Package

coalton-impl/typechecker/expression.

Source

expression.lisp.

Target Slot

rands.

Reader: node-application-rands (instance)
Package

coalton-impl/parser/expression.

Source

expression.lisp.

Target Slot

rands.

Reader: node-application-rator (instance)
Package

coalton-impl/codegen/ast.

Source

ast.lisp.

Target Slot

rator.

Reader: node-application-rator (instance)
Package

coalton-impl/typechecker/expression.

Source

expression.lisp.

Target Slot

rator.

Reader: node-application-rator (instance)
Package

coalton-impl/parser/expression.

Source

expression.lisp.

Target Slot

rator.

Reader: node-bind-body (instance)
Package

coalton-impl/codegen/ast.

Source

ast.lisp.

Target Slot

body.

Reader: node-bind-expr (instance)
Package

coalton-impl/codegen/ast.

Source

ast.lisp.

Target Slot

expr.

Reader: node-bind-expr (instance)
Package

coalton-impl/typechecker/expression.

Source

expression.lisp.

Target Slot

expr.

Reader: node-bind-expr (instance)
Package

coalton-impl/parser/expression.

Source

expression.lisp.

Target Slot

expr.

Reader: node-bind-name (instance)
Package

coalton-impl/codegen/ast.

Source

ast.lisp.

Target Slot

name.

Reader: node-bind-pattern (instance)
Package

coalton-impl/typechecker/expression.

Source

expression.lisp.

Target Slot

pattern.

Reader: node-bind-pattern (instance)
Package

coalton-impl/parser/expression.

Source

expression.lisp.

Target Slot

pattern.

Function: node-binding-sccs (bindings)

Returns a list of SCCs ordered from least to most depended on.

Package

coalton-impl/codegen/ast.

Source

ast.lisp.

Reader: node-block-body (instance)
Package

coalton-impl/codegen/ast.

Source

ast.lisp.

Target Slot

body.

Reader: node-block-name (instance)
Package

coalton-impl/codegen/ast.

Source

ast.lisp.

Target Slot

name.

Reader: node-body-last-node (instance)
Package

coalton-impl/typechecker/expression.

Source

expression.lisp.

Target Slot

last-node.

Reader: node-body-last-node (instance)
Package

coalton-impl/parser/expression.

Source

expression.lisp.

Target Slot

last-node.

Reader: node-body-nodes (instance)
Package

coalton-impl/typechecker/expression.

Source

expression.lisp.

Target Slot

nodes.

Reader: node-body-nodes (instance)
Package

coalton-impl/parser/expression.

Source

expression.lisp.

Target Slot

nodes.

Reader: node-break-label (instance)
Package

coalton-impl/codegen/ast.

Source

ast.lisp.

Target Slot

label.

Reader: node-break-label (instance)
Package

coalton-impl/typechecker/expression.

Source

expression.lisp.

Target Slot

label.

Reader: node-break-label (instance)
Package

coalton-impl/parser/expression.

Source

expression.lisp.

Target Slot

label.

Reader: node-cond-clause-body (instance)
Package

coalton-impl/typechecker/expression.

Source

expression.lisp.

Target Slot

body.

Reader: node-cond-clause-body (instance)
Package

coalton-impl/parser/expression.

Source

expression.lisp.

Target Slot

body.

Reader: node-cond-clause-expr (instance)
Package

coalton-impl/typechecker/expression.

Source

expression.lisp.

Target Slot

expr.

Reader: node-cond-clause-expr (instance)
Package

coalton-impl/parser/expression.

Source

expression.lisp.

Target Slot

expr.

Reader: node-cond-clauses (instance)
Package

coalton-impl/typechecker/expression.

Source

expression.lisp.

Target Slot

clauses.

Reader: node-cond-clauses (instance)
Package

coalton-impl/parser/expression.

Source

expression.lisp.

Target Slot

clauses.

Reader: node-continue-label (instance)
Package

coalton-impl/codegen/ast.

Source

ast.lisp.

Target Slot

label.

Reader: node-continue-label (instance)
Package

coalton-impl/typechecker/expression.

Source

expression.lisp.

Target Slot

label.

Reader: node-continue-label (instance)
Package

coalton-impl/parser/expression.

Source

expression.lisp.

Target Slot

label.

Function: node-direct-application-p (object)
Package

coalton-impl/codegen/ast.

Source

ast.lisp.

Reader: node-direct-application-rands (instance)
Package

coalton-impl/codegen/ast.

Source

ast.lisp.

Target Slot

rands.

Reader: node-direct-application-rator (instance)
Package

coalton-impl/codegen/ast.

Source

ast.lisp.

Target Slot

rator.

Reader: node-direct-application-rator-type (instance)
Package

coalton-impl/codegen/ast.

Source

ast.lisp.

Target Slot

rator-type.

Reader: node-do-bind-expr (instance)
Package

coalton-impl/typechecker/expression.

Source

expression.lisp.

Target Slot

expr.

Reader: node-do-bind-expr (instance)
Package

coalton-impl/parser/expression.

Source

expression.lisp.

Target Slot

expr.

Reader: node-do-bind-pattern (instance)
Package

coalton-impl/typechecker/expression.

Source

expression.lisp.

Target Slot

pattern.

Reader: node-do-bind-pattern (instance)
Package

coalton-impl/parser/expression.

Source

expression.lisp.

Target Slot

pattern.

Reader: node-do-last-node (instance)
Package

coalton-impl/typechecker/expression.

Source

expression.lisp.

Target Slot

last-node.

Reader: node-do-last-node (instance)
Package

coalton-impl/parser/expression.

Source

expression.lisp.

Target Slot

last-node.

Reader: node-do-nodes (instance)
Package

coalton-impl/typechecker/expression.

Source

expression.lisp.

Target Slot

nodes.

Reader: node-do-nodes (instance)
Package

coalton-impl/parser/expression.

Source

expression.lisp.

Target Slot

nodes.

Reader: node-dynamic-extent-body (instance)
Package

coalton-impl/codegen/ast.

Source

ast.lisp.

Target Slot

body.

Reader: node-dynamic-extent-name (instance)
Package

coalton-impl/codegen/ast.

Source

ast.lisp.

Target Slot

name.

Reader: node-dynamic-extent-node (instance)
Package

coalton-impl/codegen/ast.

Source

ast.lisp.

Target Slot

node.

Reader: node-field-dict (instance)
Package

coalton-impl/codegen/ast.

Source

ast.lisp.

Target Slot

dict.

Reader: node-field-name (instance)
Package

coalton-impl/codegen/ast.

Source

ast.lisp.

Target Slot

name.

Function: node-field-p (object)
Package

coalton-impl/codegen/ast.

Source

ast.lisp.

Reader: node-for-body (instance)
Package

coalton-impl/typechecker/expression.

Source

expression.lisp.

Target Slot

body.

Reader: node-for-body (instance)
Package

coalton-impl/parser/expression.

Source

expression.lisp.

Target Slot

body.

Reader: node-for-expr (instance)
Package

coalton-impl/typechecker/expression.

Source

expression.lisp.

Target Slot

expr.

Reader: node-for-expr (instance)
Package

coalton-impl/parser/expression.

Source

expression.lisp.

Target Slot

expr.

Reader: node-for-label (instance)
Package

coalton-impl/typechecker/expression.

Source

expression.lisp.

Target Slot

label.

Reader: node-for-label (instance)
Package

coalton-impl/parser/expression.

Source

expression.lisp.

Target Slot

label.

Reader: node-for-pattern (instance)
Package

coalton-impl/typechecker/expression.

Source

expression.lisp.

Target Slot

pattern.

Reader: node-for-pattern (instance)
Package

coalton-impl/parser/expression.

Source

expression.lisp.

Target Slot

pattern.

Function: node-free-p (node bound-variables)

Return true if every variable in ‘node‘ is free with respect to ‘bound-variables‘

Package

coalton-impl/codegen/ast.

Source

transformations.lisp.

Reader: node-if-else (instance)
Package

coalton-impl/typechecker/expression.

Source

expression.lisp.

Target Slot

else.

Reader: node-if-else (instance)
Package

coalton-impl/parser/expression.

Source

expression.lisp.

Target Slot

else.

Reader: node-if-expr (instance)
Package

coalton-impl/typechecker/expression.

Source

expression.lisp.

Target Slot

expr.

Reader: node-if-expr (instance)
Package

coalton-impl/parser/expression.

Source

expression.lisp.

Target Slot

expr.

Reader: node-if-then (instance)
Package

coalton-impl/typechecker/expression.

Source

expression.lisp.

Target Slot

then.

Reader: node-if-then (instance)
Package

coalton-impl/parser/expression.

Source

expression.lisp.

Target Slot

then.

Reader: node-integer-literal-value (instance)
Package

coalton-impl/typechecker/expression.

Source

expression.lisp.

Target Slot

value.

Reader: node-integer-literal-value (instance)
Package

coalton-impl/parser/expression.

Source

expression.lisp.

Target Slot

value.

Reader: node-let-binding-name (instance)
Package

coalton-impl/typechecker/expression.

Source

expression.lisp.

Target Slot

name.

Reader: node-let-binding-name (instance)
Package

coalton-impl/parser/expression.

Source

expression.lisp.

Target Slot

name.

Reader: node-let-binding-value (instance)
Package

coalton-impl/typechecker/expression.

Source

expression.lisp.

Target Slot

value.

Reader: node-let-binding-value (instance)
Package

coalton-impl/parser/expression.

Source

expression.lisp.

Target Slot

value.

Reader: node-let-bindings (instance)
Package

coalton-impl/codegen/ast.

Source

ast.lisp.

Target Slot

bindings.

Reader: node-let-bindings (instance)
Package

coalton-impl/typechecker/expression.

Source

expression.lisp.

Target Slot

bindings.

Reader: node-let-bindings (instance)
Package

coalton-impl/parser/expression.

Source

expression.lisp.

Target Slot

bindings.

Reader: node-let-body (instance)
Package

coalton-impl/typechecker/expression.

Source

expression.lisp.

Target Slot

body.

Reader: node-let-body (instance)
Package

coalton-impl/parser/expression.

Source

expression.lisp.

Target Slot

body.

Reader: node-let-declare-name (instance)
Package

coalton-impl/parser/expression.

Source

expression.lisp.

Target Slot

name.

Reader: node-let-declare-type (instance)
Package

coalton-impl/parser/expression.

Source

expression.lisp.

Target Slot

type.

Reader: node-let-declares (instance)
Package

coalton-impl/parser/expression.

Source

expression.lisp.

Target Slot

declares.

Function: node-let-p (object)
Package

coalton-impl/codegen/ast.

Source

ast.lisp.

Reader: node-let-subexpr (instance)
Package

coalton-impl/codegen/ast.

Source

ast.lisp.

Target Slot

subexpr.

Reader: node-lisp-body (instance)
Package

coalton-impl/typechecker/expression.

Source

expression.lisp.

Target Slot

body.

Reader: node-lisp-body (instance)
Package

coalton-impl/parser/expression.

Source

expression.lisp.

Target Slot

body.

Reader: node-lisp-form (instance)
Package

coalton-impl/codegen/ast.

Source

ast.lisp.

Target Slot

form.

Function: node-lisp-p (object)
Package

coalton-impl/codegen/ast.

Source

ast.lisp.

Function: node-lisp-type (instance)
Package

coalton-impl/typechecker/expression.

Source

expression.lisp.

Reader: node-lisp-type (instance)
Package

coalton-impl/parser/expression.

Source

expression.lisp.

Target Slot

type.

Reader: node-lisp-var-names (instance)
Package

coalton-impl/typechecker/expression.

Source

expression.lisp.

Target Slot

var-names.

Reader: node-lisp-var-names (instance)
Package

coalton-impl/parser/expression.

Source

expression.lisp.

Target Slot

var-names.

Reader: node-lisp-vars (instance)
Package

coalton-impl/codegen/ast.

Source

ast.lisp.

Target Slot

vars.

Reader: node-lisp-vars (instance)
Package

coalton-impl/typechecker/expression.

Source

expression.lisp.

Target Slot

vars.

Reader: node-lisp-vars (instance)
Package

coalton-impl/parser/expression.

Source

expression.lisp.

Target Slot

vars.

Function: node-literal-p (object)
Package

coalton-impl/codegen/ast.

Source

ast.lisp.

Reader: node-literal-value (instance)
Package

coalton-impl/codegen/ast.

Source

ast.lisp.

Target Slot

value.

Reader: node-literal-value (instance)
Package

coalton-impl/typechecker/expression.

Source

expression.lisp.

Target Slot

value.

Reader: node-literal-value (instance)
Package

coalton-impl/parser/expression.

Source

expression.lisp.

Target Slot

value.

Reader: node-loop-body (instance)
Package

coalton-impl/codegen/ast.

Source

ast.lisp.

Target Slot

body.

Reader: node-loop-body (instance)
Package

coalton-impl/typechecker/expression.

Source

expression.lisp.

Target Slot

body.

Reader: node-loop-body (instance)
Package

coalton-impl/parser/expression.

Source

expression.lisp.

Target Slot

body.

Reader: node-loop-label (instance)
Package

coalton-impl/codegen/ast.

Source

ast.lisp.

Target Slot

label.

Reader: node-loop-label (instance)
Package

coalton-impl/typechecker/expression.

Source

expression.lisp.

Target Slot

label.

Reader: node-loop-label (instance)
Package

coalton-impl/parser/expression.

Source

expression.lisp.

Target Slot

label.

Reader: node-match-branch-body (instance)
Package

coalton-impl/typechecker/expression.

Source

expression.lisp.

Target Slot

body.

Reader: node-match-branch-body (instance)
Package

coalton-impl/parser/expression.

Source

expression.lisp.

Target Slot

body.

Reader: node-match-branch-pattern (instance)
Package

coalton-impl/typechecker/expression.

Source

expression.lisp.

Target Slot

pattern.

Reader: node-match-branch-pattern (instance)
Package

coalton-impl/parser/expression.

Source

expression.lisp.

Target Slot

pattern.

Reader: node-match-branches (instance)
Package

coalton-impl/codegen/ast.

Source

ast.lisp.

Target Slot

branches.

Reader: node-match-branches (instance)
Package

coalton-impl/typechecker/expression.

Source

expression.lisp.

Target Slot

branches.

Reader: node-match-branches (instance)
Package

coalton-impl/parser/expression.

Source

expression.lisp.

Target Slot

branches.

Reader: node-match-expr (instance)
Package

coalton-impl/codegen/ast.

Source

ast.lisp.

Target Slot

expr.

Reader: node-match-expr (instance)
Package

coalton-impl/typechecker/expression.

Source

expression.lisp.

Target Slot

expr.

Reader: node-match-expr (instance)
Package

coalton-impl/parser/expression.

Source

expression.lisp.

Target Slot

expr.

Reader: node-or-nodes (instance)
Package

coalton-impl/typechecker/expression.

Source

expression.lisp.

Target Slot

nodes.

Reader: node-or-nodes (instance)
Package

coalton-impl/parser/expression.

Source

expression.lisp.

Target Slot

nodes.

Reader: node-progn-body (instance)
Package

coalton-impl/typechecker/expression.

Source

expression.lisp.

Target Slot

body.

Reader: node-progn-body (instance)
Package

coalton-impl/parser/expression.

Source

expression.lisp.

Target Slot

body.

Function: node-rands (node)
Package

coalton-impl/codegen/ast.

Source

ast.lisp.

Function: node-rator-name (node)

Returns the name of the function being called if it is known

Package

coalton-impl/codegen/ast.

Source

ast.lisp.

Function: node-rator-type (node)
Package

coalton-impl/codegen/ast.

Source

ast.lisp.

Reader: node-return-expr (instance)
Package

coalton-impl/typechecker/expression.

Source

expression.lisp.

Target Slot

expr.

Reader: node-return-expr (instance)
Package

coalton-impl/parser/expression.

Source

expression.lisp.

Target Slot

expr.

Reader: node-return-from-expr (instance)
Package

coalton-impl/codegen/ast.

Source

ast.lisp.

Target Slot

expr.

Reader: node-return-from-name (instance)
Package

coalton-impl/codegen/ast.

Source

ast.lisp.

Target Slot

name.

Reader: node-seq-nodes (instance)
Package

coalton-impl/codegen/ast.

Source

ast.lisp.

Target Slot

nodes.

Reader: node-the-expr (instance)
Package

coalton-impl/parser/expression.

Source

expression.lisp.

Target Slot

expr.

Reader: node-the-type (instance)
Package

coalton-impl/parser/expression.

Source

expression.lisp.

Target Slot

type.

Function: node-type (node)

Get the stored type of ‘node‘.

Package

coalton-impl/codegen/ast.

Source

ast.lisp.

Reader: node-type (instance)
Package

coalton-impl/typechecker/expression.

Source

expression.lisp.

Target Slot

type.

Reader: node-unless-body (instance)
Package

coalton-impl/typechecker/expression.

Source

expression.lisp.

Target Slot

body.

Reader: node-unless-body (instance)
Package

coalton-impl/parser/expression.

Source

expression.lisp.

Target Slot

body.

Reader: node-unless-expr (instance)
Package

coalton-impl/typechecker/expression.

Source

expression.lisp.

Target Slot

expr.

Reader: node-unless-expr (instance)
Package

coalton-impl/parser/expression.

Source

expression.lisp.

Target Slot

expr.

Reader: node-variable-name (instance)
Package

coalton-impl/typechecker/expression.

Source

expression.lisp.

Target Slot

name.

Reader: node-variable-name (instance)
Package

coalton-impl/parser/expression.

Source

expression.lisp.

Target Slot

name.

Function: node-variable-p (object)
Package

coalton-impl/codegen/ast.

Source

ast.lisp.

Reader: node-variable-value (instance)
Package

coalton-impl/codegen/ast.

Source

ast.lisp.

Target Slot

value.

Function: node-variables (node &key variable-namespace-only)

Return a deduplicated list of identifiers representing variables in both CL namespaces appearing in ‘node‘

Package

coalton-impl/codegen/ast.

Source

transformations.lisp.

Reader: node-when-body (instance)
Package

coalton-impl/typechecker/expression.

Source

expression.lisp.

Target Slot

body.

Reader: node-when-body (instance)
Package

coalton-impl/parser/expression.

Source

expression.lisp.

Target Slot

body.

Reader: node-when-expr (instance)
Package

coalton-impl/typechecker/expression.

Source

expression.lisp.

Target Slot

expr.

Reader: node-when-expr (instance)
Package

coalton-impl/parser/expression.

Source

expression.lisp.

Target Slot

expr.

Reader: node-while-body (instance)
Package

coalton-impl/codegen/ast.

Source

ast.lisp.

Target Slot

body.

Reader: node-while-body (instance)
Package

coalton-impl/typechecker/expression.

Source

expression.lisp.

Target Slot

body.

Reader: node-while-body (instance)
Package

coalton-impl/parser/expression.

Source

expression.lisp.

Target Slot

body.

Reader: node-while-expr (instance)
Package

coalton-impl/codegen/ast.

Source

ast.lisp.

Target Slot

expr.

Reader: node-while-expr (instance)
Package

coalton-impl/typechecker/expression.

Source

expression.lisp.

Target Slot

expr.

Reader: node-while-expr (instance)
Package

coalton-impl/parser/expression.

Source

expression.lisp.

Target Slot

expr.

Reader: node-while-label (instance)
Package

coalton-impl/codegen/ast.

Source

ast.lisp.

Target Slot

label.

Reader: node-while-label (instance)
Package

coalton-impl/typechecker/expression.

Source

expression.lisp.

Target Slot

label.

Reader: node-while-label (instance)
Package

coalton-impl/parser/expression.

Source

expression.lisp.

Target Slot

label.

Reader: node-while-let-body (instance)
Package

coalton-impl/codegen/ast.

Source

ast.lisp.

Target Slot

body.

Reader: node-while-let-body (instance)
Package

coalton-impl/typechecker/expression.

Source

expression.lisp.

Target Slot

body.

Reader: node-while-let-body (instance)
Package

coalton-impl/parser/expression.

Source

expression.lisp.

Target Slot

body.

Reader: node-while-let-expr (instance)
Package

coalton-impl/codegen/ast.

Source

ast.lisp.

Target Slot

expr.

Reader: node-while-let-expr (instance)
Package

coalton-impl/typechecker/expression.

Source

expression.lisp.

Target Slot

expr.

Reader: node-while-let-expr (instance)
Package

coalton-impl/parser/expression.

Source

expression.lisp.

Target Slot

expr.

Reader: node-while-let-label (instance)
Package

coalton-impl/codegen/ast.

Source

ast.lisp.

Target Slot

label.

Reader: node-while-let-label (instance)
Package

coalton-impl/typechecker/expression.

Source

expression.lisp.

Target Slot

label.

Reader: node-while-let-label (instance)
Package

coalton-impl/parser/expression.

Source

expression.lisp.

Target Slot

label.

Reader: node-while-let-pattern (instance)
Package

coalton-impl/codegen/ast.

Source

ast.lisp.

Target Slot

pattern.

Reader: node-while-let-pattern (instance)
Package

coalton-impl/typechecker/expression.

Source

expression.lisp.

Target Slot

pattern.

Reader: node-while-let-pattern (instance)
Package

coalton-impl/parser/expression.

Source

expression.lisp.

Target Slot

pattern.

Function: none ()
Package

coalton-library/classes.

Source

classes.lisp.

Function: none? (x-1798)

NONE? :: ∀ A. ((OPTIONAL A) → BOOLEAN) Is X None?

Package

coalton-library/optional.

Source

optional.lisp.

Function: nonnegative? (dict789 dict790 x-211)

NONNEGATIVE? :: ∀ A. (NUM A) (ORD A) ⇒ (A → BOOLEAN) Is ‘x‘ not negative?

Package

coalton-library/math/arith.

Source

arith.lisp.

Function: nonpositive? (dict787 dict788 x-210)

NONPOSITIVE? :: ∀ A. (NUM A) (ORD A) ⇒ (A → BOOLEAN) Is ‘x‘ not positive?

Package

coalton-library/math/arith.

Source

arith.lisp.

Function: nonzero? (dict792 x-213)

NONZERO? :: ∀ A. NUM A ⇒ (A → BOOLEAN) Is ‘x‘ not zero?

Package

coalton-library/math/arith.

Source

arith.lisp.

Function: not (dict _0)

NOT :: ∀ A. BITS A ⇒ (A → A)
The bitwise logical ‘not‘ of two integers

Package

coalton-library/bits.

Source

bits.lisp.

Function: not (x-737)

NOT :: (BOOLEAN → BOOLEAN) Synonym for ‘boolean-not‘.

Package

coalton-library/builtin.

Source

builtin.lisp.

Function: note (location format-string &rest format-args)

Return a note that describes a source LOCATION.

Package

coalton-impl/source.

Source

source.lisp.

Function: note (source locatable format-string &rest format-args)

Make a source note using SOURCE and CST:SOURCE as location.

Package

coalton-impl/parser/base.

Source

base.lisp.

Function: note-end (source locatable format-string &rest format-args)

Make a source note using SOURCE and the location immediately following CST:SOURCE as location.

Package

coalton-impl/parser/base.

Source

base.lisp.

Function: nth (n-2043 l-2044)

NTH :: ∀ A. (UFIX → (LIST A) → A)
Like INDEX, but errors if the index is not found.

Package

coalton-library/list.

Source

list.lisp.

Function: nth-cdr (n-2045 l-2046)

NTH-CDR :: ∀ A. (UFIX → (LIST A) → (LIST A)) Returns the nth-cdr of a list.

Package

coalton-library/list.

Source

list.lisp.

Function: nth-root (dict _0 _1)

NTH-ROOT :: ∀ A. RADICAL A ⇒ (INTEGER → A → A)

Package

coalton-library/math/elementary.

Source

elementary.lisp.

Function: null? (xs-2001)

NULL? :: ∀ A. ((LIST A) → BOOLEAN) Returns TRUE if XS is an empty list.

Package

coalton-library/list.

Source

list.lisp.

Function: numerator (q-630)

NUMERATOR :: (FRACTION → INTEGER) The numerator of a fraction.

Package

coalton-library/math/fraction.

Source

fraction.lisp.

Function: odd? (dict867 n-654)

ODD? :: ∀ A. INTEGRAL A ⇒ (A → BOOLEAN) Is N odd?

Package

coalton-library/math/integral.

Source

integral.lisp.

Function: ok (_0)

OK :: ∀ A B. (B → (RESULT A B))

Package

coalton-library/classes.

Source

classes.lisp.

Function: ok-or-error (dict1691 res-1855)

OK-OR-ERROR :: ∀ A B. SIGNALABLE A ⇒ ((RESULT A B) → B)

Package

coalton-library/result.

Source

result.lisp.

Function: ok? (x-1846)

OK? :: ∀ A B. ((RESULT A B) → BOOLEAN) Returns TRUE if X is OK

Package

coalton-library/result.

Source

result.lisp.

Function: once (item-1674)

ONCE :: ∀ A. (A → (ITERATOR A)) Yield ‘item‘ once.

Package

coalton-library/iterator.

Source

iterator.lisp.

Function: open (dict _0)

OPEN :: ∀ A. FILE A ⇒ (STREAMOPTIONS → (RESULT FILEERROR (FILESTREAM A)))

Package

coalton-library/file.

Source

file.lisp.

Function: optimize! (better?-1756 iter-1757)

OPTIMIZE! :: ∀ A. ((A → A → BOOLEAN) → (ITERATOR A) → (OPTIONAL A))
For an order BETTER? which returns ‘True‘ if its first argument is better than its second argument, return the best element of ITER.

Return ‘None‘ if ITER is empty.

Package

coalton-library/iterator.

Source

iterator.lisp.

Function: optimize-bindings (bindings monomorphize-table package env)
Package

coalton-impl/codegen/optimizer.

Source

optimizer.lisp.

Function: optimize-by! (better?-1763 f-1764 iter-1765)

OPTIMIZE-BY! :: ∀ A B. ((A → A → BOOLEAN) → (B → A) → (ITERATOR B) → (OPTIONAL B))
For an order BETTER? which returns ‘True‘ if its first argument is better than its second argument, return the element of ITER where (F ELT) is the best.

Return ‘None‘ if ITER is empty.

Package

coalton-library/iterator.

Source

iterator.lisp.

Function: optimize-node (node env)
Package

coalton-impl/codegen/optimizer.

Source

optimizer.lisp.

Function: optimumby (f-2241 xs-2242)

OPTIMUMBY :: ∀ A. ((A → A → BOOLEAN) → (LIST A) → (OPTIONAL A)) Returns an optimum according to a total order.

Package

coalton-library/list.

Source

list.lisp.

Function: or (dict _0 _1)

OR :: ∀ A. BITS A ⇒ (A → A → A)
The bitwise logical ‘or‘ of two integers

Package

coalton-library/bits.

Source

bits.lisp.

Function: or! (iter-1738)

OR! :: ((ITERATOR BOOLEAN) → BOOLEAN)
Returns True if any iterator elements are True. May not consume the entire iterator. Returns False on an empty iterator.

Package

coalton-library/iterator.

Source

iterator.lisp.

Function: os (_2258)

OS :: (UNIT → STRING)
The system’s operating system (stored at compile time).

Package

coalton-library/system.

Source

system.lisp.

Function: output (_0 _1)

OUTPUT :: (PATHNAME → IFEXISTS → STREAMOPTIONS) Constructor for opening an output stream.

Package

coalton-library/file.

Source

file.lisp.

Function: pair-with (func-184 left-185)

PAIR-WITH :: ∀ A B. ((A → B) → A → (TUPLE A B)) Create a ‘Tuple‘ of the form ‘(Tuple left (func left))‘.

Package

coalton-library/functions.

Source

functions.lisp.

Function: pair-with! (func-1729 keys-1730)

PAIR-WITH! :: ∀ A B. ((A → B) → (ITERATOR A) → (ITERATOR (TUPLE A B)))
Returns an iterator over tuples whose FSTs are elements from KEYS, and whose SNDs are the results of applying FUNC to those KEYS.

Package

coalton-library/iterator.

Source

iterator.lisp.

Function: parse-body (form preceding-form source)
Package

coalton-impl/parser/expression.

Source

expression.lisp.

Function: parse-error (message &rest notes)

Signal PARSE-ERROR with provided MESSAGE and source NOTES.

Package

coalton-impl/parser/base.

Source

base.lisp.

Function: parse-expression (form source)
Package

coalton-impl/parser/expression.

Source

expression.lisp.

Function: parse-int (str-2447)

PARSE-INT :: (STRING → (OPTIONAL INTEGER)) Parse the integer in string ‘str‘.

Package

coalton-library/string.

Source

string.lisp.

Function: parse-list (f list_ file)
Package

coalton-impl/parser/base.

Source

base.lisp.

Function: parse-pattern (form source)
Package

coalton-impl/parser/pattern.

Source

pattern.lisp.

Function: parse-predicate (forms location)
Package

coalton-impl/parser/types.

Source

types.lisp.

Function: parse-qualified-type (form source)
Package

coalton-impl/parser/types.

Source

types.lisp.

Function: parse-qualified-type (unparsed-ty env)
Package

coalton-impl/typechecker/parse-type.

Source

parse-type.lisp.

Function: parse-toplevel-form (form program attributes source)

Parse a toplevel Coalton form in FORM, recording source locations that refer to SOURCE.
If the parsed form is a program definition, add it to PROGRAM and return T.
If the parsed form is an attribute (e.g., repr or monomorphize), add it to to ATTRIBUTES and return NIL.

Package

coalton-impl/parser/toplevel.

Source

toplevel.lisp.

Function: parse-ty-scheme (ty env)
Package

coalton-impl/typechecker/parse-type.

Source

parse-type.lisp.

Function: parse-type (form source)
Package

coalton-impl/parser/types.

Source

types.lisp.

Function: parse-type (ty env)
Package

coalton-impl/typechecker/parse-type.

Source

parse-type.lisp.

Function: parse-variable (form source)
Package

coalton-impl/parser/expression.

Source

expression.lisp.

Function: partial-type-env-add-class (env pred)
Package

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

Source

partial-type-env.lisp.

Function: partial-type-env-add-type (env name type)
Package

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

Source

partial-type-env.lisp.

Function: partial-type-env-add-var (env var)
Package

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

Source

partial-type-env.lisp.

Reader: partial-type-env-env (instance)
Package

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

Source

partial-type-env.lisp.

Target Slot

env.

Function: partial-type-env-lookup-class (env pred)
Package

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

Source

partial-type-env.lisp.

Function: partial-type-env-lookup-type (env tycon)
Package

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

Source

partial-type-env.lisp.

Function: partial-type-env-lookup-var (env var source)
Package

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

Source

partial-type-env.lisp.

Function: partial-type-env-replace-type (env name type)
Package

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

Source

partial-type-env.lisp.

Reader: partial-type-env-ty-table (instance)
Package

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

Source

partial-type-env.lisp.

Target Slot

ty-table.

Function: partition (f-2224 xs-2225)

PARTITION :: ∀ A. ((A → BOOLEAN) → (LIST A) → (TUPLE (LIST A) (LIST A)))
Splits a list into two new lists. The first list contains elements matching predicate F.

Package

coalton-library/list.

Source

list.lisp.

Reader: pattern-constructor-name (instance)
Package

coalton-impl/typechecker/pattern.

Source

pattern.lisp.

Target Slot

name.

Reader: pattern-constructor-name (instance)
Package

coalton-impl/codegen/pattern.

Source

pattern.lisp.

Target Slot

name.

Reader: pattern-constructor-name (instance)
Package

coalton-impl/parser/pattern.

Source

pattern.lisp.

Target Slot

name.

Function: pattern-constructor-p (object)
Package

coalton-impl/typechecker/pattern.

Source

pattern.lisp.

Function: pattern-constructor-p (object)
Package

coalton-impl/codegen/pattern.

Source

pattern.lisp.

Reader: pattern-constructor-patterns (instance)
Package

coalton-impl/typechecker/pattern.

Source

pattern.lisp.

Target Slot

patterns.

Reader: pattern-constructor-patterns (instance)
Package

coalton-impl/codegen/pattern.

Source

pattern.lisp.

Target Slot

patterns.

Reader: pattern-constructor-patterns (instance)
Package

coalton-impl/parser/pattern.

Source

pattern.lisp.

Target Slot

patterns.

Function: pattern-list-p (x)
Package

coalton-impl/typechecker/pattern.

Source

pattern.lisp.

Function: pattern-literal-p (object)
Package

coalton-impl/typechecker/pattern.

Source

pattern.lisp.

Function: pattern-literal-p (object)
Package

coalton-impl/codegen/pattern.

Source

pattern.lisp.

Reader: pattern-literal-value (instance)
Package

coalton-impl/typechecker/pattern.

Source

pattern.lisp.

Target Slot

value.

Reader: pattern-literal-value (instance)
Package

coalton-impl/codegen/pattern.

Source

pattern.lisp.

Target Slot

value.

Reader: pattern-literal-value (instance)
Package

coalton-impl/parser/pattern.

Source

pattern.lisp.

Target Slot

value.

Reader: pattern-type (instance)
Package

coalton-impl/typechecker/pattern.

Source

pattern.lisp.

Target Slot

type.

Reader: pattern-type (instance)
Package

coalton-impl/codegen/pattern.

Source

pattern.lisp.

Target Slot

type.

Reader: pattern-var-name (instance)
Package

coalton-impl/typechecker/pattern.

Source

pattern.lisp.

Target Slot

name.

Reader: pattern-var-name (instance)
Package

coalton-impl/codegen/pattern.

Source

pattern.lisp.

Target Slot

name.

Reader: pattern-var-name (instance)
Package

coalton-impl/parser/pattern.

Source

pattern.lisp.

Target Slot

name.

Reader: pattern-var-orig-name (instance)
Package

coalton-impl/typechecker/pattern.

Source

pattern.lisp.

Target Slot

orig-name.

Reader: pattern-var-orig-name (instance)
Package

coalton-impl/parser/pattern.

Source

pattern.lisp.

Target Slot

orig-name.

Function: pattern-var-p (object)
Package

coalton-impl/typechecker/pattern.

Source

pattern.lisp.

Function: pattern-var-p (object)
Package

coalton-impl/codegen/pattern.

Source

pattern.lisp.

Function: pattern-var-p (object)
Package

coalton-impl/parser/pattern.

Source

pattern.lisp.

Function: pattern-variables (pattern)
Package

coalton-impl/typechecker/pattern.

Source

pattern.lisp.

Function: pattern-variables (pattern)
Package

coalton-impl/codegen/pattern.

Source

pattern.lisp.

Function: pattern-variables (pattern)
Package

coalton-impl/parser/pattern.

Source

pattern.lisp.

Function: pattern-wildcard-p (object)
Package

coalton-impl/typechecker/pattern.

Source

pattern.lisp.

Function: pattern-wildcard-p (object)
Package

coalton-impl/codegen/pattern.

Source

pattern.lisp.

Function: peek (q-2580)

PEEK :: ∀ A. ((QUEUE A) → (OPTIONAL A)) Peek at the first item of ‘q‘.

Package

coalton-library/queue.

Source

queue.lisp.

Function: peek (cursor &key unwrap)

Peek at the value of CURSOR without changing any state.

Package

coalton-impl/parser/cursor.

Source

cursor.lisp.

Function: peek-unsafe (q-2581)

PEEK-UNSAFE :: ∀ A. ((QUEUE A) → A)
Peek at the first item of ‘q‘ without checking if the queue is empty.

Package

coalton-library/queue.

Source

queue.lisp.

Function: perms (l-2261)

PERMS :: ∀ A. ((LIST A) → (LIST (LIST A))) Produce all permutations of the list L.

Package

coalton-library/list.

Source

list.lisp.

Function: phase (dict _0)

PHASE :: ∀ A. POLAR A ⇒ ((COMPLEX A) → A)

Package

coalton-library/math/elementary.

Source

elementary.lisp.

Function: pi (dict)

PI :: ∀ A. TRIGONOMETRIC A ⇒ A

Package

coalton-library/math/elementary.

Source

elementary.lisp.

Function: polar (dict _0)

POLAR :: ∀ A. POLAR A ⇒ ((COMPLEX A) → (TUPLE A A))

Package

coalton-library/math/elementary.

Source

elementary.lisp.

Function: pop (seq-3022)

POP :: ∀ A. ((SEQ A) → (OPTIONAL (TUPLE A (SEQ A))))
If ‘seq‘ is empty, return ‘None‘. Otherwise, the last member of ‘seq‘ and a new ‘Seq‘ instance.

Package

coalton-library/seq.

Source

seq.lisp.

Function: pop! (q-2578)

POP! :: ∀ A. ((QUEUE A) → (OPTIONAL A)) Remove and return the first item of ‘q‘.

Package

coalton-library/queue.

Source

queue.lisp.

Function: pop! (v-2338)

POP! :: ∀ A. ((VECTOR A) → (OPTIONAL A)) Remove and return the last item of ‘v‘.

Package

coalton-library/vector.

Source

vector.lisp.

Function: pop! (cel-1562)

POP! :: ∀ A. ((CELL (LIST A)) → (OPTIONAL A)) Remove and return the first element of the list in CEL.

Package

coalton-library/cell.

Source

cell.lisp.

Function: pop-final-hoist-point (hoister)
Package

coalton-impl/codegen/hoister.

Source

hoister.lisp.

Function: pop-hoist-point (hoister)
Package

coalton-impl/codegen/hoister.

Source

hoister.lisp.

Function: pop-unsafe! (q-2579)

POP-UNSAFE! :: ∀ A. ((QUEUE A) → A)
Remove and return the first item of ‘q‘ without checking if the queue is empty.

Package

coalton-library/queue.

Source

queue.lisp.

Function: pop-unsafe! (v-2339)

POP-UNSAFE! :: ∀ A. ((VECTOR A) → A)
Remove and return the last item of ‘v‘ without checking if the vector is empty.

Package

coalton-library/vector.

Source

vector.lisp.

Function: positive? (dict783 dict784 x-208)

POSITIVE? :: ∀ A. (NUM A) (ORD A) ⇒ (A → BOOLEAN) Is ‘x‘ positive?

Package

coalton-library/math/arith.

Source

arith.lisp.

Function: pow (dict _0 _1)

POW :: ∀ A. EXPONENTIABLE A ⇒ (A → A → A)

Package

coalton-library/math/elementary.

Source

elementary.lisp.

Function: pprint-predicate (stream predicate)
Package

coalton-impl/typechecker/predicate.

Source

predicate.lisp.

Function: pprint-tvar (tvar)
Package

coalton-impl/typechecker/types.

Source

types.lisp.

Function: pprint-ty (stream ty)
Package

coalton-impl/typechecker/types.

Source

types.lisp.

Function: pred-type (pred env)

Returns a type represention of PRED

Package

coalton-impl/codegen/resolve-instance.

Source

resolve-instance.lisp.

Function: predicate-match (pred1 pred2 &optional subs)

Returns a SUBSTITUTION-LIST of the most general substitutions required to unify PRED1 to PRED2.

Package

coalton-impl/typechecker/unify.

Source

unify.lisp.

Function: predicate-mgu (pred1 pred2)

Returns a SUBSTITUTION-LIST of the most general substitutions required to unify PRED1 and PRED2.

Package

coalton-impl/typechecker/unify.

Source

unify.lisp.

Function: primal-part (g1141)

PRIMAL-PART :: ∀ A. ((DUAL A) → A)
The primal (i.e., real) part of a dual number.

Package

coalton-library/math/dual.

Source

dual.lisp.

Function: print (dict742 item-152)

PRINT :: ∀ A. INTO A STRING ⇒ (A → UNIT)
Print the String representation of ‘item‘ to ‘cl:*standard-output*‘.

Package

coalton-library/functions.

Source

functions.lisp.

Function: print-class-db (&optional package)

Print the global class environment

Package

coalton.

Source

debug.lisp.

Function: print-instance-db (&optional package)

Print the global instance environment

Package

coalton.

Source

debug.lisp.

Function: print-specializations (&optional package)

Print all specializations

Package

coalton.

Source

debug.lisp.

Function: print-type-db (&optional package)

Print the global type environment

Package

coalton.

Source

debug.lisp.

Function: print-value-db (&optional package)

Print the global value environment

Package

coalton.

Source

debug.lisp.

Function: product (dict1779 xs-2250)

PRODUCT :: ∀ A. NUM A ⇒ ((LIST A) → A) Returns the product of XS

Package

coalton-library/list.

Source

list.lisp.

Function: profile (_0 _1 _2 _3)

PROFILE :: ∀ A. (A → UFIX → UFIX → UFIX → (PROFILE A)) A profile of a run function.

Package

coalton-library/system.

Source

system.lisp.

Reader: program-classes (instance)
Writer: (setf program-classes) (instance)
Package

coalton-impl/parser/toplevel.

Source

toplevel.lisp.

Target Slot

classes.

Reader: program-declares (instance)
Writer: (setf program-declares) (instance)
Package

coalton-impl/parser/toplevel.

Source

toplevel.lisp.

Target Slot

declares.

Reader: program-defines (instance)
Writer: (setf program-defines) (instance)
Package

coalton-impl/parser/toplevel.

Source

toplevel.lisp.

Target Slot

defines.

Reader: program-instances (instance)
Writer: (setf program-instances) (instance)
Package

coalton-impl/parser/toplevel.

Source

toplevel.lisp.

Target Slot

instances.

Reader: program-lisp-forms (instance)
Writer: (setf program-lisp-forms) (instance)
Package

coalton-impl/parser/toplevel.

Source

toplevel.lisp.

Target Slot

lisp-forms.

Function: program-lisp-package (program)

Return the Lisp package associated with PROGRAM, or current *PACKAGE* if none was specified.

Package

coalton-impl/parser/toplevel.

Source

toplevel.lisp.

Reader: program-package (instance)
Package

coalton-impl/parser/toplevel.

Source

toplevel.lisp.

Target Slot

package.

Reader: program-specializations (instance)
Writer: (setf program-specializations) (instance)
Package

coalton-impl/parser/toplevel.

Source

toplevel.lisp.

Target Slot

specializations.

Reader: program-structs (instance)
Writer: (setf program-structs) (instance)
Package

coalton-impl/parser/toplevel.

Source

toplevel.lisp.

Target Slot

structs.

Reader: program-types (instance)
Writer: (setf program-types) (instance)
Package

coalton-impl/parser/toplevel.

Source

toplevel.lisp.

Target Slot

types.

Function: project-indices (indices data)
Package

coalton-impl/util.

Source

utilities.lisp.

Function: project-map (indices map data)
Package

coalton-impl/util.

Source

utilities.lisp.

Function: propagate-constants (node env)
Package

coalton-impl/codegen/constant-propagation.

Source

constant-propagation.lisp.

Function: proper (dict _0)

PROPER :: ∀ A. QUANTIZABLE A ⇒ (A → (TUPLE INTEGER A))

Package

coalton-library/math/real.

Source

real.lisp.

Function: proxy-inner (_587)

PROXY-INNER :: ∀ A B. ((PROXY (A B)) → (PROXY B))

Package

coalton-library/types.

Source

types.lisp.

Function: proxy-of (_585)

PROXY-OF :: ∀ A. (A → (PROXY A))
Returns a Proxy containing the type of the parameter.

Package

coalton-library/types.

Source

types.lisp.

Function: pure (dict _0)

PURE :: ∀ A B. APPLICATIVE B ⇒ (A → (B A))

Package

coalton-library/classes.

Source

classes.lisp.

Function: push (seq-3014 a-3015)

PUSH :: ∀ A. ((SEQ A) → A → (SEQ A))
Push ‘a‘ onto the end of ‘seq‘, returning a new ‘Seq‘ instance.

Package

coalton-library/seq.

Source

seq.lisp.

Function: push! (item-2576 q-2577)

PUSH! :: ∀ A. (A → (QUEUE A) → UNIT) Push ‘item‘ onto the end of ‘q‘.

Package

coalton-library/queue.

Source

queue.lisp.

Function: push! (item-2336 v-2337)

PUSH! :: ∀ A. (A → (VECTOR A) → UFIX)
Append ‘item‘ to ‘v‘ and resize ‘v‘ if necessary, returning the index of the new item.

Package

coalton-library/vector.

Source

vector.lisp.

Function: push! (cel-1560 new-elt-1561)

PUSH! :: ∀ A. ((CELL (LIST A)) → A → (LIST A)) Push NEW-ELT onto the start of the list in CEL.

Package

coalton-library/cell.

Source

cell.lisp.

Function: push-hoist-point (bound-variables hoister)
Package

coalton-impl/codegen/hoister.

Source

hoister.lisp.

Function: put (seq-2999 idx-3000 a-3001)

PUT :: ∀ A. ((SEQ A) → UFIX → A → (OPTIONAL (SEQ A)))
If ‘idx‘ is less than ‘(size seq)‘, Return a new ‘seq‘ whose ‘idx‘ position contains ‘a‘.

Package

coalton-library/seq.

Source

seq.lisp.

Function: put (state-2613)

PUT :: ∀ A. (A → (ST A UNIT))
A StatefulComputation with state set to be given state. The returned value is Unit.

Package

coalton-library/monad/state.

Source

monad/state.lisp.

Reader: qualified-ty-predicates (instance)
Package

coalton-impl/parser/types.

Source

types.lisp.

Target Slot

predicates.

Reader: qualified-ty-predicates (instance)
Package

coalton-impl/typechecker/predicate.

Source

predicate.lisp.

Target Slot

predicates.

Reader: qualified-ty-type (instance)
Package

coalton-impl/parser/types.

Source

types.lisp.

Target Slot

type.

Reader: qualified-ty-type (instance)
Package

coalton-impl/typechecker/predicate.

Source

predicate.lisp.

Target Slot

type.

Function: qualify (predicates type)

Qualify TYPE with PREDICATES

Package

coalton-impl/typechecker/predicate.

Source

predicate.lisp.

Function: quantify (tyvars type)
Package

coalton-impl/typechecker/scheme.

Source

scheme.lisp.

Function: quantify-using-tvar-order (tyvars type)
Package

coalton-impl/typechecker/scheme.

Source

scheme.lisp.

Function: quantization (_0 _1 _2 _3 _4)

QUANTIZATION :: ∀ A. (A → INTEGER → A → INTEGER → A → (QUANTIZATION A))

Package

coalton-library/math/real.

Source

real.lisp.

Function: quantize (dict906 x-987)

QUANTIZE :: ∀ A. REAL A ⇒ (A → (QUANTIZATION A))
Given X, (QUANTIZE X) will return the least integer greater or equal to X, and the greatest integer less than or equal to X, along with their respective remainders expressed as values of type of X.

Package

coalton-library/math/real.

Source

real.lisp.

Function: quot (dict _0 _1)

QUOT :: ∀ A. REMAINDER A ⇒ (A → A → A)

Package

coalton-library/math/integral.

Source

integral.lisp.

Function: quotrem (dict _0 _1)

QUOTREM :: ∀ A. REMAINDER A ⇒ (A → A → (TUPLE A A))

Package

coalton-library/math/integral.

Source

integral.lisp.

Function: range (start-2420 end-2421)

RANGE :: (CHAR → CHAR → (ITERATOR CHAR))
An inclusive range of characters from START to END by cl:char-code.

Package

coalton-library/char.

Source

char.lisp.

Function: range (dict1760 dict1761 start-2056 end-2057)

RANGE :: ∀ A. (NUM A) (ORD A) ⇒ (A → A → (LIST A))
Returns a list containing the numbers from START to END inclusive, counting by 1.

COALTON-USER> (coalton (range 1 5))
(1 2 3 4 5)

COALTON-USER> (coalton (range 5 2))
(5 4 3 2)

Package

coalton-library/list.

Source

list.lisp.

Function: range-decreasing (dict1544 dict1545 step-1661 start-1662 end-1663)

RANGE-DECREASING :: ∀ A. (NUM A) (ORD A) ⇒ (A → A → A → (ITERATOR A))
A range which begins below START and counts down through and including END by STEP.

Equivalent to reversing ‘range-increasing‘

Package

coalton-library/iterator.

Source

iterator.lisp.

Function: range-increasing (dict1538 dict1539 step-1651 start-1652 end-1653)

RANGE-INCREASING :: ∀ A. (NUM A) (ORD A) ⇒ (A → A → A → (ITERATOR A))
An iterator which begins at START and yields successive elements spaced by STEP, stopping before END.

Package

coalton-library/iterator.

Source

iterator.lisp.

Function: read (dict _0)

READ :: ∀ A. FILE A ⇒ ((FILESTREAM A) → (RESULT FILEERROR A))

Package

coalton-library/file.

Source

file.lisp.

Function: read (cel-1551)

READ :: ∀ A. ((CELL A) → A) Read the value of a mutable cell

Package

coalton-library/cell.

Source

cell.lisp.

Function: read-char (stream-3277)

READ-CHAR :: ((FILESTREAM CHAR) → (RESULT FILEERROR CHAR)) Reads a character from an FileStream.

Package

coalton-library/file.

Source

file.lisp.

Function: read-expression (stream source)
Package

coalton-impl/parser/toplevel.

Source

toplevel.lisp.

Function: read-file-lines (dict2336 path-3378)

READ-FILE-LINES :: ∀ A. INTO A PATHNAME ⇒ (A → (RESULT FILEERROR (LIST STRING))) Reads a file into lines, given a pathname or string.

Package

coalton-library/file.

Source

file.lisp.

Function: read-file-to-string (dict2335 path-3376)

READ-FILE-TO-STRING :: ∀ A. INTO A PATHNAME ⇒ (A → (RESULT FILEERROR STRING)) Reads a file into a string, given a pathname string.

Package

coalton-library/file.

Source

file.lisp.

Function: read-file-to-vector (dict2317 dict2318 stream-3351)

READ-FILE-TO-VECTOR :: ∀ A. (RUNTIMEREPR A) (FILE A) ⇒ ((FILESTREAM A) → (RESULT FILEERROR (VECTOR A))) Reads a file into a vector of type ‘:a‘.

Package

coalton-library/file.

Source

file.lisp.

Function: read-program (stream source &optional mode)

Read a PROGRAM from SOURCE (an instance of source-error:source).
MODE may be one of :file or :macro.

If MODE is :file, a package form is required.
If MODE is :macro, a package form is forbidden, and an explicit check is made for EOF.

Package

coalton-impl/parser/toplevel.

Source

toplevel.lisp.

Function: read-vector (dict2316 stream-3346 chunk-size-3347)

READ-VECTOR :: ∀ A. FILE A ⇒ ((FILESTREAM A) → UFIX → (RESULT FILEERROR (VECTOR A))) Reads a chunk of a file into a vector of type ‘:a‘.

Package

coalton-library/file.

Source

file.lisp.

Function: readable? (dict _0)

READABLE? :: ∀ A B. RANDOMACCESS B A ⇒ (B → BOOLEAN)

Package

coalton-library/randomaccess.

Source

randomaccess.lisp.

Function: real-approx (dict _0 _1)

REAL-APPROX :: ∀ A. REAL A ⇒ (UFIX → A → FRACTION)

Package

coalton-library/math/real.

Source

real.lisp.

Function: real-part (dict _0)

REAL-PART :: ∀ A. COMPLEX A ⇒ ((COMPLEX A) → A)

Package

coalton-library/math/complex.

Source

complex.lisp.

Function: reciprocal (dict _0)

RECIPROCAL :: ∀ A. RECIPROCABLE A ⇒ (A → A)

Package

coalton-library/math/arith.

Source

arith.lisp.

Function: recursive-iter (succ-1646 done?-1647 start-1648)

RECURSIVE-ITER :: ∀ A. ((A → A) → (A → BOOLEAN) → A → (ITERATOR A))
An iterator which yields first START, then (SUCC START), then (SUCC (SUCC START)), and so on, stopping as soon as such a value is ‘done?‘.

Beware off-by-one errors: the first value which is ‘done?‘ is not yielded. If ‘(done? start)’ is true, the
iterator is empty.

Package

coalton-library/iterator.

Source

iterator.lisp.

Function: reduce (dict743 f-163 y-164 xs-165)

REDUCE :: ∀ A B C. FOLDABLE C ⇒ ((A → B → B) → B → (C A) → B)
The same as ‘fold‘ but with the argument order swapped to match ‘cl:reduce‘

Package

coalton-library/functions.

Source

functions.lisp.

Function: reduce-context (env preds subs)
Package

coalton-impl/typechecker/context-reduction.

Source

context-reduction.lisp.

Function: ref (str-2450 idx-2451)

REF :: (STRING → UFIX → (OPTIONAL CHAR)) Return the ‘idx‘th character of ‘str‘.

Package

coalton-library/string.

Source

string.lisp.

Function: ref-unchecked (str-2448 idx-2449)

REF-UNCHECKED :: (STRING → UFIX → CHAR)
Return the ‘idx‘th character of ‘str‘. This function is partial.

Package

coalton-library/string.

Source

string.lisp.

Function: rem (dict _0 _1)

REM :: ∀ A. REMAINDER A ⇒ (A → A → A)

Package

coalton-library/math/integral.

Source

integral.lisp.

Function: remove (dict1771 x-2111 ys-2112)

REMOVE :: ∀ A. EQ A ⇒ (A → (LIST A) → (LIST A))
Return a new list with the first element equal to ‘x‘ removed.

Package

coalton-library/list.

Source

list.lisp.

Function: remove (dict2071 mp-2881 k-2882)

REMOVE :: ∀ A B. ORD A ⇒ ((MAP A B) → A → (OPTIONAL (MAP A B)))
Remove the mapping associated with K in MP. If K does not have a value in MP, return None.

Package

coalton-library/ord-map.

Source

ord-map.lisp.

Function: remove (dict2011 tre-2779 elt-2780)

REMOVE :: ∀ A. ORD A ⇒ ((TREE A) → A → (OPTIONAL (TREE A)))
Construct a new Tree like TRE but without an element ‘==’ to ELT. Return None if TRE does not contain an element ‘==‘ to ELT.

Package

coalton-library/ord-tree.

Source

ord-tree.lisp.

Function: remove! (dict1930 table-2542 key-2543)

REMOVE! :: ∀ A B. HASH A ⇒ ((HASHTABLE A B) → A → UNIT) Remove the entry at KEY from TABLE

Package

coalton-library/hashtable.

Source

hashtable.lisp.

Function: remove-directory! (dict2289 path-3247)

REMOVE-DIRECTORY! :: ∀ A. INTO A PATHNAME ⇒ (A → (RESULT FILEERROR A)) Deletes an empty directory.

Package

coalton-library/file.

Source

file.lisp.

Function: remove-directory-recursive! (dict2290 path-3249)

REMOVE-DIRECTORY-RECURSIVE! :: ∀ A. INTO A PATHNAME ⇒ (A → (RESULT FILEERROR UNIT))
Deletes a target directory recursively. Equivalent to ‘rm -r‘. Errors if the path is not a directory.

Package

coalton-library/file.

Source

file.lisp.

Function: remove-duplicates (dict1770 xs-2103)

REMOVE-DUPLICATES :: ∀ A. EQ A ⇒ ((LIST A) → (LIST A)) Returns a new list without duplicate elements.

Package

coalton-library/list.

Source

list.lisp.

Function: remove-duplicates! (dict1962 iter-2567)

REMOVE-DUPLICATES! :: ∀ A. HASH A ⇒ ((ITERATOR A) → (ITERATOR A)) Yield unique elements from ITER in order of first appearance.

Package

coalton-library/iterator.

Source

hashtable.lisp.

Function: remove-if (pred-2109 xs-2110)

REMOVE-IF :: ∀ A. ((A → BOOLEAN) → (LIST A) → (LIST A))
Return a new list with the first element for which PRED is ‘True‘ is removed.

Package

coalton-library/list.

Source

list.lisp.

Function: rename-type-variables (ty)
Package

coalton-impl/parser/renamer.

Source

renamer.lisp.

Function: rename-type-variables (node &optional renamer)

Rename the type variables of ‘node‘ and its subnodes according to the function ‘renamer‘, returning the new node tree.

Package

coalton-impl/codegen/transformations.

Source

transformations.lisp.

Function: rename-variables (node)
Package

coalton-impl/parser/renamer.

Source

renamer.lisp.

Function: repeat (n-2004 x-2005)

REPEAT :: ∀ A. (UFIX → A → (LIST A))
Returns a list with the same value repeated multiple times.

Package

coalton-library/list.

Source

list.lisp.

Function: repeat (item-1671)

REPEAT :: ∀ A. (A → (ITERATOR A)) Yield ITEM over and over, infinitely.

Package

coalton-library/iterator.

Source

iterator.lisp.

Function: repeat-for (item-1672 count-1673)

REPEAT-FOR :: ∀ A. (A → UFIX → (ITERATOR A)) Yield ITEM COUNT times, then stop.

Package

coalton-library/iterator.

Source

iterator.lisp.

Function: replace (dict2068 mp-2865 k-2866 v-2867)

REPLACE :: ∀ A B. ORD A ⇒ ((MAP A B) → A → B → (OPTIONAL (TUPLE (MAP A B) B)))
Change the association of K to V in MP. If MP did not already contain a mapping for K, return None.

Package

coalton-library/ord-map.

Source

ord-map.lisp.

Function: replace (dict2008 tre-2751 elt-2752)

REPLACE :: ∀ A. ORD A ⇒ ((TREE A) → A → (OPTIONAL (TUPLE (TREE A) A))) Construct a new Tree like TRE but with ELT replacing an old element ‘==‘ to ELT.

Return the new tree and the removed element.

If TRE did not have an element ‘==’ to ELT, return None.

Package

coalton-library/ord-tree.

Source

ord-tree.lisp.

Function: replace-or-insert (dict2069 mp-2871 k-2872 v-2873)

REPLACE-OR-INSERT :: ∀ A B. ORD A ⇒ ((MAP A B) → A → B → (TUPLE (MAP A B) (OPTIONAL B))) Update MP to associate K with V.

If MP already contains a mapping for K, replace it and return the old value.

Package

coalton-library/ord-map.

Source

ord-map.lisp.

Function: replace-or-insert (dict2009 tre-2763 elt-2764)

REPLACE-OR-INSERT :: ∀ A. ORD A ⇒ ((TREE A) → A → (TUPLE (TREE A) (OPTIONAL A)))
Construct a new Tree like TRE but containing ELT.

If TRE already had an element ‘==‘ to ELT, remove it, replace it with ELT, and return the removed value alongside the new tree.

Package

coalton-library/ord-tree.

Source

ord-tree.lisp.

Function: required (name)

A function to call as a slot initializer when it’s required.

Package

coalton-impl/util.

Source

utilities.lisp.

Function: resolve-dict (pred context env)

Resolve PRED to a node

Package

coalton-impl/codegen/resolve-instance.

Source

resolve-instance.lisp.

Function: resolve-static-dict (pred context env)

Attempt to resolve PRED from static instances

Package

coalton-impl/codegen/resolve-instance.

Source

resolve-instance.lisp.

Function: reverse (xs-2013)

REVERSE :: ∀ A. ((LIST A) → (LIST A))
Returns a new list containing the same elements in reverse order.

Package

coalton-library/list.

Source

list.lisp.

Function: reverse (s-2429)

REVERSE :: (STRING → STRING) Reverse a string.

Package

coalton-library/string.

Source

string.lisp.

Function: round (dict897 dict898 x-943)

ROUND :: ∀ A. (QUANTIZABLE A) (NUM A) ⇒ (A → INTEGER)
Return the nearest integer to X, with ties breaking towards even numbers.

Package

coalton-library/math/real.

Source

real.lisp.

Function: round-half-down (dict909 dict910 x-993)

ROUND-HALF-DOWN :: ∀ A. (QUANTIZABLE A) (NUM A) ⇒ (A → INTEGER)
Return the nearest integer to X, with ties breaking toward positive infinity.

Package

coalton-library/math/real.

Source

real.lisp.

Function: round-half-up (dict907 dict908 x-992)

ROUND-HALF-UP :: ∀ A. (QUANTIZABLE A) (NUM A) ⇒ (A → INTEGER)
Return the nearest integer to X, with ties breaking toward positive infinity.

Package

coalton-library/math/real.

Source

real.lisp.

Function: round/ (a-1004 b-1005)

ROUND/ :: (INTEGER → INTEGER → INTEGER) Divide two integers and round the quotient.

Package

coalton-library/math/real.

Source

real.lisp.

Function: rsh (dict862 dict863 x-649 n-650)

RSH :: ∀ A B. (INTEGRAL B) (BITS A) ⇒ (A → B → A) Right shift X by N

Package

coalton-library/math/integral.

Source

integral.lisp.

Function: run (sc-2615)

RUN :: ∀ A B. ((ST A B) → A → (TUPLE A B))
Runs a StatefulComputation to produce a final updated state and value given an initial state

Package

coalton-library/monad/state.

Source

monad/state.lisp.

Function: runtime-quote (x)
Package

coalton-impl/util.

Source

utilities.lisp.

Function: runtime-repr (dict _0)

RUNTIME-REPR :: ∀ A. RUNTIMEREPR A ⇒ ((PROXY A) → LISPTYPE)

Package

coalton-library/types.

Source

types.lisp.

Function: runtime-repr-of (dict588 x-3)

RUNTIME-REPR-OF :: ∀ A. RUNTIMEREPR A ⇒ (A → LISPTYPE)
Returns the runtime representation of the type of the given value.

Package

coalton-library/types.

Source

types.lisp.

Function: safe/ (dict911 dict912 x-994 y-995)

SAFE/ :: ∀ A B. (NUM A) (DIVIDABLE A B) ⇒ (A → A → (OPTIONAL B)) Safely divide X by Y, returning None if Y is zero.

Package

coalton-library/math/real.

Source

real.lisp.

Function: scale (x-1443 j-1444)

SCALE :: (DYADIC → INTEGER → DYADIC) Scales the exponent of a dyadic X by J.

Package

coalton-library/math/dyadic.

Source

dyadic.lisp.

Function: scheme-predicates (ty-scheme)

Get freshly instantiated predicates of scheme TY-SCHEME

Package

coalton-impl/typechecker/scheme.

Source

scheme.lisp.

Function: secondary-note (location format-string &rest format-args)

Return a note that describes a primary source LOCATION.

Package

coalton-impl/source.

Source

source.lisp.

Function: secondary-note (source locatable format-string &rest format-args)

Make a source note using SOURCE and CST:SOURCE as location.

Package

coalton-impl/parser/base.

Source

base.lisp.

Function: sequence (dict659 dict660)

SEQUENCE :: ∀ A B C. (TRAVERSABLE A) (APPLICATIVE B) ⇒ ((A (B C)) → (B (A C)))

Package

coalton-library/classes.

Source

classes.lisp.

Function: set! (idx-2489 item-2490 s-2491)

SET! :: ∀ A. (UFIX → A → (SLICE A) → UNIT) Set the element at index ‘idx‘ in ‘s‘ to ‘item‘.

Package

coalton-library/slice.

Source

slice.lisp.

Function: set! (dict1929 table-2539 key-2540 value-2541)

SET! :: ∀ A B. HASH A ⇒ ((HASHTABLE A B) → A → B → UNIT) Set KEY to VALUE in TABLE

Package

coalton-library/hashtable.

Source

hashtable.lisp.

Function: set! (dict1324 storage-1546 index-1547 value-1548)

SET! :: ∀ A B. RANDOMACCESS A B ⇒ (A → UFIX → B → (OPTIONAL UNIT))
Write the element ‘value‘ at ‘index‘ of the random-access storage ‘storage‘. Return ‘None‘ if the write is out-of-bounds or not permitted.

Package

coalton-library/randomaccess.

Source

randomaccess.lisp.

Function: set! (idx-2344 item-2345 v-2346)

SET! :: ∀ A. (UFIX → A → (VECTOR A) → UNIT)
Set the ‘idx‘th element of ‘v‘ to ‘item‘. This function left intentionally unsafe because it does not have a return value to check.

Package

coalton-library/vector.

Source

vector.lisp.

Function: set! (v-1926 i-1927 x-1928)

SET! :: ∀ A. ((LISPARRAY A) → UFIX → A → UNIT) Set the ‘i‘th value of the ‘LispArray‘ ‘v‘ to ‘x‘.

Package

coalton-library/lisparray.

Source

lisparray.lisp.

Function: set-capacity! (new-capacity-2332 v-2333)

SET-CAPACITY! :: ∀ A. (UFIX → (VECTOR A) → UNIT)
Set the capacity of ‘v‘ to ‘new-capacity‘. Setting the capacity to lower then the length will remove elements from the end.

Package

coalton-library/vector.

Source

vector.lisp.

Function: set-class (&rest args)
Package

coalton-impl/typechecker/environment.

Source

environment.lisp.

Function: set-code (&rest args)
Package

coalton-impl/typechecker/environment.

Source

environment.lisp.

Function: set-constructor (&rest args)
Package

coalton-impl/typechecker/environment.

Source

environment.lisp.

Function: set-file-position (stream-3285 i-3286)

SET-FILE-POSITION :: ∀ A. ((FILESTREAM A) → UFIX → (RESULT FILEERROR UNIT)) Sets the file position of a file stream.

Package

coalton-library/file.

Source

file.lisp.

Function: set-function (&rest args)
Package

coalton-impl/typechecker/environment.

Source

environment.lisp.

Function: set-function-source-parameter-names (&rest args)
Package

coalton-impl/typechecker/environment.

Source

environment.lisp.

Function: set-method-inline (&rest args)
Package

coalton-impl/typechecker/environment.

Source

environment.lisp.

Function: set-name (&rest args)
Package

coalton-impl/typechecker/environment.

Source

environment.lisp.

Function: set-struct (&rest args)
Package

coalton-impl/typechecker/environment.

Source

environment.lisp.

Function: set-type (&rest args)
Package

coalton-impl/typechecker/environment.

Source

environment.lisp.

Function: set-value-type (&rest args)
Package

coalton-impl/typechecker/environment.

Source

environment.lisp.

Function: setenv! (var-3205 val-3206)

SETENV! :: (STRING → STRING → UNIT)
Sets an environment variable ‘var‘ to string ‘val‘, only if ‘var‘ already exists.

Package

coalton-library/system.

Source

system.lisp.

Function: shift (k-1447 a-1448)

SHIFT :: (UFIX → DYADIC → DYADIC)
Shift dyadic A to its floor with K+1 bits of precision.

Package

coalton-library/math/dyadic.

Source

dyadic.lisp.

Function: shift (dict _0 _1)

SHIFT :: ∀ A. BITS A ⇒ (INTEGER → A → A)
The arithmetic left-shift of an integer by an integer number of bits

Package

coalton-library/bits.

Source

bits.lisp.

Function: sign (dict778 dict779 dict780 x-203)

SIGN :: ∀ A B. (ORD A) (NUM A) (NUM B) ⇒ (A → B) The sign of ‘x‘, where ‘(sign 0) = 1‘.

Package

coalton-library/math/arith.

Source

arith.lisp.

Function: simple-kind-p (kind)

Whether KIND is a simple kind (either * or a function from many * to *)

Package

coalton-impl/typechecker/kinds.

Source

kinds.lisp.

Function: simplify (d-1436)

SIMPLIFY :: (DYADIC → DYADIC)
Simplifies a Dyadic by maximizing the absolute value of the exponent.

Package

coalton-library/math/dyadic.

Source

dyadic.lisp.

Function: simplify-integer (n-1433)

SIMPLIFY-INTEGER :: (INTEGER → DYADIC) Finds the simplest dyadic given an integer

Package

coalton-library/math/dyadic.

Source

dyadic.lisp.

Function: sin (dict _0)

SIN :: ∀ A. TRIGONOMETRIC A ⇒ (A → A)

Package

coalton-library/math/elementary.

Source

elementary.lisp.

Function: sincos (dict1068 x-1303)

SINCOS :: ∀ A. TRIGONOMETRIC A ⇒ (A → (TUPLE A A)) Computes the sine and cosine of X.

Package

coalton-library/math/elementary.

Source

elementary.lisp.

Function: singleton (x-2002)

SINGLETON :: ∀ A. (A → (LIST A)) Returns a list containing one element.

Package

coalton-library/list.

Source

list.lisp.

Function: singleton (x-2326)

SINGLETON :: ∀ A. (A → (VECTOR A))
Create a new vector with a single element equal to ‘x‘

Package

coalton-library/vector.

Source

vector.lisp.

Function: singleton? (xs-2003)

SINGLETON? :: ∀ A. ((LIST A) → BOOLEAN)
Is ‘xs‘ a list containing exactly one element?

Package

coalton-library/list.

Source

list.lisp.

Function: singleton? (v-2330)

SINGLETON? :: ∀ A. ((VECTOR A) → BOOLEAN) Is ‘v‘ a singleton?

Package

coalton-library/vector.

Source

vector.lisp.

Function: sinh (dict1074 x-1308)

SINH :: ∀ A. ELEMENTARY A ⇒ (A → A)

Package

coalton-library/math/elementary.

Source

elementary.lisp.

Function: size (seq-2985)

SIZE :: ∀ A. ((SEQ A) → UFIX)
Return the number of elements in the ‘seq‘.

Package

coalton-library/seq.

Source

seq.lisp.

Function: size-hint (iter-1637)

SIZE-HINT :: ∀ A. ((ITERATOR A) → (OPTIONAL UFIX))

Package

coalton-library/iterator.

Source

iterator.lisp.

Function: sleep (n-3194)

SLEEP :: (INTEGER → UNIT) Sleep for ‘n‘ seconds.

Package

coalton-library/system.

Source

system.lisp.

Function: snd (g1367)

SND :: ∀ A B. ((TUPLE A B) → B) Get the second element of a tuple.

Package

coalton-library/tuple.

Source

tuple.lisp.

Function: solve-accessors (accessors env)
Package

coalton-impl/typechecker/accessor.

Source

accessor.lisp.

Function: solve-fundeps (env preds subs)
Package

coalton-impl/typechecker/environment.

Source

environment.lisp.

Function: some (_0)

SOME :: ∀ A. (A → (OPTIONAL A))

Package

coalton-library/classes.

Source

classes.lisp.

Function: some? (x-1797)

SOME? :: ∀ A. ((OPTIONAL A) → BOOLEAN) Is X Some?

Package

coalton-library/optional.

Source

optional.lisp.

Function: sort (dict1774 xs-2201)

SORT :: ∀ A. ORD A ⇒ ((LIST A) → (LIST A)) Performs a sort of XS.

Package

coalton-library/list.

Source

list.lisp.

Function: sort! (dict1862 v-2365)

SORT! :: ∀ A. ORD A ⇒ ((VECTOR A) → UNIT) Sort a vector in-place in ascending order.

Package

coalton-library/vector.

Source

vector.lisp.

Function: sort-by! (f-2363 v-2364)

SORT-BY! :: ∀ A. ((A → A → BOOLEAN) → (VECTOR A) → UNIT) Sort a vector in-place with predicate function ‘f‘.

Package

coalton-library/vector.

Source

vector.lisp.

Function: sortby (cmp-2202 xs-2203)

SORTBY :: ∀ A. ((A → A → ORD) → (LIST A) → (LIST A)) Generic version of sort

Package

coalton-library/list.

Source

list.lisp.

Reader: source-error-location (instance)
Package

source-error/error.

Source

error.lisp.

Target Slot

location.

Reader: source-error-source (instance)
Package

source-error/error.

Source

error.lisp.

Target Slot

source.

Function: span-end (span)

Return the zero-based offset immediately past the last character in SPAN.

Package

coalton-impl/source.

Source

source.lisp.

Function: span-start (span)

Return the zero-based offset of the first character in SPAN.

Package

coalton-impl/source.

Source

source.lisp.

Reader: specialization-entry-from (instance)
Package

coalton-impl/typechecker/environment.

Source

environment.lisp.

Target Slot

from.

Reader: specialization-entry-to (instance)
Package

coalton-impl/typechecker/environment.

Source

environment.lisp.

Target Slot

to.

Reader: specialization-entry-to-ty (instance)
Package

coalton-impl/typechecker/environment.

Source

environment.lisp.

Target Slot

to-ty.

Function: split (c-2259 str-2260)

SPLIT :: (CHAR → STRING → (LIST STRING))

Package

coalton-library/list.

Source

list.lisp.

Function: split (n-2436 str-2437)

SPLIT :: (UFIX → STRING → (TUPLE STRING STRING)) Splits a string into a head and tail at the nth index.

Package

coalton-library/string.

Source

string.lisp.

Function: split-context (env environment-vars preds subs)

Split PREDS into retained predicates and deferred predicates

Returns (VALUES deferred-preds retained-preds defaultable-preds)

Package

coalton-impl/typechecker/context-reduction.

Source

context-reduction.lisp.

Function: sqrt (dict _0)

SQRT :: ∀ A. RADICAL A ⇒ (A → A)

Package

coalton-library/math/elementary.

Source

elementary.lisp.

Function: square-magnitude (dict1022 a-1062)

SQUARE-MAGNITUDE :: ∀ A. COMPLEX A ⇒ ((COMPLEX A) → A) The length of a complex number.

Package

coalton-library/math/complex.

Source

complex.lisp.

Function: st (x)

ST :: ∀ A B. ((A → (TUPLE A B)) → (ST A B))

Package

coalton-library/monad/state.

Source

monad/state.lisp.

Function: static-predicate-p (pred)

Is PRED a static predicate (no type variables)

Package

coalton-impl/typechecker/predicate.

Source

predicate.lisp.

Function: strip-prefix (prefix-2438 str-2439)

STRIP-PREFIX :: (STRING → STRING → (OPTIONAL STRING)) Returns a string without a give prefix, or ‘None‘ if the string does not have that suffix.

Package

coalton-library/string.

Source

string.lisp.

Function: strip-suffix (suffix-2442 str-2443)

STRIP-SUFFIX :: (STRING → STRING → (OPTIONAL STRING)) Returns a string without a give suffix, or ‘None‘ if the string does not have that suffix.

Package

coalton-library/string.

Source

string.lisp.

Reader: struct-entry-fields (instance)
Package

coalton-impl/typechecker/environment.

Source

environment.lisp.

Target Slot

fields.

Reader: struct-entry-name (instance)
Package

coalton-impl/typechecker/environment.

Source

environment.lisp.

Target Slot

name.

Reader: struct-field-index (instance)
Package

coalton-impl/typechecker/environment.

Source

environment.lisp.

Target Slot

index.

Reader: struct-field-name (instance)
Package

coalton-impl/typechecker/environment.

Source

environment.lisp.

Target Slot

name.

Reader: struct-field-name (instance)
Package

coalton-impl/parser/toplevel.

Source

toplevel.lisp.

Target Slot

name.

Reader: struct-field-type (instance)
Package

coalton-impl/typechecker/environment.

Source

environment.lisp.

Target Slot

type.

Reader: struct-field-type (instance)
Package

coalton-impl/parser/toplevel.

Source

toplevel.lisp.

Target Slot

type.

Function: struct-or-class (&key classname constructor superclass fields mode)
Package

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

Source

struct-or-class.lisp.

Reader: struct-or-class-field-name (instance)
Package

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

Source

struct-or-class.lisp.

Target Slot

name.

Reader: struct-or-class-field-type (instance)
Package

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

Source

struct-or-class.lisp.

Target Slot

type.

Function: subdirectories (dict2287 path-3243)

SUBDIRECTORIES :: ∀ A. INTO A PATHNAME ⇒ (A → (RESULT FILEERROR (LIST PATHNAME)))
Returns all subdirectories within the directory. Returns an error if the pathname is not a directory pathname.

Package

coalton-library/file.

Source

file.lisp.

Reader: substitution-from (instance)
Package

coalton-impl/typechecker/substitutions.

Source

substitutions.lisp.

Target Slot

from.

Function: substitution-p (object)
Package

coalton-impl/typechecker/substitutions.

Source

substitutions.lisp.

Reader: substitution-to (instance)
Package

coalton-impl/typechecker/substitutions.

Source

substitutions.lisp.

Target Slot

to.

Function: substring (str-2431 start-2432 end-2433)

SUBSTRING :: (STRING → UFIX → UFIX → STRING)
Compute a substring of a string bounded by given indices.

Package

coalton-library/string.

Source

string.lisp.

Function: substring-index (small-2452 big-2453)

SUBSTRING-INDEX :: (STRING → STRING → (OPTIONAL UFIX))
If the first argument appears as a substring within the second argument, return the starting index into the second argument.

Package

coalton-library/string.

Source

string.lisp.

Function: substring? (small-2454 big-2455)

SUBSTRING? :: (STRING → STRING → BOOLEAN)
Return true if the first argument appears as a substring within the second argument.

Package

coalton-library/string.

Source

string.lisp.

Function: sum (dict1778 xs-2249)

SUM :: ∀ A. NUM A ⇒ ((LIST A) → A) Returns the sum of XS

Package

coalton-library/list.

Source

list.lisp.

Function: sum! (dict1564 iter-1742)

SUM! :: ∀ A. NUM A ⇒ ((ITERATOR A) → A) Add together all the elements of ITER.

Package

coalton-library/iterator.

Source

iterator.lisp.

Function: swap! (cel-1552 data-1553)

SWAP! :: ∀ A. ((CELL A) → A → A)
Replace the value of a mutable cell with a new value, then return the old value

Package

coalton-library/cell.

Source

cell.lisp.

Function: swap-remove! (idx-2358 vec-2359)

SWAP-REMOVE! :: ∀ A. (UFIX → (VECTOR A) → (OPTIONAL A))
Remove the element ‘idx‘ from ‘vec‘ and replace it with the last element in ‘vec‘. Then return the removed element.

Package

coalton-library/vector.

Source

vector.lisp.

Function: swap-remove-unsafe! (idx-2360 vec-2361)

SWAP-REMOVE-UNSAFE! :: ∀ A. (UFIX → (VECTOR A) → A)
Remove the element ‘idx‘ from ‘vec‘ and replace it with the last element in ‘vec‘ without bounds checking. Then return the removed element.

Package

coalton-library/vector.

Source

vector.lisp.

Function: system-relative-pathname (dict2291 system-name-3251 name-3252)

SYSTEM-RELATIVE-PATHNAME :: ∀ A. INTO A STRING ⇒ (A → STRING → (RESULT FILEERROR PATHNAME))
Generates a system-relative-pathname for a given filename or path. This is a wrapper for ‘asdf:system-relative-pathname‘. ‘Name‘ will likely be an empty string unless a subdirectory or filename is specified.

Package

coalton-library/file.

Source

file.lisp.

Function: tail (l-1991)

TAIL :: ∀ A. ((LIST A) → (OPTIONAL (LIST A))) Returns every element except the first in a list.

Package

coalton-library/list.

Source

list.lisp.

Function: take (n list)
Package

coalton-impl/util.

Source

utilities.lisp.

Function: take (n-2018 xs-2019)

TAKE :: ∀ A. (UFIX → (LIST A) → (LIST A)) Returns the first N elements of a list.

Package

coalton-library/list.

Source

list.lisp.

Function: take! (count-1713 iter-1714)

TAKE! :: ∀ A. (UFIX → (ITERATOR A) → (ITERATOR A))
An ‘Iterator‘ which yields at most COUNT elements from ITER.

Package

coalton-library/iterator.

Source

iterator.lisp.

Function: take-until (pred list)

Splits LIST into two lists on the element where PRED first returns true

Package

coalton-impl/util.

Source

utilities.lisp.

Function: tan (dict _0)

TAN :: ∀ A. TRIGONOMETRIC A ⇒ (A → A)

Package

coalton-library/math/elementary.

Source

elementary.lisp.

Function: tanh (dict1076 x-1310)

TANH :: ∀ A. ELEMENTARY A ⇒ (A → A)

Package

coalton-library/math/elementary.

Source

elementary.lisp.

Reader: tapp-from (instance)
Package

coalton-impl/parser/types.

Source

types.lisp.

Target Slot

from.

Reader: tapp-from (instance)
Package

coalton-impl/typechecker/types.

Source

types.lisp.

Target Slot

from.

Function: tapp-p (object)
Package

coalton-impl/parser/types.

Source

types.lisp.

Function: tapp-p (object)
Package

coalton-impl/typechecker/types.

Source

types.lisp.

Reader: tapp-to (instance)
Package

coalton-impl/parser/types.

Source

types.lisp.

Target Slot

to.

Reader: tapp-to (instance)
Package

coalton-impl/typechecker/types.

Source

types.lisp.

Target Slot

to.

Function: tarjan-scc (dag)

Perform Tarjan’s strongly-connected component algorithm on DAG.

DAG is of format ((node-name dependency*) (...)
)
where all names and dependencies are symbols

Package

coalton-impl/algorithm/tarjan-scc.

Source

tarjan-scc.lisp.

Function: tc-env-add-definition (env name scheme)

Add a type named NAME to ENV.

Package

coalton-impl/typechecker/tc-env.

Source

tc-env.lisp.

Function: tc-env-add-variable (env name)

Add a variable named NAME to ENV and return the scheme.

Package

coalton-impl/typechecker/tc-env.

Source

tc-env.lisp.

Function: tc-env-bindings-variables (env names)
Package

coalton-impl/typechecker/tc-env.

Source

tc-env.lisp.

Function: tc-env-bound-variables (env)
Package

coalton-impl/typechecker/tc-env.

Source

tc-env.lisp.

Reader: tc-env-env (instance)
Package

coalton-impl/typechecker/tc-env.

Source

tc-env.lisp.

Target Slot

env.

Function: tc-env-lookup-value (env var)

Lookup the type of a variable named VAR in ENV.

Package

coalton-impl/typechecker/tc-env.

Source

tc-env.lisp.

Function: tc-env-replace-type (env name scheme)
Package

coalton-impl/typechecker/tc-env.

Source

tc-env.lisp.

Reader: tc-env-ty-table (instance)
Package

coalton-impl/typechecker/tc-env.

Source

tc-env.lisp.

Target Slot

ty-table.

Function: tc-error (message &rest notes)

Signal a typechecker error with MESSAGE, and optional NOTES that label source locations.

Package

coalton-impl/typechecker/base.

Source

base.lisp.

Function: tc-location (location format-string &rest format-args)
Package

coalton-impl/typechecker/base.

Source

base.lisp.

Function: tc-note (located format-string &rest format-args)
Package

coalton-impl/typechecker/base.

Source

base.lisp.

Function: tc-secondary-location (location format-string &rest format-args)
Package

coalton-impl/typechecker/base.

Source

base.lisp.

Function: tc-secondary-note (located format-string &rest format-args)
Package

coalton-impl/typechecker/base.

Source

base.lisp.

Reader: tgen-id (instance)
Package

coalton-impl/typechecker/types.

Source

types.lisp.

Target Slot

id.

Function: tgen-p (object)
Package

coalton-impl/typechecker/types.

Source

types.lisp.

Function: time (f-3190)

TIME :: ∀ A. ((UNIT → A) → (TUPLE A INTEGER))
Run the thunk ‘f‘ and return a tuple containing its value along with the run time in microseconds.

While the result will always contain microseconds, some implementations may return a value rounded to less precision (e.g., rounded to the nearest second or millisecond).

Package

coalton-library/system.

Source

system.lisp.

Function: to-fraction (dict _0)

TO-FRACTION :: ∀ A. RATIONAL A ⇒ (A → FRACTION)

Package

coalton-library/math/real.

Source

real.lisp.

Function: tointeger (dict _0)

TOINTEGER :: ∀ A. INTEGRAL A ⇒ (A → INTEGER)

Package

coalton-library/math/integral.

Source

integral.lisp.

Reader: toplevel-declare-monomorphize (instance)
Writer: (setf toplevel-declare-monomorphize) (instance)
Package

coalton-impl/parser/toplevel.

Source

toplevel.lisp.

Target Slot

monomorphize.

Reader: toplevel-declare-name (instance)
Package

coalton-impl/parser/toplevel.

Source

toplevel.lisp.

Target Slot

name.

Reader: toplevel-declare-type (instance)
Package

coalton-impl/parser/toplevel.

Source

toplevel.lisp.

Target Slot

type.

Function: toplevel-define (defines declares env)

Entrypoint for typechecking a group of parsed defines and declares.

Package

coalton-impl/typechecker/toplevel.

Source

define.lisp.

Reader: toplevel-define-body (instance)
Package

coalton-impl/typechecker/toplevel.

Source

toplevel.lisp.

Target Slot

body.

Reader: toplevel-define-body (instance)
Package

coalton-impl/parser/toplevel.

Source

toplevel.lisp.

Target Slot

body.

Function: toplevel-define-class (classes env)
Package

coalton-impl/typechecker/define-class.

Source

define-class.lisp.

Reader: toplevel-define-class-fundeps (instance)
Package

coalton-impl/parser/toplevel.

Source

toplevel.lisp.

Target Slot

fundeps.

Reader: toplevel-define-class-head-location (instance)
Package

coalton-impl/parser/toplevel.

Source

toplevel.lisp.

Target Slot

head-location.

Reader: toplevel-define-class-methods (instance)
Package

coalton-impl/parser/toplevel.

Source

toplevel.lisp.

Target Slot

methods.

Reader: toplevel-define-class-name (instance)
Package

coalton-impl/parser/toplevel.

Source

toplevel.lisp.

Target Slot

name.

Reader: toplevel-define-class-preds (instance)
Package

coalton-impl/parser/toplevel.

Source

toplevel.lisp.

Target Slot

preds.

Reader: toplevel-define-class-vars (instance)
Package

coalton-impl/parser/toplevel.

Source

toplevel.lisp.

Target Slot

vars.

Function: toplevel-define-instance (instances env)
Package

coalton-impl/typechecker/toplevel.

Source

define-instance.lisp.

Reader: toplevel-define-instance-compiler-generated (instance)
Package

coalton-impl/parser/toplevel.

Source

toplevel.lisp.

Target Slot

compiler-generated.

Reader: toplevel-define-instance-context (instance)
Package

coalton-impl/typechecker/toplevel.

Source

toplevel.lisp.

Target Slot

context.

Reader: toplevel-define-instance-context (instance)
Package

coalton-impl/parser/toplevel.

Source

toplevel.lisp.

Target Slot

context.

Reader: toplevel-define-instance-head-location (instance)
Package

coalton-impl/typechecker/toplevel.

Source

toplevel.lisp.

Target Slot

head-location.

Reader: toplevel-define-instance-head-location (instance)
Package

coalton-impl/parser/toplevel.

Source

toplevel.lisp.

Target Slot

head-location.

Reader: toplevel-define-instance-methods (instance)
Package

coalton-impl/typechecker/toplevel.

Source

toplevel.lisp.

Target Slot

methods.

Reader: toplevel-define-instance-methods (instance)
Package

coalton-impl/parser/toplevel.

Source

toplevel.lisp.

Target Slot

methods.

Reader: toplevel-define-instance-pred (instance)
Package

coalton-impl/typechecker/toplevel.

Source

toplevel.lisp.

Target Slot

pred.

Reader: toplevel-define-instance-pred (instance)
Package

coalton-impl/parser/toplevel.

Source

toplevel.lisp.

Target Slot

pred.

Reader: toplevel-define-monomorphize (instance)
Writer: (setf toplevel-define-monomorphize) (instance)
Package

coalton-impl/parser/toplevel.

Source

toplevel.lisp.

Target Slot

monomorphize.

Reader: toplevel-define-name (instance)
Package

coalton-impl/typechecker/toplevel.

Source

toplevel.lisp.

Target Slot

name.

Reader: toplevel-define-name (instance)
Package

coalton-impl/parser/toplevel.

Source

toplevel.lisp.

Target Slot

name.

Reader: toplevel-define-orig-params (instance)
Package

coalton-impl/parser/toplevel.

Source

toplevel.lisp.

Target Slot

orig-params.

Reader: toplevel-define-params (instance)
Package

coalton-impl/typechecker/toplevel.

Source

toplevel.lisp.

Target Slot

params.

Reader: toplevel-define-params (instance)
Package

coalton-impl/parser/toplevel.

Source

toplevel.lisp.

Target Slot

params.

Reader: toplevel-define-struct-fields (instance)
Package

coalton-impl/parser/toplevel.

Source

toplevel.lisp.

Target Slot

fields.

Reader: toplevel-define-struct-head-location (instance)
Package

coalton-impl/parser/toplevel.

Source

toplevel.lisp.

Target Slot

head-location.

Reader: toplevel-define-struct-name (instance)
Package

coalton-impl/parser/toplevel.

Source

toplevel.lisp.

Target Slot

name.

Reader: toplevel-define-struct-repr (instance)
Writer: (setf toplevel-define-struct-repr) (instance)
Package

coalton-impl/parser/toplevel.

Source

toplevel.lisp.

Target Slot

repr.

Reader: toplevel-define-struct-vars (instance)
Package

coalton-impl/parser/toplevel.

Source

toplevel.lisp.

Target Slot

vars.

Function: toplevel-define-type (types structs env)
Package

coalton-impl/typechecker/define-type.

Source

define-type.lisp.

Reader: toplevel-define-type-ctors (instance)
Package

coalton-impl/parser/toplevel.

Source

toplevel.lisp.

Target Slot

ctors.

Reader: toplevel-define-type-head-location (instance)
Package

coalton-impl/parser/toplevel.

Source

toplevel.lisp.

Target Slot

head-location.

Reader: toplevel-define-type-name (instance)
Package

coalton-impl/parser/toplevel.

Source

toplevel.lisp.

Target Slot

name.

Reader: toplevel-define-type-repr (instance)
Writer: (setf toplevel-define-type-repr) (instance)
Package

coalton-impl/parser/toplevel.

Source

toplevel.lisp.

Target Slot

repr.

Reader: toplevel-define-type-vars (instance)
Package

coalton-impl/parser/toplevel.

Source

toplevel.lisp.

Target Slot

vars.

Reader: toplevel-lisp-form-body (instance)
Package

coalton-impl/parser/toplevel.

Source

toplevel.lisp.

Target Slot

body.

Reader: toplevel-package-name (instance)
Package

coalton-impl/parser/toplevel.

Source

toplevel.lisp.

Target Slot

name.

Function: toplevel-specialize (specializations env)
Package

coalton-impl/typechecker/specialize.

Source

specialize.lisp.

Reader: toplevel-specialize-from (instance)
Package

coalton-impl/parser/toplevel.

Source

toplevel.lisp.

Target Slot

from.

Reader: toplevel-specialize-to (instance)
Package

coalton-impl/parser/toplevel.

Source

toplevel.lisp.

Target Slot

to.

Reader: toplevel-specialize-type (instance)
Package

coalton-impl/parser/toplevel.

Source

toplevel.lisp.

Target Slot

type.

Function: toplevel-typecheck-instance (instances unparsed-instances env)
Package

coalton-impl/typechecker/define-instance.

Source

define-instance.lisp.

Function: trace (str-149)

TRACE :: (STRING → UNIT)
Print a line to ‘cl:*standard-output*‘.

Package

coalton-library/functions.

Source

functions.lisp.

Function: traceobject (str-150 item-151)

TRACEOBJECT :: ∀ A. (STRING → A → UNIT)
Print a line to ‘cl:*standard-output*‘ in the form "{STR}: {ITEM}".

Package

coalton-library/functions.

Source

functions.lisp.

Function: translate-instance (instance env)
Package

coalton-impl/codegen/translate-instance.

Source

translate-instance.lisp.

Function: translate-toplevel (binding env name &key extra-context)
Package

coalton-impl/codegen/translate-expression.

Source

translate-expression.lisp.

Reader: translation-unit-classes (instance)
Package

coalton-impl/typechecker/translation-unit.

Source

translation-unit.lisp.

Target Slot

classes.

Reader: translation-unit-definitions (instance)
Package

coalton-impl/typechecker/translation-unit.

Source

translation-unit.lisp.

Target Slot

definitions.

Reader: translation-unit-instances (instance)
Package

coalton-impl/typechecker/translation-unit.

Source

translation-unit.lisp.

Target Slot

instances.

Reader: translation-unit-lisp-forms (instance)
Package

coalton-impl/typechecker/translation-unit.

Source

translation-unit.lisp.

Target Slot

lisp-forms.

Reader: translation-unit-package (instance)
Package

coalton-impl/typechecker/translation-unit.

Source

translation-unit.lisp.

Target Slot

package.

Reader: translation-unit-types (instance)
Package

coalton-impl/typechecker/translation-unit.

Source

translation-unit.lisp.

Target Slot

types.

Function: transpose (xs-2215)

TRANSPOSE :: ∀ A. ((LIST (LIST A)) → (LIST (LIST A))) Transposes a matrix represented by a list of lists.

Package

coalton-library/list.

Source

list.lisp.

Function: traverse (initial-node custom-actions &rest initial-args)

The intended use case of ‘traverse‘ is to recursively propagate an operation through the AST when only a few nodes need custom behavior, obviating the need to copy an entire ‘defgeneric‘ for each new AST traversal. This function creates a recursive "generic" traversal with pre-, in-, and post-operations fixed by ‘custom-actions‘ (with the default traversals as a fallback), and evaluates the traversal with ‘initial-node‘ and ‘initial-args‘. The ‘:before‘ and ‘:after‘ are mainly useful if the default deep-copy recursion behavior is desired, but a small change has to be made depending on the node type, or if some external state is mutated to keep track of some information about the recursion stack. The ‘:before ’node‘ and ‘:after ’node‘ actions may also be useful for operations that must be performed uniformly on every node, such as type collection and substitution. The ‘:traverse‘ action is necessary if special traversal behavior is required, such as recursing with modified arguments.

Note that the wrapped traversal pipes the node through three actions corresponding to its original class, so it is important to not define any node-specific actions that will run after another action which may return a node of a different type. For example, if there is an action on ‘:traverse ’node-variable‘ to substitute variables with arbitrary other nodes, then it would be inappropriate to also define an action ‘:after ’node-variable‘.

Package

coalton-impl/codegen/traverse.

Source

traverse.lisp.

Function: traverse (dict _0 _1 _2)

TRAVERSE :: ∀ A B C D. (TRAVERSABLE D) (APPLICATIVE B) ⇒ ((A → (B C)) → (D A) → (B (D C)))

Package

coalton-library/classes.

Source

classes.lisp.

Function: traverse-with-binding-list (node actions)

Traverse ‘node‘ while keeping track of a list of ‘bound-variables‘ which gets passed as an argument whenever a function from ‘actions‘ gets called.

Package

coalton-impl/codegen/traverse.

Source

traverse.lisp.

Function: truncate (dict896 x-941)

TRUNCATE :: ∀ A. QUANTIZABLE A ⇒ (A → INTEGER)
Returns the integer closest/equal to ‘x‘ that is within ‘0‘ and ‘x‘.

Package

coalton-library/math/real.

Source

real.lisp.

Function: tryinto (dict _0)

TRYINTO :: ∀ A B C. TRYINTO A C B ⇒ (A → (RESULT B C))

Package

coalton-library/classes.

Source

classes.lisp.

Function: tuple (_0 _1)

TUPLE :: ∀ A B. (A → B → (TUPLE A B)) A heterogeneous collection of items.

Package

coalton-library/classes.

Source

classes.lisp.

Function: tuple3 (_0 _1 _2)

TUPLE3 :: ∀ A B C. (A → B → C → (TUPLE3 A B C))

Package

coalton-library/tuple.

Source

tuple.lisp.

Function: tuple4 (_0 _1 _2 _3)

TUPLE4 :: ∀ A B C D. (A → B → C → D → (TUPLE4 A B C D))

Package

coalton-library/tuple.

Source

tuple.lisp.

Function: tuple5 (_0 _1 _2 _3 _4)

TUPLE5 :: ∀ A B C D E. (A → B → C → D → E → (TUPLE5 A B C D E))

Package

coalton-library/tuple.

Source

tuple.lisp.

Reader: ty-class-class-variable-map (instance)
Package

coalton-impl/typechecker/environment.

Source

environment.lisp.

Target Slot

class-variable-map.

Reader: ty-class-class-variables (instance)
Package

coalton-impl/typechecker/environment.

Source

environment.lisp.

Target Slot

class-variables.

Reader: ty-class-codegen-sym (instance)
Package

coalton-impl/typechecker/environment.

Source

environment.lisp.

Target Slot

codegen-sym.

Reader: ty-class-fundeps (instance)
Package

coalton-impl/typechecker/environment.

Source

environment.lisp.

Target Slot

fundeps.

Reader: ty-class-instance-codegen-sym (instance)
Package

coalton-impl/typechecker/environment.

Source

environment.lisp.

Target Slot

codegen-sym.

Reader: ty-class-instance-constraints (instance)
Package

coalton-impl/typechecker/environment.

Source

environment.lisp.

Target Slot

constraints.

Reader: ty-class-instance-method-codegen-syms (instance)
Package

coalton-impl/typechecker/environment.

Source

environment.lisp.

Target Slot

method-codegen-syms.

Reader: ty-class-instance-predicate (instance)
Package

coalton-impl/typechecker/environment.

Source

environment.lisp.

Target Slot

predicate.

Reader: ty-class-method-name (instance)
Package

coalton-impl/typechecker/environment.

Source

environment.lisp.

Target Slot

name.

Reader: ty-class-method-type (instance)
Package

coalton-impl/typechecker/environment.

Source

environment.lisp.

Target Slot

type.

Reader: ty-class-name (instance)
Package

coalton-impl/typechecker/environment.

Source

environment.lisp.

Target Slot

name.

Reader: ty-class-predicate (instance)
Package

coalton-impl/typechecker/environment.

Source

environment.lisp.

Target Slot

predicate.

Reader: ty-class-superclass-dict (instance)
Package

coalton-impl/typechecker/environment.

Source

environment.lisp.

Target Slot

superclass-dict.

Reader: ty-class-superclass-map (instance)
Package

coalton-impl/typechecker/environment.

Source

environment.lisp.

Target Slot

superclass-map.

Reader: ty-class-superclasses (instance)
Package

coalton-impl/typechecker/environment.

Source

environment.lisp.

Target Slot

superclasses.

Reader: ty-class-unqualified-methods (instance)
Package

coalton-impl/typechecker/environment.

Source

environment.lisp.

Target Slot

unqualified-methods.

Reader: ty-predicate-class (instance)
Package

coalton-impl/parser/types.

Source

types.lisp.

Target Slot

class.

Reader: ty-predicate-class (instance)
Package

coalton-impl/typechecker/predicate.

Source

predicate.lisp.

Target Slot

class.

Function: ty-predicate-p (object)
Package

coalton-impl/typechecker/predicate.

Source

predicate.lisp.

Reader: ty-predicate-types (instance)
Package

coalton-impl/parser/types.

Source

types.lisp.

Target Slot

types.

Reader: ty-predicate-types (instance)
Package

coalton-impl/typechecker/predicate.

Source

predicate.lisp.

Target Slot

types.

Reader: ty-scheme-kinds (instance)
Package

coalton-impl/typechecker/scheme.

Source

scheme.lisp.

Target Slot

kinds.

Function: ty-scheme-p (object)
Package

coalton-impl/typechecker/scheme.

Source

scheme.lisp.

Reader: ty-scheme-type (instance)
Package

coalton-impl/typechecker/scheme.

Source

scheme.lisp.

Target Slot

type.

Reader: tycon-kind (instance)
Package

coalton-impl/typechecker/types.

Source

types.lisp.

Target Slot

kind.

Reader: tycon-name (instance)
Package

coalton-impl/parser/types.

Source

types.lisp.

Target Slot

name.

Reader: tycon-name (instance)
Package

coalton-impl/typechecker/types.

Source

types.lisp.

Target Slot

name.

Function: tycon-p (object)
Package

coalton-impl/parser/types.

Source

types.lisp.

Function: tycon-p (object)
Package

coalton-impl/typechecker/types.

Source

types.lisp.

Function: type-constructors (type)
Package

coalton-impl/typechecker/types.

Source

types.lisp.

Reader: type-definition-constructor-types (instance)
Package

coalton-impl/typechecker/define-type.

Source

define-type.lisp.

Target Slot

constructor-types.

Reader: type-definition-constructors (instance)
Package

coalton-impl/typechecker/define-type.

Source

define-type.lisp.

Target Slot

constructors.

Reader: type-definition-docstring (instance)
Package

coalton-impl/typechecker/define-type.

Source

define-type.lisp.

Target Slot

docstring.

Reader: type-definition-enum-repr (instance)
Package

coalton-impl/typechecker/define-type.

Source

define-type.lisp.

Target Slot

enum-repr.

Reader: type-definition-explicit-repr (instance)
Package

coalton-impl/typechecker/define-type.

Source

define-type.lisp.

Target Slot

explicit-repr.

Reader: type-definition-name (instance)
Package

coalton-impl/typechecker/define-type.

Source

define-type.lisp.

Target Slot

name.

Reader: type-definition-newtype (instance)
Package

coalton-impl/typechecker/define-type.

Source

define-type.lisp.

Target Slot

newtype.

Reader: type-definition-runtime-type (instance)
Package

coalton-impl/typechecker/define-type.

Source

define-type.lisp.

Target Slot

runtime-type.

Reader: type-definition-type (instance)
Package

coalton-impl/typechecker/define-type.

Source

define-type.lisp.

Target Slot

type.

Reader: type-entry-constructors (instance)
Package

coalton-impl/typechecker/environment.

Source

environment.lisp.

Target Slot

constructors.

Reader: type-entry-enum-repr (instance)
Package

coalton-impl/typechecker/environment.

Source

environment.lisp.

Target Slot

enum-repr.

Reader: type-entry-explicit-repr (instance)
Package

coalton-impl/typechecker/environment.

Source

environment.lisp.

Target Slot

explicit-repr.

Reader: type-entry-name (instance)
Package

coalton-impl/typechecker/environment.

Source

environment.lisp.

Target Slot

name.

Reader: type-entry-newtype (instance)
Package

coalton-impl/typechecker/environment.

Source

environment.lisp.

Target Slot

newtype.

Reader: type-entry-runtime-type (instance)
Package

coalton-impl/typechecker/environment.

Source

environment.lisp.

Target Slot

runtime-type.

Reader: type-entry-type (instance)
Package

coalton-impl/typechecker/environment.

Source

environment.lisp.

Target Slot

type.

Reader: type-entry-tyvars (instance)
Package

coalton-impl/typechecker/environment.

Source

environment.lisp.

Target Slot

tyvars.

Function: type-of (symbol)

Lookup the type of value SYMBOL in the global environment

Package

coalton.

Source

debug.lisp.

Function: type-predicate= (pred1 pred2)
Package

coalton-impl/typechecker/predicate.

Source

predicate.lisp.

Reader: tyvar-id (instance)
Package

coalton-impl/typechecker/types.

Source

types.lisp.

Target Slot

id.

Reader: tyvar-kind (instance)
Package

coalton-impl/typechecker/types.

Source

types.lisp.

Target Slot

kind.

Reader: tyvar-name (instance)
Package

coalton-impl/parser/types.

Source

types.lisp.

Target Slot

name.

Function: tyvar-p (object)
Package

coalton-impl/parser/types.

Source

types.lisp.

Function: tyvar-p (object)
Package

coalton-impl/typechecker/types.

Source

types.lisp.

Function: uncurry (func-180 tpl-181)

UNCURRY :: ∀ A B C. ((A → B → C) → (TUPLE A B) → C)
Take a function with two currying parameters and enable their input as a single ‘Tuple‘.

Package

coalton-library/functions.

Source

functions.lisp.

Function: undefined (_734)

UNDEFINED :: ∀ A B. (A → B)
A function which can be used in place of any value, throwing an error at runtime.

Package

coalton-library/builtin.

Source

builtin.lisp.

Function: unify (substs type1 type2)

Unify TYPE1 and TYPE2 under given substitutions, returning an updated substitution list

Package

coalton-impl/typechecker/unify.

Source

unify.lisp.

Function: unify-list (subs list1 list2)
Package

coalton-impl/typechecker/unify.

Source

unify.lisp.

Function: union (dict1765 xs-2078 ys-2079)

UNION :: ∀ A. EQ A ⇒ ((LIST A) → (LIST A) → (LIST A))
Returns a new list with the elements from both XS and YS and without duplicates.

Package

coalton-library/list.

Source

list.lisp.

Function: unsafe-aref (dict _0 _1)

UNSAFE-AREF :: ∀ A B. RANDOMACCESS A B ⇒ (A → UFIX → B)

Package

coalton-library/randomaccess.

Source

randomaccess.lisp.

Function: unsafe-pointer-eq? (a-153 b-154)

UNSAFE-POINTER-EQ? :: ∀ A. (A → A → BOOLEAN)

Package

coalton-library/functions.

Source

functions.lisp.

Function: unsafe-set! (dict _0 _1 _2)

UNSAFE-SET! :: ∀ A B. RANDOMACCESS A B ⇒ (A → UFIX → B → UNIT)

Package

coalton-library/randomaccess.

Source

randomaccess.lisp.

Function: unset-constructor (&rest args)
Package

coalton-impl/typechecker/environment.

Source

environment.lisp.

Function: unset-function (&rest args)
Package

coalton-impl/typechecker/environment.

Source

environment.lisp.

Function: unset-function-source-parameter-names (&rest args)
Package

coalton-impl/typechecker/environment.

Source

environment.lisp.

Function: unset-name (&rest args)
Package

coalton-impl/typechecker/environment.

Source

environment.lisp.

Function: unset-struct (&rest args)
Package

coalton-impl/typechecker/environment.

Source

environment.lisp.

Function: unset-value-type (&rest args)
Package

coalton-impl/typechecker/environment.

Source

environment.lisp.

Function: unwrap (dict665 container-39)

UNWRAP :: ∀ A B. UNWRAPPABLE A ⇒ ((A B) → B) Unwrap ‘container‘, signaling an error on failure.

Package

coalton-library/classes.

Source

classes.lisp.

Function: unwrap-or-else (dict _0 _1 _2)

UNWRAP-OR-ELSE :: ∀ A B C. UNWRAPPABLE C ⇒ ((A → B) → (UNIT → B) → (C A) → B)

Package

coalton-library/classes.

Source

classes.lisp.

Function: unwrapped! (dict1558 iter-1710)

UNWRAPPED! :: ∀ A B. UNWRAPPABLE A ⇒ ((ITERATOR (A B)) → (ITERATOR B))

Package

coalton-library/iterator.

Source

iterator.lisp.

Function: up-through (dict1542 dict1543 limit-1660)

UP-THROUGH :: ∀ A. (NUM A) (ORD A) ⇒ (A → (ITERATOR A))
An iterator which begins at zero and counts up through and including LIMIT.

Package

coalton-library/iterator.

Source

iterator.lisp.

Function: up-to (dict1540 dict1541 limit-1659)

UP-TO :: ∀ A. (NUM A) (ORD A) ⇒ (A → (ITERATOR A))
An iterator which begins at zero and counts up to, but not including, LIMIT.

Package

coalton-library/iterator.

Source

iterator.lisp.

Function: upcase (c-2418)

UPCASE :: (CHAR → CHAR)
Returns the upcased version of C, returning C when there is none.

Package

coalton-library/char.

Source

char.lisp.

Function: update (dict2075 func-2896 mp-2897 key-2898)

UPDATE :: ∀ A B. ORD B ⇒ ((A → A) → (MAP B A) → B → (OPTIONAL (MAP B A)))
Apply FUNC to the value corresponding to KEY in MP, returning a new ‘Map’ which maps KEY to the result of the function.

Package

coalton-library/ord-map.

Source

ord-map.lisp.

Function: update! (f-1556 cel-1557)

UPDATE! :: ∀ A. ((A → A) → (CELL A) → A)
Apply F to the contents of CEL, storing and returning the result

Package

coalton-library/cell.

Source

cell.lisp.

Function: update-instance-fundeps (&rest args)
Package

coalton-impl/typechecker/environment.

Source

environment.lisp.

Function: update-swap! (f-1558 cel-1559)

UPDATE-SWAP! :: ∀ A. ((A → A) → (CELL A) → A)
Apply F to the contents of CEL, swapping the result for the old value

Package

coalton-library/cell.

Source

cell.lisp.

Function: uppercase? (c-2414)

UPPERCASE? :: (CHAR → BOOLEAN) Is C an uppercase character?

Package

coalton-library/char.

Source

char.lisp.

Function: useful-pattern-p (patterns pattern env)

Is PATTERN useful within list PATTERNS? PATTERN must EQ one element of PATTERNS.

Package

coalton-impl/analysis/pattern-exhaustiveness.

Source

pattern-exhaustiveness.lisp.

Function: val (_0)

VAL :: ∀ A B. (B → ((FREE A) B))

Package

coalton-library/monad/free.

Source

monad/free.lisp.

Function: values (table-2549)

VALUES :: ∀ A B. ((HASHTABLE A B) → (ITERATOR B)) Returns the values in TABLE as a list

Package

coalton-library/hashtable.

Source

hashtable.lisp.

Function: values (mp-2888)

VALUES :: ∀ A B. ((MAP A B) → (ITERATOR B))
Iterate over the values in MP, sorted by their corresponding keys in least-to-greatest order.

Package

coalton-library/ord-map.

Source

ord-map.lisp.

Function: warn (message note &rest notes)

Signal a warning related to one or more source locations.

Package

coalton-impl/source.

Source

source.lisp.

Function: with-capacity (dict1925 capacity-2534)

WITH-CAPACITY :: ∀ A B. HASH A ⇒ (INTEGER → (HASHTABLE A B)) Create a new empty hashtable with a given capacity

Package

coalton-library/hashtable.

Source

hashtable.lisp.

Function: with-capacity (n-2322)

WITH-CAPACITY :: ∀ A. (UFIX → (VECTOR A)) Create a new vector with ‘n‘ elements preallocated.

Package

coalton-library/vector.

Source

vector.lisp.

Function: with-default (dict667 default-41 container-42)

WITH-DEFAULT :: ∀ A B. UNWRAPPABLE B ⇒ (A → (B A) → A) Unwrap ‘container‘, returning ‘default‘ on failure.

Package

coalton-library/classes.

Source

classes.lisp.

Function: with-initial-element (n-2323 x-2324)

WITH-INITIAL-ELEMENT :: ∀ A. (UFIX → A → (VECTOR A)) Create a new vector with ‘n‘ elements equal to ‘x‘.

Package

coalton-library/vector.

Source

vector.lisp.

Function: with-open-file (dict2315 stream-options-3344 thunk-3345)

WITH-OPEN-FILE :: ∀ A B. FILE A ⇒ (STREAMOPTIONS → ((FILESTREAM A) → (RESULT FILEERROR B)) → (RESULT FILEERROR B)) Opens a file stream, performs ‘thunk‘ on it, then closes the stream.

Package

coalton-library/file.

Source

file.lisp.

Function: with-size (f-1635 size-1636)

WITH-SIZE :: ∀ A. ((UNIT → (OPTIONAL A)) → UFIX → (ITERATOR A))

Package

coalton-library/iterator.

Source

iterator.lisp.

Function: with-temp-directory (thunk-3369)

WITH-TEMP-DIRECTORY :: ∀ A. ((PATHNAME → (RESULT FILEERROR A)) → (RESULT FILEERROR A)) Performs an operation ‘thunk‘ inside a temporary directory.

Package

coalton-library/file.

Source

file.lisp.

Function: with-temp-file (dict2326 file-type-3366 thunk-3367)

WITH-TEMP-FILE :: ∀ A B. FILE A ⇒ (STRING → ((FILESTREAM A) → (RESULT FILEERROR B)) → (RESULT FILEERROR B)) Performs an operation ‘thunk‘ on a temporary file. File type extensions need to include ‘.‘, like ".txt".

Package

coalton-library/file.

Source

file.lisp.

Function: writable? (dict _0)

WRITABLE? :: ∀ A B. RANDOMACCESS B A ⇒ (B → BOOLEAN)

Package

coalton-library/randomaccess.

Source

randomaccess.lisp.

Function: write (dict _0 _1)

WRITE :: ∀ A. FILE A ⇒ ((FILESTREAM A) → A → (RESULT FILEERROR UNIT))

Package

coalton-library/file.

Source

file.lisp.

Function: write! (cel-1554 data-1555)

WRITE! :: ∀ A. ((CELL A) → A → A)
Set the value of a mutable cell, returning the new value

Package

coalton-library/cell.

Source

cell.lisp.

Function: write-char (stream-3278 data-3279)

WRITE-CHAR :: ((FILESTREAM CHAR) → CHAR → (RESULT FILEERROR UNIT)) Writes a ‘Char‘ to the stream.

Package

coalton-library/file.

Source

file.lisp.

Function: write-line (stream-3359 s-3360)

WRITE-LINE :: ((FILESTREAM CHAR) → STRING → (RESULT FILEERROR UNIT)) Writes a string with an appended newline to a filestream of type Char.

Package

coalton-library/file.

Source

file.lisp.

Function: write-string (fs-3357 s-3358)

WRITE-STRING :: ((FILESTREAM CHAR) → STRING → (RESULT FILEERROR UNIT)) Writes a ‘string‘ to a FileStream of type Char.

Package

coalton-library/file.

Source

file.lisp.

Function: write-to-file! (dict2332 dict2333 dict2334 path-3373 data-3374)

WRITE-TO-FILE! :: ∀ A B. (RUNTIMEREPR B) (INTO A PATHNAME) (FILE B) ⇒ (A → (VECTOR B) → (RESULT FILEERROR UNIT)) Opens and writes to a file with data of type :a. Supersedes existing data on the file.

Package

coalton-library/file.

Source

file.lisp.

Function: write-vector (dict2319 dict2320 stream-3355 v-3356)

WRITE-VECTOR :: ∀ A. (RUNTIMEREPR A) (FILE A) ⇒ ((FILESTREAM A) → (VECTOR A) → (RESULT FILEERROR UNIT)) Writes elements of an vector of type ‘:a‘ to a stream of type ‘:a‘.

Package

coalton-library/file.

Source

file.lisp.

Function: xor (dict _0 _1)

XOR :: ∀ A. BITS A ⇒ (A → A → A)
The bitwise logical exclusive ‘or‘ of two integers

Package

coalton-library/bits.

Source

bits.lisp.

Function: xor (x-735 y-736)

XOR :: (BOOLEAN → BOOLEAN → BOOLEAN) Synonym for ‘boolean-xor‘.

Package

coalton-library/builtin.

Source

builtin.lisp.

Function: zero? (dict791 x-212)

ZERO? :: ∀ A. NUM A ⇒ (A → BOOLEAN) Is ‘x‘ zero?

Package

coalton-library/math/arith.

Source

arith.lisp.

Function: zip (xs-2185 ys-2186)

ZIP :: ∀ A B. ((LIST A) → (LIST B) → (LIST (TUPLE A B))) Builds a list of tuples with the elements of XS and YS.

Package

coalton-library/list.

Source

list.lisp.

Function: zip-with! (f-1687 left-1688 right-1689)

ZIP-WITH! :: ∀ A B C. ((A → B → C) → (ITERATOR A) → (ITERATOR B) → (ITERATOR C))
Return an iterator of elements from LEFT and RIGHT which terminates as soon as either LEFT or RIGHT does.

Package

coalton-library/iterator.

Source

iterator.lisp.

Function: zipwith (f-2117 xs-2118 ys-2119)

ZIPWITH :: ∀ A B C. ((A → B → C) → (LIST A) → (LIST B) → (LIST C)) Builds a new list by calling ‘f‘ with elements of ‘xs‘ and ‘ys‘.

Package

coalton-library/list.

Source

list.lisp.

Function: zipwith3 (f-2128 xs-2129 ys-2130 zs-2131)

ZIPWITH3 :: ∀ A B C D. ((A → B → C → D) → (LIST A) → (LIST B) → (LIST C) → (LIST D)) Build a new list by calling F with elements of XS, YS and ZS

Package

coalton-library/list.

Source

list.lisp.

Function: zipwith4 (f-2143 as-2144 bs-2145 cs-2146 ds-2147)

ZIPWITH4 :: ∀ A B C D E. ((A → B → C → D → E) → (LIST A) → (LIST B) → (LIST C) → (LIST D) → (LIST E)) Build a new list by calling F with elements of AS, BS, CS and DS

Package

coalton-library/list.

Source

list.lisp.

Function: zipwith5 (f-2162 as-2163 bs-2164 cs-2165 ds-2166 es-2167)

ZIPWITH5 :: ∀ A B C D E F. ((A → B → C → D → E → F) → (LIST A) → (LIST B) → (LIST C) → (LIST D) → (LIST E) → (LIST F)) Build a new list by calling F with elements of AS, BS, CS, DS and ES

Package

coalton-library/list.

Source

list.lisp.


6.1.7 Generic functions

Generic Reader: ambiguous-constraint-pred (condition)
Package

coalton-impl/typechecker/type-errors.

Methods
Reader Method: ambiguous-constraint-pred ((condition ambiguous-constraint))
Source

type-errors.lisp.

Target Slot

pred.

Generic Function: apply-ksubstitution (subs kind)
Package

coalton-impl/typechecker/kinds.

Source

kinds.lisp.

Methods
Method: apply-ksubstitution (ksubs (partial partial-class))
Source

define-class.lisp.

Method: apply-ksubstitution (subs (type qualified-ty))
Source

predicate.lisp.

Method: apply-ksubstitution (subs (type ty-predicate))
Source

predicate.lisp.

Method: apply-ksubstitution (subs (type tapp))
Source

types.lisp.

Method: apply-ksubstitution (subs (type tycon))
Source

types.lisp.

Method: apply-ksubstitution (subs (type tyvar))
Source

types.lisp.

Method: apply-ksubstitution (subs (kind kstar))
Method: apply-ksubstitution (subs (kind kfun))
Method: apply-ksubstitution (subs (kind kyvar))
Method: apply-ksubstitution (subs (kind list))
Generic Function: apply-substitution (subst-list type)

Apply the substitutions defined in SUBST-LIST on TYPE.

Package

coalton-impl/typechecker/substitutions.

Source

substitutions.lisp.

Methods
Method: apply-substitution (subs (node node))

Substitute type variables in the tree of ‘node‘ with other types specified in ‘subs‘.

Source

transformations.lisp.

Method: apply-substitution (subs (pattern pattern-constructor))
Source

pattern.lisp.

Method: apply-substitution (subs (pattern pattern-wildcard))
Source

pattern.lisp.

Method: apply-substitution (subs (pattern pattern-literal))
Source

pattern.lisp.

Method: apply-substitution (subs (pattern pattern-var))
Source

pattern.lisp.

Method: apply-substitution (subs (env tc-env))

Applies SUBS to the types currently being checked in ENV. Does not update the types in the inner main environment because there should not be substitutions for them.

Source

tc-env.lisp.

Method: apply-substitution (subs (accessor accessor))
Source

accessor.lisp.

Method: apply-substitution (subs (method instance-method-definition))
Source

toplevel.lisp.

Method: apply-substitution (subs (node toplevel-define))
Source

toplevel.lisp.

Method: apply-substitution (subs (node node-do))
Source

expression.lisp.

Method: apply-substitution (subs (node node-do-bind))
Source

expression.lisp.

Method: apply-substitution (subs (node node-cond))
Source

expression.lisp.

Method: apply-substitution (subs (node node-cond-clause))
Source

expression.lisp.

Method: apply-substitution (subs (node node-continue))
Source

expression.lisp.

Method: apply-substitution (subs (node node-break))
Source

expression.lisp.

Method: apply-substitution (subs (node node-loop))
Source

expression.lisp.

Method: apply-substitution (subs (node node-for))
Source

expression.lisp.

Method: apply-substitution (subs (node node-while-let))
Source

expression.lisp.

Method: apply-substitution (subs (node node-while))
Source

expression.lisp.

Method: apply-substitution (subs (node node-unless))
Source

expression.lisp.

Method: apply-substitution (subs (node node-when))
Source

expression.lisp.

Method: apply-substitution (subs (node node-if))
Source

expression.lisp.

Method: apply-substitution (subs (node node-and))
Source

expression.lisp.

Method: apply-substitution (subs (node node-or))
Source

expression.lisp.

Method: apply-substitution (subs (node node-application))
Source

expression.lisp.

Method: apply-substitution (subs (node node-return))
Source

expression.lisp.

Method: apply-substitution (subs (node node-progn))
Source

expression.lisp.

Method: apply-substitution (subs (node node-match))
Source

expression.lisp.

Method: apply-substitution (subs (node node-match-branch))
Source

expression.lisp.

Method: apply-substitution (subs (node node-lisp))
Source

expression.lisp.

Method: apply-substitution (subs (node node-let))
Source

expression.lisp.

Method: apply-substitution (subs (node node-let-binding))
Source

expression.lisp.

Method: apply-substitution (subs (node node-abstraction))
Source

expression.lisp.

Method: apply-substitution (subs (node node-body))
Source

expression.lisp.

Method: apply-substitution (subs (node node-bind))
Source

expression.lisp.

Method: apply-substitution (subs (node node-integer-literal))
Source

expression.lisp.

Method: apply-substitution (subs (node node-literal))
Source

expression.lisp.

Method: apply-substitution (subs (node node-accessor))
Source

expression.lisp.

Method: apply-substitution (subs (node node-variable))
Source

expression.lisp.

Method: apply-substitution (subs (node pattern-constructor))
Source

pattern.lisp.

Method: apply-substitution (subs (node pattern-wildcard))
Source

pattern.lisp.

Method: apply-substitution (subs (node pattern-literal))
Source

pattern.lisp.

Method: apply-substitution (subs (node pattern-var))
Source

pattern.lisp.

Method: apply-substitution (subst-list (env environment))
Source

environment.lisp.

Method: apply-substitution (subst-list (instance ty-class-instance))
Source

environment.lisp.

Method: apply-substitution (subst-list (class ty-class))
Source

environment.lisp.

Method: apply-substitution (subst-list (env value-environment))
Source

environment.lisp.

Method: apply-substitution (subst-list (type ty-scheme))
Source

scheme.lisp.

Method: apply-substitution (subst-list (type qualified-ty))
Source

predicate.lisp.

Method: apply-substitution (subst-list (type ty-predicate))
Source

predicate.lisp.

Method: apply-substitution (subst-list (type tyvar))
Method: apply-substitution (subst-list (type tapp))
Method: apply-substitution (subst-list (type ty))
Method: apply-substitution (subst-list (type-list list))
Generic Function: attach-explicit-binding-type (binding explicit-type)
Package

coalton-impl/typechecker/define.

Source

define.lisp.

Methods
Method: attach-explicit-binding-type ((binding toplevel-define) explicit-type)
Method: attach-explicit-binding-type ((binding node-let-binding) explicit-type)
Method: attach-explicit-binding-type ((binding instance-method-definition) explicit-type)
Generic Function: binding-function-p (binding)

Returns t if BINDING is a lambda.

Package

coalton-impl/parser/binding.

Source

binding.lisp.

Methods
Method: binding-function-p ((binding node-let-binding))
Method: binding-function-p ((binding toplevel-define))
Method: binding-function-p ((binding instance-method-definition))
Generic Function: binding-last-node (binding)

Returns the last node in BINDING

Package

coalton-impl/parser/binding.

Source

binding.lisp.

Methods
Method: binding-last-node ((binding node-let-binding))
Method: binding-last-node ((binding toplevel-define))
Method: binding-last-node ((binding instance-method-definition))
Generic Function: binding-last-node (binding)

Returns the last node in BINDING

Package

coalton-impl/typechecker/binding.

Source

binding.lisp.

Methods
Method: binding-last-node ((binding node-let-binding))
Method: binding-last-node ((binding toplevel-define))
Method: binding-last-node ((binding instance-method-definition))
Generic Function: binding-name (binding)

Returns the name that BINDING binds

Package

coalton-impl/parser/binding.

Source

binding.lisp.

Methods
Method: binding-name ((binding node-let-binding))
Method: binding-name ((binding toplevel-define))
Method: binding-name ((binding instance-method-definition))
Generic Function: binding-parameters (binding)

Returns the parameters bound in BINDING

Package

coalton-impl/parser/binding.

Source

binding.lisp.

Methods
Method: binding-parameters ((binding node-let-binding))
Method: binding-parameters ((binding toplevel-define))
Method: binding-parameters ((binding instance-method-definition))
Generic Function: binding-parameters (binding)

Returns the parameters of BINDING

Package

coalton-impl/typechecker/binding.

Source

binding.lisp.

Methods
Method: binding-parameters ((binding node-let-binding))
Method: binding-parameters ((binding toplevel-define))
Method: binding-parameters ((binding instance-method-definition))
Generic Function: binding-restricted-p (binding)

Returns t if BINDING is restricted

Package

coalton-impl/typechecker/binding.

Source

binding.lisp.

Methods
Method: binding-restricted-p ((binding node-let-binding))
Method: binding-restricted-p ((binding toplevel-define))
Method: binding-restricted-p ((binding instance-method-definition))
Generic Function: binding-toplevel-p (binding)

Returns t if BINDING is a toplevel binding.

Package

coalton-impl/parser/binding.

Source

binding.lisp.

Methods
Method: binding-toplevel-p ((binding node-let-binding))
Method: binding-toplevel-p ((binding toplevel-define))
Method: binding-toplevel-p ((binding instance-method-definition))
Generic Function: binding-type (binding)

Returns the type of BINDING

Package

coalton-impl/typechecker/binding.

Source

binding.lisp.

Methods
Method: binding-type ((binding node-let-binding))
Method: binding-type ((binding toplevel-define))
Method: binding-type ((binding instance-method-definition))
Generic Function: binding-value (binding)

Returns the value that BINDING binds

Package

coalton-impl/parser/binding.

Source

binding.lisp.

Methods
Method: binding-value ((binding node-let-binding))
Method: binding-value ((binding toplevel-define))
Method: binding-value ((binding instance-method-definition))
Generic Function: binding-value (binding)

Returns the value bound by BINDING

Package

coalton-impl/typechecker/binding.

Source

binding.lisp.

Methods
Method: binding-value ((binding node-let-binding))
Method: binding-value ((binding toplevel-define))
Method: binding-value ((binding instance-method-definition))
Generic Function: codegen-expression (node env)
Package

coalton-impl/codegen/codegen-expression.

Source

codegen-expression.lisp.

Methods
Method: codegen-expression ((node node-literal) env)
Method: codegen-expression ((node node-variable) env)
Method: codegen-expression ((node node-application) env)
Method: codegen-expression ((node node-direct-application) env)
Method: codegen-expression ((expr node-abstraction) env)
Method: codegen-expression ((expr node-let) env)
Method: codegen-expression ((expr node-lisp) env)
Method: codegen-expression ((expr node-while) env)
Method: codegen-expression ((expr node-while-let) env)
Method: codegen-expression ((expr node-loop) env)
Method: codegen-expression ((expr node-break) env)
Method: codegen-expression ((expr node-continue) env)
Method: codegen-expression ((expr node-match) env)
Method: codegen-expression ((expr node-seq) env)
Method: codegen-expression ((expr node-return-from) env)
Method: codegen-expression ((expr node-block) env)
Method: codegen-expression ((expr node-field) env)
Method: codegen-expression ((expr node-dynamic-extent) env)
Method: codegen-expression ((expr node-bind) env)
Generic Function: codegen-pattern (pattern expr env)

Codegen the match branch PATTERN on lisp value EXPR, returning (VALUES PREDICATE BINDINGS).

Package

coalton-impl/codegen/codegen-pattern.

Source

codegen-pattern.lisp.

Methods
Method: codegen-pattern ((pattern pattern-var) expr env)
Method: codegen-pattern ((pattern pattern-wildcard) expr env)
Method: codegen-pattern ((pattern pattern-literal) expr env)
Method: codegen-pattern ((pattern pattern-constructor) expr env)
Generic Function: docstring (object)

The docstring accompanying a Coalton object’s definition.

Package

coalton-impl/source.

Source

source.lisp.

Methods
Method: docstring ((self type-definition))
Source

define-type.lisp.

Method: docstring ((self name-entry))
Source

environment.lisp.

Method: docstring ((self ty-class-instance))
Source

environment.lisp.

Method: docstring ((self ty-class))
Source

environment.lisp.

Method: docstring ((self ty-class-method))
Source

environment.lisp.

Method: docstring ((self struct-entry))
Source

environment.lisp.

Method: docstring ((self struct-field))
Source

environment.lisp.

Method: docstring ((self constructor-entry))
Source

environment.lisp.

Method: docstring ((self type-entry))
Source

environment.lisp.

Method: docstring ((self toplevel-definition))
Source

toplevel.lisp.

Method: docstring ((self constructor))
Source

toplevel.lisp.

Generic Function: function-return-type (ty)
Package

coalton-impl/typechecker/types.

Source

types.lisp.

Methods
Method: function-return-type ((type ty-scheme))
Source

scheme.lisp.

Method: function-return-type ((type qualified-ty))
Source

predicate.lisp.

Method: function-return-type ((ty ty))
Generic Function: function-type-arguments (ty)
Package

coalton-impl/typechecker/types.

Source

types.lisp.

Methods
Method: function-type-arguments ((type ty-scheme))
Source

scheme.lisp.

Method: function-type-arguments ((type qualified-ty))
Source

predicate.lisp.

Method: function-type-arguments ((ty ty))
Generic Function: function-type-p (ty)
Package

coalton-impl/typechecker/types.

Source

types.lisp.

Methods
Method: function-type-p ((type ty-scheme))
Source

scheme.lisp.

Method: function-type-p ((type qualified-ty))
Source

predicate.lisp.

Method: function-type-p ((ty ty))
Generic Function: infer-expression-type (node expected-type subs env)

Infer the type of NODE and then unify against EXPECTED-TYPE

Returns (VALUES INFERRED-TYPE PREDICATES NODE SUBSTITUTIONS)

Package

coalton-impl/typechecker/define.

Source

define.lisp.

Methods
Method: infer-expression-type ((node node-literal) expected-type subs env)
Method: infer-expression-type ((node node-accessor) expected-type subs env)
Method: infer-expression-type ((node node-integer-literal) expected-type subs env)
Method: infer-expression-type ((node node-variable) expected-type subs env)
Method: infer-expression-type ((node node-application) expected-type subs env)
Method: infer-expression-type ((node node-bind) expected-type subs env)
Method: infer-expression-type ((node node-body) expected-type subs env)
Method: infer-expression-type ((node node-abstraction) expected-type subs env)
Method: infer-expression-type ((node node-let) expected-type subs env)
Method: infer-expression-type ((node node-lisp) expected-type subs env)
Method: infer-expression-type ((node node-match) expected-type subs env)
Method: infer-expression-type ((node node-progn) expected-type subs env)
Method: infer-expression-type ((node node-the) expected-type subs env)
Method: infer-expression-type ((node node-return) expected-type subs env)
Method: infer-expression-type ((node node-or) expected-type subs env)
Method: infer-expression-type ((node node-and) expected-type subs env)
Method: infer-expression-type ((node node-if) expected-type subs env)
Method: infer-expression-type ((node node-when) expected-type subs env)
Method: infer-expression-type ((node node-unless) expected-type subs env)
Method: infer-expression-type ((node node-while) expected-type subs env)
Method: infer-expression-type ((node node-while-let) expected-type subs env)
Method: infer-expression-type ((node node-for) expected-type subs env)
Method: infer-expression-type ((node node-loop) expected-type subs env)
Method: infer-expression-type ((node node-break) expected-type subs env)
Method: infer-expression-type ((node node-continue) expected-type subs env)
Method: infer-expression-type ((node node-cond-clause) expected-type subs env)
Method: infer-expression-type ((node node-cond) expected-type subs env)
Method: infer-expression-type ((node node-do-bind) expected-type subs env)
Method: infer-expression-type ((node node-do) expected-type subs env)
Generic Function: infer-type-kinds (type expected-kind ksubs env)
Package

coalton-impl/typechecker/parse-type.

Source

parse-type.lisp.

Methods
Method: infer-type-kinds ((type tyvar) expected-kind ksubs env)
Method: infer-type-kinds ((type tycon) expected-kind ksubs env)
Method: infer-type-kinds ((type tapp) expected-kind ksubs env)
Method: infer-type-kinds ((type qualified-ty) expected-kind ksubs env)
Generic Function: instantiate (types type)
Package

coalton-impl/typechecker/types.

Source

types.lisp.

Methods
Method: instantiate (types (type qualified-ty))
Source

predicate.lisp.

Method: instantiate (types (type ty-predicate))
Source

predicate.lisp.

Method: instantiate (types (type tapp))
Method: instantiate (types (type tgen))
Method: instantiate (types (type ty))
Method: instantiate (types (type list))
Generic Function: kind-of (type)

Get the kind of TYPE.

Package

coalton-impl/typechecker/types.

Source

types.lisp.

Methods
Method: kind-of ((entry type-entry))
Source

environment.lisp.

Method: kind-of ((type ty-scheme))
Source

scheme.lisp.

Method: kind-of ((type qualified-ty))
Source

predicate.lisp.

Method: kind-of ((type tyvar))
Method: kind-of ((type tycon))
Method: kind-of ((type tapp))
Generic Function: kind-variables-generic% (kind)
Package

coalton-impl/typechecker/kinds.

Source

kinds.lisp.

Methods
Method: kind-variables-generic% ((partial partial-class))
Source

define-class.lisp.

Method: kind-variables-generic% ((type qualified-ty))
Source

predicate.lisp.

Method: kind-variables-generic% ((type ty-predicate))
Source

predicate.lisp.

Method: kind-variables-generic% ((type tapp))
Source

types.lisp.

Method: kind-variables-generic% ((type tycon))
Source

types.lisp.

Method: kind-variables-generic% ((type tyvar))
Source

types.lisp.

Method: kind-variables-generic% ((kind kstar))
Method: kind-variables-generic% ((kind kyvar))
Method: kind-variables-generic% ((kind kfun))
Method: kind-variables-generic% ((list list))
Generic Function: kmgu (kind1 kind2)
Package

coalton-impl/typechecker/kinds.

Source

kinds.lisp.

Methods
Method: kmgu ((kind1 kstar) (kind2 kstar))
Method: kmgu ((kind1 kyvar) (kind2 kind))
Method: kmgu ((kind1 kind) (kind2 kyvar))
Method: kmgu ((kind1 kfun) (kind2 kfun))
Method: kmgu ((kind1 kind) (kind2 kind))
Generic Function: lisp-type (ty env)

Returns the corresponding lisp type for the type of the given node.

USE-FUNCTION-ENTRIES specifies whether to emit FUNCTION-ENTRY for functions, emitting FUNCTION when NIL. Defaults to T.

Package

coalton-impl/typechecker/lisp-type.

Source

lisp-type.lisp.

Methods
Method: lisp-type ((ty tyvar) env)
Method: lisp-type ((ty tycon) env)
Method: lisp-type ((ty tapp) env)
Method: lisp-type ((ty ty) env)
Method: lisp-type ((ty ty-scheme) env)
Method: lisp-type ((ty qualified-ty) env)
Generic Function: location (object)

The source location of a Coalton object’s definition.

Package

coalton-impl/source.

Source

source.lisp.

Methods
Method: location ((self field-definition))
Source

define-type.lisp.

Method: location ((self type-definition))
Source

define-type.lisp.

Method: location ((self accessor))
Source

accessor.lisp.

Method: location ((self toplevel-definition))
Source

toplevel.lisp.

Method: location ((self node-do-bind))
Source

expression.lisp.

Method: location ((self node-cond-clause))
Source

expression.lisp.

Method: location ((self node-match-branch))
Source

expression.lisp.

Method: location ((self node-let-binding))
Source

expression.lisp.

Method: location ((self node-bind))
Source

expression.lisp.

Method: location ((self node))
Source

expression.lisp.

Method: location ((self pattern))
Source

pattern.lisp.

Method: location ((self name-entry))
Source

environment.lisp.

Method: location ((self ty-class))
Source

environment.lisp.

Method: location ((self type-entry))
Source

environment.lisp.

Method: location ((self ty-predicate))
Source

predicate.lisp.

Method: location ((self toplevel-specialize))
Source

toplevel.lisp.

Method: location ((self toplevel-lisp-form))
Source

toplevel.lisp.

Method: location ((self instance-method-definition))
Source

toplevel.lisp.

Method: location ((self fundep))
Source

toplevel.lisp.

Method: location ((self toplevel-declare))
Source

toplevel.lisp.

Method: location ((self toplevel-definition))
Source

toplevel.lisp.

Method: location ((self constructor))
Source

toplevel.lisp.

Method: location ((self attribute))
Source

toplevel.lisp.

Method: location ((self node-do-bind))
Source

expression.lisp.

Method: location ((self node-cond-clause))
Source

expression.lisp.

Method: location ((self node-match-branch))
Source

expression.lisp.

Method: location ((self node-let-declare))
Source

expression.lisp.

Method: location ((self node-let-binding))
Source

expression.lisp.

Method: location ((self node-bind))
Source

expression.lisp.

Method: location ((self node))
Source

expression.lisp.

Method: location ((self pattern))
Source

pattern.lisp.

Method: location ((self qualified-ty))
Source

types.lisp.

Method: location ((self ty-predicate))
Source

types.lisp.

Method: location ((self ty))
Source

types.lisp.

Method: location ((self cursor))
Source

cursor.lisp.

Method: location ((self identifier-src))
Source

base.lisp.

Method: location ((self keyword-src))
Source

base.lisp.

Reader Method: location ((note note))

automatically generated reader method

Target Slot

location.

Generic Function: match (type1 type2)

Returns a SUBSTITUTION-LIST which unifies TYPE1 to TYPE2

apply s type1 == type2

Package

coalton-impl/typechecker/unify.

Source

unify.lisp.

Methods
Method: match ((type1 tapp) (type2 tapp))
Method: match ((type1 tyvar) (type2 ty))
Method: match ((type1 tycon) (type2 tycon))
Method: match ((type1 ty) (type2 ty))
Generic Reader: message (object)

The primary message associated with an object.

Package

coalton-impl/source.

Source

source.lisp.

Methods
Reader Method: message ((condition source-condition))
Target Slot

message.

Reader Method: message ((note note))

automatically generated reader method

Target Slot

message.

Generic Reader: overlapping-instance-error-inst1 (condition)
Package

coalton-impl/typechecker/type-errors.

Methods
Reader Method: overlapping-instance-error-inst1 ((condition overlapping-instance-error))
Source

type-errors.lisp.

Target Slot

inst1.

Generic Reader: overlapping-instance-error-inst2 (condition)
Package

coalton-impl/typechecker/type-errors.

Methods
Reader Method: overlapping-instance-error-inst2 ((condition overlapping-instance-error))
Source

type-errors.lisp.

Target Slot

inst2.

Generic Reader: overlapping-specialization-error-existing (condition)
Package

coalton-impl/typechecker/type-errors.

Methods
Reader Method: overlapping-specialization-error-existing ((condition overlapping-specialization-error))
Source

type-errors.lisp.

Target Slot

existing.

Generic Reader: overlapping-specialization-error-new (condition)
Package

coalton-impl/typechecker/type-errors.

Methods
Reader Method: overlapping-specialization-error-new ((condition overlapping-specialization-error))
Source

type-errors.lisp.

Target Slot

new.

Generic Function: remove-source-info (ty)
Package

coalton-impl/typechecker/predicate.

Source

predicate.lisp.

Methods
Method: remove-source-info ((scheme ty-scheme))
Source

scheme.lisp.

Method: remove-source-info ((pred ty-predicate))
Method: remove-source-info ((qual-ty qualified-ty))
Generic Function: source-available-p (source)

Return T if a stream containing SOURCE’s source text can be opened.

Package

source-error/error.

Source

error.lisp.

Generic Function: source-available-p (source)

Return T if a stream containing SOURCE’s source text can be opened.

Package

coalton-impl/source.

Source

source.lisp.

Methods
Method: source-available-p ((self source-string))
Method: source-available-p ((self source-file))
Generic Reader: source-condition-err (condition)
Generic Writer: (setf source-condition-err) (condition)
Package

source-error/error.

Methods
Reader Method: source-condition-err ((condition source-condition))
Writer Method: (setf source-condition-err) ((condition source-condition))
Source

error.lisp.

Target Slot

err.

Generic Function: source-name (source)

The name of an error’s source, suitable for reporting in errors. If the source is a file, SOURCE-NAME will be that file’s absolute path.

Package

source-error/error.

Source

error.lisp.

Generic Function: source-name (source)

The name of an error’s source, suitable for reporting in errors. If the source is a file, SOURCE-NAME will be that file’s absolute path.

Package

coalton-impl/source.

Source

source.lisp.

Methods
Method: source-name ((self source-string))
Method: source-name ((self source-file))
Generic Function: source-stream (source)

Open and return a stream from which source text may be read. The caller is responsible for closing the stream, and the stream’s initial position may be greater than zero.

Package

source-error/error.

Source

error.lisp.

Generic Function: source-stream (source)

Open and return a stream from which source text may be read. The caller is responsible for closing the stream, and the stream’s initial position may be greater than zero.

Package

coalton-impl/source.

Source

source.lisp.

Methods
Reader Method: source-stream ((printer-state printer-state))

automatically generated reader method

Target Slot

source-stream.

Method: source-stream ((self source-string))
Method: source-stream ((self source-file))
Generic Function: to-scheme (ty)
Package

coalton-impl/typechecker/scheme.

Source

scheme.lisp.

Methods
Method: to-scheme ((ty qualified-ty))
Method: to-scheme ((ty ty))
Generic Reader: too-many-arguments-arguments (condition)
Generic Writer: (setf too-many-arguments-arguments) (condition)
Package

coalton-impl/runtime/function-entry.

Methods
Reader Method: too-many-arguments-arguments ((condition too-many-arguments-to-coalton-function))
Writer Method: (setf too-many-arguments-arguments) ((condition too-many-arguments-to-coalton-function))
Source

function-entry.lisp.

Target Slot

arguments.

Generic Reader: too-many-arguments-count (condition)
Generic Writer: (setf too-many-arguments-count) (condition)
Package

coalton-impl/runtime/function-entry.

Methods
Reader Method: too-many-arguments-count ((condition too-many-arguments-to-coalton-function))
Writer Method: (setf too-many-arguments-count) ((condition too-many-arguments-to-coalton-function))
Source

function-entry.lisp.

Target Slot

arg-count.

Generic Reader: too-many-arguments-function (condition)
Generic Writer: (setf too-many-arguments-function) (condition)
Package

coalton-impl/runtime/function-entry.

Methods
Reader Method: too-many-arguments-function ((condition too-many-arguments-to-coalton-function))
Writer Method: (setf too-many-arguments-function) ((condition too-many-arguments-to-coalton-function))
Source

function-entry.lisp.

Target Slot

function.

Generic Function: translate-expression (expr ctx env)

Translate typechecker AST node EXPR to the codegen AST.

CTX provides the current predicate context.

Returns a ‘node’.

Package

coalton-impl/codegen/translate-expression.

Source

translate-expression.lisp.

Methods
Method: translate-expression ((expr node-literal) ctx env)
Method: translate-expression ((expr node-integer-literal) ctx env)
Method: translate-expression ((expr node-variable) ctx env)
Method: translate-expression ((expr node-accessor) ctx env)
Method: translate-expression ((expr node-application) ctx env)
Method: translate-expression ((expr node-body) ctx env)
Method: translate-expression ((expr node-abstraction) ctx env)
Method: translate-expression ((expr node-let) ctx env)
Method: translate-expression ((expr node-lisp) ctx env)
Method: translate-expression ((expr node-match) ctx env)
Method: translate-expression ((expr node-progn) ctx env)
Method: translate-expression ((expr node-return) ctx env)
Method: translate-expression ((expr node-or) ctx env)
Method: translate-expression ((expr node-and) ctx env)
Method: translate-expression ((expr node-if) ctx env)
Method: translate-expression ((expr node-when) ctx env)
Method: translate-expression ((expr node-unless) ctx env)
Method: translate-expression ((expr node-while) ctx env)
Method: translate-expression ((expr node-while-let) ctx env)
Method: translate-expression ((expr node-for) ctx env)
Method: translate-expression ((expr node-loop) ctx env)
Method: translate-expression ((expr node-break) ctx env)
Method: translate-expression ((expr node-continue) ctx env)
Method: translate-expression ((expr node-cond) ctx env)
Method: translate-expression ((node node-do) ctx env)
Generic Function: traverse (node block)
Package

coalton-impl/typechecker/traverse.

Source

traverse.lisp.

Methods
Method: traverse ((node node-variable) block)
Method: traverse ((node node-accessor) block)
Method: traverse ((node node-literal) block)
Method: traverse ((node node-integer-literal) block)
Method: traverse ((node node-bind) block)
Method: traverse ((node node-body) block)
Method: traverse ((node node-abstraction) block)
Method: traverse ((node node-let-binding) block)
Method: traverse ((node node-let) block)
Method: traverse ((node node-lisp) block)
Method: traverse ((node node-match-branch) block)
Method: traverse ((node node-match) block)
Method: traverse ((node node-progn) block)
Method: traverse ((node node-return) block)
Method: traverse ((node node-application) block)
Method: traverse ((node node-or) block)
Method: traverse ((node node-and) block)
Method: traverse ((node node-if) block)
Method: traverse ((node node-when) block)
Method: traverse ((node node-unless) block)
Method: traverse ((node node-cond-clause) block)
Method: traverse ((node node-cond) block)
Method: traverse ((node node-while) block)
Method: traverse ((node node-while-let) block)
Method: traverse ((node node-for) block)
Method: traverse ((node node-loop) block)
Method: traverse ((node node-break) block)
Method: traverse ((node node-continue) block)
Method: traverse ((node node-do-bind) block)
Method: traverse ((node node-do) block)
Method: traverse ((list list) block)
Generic Function: type-definition-ctor-field-types (ctor)
Package

coalton-impl/parser/type-definition.

Source

type-definition.lisp.

Methods
Method: type-definition-ctor-field-types ((ctor constructor))
Method: type-definition-ctor-field-types ((ctor toplevel-define-struct))
Generic Function: type-definition-ctor-name (ctor)
Package

coalton-impl/parser/type-definition.

Source

type-definition.lisp.

Methods
Method: type-definition-ctor-name ((ctor constructor))
Method: type-definition-ctor-name ((ctor toplevel-define-struct))
Generic Function: type-definition-ctors (def)
Package

coalton-impl/parser/type-definition.

Source

type-definition.lisp.

Methods
Method: type-definition-ctors ((def toplevel-define-type))
Method: type-definition-ctors ((def toplevel-define-struct))
Generic Function: type-definition-name (def)
Package

coalton-impl/parser/type-definition.

Source

type-definition.lisp.

Methods
Method: type-definition-name ((def toplevel-define-type))
Method: type-definition-name ((def toplevel-define-struct))
Generic Function: type-definition-repr (def)
Package

coalton-impl/parser/type-definition.

Source

type-definition.lisp.

Methods
Method: type-definition-repr ((def toplevel-define-type))
Method: type-definition-repr ((def toplevel-define-struct))
Generic Function: type-definition-vars (def)
Package

coalton-impl/parser/type-definition.

Source

type-definition.lisp.

Methods
Method: type-definition-vars ((def toplevel-define-type))
Method: type-definition-vars ((def toplevel-define-struct))
Generic Function: type-variables (type)

Get a list containing the type variables in TYPE.

Package

coalton-impl/typechecker/types.

Source

types.lisp.

Methods
Method: type-variables ((node node))

Collect all type variables from nodes and patterns in the tree of ‘node‘.

Source

transformations.lisp.

Method: type-variables ((pattern pattern-constructor))
Source

pattern.lisp.

Method: type-variables ((pattern pattern-wildcard))
Source

pattern.lisp.

Method: type-variables ((pattern pattern-literal))
Source

pattern.lisp.

Method: type-variables ((pattern pattern-var))
Source

pattern.lisp.

Method: type-variables ((env tc-env))

Returns all of the type variables of the types being checked in ENV. Does not return type variables from the inner main environment because it should not contain any free type variables.

Source

tc-env.lisp.

Method: type-variables ((accessor accessor))
Source

accessor.lisp.

Method: type-variables ((env environment))
Source

environment.lisp.

Method: type-variables ((env value-environment))
Source

environment.lisp.

Method: type-variables ((type ty-scheme))
Source

scheme.lisp.

Method: type-variables ((type qualified-ty))
Source

predicate.lisp.

Method: type-variables ((type ty-predicate))
Source

predicate.lisp.

Method: type-variables ((type tyvar))
Method: type-variables ((type tapp))
Method: type-variables ((type ty))
Method: type-variables ((type-list list))
Generic Function: typecheck-node (expr env)

Check that EXPR is valid. Currently only verifies that applied functions match their arguments.

Package

coalton-impl/codegen/typecheck-node.

Source

typecheck-node.lisp.

Methods
Method: typecheck-node ((expr node-literal) env)
Method: typecheck-node ((expr node-variable) env)
Method: typecheck-node ((expr node-application) env)
Method: typecheck-node ((expr node-direct-application) env)
Method: typecheck-node ((expr node-abstraction) env)
Method: typecheck-node ((expr node-let) env)
Method: typecheck-node ((expr node-lisp) env)
Method: typecheck-node ((expr match-branch) env)
Method: typecheck-node ((expr node-match) env)
Method: typecheck-node ((expr node-while) env)
Method: typecheck-node ((expr node-while-let) env)
Method: typecheck-node ((expr node-loop) env)
Method: typecheck-node ((expr node-break) env)
Method: typecheck-node ((expr node-continue) env)
Method: typecheck-node ((expr node-seq) env)
Method: typecheck-node ((expr node-return-from) env)
Method: typecheck-node ((expr node-block) env)
Method: typecheck-node ((expr node-field) env)
Method: typecheck-node ((expr node-dynamic-extent) env)
Method: typecheck-node ((expr node-bind) env)

6.1.8 Standalone methods

Method: initialize-instance :after ((printer-state printer-state) &rest initargs)
Source

source.lisp.

Method: make-expression-result ((client coalton-eclector-client) expression children source)
Package

eclector.parse-result.

Source

reader.lisp.

Method: make-load-form ((self immutable-map) &optional env)
Source

immutable-map.lisp.

Method: make-load-form ((obj slice) &optional env)
Source

slice.lisp.

Method: make-load-form ((self kind) &optional env)
Source

kinds.lisp.

Method: make-load-form ((obj fileerror) &optional env)
Source

file.lisp.

Method: make-load-form ((obj filestream) &optional env)
Source

file.lisp.

Method: make-load-form ((obj pathname) &optional env)
Source

file.lisp.

Method: make-load-form ((obj streamoptions) &optional env)
Source

file.lisp.

Method: make-load-form ((obj quantization) &optional env)
Source

real.lisp.

Method: make-load-form ((obj hash) &optional env)
Source

hash.lisp.

Method: make-load-form ((obj hashtable) &optional env)
Source

hashtable.lisp.

Method: make-load-form ((obj seq) &optional env)
Source

seq.lisp.

Method: make-load-form ((obj dyadic) &optional env)
Source

dyadic.lisp.

Method: make-load-form ((self location) &optional env)
Source

source.lisp.

Method: make-load-form ((self source-string) &optional env)
Source

source.lisp.

Method: make-load-form ((self source-file) &optional env)
Source

source.lisp.

Method: make-load-form ((self environment-map) &optional environment)
Source

map.lisp.

Method: make-load-form ((self pattern) &optional env)
Source

pattern.lisp.

Method: make-load-form ((self match-branch) &optional env)
Source

ast.lisp.

Method: make-load-form ((self node) &optional env)
Source

ast.lisp.

Method: make-load-form ((obj lisptype) &optional env)
Source

types.lisp.

Method: make-load-form ((obj queue) &optional env)
Source

queue.lisp.

Method: make-load-form ((obj profile) &optional env)
Source

system.lisp.

Method: make-load-form ((obj lispcondition) &optional env)
Source

system.lisp.

Method: make-load-form ((self ty-predicate) &optional env)
Source

predicate.lisp.

Method: make-load-form ((self qualified-ty) &optional env)
Source

predicate.lisp.

Method: make-load-form ((self ty-class-instance) &optional env)
Source

environment.lisp.

Method: make-load-form ((self ty-class) &optional env)
Source

environment.lisp.

Method: make-load-form ((self type-entry) &optional env)
Source

environment.lisp.

Method: make-load-form ((self function-env-entry) &optional env)
Source

environment.lisp.

Method: make-load-form ((self struct-entry) &optional env)
Source

environment.lisp.

Method: make-load-form ((self specialization-entry) &optional env)
Source

environment.lisp.

Method: make-load-form ((self constructor-entry) &optional env)
Source

environment.lisp.

Method: make-load-form ((self struct-field) &optional env)
Source

environment.lisp.

Method: make-load-form ((self ty-class-method) &optional env)
Source

environment.lisp.

Method: make-load-form ((self name-entry) &optional env)
Source

environment.lisp.

Method: make-load-form ((self environment) &optional env)
Source

environment.lisp.

Method: make-load-form ((self fundep-entry) &optional env)
Source

environment.lisp.

Method: make-load-form ((self fundep) &optional env)
Source

fundeps.lisp.

Method: make-load-form ((self ty-scheme) &optional env)
Source

scheme.lisp.

Method: make-load-form ((self tgen) &optional env)
Source

types.lisp.

Method: make-load-form ((self ty) &optional env)
Source

types.lisp.

Method: make-load-form ((obj mappair) &optional env)
Source

ord-map.lisp.

Method: make-load-form ((self method-definition) &optional env)
Source

toplevel.lisp.

Method: make-load-form ((obj iterator) &optional env)
Source

iterator.lisp.

Method: make-load-form ((self pattern) &optional env)
Source

pattern.lisp.

Method: make-load-form ((obj vector) &optional env)
Source

vector.lisp.

Method: make-load-form ((obj tuple) &optional env)
Source

classes.lisp.

Method: make-load-form ((obj result) &optional env)
Source

classes.lisp.

Method: make-load-form ((obj optional) &optional env)
Source

classes.lisp.

Method: make-load-form ((obj void) &optional env)
Source

primitive-types.lisp.

Method: make-load-form ((obj i32) &optional env)
Source

primitive-types.lisp.

Method: make-load-form ((obj i16) &optional env)
Source

primitive-types.lisp.

Method: make-load-form ((obj ufix) &optional env)
Source

primitive-types.lisp.

Method: make-load-form ((obj ifix) &optional env)
Source

primitive-types.lisp.

Method: make-load-form ((obj i64) &optional env)
Source

primitive-types.lisp.

Method: make-load-form ((obj u32) &optional env)
Source

primitive-types.lisp.

Method: make-load-form ((obj u8) &optional env)
Source

primitive-types.lisp.

Method: make-load-form ((obj u64) &optional env)
Source

primitive-types.lisp.

Method: make-load-form ((obj i8) &optional env)
Source

primitive-types.lisp.

Method: make-load-form ((obj u16) &optional env)
Source

primitive-types.lisp.

Method: make-load-form ((obj lisparray) &optional env)
Source

lisparray.lisp.

Method: make-load-form ((obj cell) &optional env)
Source

cell.lisp.

Method: make-load-form ((obj tree) &optional env)
Source

ord-tree.lisp.

Method: make-load-form ((obj iteratorstacknode) &optional env)
Source

ord-tree.lisp.

Method: make-load-form ((obj complex) &optional env)
Source

complex.lisp.

Method: make-load-form ((obj free) &optional env)
Source

monad/free.lisp.

Method: make-load-form ((obj dual) &optional env)
Source

dual.lisp.

Method: make-load-form ((obj tuple5) &optional env)
Source

tuple.lisp.

Method: make-load-form ((obj tuple4) &optional env)
Source

tuple.lisp.

Method: make-load-form ((obj tuple3) &optional env)
Source

tuple.lisp.

Method: print-object ((kind kind) stream)
Source

kinds.lisp.

Method: print-object ((self streamoptions/output) stream)
Source

file.lisp.

Method: print-object ((self streamoptions/bidirectional) stream)
Source

file.lisp.

Method: print-object ((self fileerror/patherror) stream)
Source

file.lisp.

Method: print-object ((self fileerror/lisperror) stream)
Source

file.lisp.

Method: print-object ((self fileerror/fileerror) stream)
Source

file.lisp.

Method: print-object ((self fileerror/eof) stream)
Source

file.lisp.

Method: print-object ((self streamoptions/input) stream)
Source

file.lisp.

Method: print-object ((self quantization/quantization) stream)
Source

real.lisp.

Method: print-object :around ((self seq) stream)
Source

seq.lisp.

Method: print-object ((self seq/relaxednode) stream)
Source

seq.lisp.

Method: print-object ((self seq/leafarray) stream)
Source

seq.lisp.

Method: print-object ((self dyadic/dyadic) stream)
Source

dyadic.lisp.

Method: print-object ((self note) stream)
Source

source.lisp.

Method: print-object ((self source-string) stream)
Source

source.lisp.

Method: print-object ((self source-file) stream)
Source

source.lisp.

Method: print-object ((self environment-map) stream)
Source

map.lisp.

Method: print-object ((self queue-internal) stream)
Source

queue.lisp.

Method: print-object ((function-entry function-entry) stream)
Source

function-entry.lisp.

Method: print-object ((self profile/profile) stream)
Source

system.lisp.

Method: print-object ((predicate ty-predicate) stream)
Source

predicate.lisp.

Method: print-object ((qualified-ty qualified-ty) stream)
Source

predicate.lisp.

Method: print-object ((env environment) stream)
Source

environment.lisp.

Method: print-object ((self fundep) stream)
Source

fundeps.lisp.

Method: print-object ((scheme ty-scheme) stream)
Source

scheme.lisp.

Method: print-object ((ty ty) stream)
Source

types.lisp.

Method: print-object ((self mappair/mappair) stream)
Source

ord-map.lisp.

Method: print-object ((self mappair/justkey) stream)
Source

ord-map.lisp.

Method: print-object ((self iterator/%iterator) stream)
Source

iterator.lisp.

Method: print-object ((obj pattern-literal) stream)
Source

pattern.lisp.

Method: print-object ((obj pattern-wildcard) stream)
Source

pattern.lisp.

Method: print-object ((obj pattern-var) stream)
Source

pattern.lisp.

Method: print-object ((obj pattern-constructor) stream)
Source

pattern.lisp.

Method: print-object ((self optional/none) stream)
Source

classes.lisp.

Method: print-object ((self result/err) stream)
Source

classes.lisp.

Method: print-object ((self result/ok) stream)
Source

classes.lisp.

Method: print-object ((self tuple/tuple) stream)
Source

classes.lisp.

Method: print-object ((self optional/some) stream)
Source

classes.lisp.

Method: print-object ((self cell-internal) stream)
Source

cell.lisp.

Method: print-object ((self tree/empty) stream)
Source

ord-tree.lisp.

Method: print-object ((self tree/doubleblackempty) stream)
Source

ord-tree.lisp.

Method: print-object ((self iteratorstacknode/expand) stream)
Source

ord-tree.lisp.

Method: print-object ((self iteratorstacknode/yield) stream)
Source

ord-tree.lisp.

Method: print-object ((self tree/branch) stream)
Source

ord-tree.lisp.

Method: print-object ((self complex/%complex) stream)
Source

complex.lisp.

Method: print-object ((self free/val) stream)
Source

monad/free.lisp.

Method: print-object ((self free/free) stream)
Source

monad/free.lisp.

Method: print-object ((self dual/dual) stream)
Source

dual.lisp.

Method: print-object ((self tuple3/tuple3) stream)
Source

tuple.lisp.

Method: print-object ((self tuple5/tuple5) stream)
Source

tuple.lisp.

Method: print-object ((self tuple4/tuple4) stream)
Source

tuple.lisp.

Method: (setf stream-file-position) ((stream char-position-stream))
Package

trivial-gray-streams.

Source

source.lisp.

Method: stream-file-position ((stream char-position-stream))
Package

trivial-gray-streams.

Source

source.lisp.

Method: stream-read-char ((stream char-position-stream))
Package

sb-gray.

Source

source.lisp.

Method: stream-read-char-no-hang ((stream char-position-stream))
Package

sb-gray.

Source

source.lisp.

Method: stream-unread-char ((stream char-position-stream) char)
Package

sb-gray.

Source

source.lisp.


6.1.9 Conditions

Condition: ambiguous-constraint
Package

coalton-impl/typechecker/type-errors.

Source

type-errors.lisp.

Direct superclasses

coalton-internal-type-error.

Direct methods

ambiguous-constraint-pred.

Direct slots
Slot: pred
Initargs

:pred

Readers

ambiguous-constraint-pred.

Writers

This slot is read-only.

Condition: coalton-bug
Package

coalton-impl/util.

Source

utilities.lisp.

Direct superclasses

error.

Direct methods
Direct slots
Slot: reason
Initargs

:reason

Readers

coalton-bug-reason.

Writers

This slot is read-only.

Slot: args
Initargs

:args

Readers

coalton-bug-args.

Writers

This slot is read-only.

Condition: coalton-internal-type-error

An internal Coalton condition for use in signaling. Internal conditions should always be caught.

Package

coalton-impl/typechecker/base.

Source

base.lisp.

Direct superclasses

error.

Direct subclasses
Condition: fundep-conflict
Package

coalton-impl/typechecker/type-errors.

Source

type-errors.lisp.

Direct superclasses

coalton-internal-type-error.

Direct methods
Direct slots
Slot: new-pred
Initargs

:new-pred

Readers

fundep-conflict-new-pred.

Writers

This slot is read-only.

Slot: old-pred
Initargs

:old-pred

Readers

fundep-conflict-old-pred.

Writers

This slot is read-only.

Slot: fundep
Initargs

:fundep

Readers

fundep-conflict-fundep.

Writers

This slot is read-only.

Slot: class
Package

common-lisp.

Initargs

:class

Readers

fundep-conflict-class.

Writers

This slot is read-only.

Slot: class-vars
Initargs

:class-vars

Readers

fundep-conflict-class-vars.

Writers

This slot is read-only.

Slot: class-fundeps
Initargs

:class-fundeps

Readers

fundep-conflict-class-fundeps.

Writers

This slot is read-only.

Slot: old-from-tys
Initargs

:old-from-tys

Readers

fundep-conflict-old-from-tys.

Writers

This slot is read-only.

Slot: new-from-tys
Initargs

:new-from-tys

Readers

fundep-conflict-new-from-tys.

Writers

This slot is read-only.

Slot: old-to-tys
Initargs

:old-to-tys

Readers

fundep-conflict-old-to-tys.

Writers

This slot is read-only.

Slot: new-to-tys
Initargs

:new-to-tys

Readers

fundep-conflict-new-to-tys.

Writers

This slot is read-only.

Condition: infinite-type-unification-error
Package

coalton-impl/typechecker/type-errors.

Source

type-errors.lisp.

Direct superclasses

coalton-internal-type-error.

Direct methods

infinite-type-unification-error-type.

Direct slots
Slot: type
Package

common-lisp.

Initargs

:type

Readers

infinite-type-unification-error-type.

Writers

This slot is read-only.

Condition: kind-mismatch-error
Package

coalton-impl/typechecker/type-errors.

Source

type-errors.lisp.

Direct superclasses

coalton-internal-type-error.

Direct methods
Direct slots
Slot: type
Package

common-lisp.

Initargs

:type

Readers

kind-mismatch-error-type.

Writers

This slot is read-only.

Slot: kind
Initargs

:kind

Readers

kind-mismatch-error-kind.

Writers

This slot is read-only.

Condition: kunify-error
Package

coalton-impl/typechecker/kinds.

Source

kinds.lisp.

Direct superclasses

coalton-internal-type-error.

Direct methods
Direct slots
Slot: kind1
Initargs

:kind1

Readers

kunify-errror-kind1.

Writers

This slot is read-only.

Slot: kind2
Initargs

:kind2

Readers

kunify-error-kind2.

Writers

This slot is read-only.

Condition: overlapping-instance-error
Package

coalton-impl/typechecker/type-errors.

Source

type-errors.lisp.

Direct superclasses

coalton-internal-type-error.

Direct methods
Direct slots
Slot: inst1
Initargs

:inst1

Readers

overlapping-instance-error-inst1.

Writers

This slot is read-only.

Slot: inst2
Initargs

:inst2

Readers

overlapping-instance-error-inst2.

Writers

This slot is read-only.

Condition: overlapping-specialization-error
Package

coalton-impl/typechecker/type-errors.

Source

type-errors.lisp.

Direct superclasses

coalton-internal-type-error.

Direct methods
Direct slots
Slot: new
Initargs

:new

Readers

overlapping-specialization-error-new.

Writers

This slot is read-only.

Slot: existing
Initargs

:existing

Readers

overlapping-specialization-error-existing.

Writers

This slot is read-only.

Condition: parse-error

A condition indicating a syntax error in Coalton source code.

Package

coalton-impl/parser/base.

Source

base.lisp.

Direct superclasses

source-error.

Condition: predicate-unification-error
Package

coalton-impl/typechecker/type-errors.

Source

type-errors.lisp.

Direct superclasses

coalton-internal-type-error.

Direct methods
Direct slots
Slot: pred1
Initargs

:pred1

Readers

unification-error-pred1.

Writers

This slot is read-only.

Slot: pred2
Initargs

:pred2

Readers

unification-error-pred2.

Writers

This slot is read-only.

Condition: source-base-error

The base type for user-facing errors.

Package

source-error/error.

Source

error.lisp.

Direct superclasses
Condition: source-base-warning

The base type for user-facing warnings.

Package

source-error/error.

Source

error.lisp.

Direct superclasses
Condition: source-error

A user-facing error.

Package

coalton-impl/source.

Source

source.lisp.

Direct superclasses
Direct subclasses
Direct methods

severity.

Condition: source-warning

A user-facing warning.

Package

coalton-impl/source.

Source

source.lisp.

Direct superclasses
Direct methods

severity.

Condition: tc-error
Package

coalton-impl/typechecker/base.

Source

base.lisp.

Direct superclasses

source-error.

Condition: too-many-arguments-to-coalton-function
Package

coalton-impl/runtime/function-entry.

Source

function-entry.lisp.

Direct superclasses

error.

Direct methods
Direct slots
Slot: function
Package

common-lisp.

Initargs

:function

Readers

too-many-arguments-function.

Writers

(setf too-many-arguments-function).

Slot: arg-count
Initargs

:arg-count

Readers

too-many-arguments-count.

Writers

(setf too-many-arguments-count).

Slot: arguments
Initargs

:arguments

Readers

too-many-arguments-arguments.

Writers

(setf too-many-arguments-arguments).

Condition: type-application-error
Package

coalton-impl/typechecker/types.

Source

types.lisp.

Direct superclasses

coalton-internal-type-error.

Direct methods
Direct slots
Slot: type
Package

common-lisp.

Initargs

:type

Readers

type-application-error-type.

Writers

This slot is read-only.

Slot: argument
Initargs

:argument

Readers

type-application-error-argument.

Writers

This slot is read-only.

Condition: type-kind-mismatch-error
Package

coalton-impl/typechecker/type-errors.

Source

type-errors.lisp.

Direct superclasses

coalton-internal-type-error.

Direct methods
Direct slots
Slot: type1
Initargs

:type1

Readers

type-kind-mismatch-error-type1.

Writers

This slot is read-only.

Slot: type2
Initargs

:type2

Readers

type-kind-mismatch-error-type2.

Writers

This slot is read-only.

Condition: unification-error
Package

coalton-impl/typechecker/type-errors.

Source

type-errors.lisp.

Direct superclasses

coalton-internal-type-error.

Direct methods
Direct slots
Slot: type1
Initargs

:type1

Readers

unification-error-type1.

Writers

This slot is read-only.

Slot: type2
Initargs

:type2

Readers

unification-error-type2.

Writers

This slot is read-only.


6.1.10 Structures

Structure: accessor
Package

coalton-impl/typechecker/accessor.

Source

accessor.lisp.

Direct superclasses

structure-object.

Direct methods
Direct slots
Slot: from
Type

coalton-impl/typechecker/types:ty

Initform

(coalton-impl/util:required (quote coalton-impl/typechecker/accessor::from))

Readers

accessor-from.

Writers

This slot is read-only.

Slot: to
Type

coalton-impl/typechecker/types:ty

Initform

(coalton-impl/util:required (quote coalton-impl/typechecker/accessor::to))

Readers

accessor-to.

Writers

This slot is read-only.

Slot: field
Type

string

Initform

(coalton-impl/util:required (quote coalton-impl/typechecker/accessor::field))

Readers

accessor-field.

Writers

This slot is read-only.

Slot: location
Type

coalton-impl/source:location

Initform

(coalton-impl/util:required (quote coalton-impl/typechecker/accessor::location))

Readers

accessor-location.

Writers

This slot is read-only.

Structure: action

Container for a function to call on nodes of a particular ‘type‘ - before, after, or in place of the recursive call in a traversal. If ‘type‘ is ‘’node‘, then the function will be called before or after every node in the traversal; otherwise, the action only applies to nodes of the specified ‘type‘. (The when-keyword ‘:traverse‘ will have no effect when paired with type ‘’node‘; a recursive call defined for every node would have to be an entire generic already.) The ‘function‘ will be called with ‘(apply function node args)‘. The ‘function‘ should return either a modified ‘node‘ to take its place in the newly constructed tree, or void to indicate that the input node should be kept unchanged.

Package

coalton-impl/codegen/traverse.

Source

traverse.lisp.

Direct superclasses

structure-object.

Direct slots
Slot: when
Package

common-lisp.

Type

coalton-impl/codegen/traverse::when-keyword

Initform

(quote :after)

Readers

action-when.

Writers

This slot is read-only.

Slot: type
Package

common-lisp.

Type

coalton-impl/codegen/traverse::node-subtype

Initform

(quote coalton-impl/codegen/ast:node)

Readers

action-type.

Writers

This slot is read-only.

Slot: function
Package

common-lisp.

Type

function

Initform

(coalton-impl/util:required (quote function))

Readers

action-function.

Writers

This slot is read-only.

Structure: ast-substitution
Package

coalton-impl/codegen/ast-substitutions.

Source

ast-substitutions.lisp.

Direct superclasses

structure-object.

Direct slots
Slot: from
Type

coalton-impl/parser/base:identifier

Initform

(coalton-impl/util:required (quote coalton-impl/codegen/ast-substitutions::from))

Readers

ast-substitution-from.

Writers

This slot is read-only.

Slot: to
Type

coalton-impl/codegen/ast:node

Initform

(coalton-impl/util:required (quote coalton-impl/codegen/ast-substitutions::to))

Readers

ast-substitution-to.

Writers

This slot is read-only.

Structure: attribute
Package

coalton-impl/parser/toplevel.

Source

toplevel.lisp.

Direct superclasses

structure-object.

Direct subclasses
Direct methods

location.

Direct slots
Slot: location
Type

coalton-impl/source:location

Initform

(coalton-impl/util:required (quote coalton-impl/parser/toplevel::location))

Readers

attribute-location.

Writers

This slot is read-only.

Structure: attribute-monomorphize
Package

coalton-impl/parser/toplevel.

Source

toplevel.lisp.

Direct superclasses

attribute.

Structure: attribute-repr
Package

coalton-impl/parser/toplevel.

Source

toplevel.lisp.

Direct superclasses

attribute.

Direct slots
Slot: type
Package

common-lisp.

Type

coalton-impl/parser/base:keyword-src

Initform

(coalton-impl/util:required (quote type))

Readers

attribute-repr-type.

Writers

This slot is read-only.

Slot: arg
Type

(or null concrete-syntax-tree:cst)

Initform

(coalton-impl/util:required (quote coalton-impl/parser/toplevel::arg))

Readers

attribute-repr-arg.

Writers

This slot is read-only.

Structure: class-environment
Package

coalton-impl/typechecker/environment.

Source

environment.lisp.

Direct superclasses

immutable-map.

Structure: code-environment
Package

coalton-impl/typechecker/environment.

Source

environment.lisp.

Direct superclasses

immutable-map.

Structure: constructor
Package

coalton-impl/parser/toplevel.

Source

toplevel.lisp.

Direct superclasses

structure-object.

Direct methods
Direct slots
Slot: name
Type

coalton-impl/parser/base:identifier-src

Initform

(coalton-impl/util:required (quote coalton-impl/parser/toplevel::name))

Readers

constructor-name.

Writers

This slot is read-only.

Slot: fields
Type

coalton-impl/parser/types:ty-list

Initform

(coalton-impl/util:required (quote coalton-impl/parser/toplevel::fields))

Readers

constructor-fields.

Writers

This slot is read-only.

Slot: docstring
Type

(or null string)

Initform

(coalton-impl/util:required (quote coalton-impl/parser/toplevel::docstring))

Readers

constructor-docstring.

Writers

This slot is read-only.

Slot: location
Type

coalton-impl/source:location

Initform

(coalton-impl/util:required (quote coalton-impl/parser/toplevel::location))

Readers

constructor-location.

Writers

This slot is read-only.

Structure: constructor-entry
Package

coalton-impl/typechecker/environment.

Source

environment.lisp.

Direct superclasses

structure-object.

Direct methods
Direct slots
Slot: name
Type

symbol

Initform

(coalton-impl/util:required (quote coalton-impl/typechecker/environment::name))

Readers

constructor-entry-name.

Writers

This slot is read-only.

Slot: arity
Type

alexandria:non-negative-fixnum

Initform

(coalton-impl/util:required (quote coalton-impl/typechecker/environment::arity))

Readers

constructor-entry-arity.

Writers

This slot is read-only.

Slot: constructs
Type

symbol

Initform

(coalton-impl/util:required (quote coalton-impl/typechecker/environment::constructs))

Readers

constructor-entry-constructs.

Writers

This slot is read-only.

Slot: classname
Type

symbol

Initform

(coalton-impl/util:required (quote coalton-impl/typechecker/environment::classname))

Readers

constructor-entry-classname.

Writers

This slot is read-only.

Slot: docstring
Type

(or string null)

Initform

(coalton-impl/util:required (quote coalton-impl/typechecker/environment::docstring))

Readers

constructor-entry-docstring.

Writers

This slot is read-only.

Slot: compressed-repr
Initform

(coalton-impl/util:required (quote coalton-impl/typechecker/environment::compressed-repr))

Readers

constructor-entry-compressed-repr.

Writers

This slot is read-only.

Structure: constructor-environment
Package

coalton-impl/typechecker/environment.

Source

environment.lisp.

Direct superclasses

immutable-map.

Structure: environment
Package

coalton-impl/typechecker/environment.

Source

environment.lisp.

Direct superclasses

structure-object.

Direct methods
Direct slots
Slot: value-environment
Type

coalton-impl/typechecker/environment:value-environment

Initform

(coalton-impl/util:required (quote coalton-impl/typechecker/environment:value-environment))

Readers

environment-value-environment.

Writers

This slot is read-only.

Slot: type-environment
Type

coalton-impl/typechecker/environment:type-environment

Initform

(coalton-impl/util:required (quote coalton-impl/typechecker/environment:type-environment))

Readers

environment-type-environment.

Writers

This slot is read-only.

Slot: constructor-environment
Type

coalton-impl/typechecker/environment:constructor-environment

Initform

(coalton-impl/util:required (quote coalton-impl/typechecker/environment:constructor-environment))

Readers

environment-constructor-environment.

Writers

This slot is read-only.

Slot: struct-environment
Type

coalton-impl/typechecker/environment:struct-environment

Initform

(coalton-impl/util:required (quote coalton-impl/typechecker/environment:struct-environment))

Readers

environment-struct-environment.

Writers

This slot is read-only.

Slot: class-environment
Type

coalton-impl/typechecker/environment:class-environment

Initform

(coalton-impl/util:required (quote coalton-impl/typechecker/environment:class-environment))

Readers

environment-class-environment.

Writers

This slot is read-only.

Slot: fundep-environment
Type

coalton-impl/typechecker/environment::fundep-environment

Initform

(coalton-impl/util:required (quote coalton-impl/typechecker/environment::fundep-environment))

Readers

environment-fundep-environment.

Writers

This slot is read-only.

Slot: instance-environment
Type

coalton-impl/typechecker/environment:instance-environment

Initform

(coalton-impl/util:required (quote coalton-impl/typechecker/environment:instance-environment))

Readers

environment-instance-environment.

Writers

This slot is read-only.

Slot: function-environment
Type

coalton-impl/typechecker/environment:function-environment

Initform

(coalton-impl/util:required (quote coalton-impl/typechecker/environment:function-environment))

Readers

environment-function-environment.

Writers

This slot is read-only.

Slot: name-environment
Type

coalton-impl/typechecker/environment:name-environment

Initform

(coalton-impl/util:required (quote coalton-impl/typechecker/environment:name-environment))

Readers

environment-name-environment.

Writers

This slot is read-only.

Slot: method-inline-environment
Type

coalton-impl/typechecker/environment:method-inline-environment

Initform

(coalton-impl/util:required (quote coalton-impl/typechecker/environment:method-inline-environment))

Readers

environment-method-inline-environment.

Writers

This slot is read-only.

Slot: code-environment
Type

coalton-impl/typechecker/environment:code-environment

Initform

(coalton-impl/util:required (quote coalton-impl/typechecker/environment:code-environment))

Readers

environment-code-environment.

Writers

This slot is read-only.

Slot: specialization-environment
Type

coalton-impl/typechecker/environment:specialization-environment

Initform

(coalton-impl/util:required (quote coalton-impl/typechecker/environment:specialization-environment))

Readers

environment-specialization-environment.

Writers

This slot is read-only.

Slot: source-name-environment
Type

coalton-impl/typechecker/environment::source-name-environment

Initform

(coalton-impl/util:required (quote coalton-impl/typechecker/environment::source-name-environment))

Readers

environment-source-name-environment.

Writers

This slot is read-only.

Structure: environment-map

A readable, hash table-backed map.

Package

coalton-impl/typechecker/map.

Source

map.lisp.

Direct superclasses

structure-object.

Direct methods
Direct slots
Slot: table
Type

hash-table

Initform

(coalton-impl/util:required (quote coalton-impl/typechecker/map::table))

Readers

environment-map-table.

Writers

This slot is read-only.

Slot: test
Type

symbol

Initform

(coalton-impl/util:required (quote coalton-impl/typechecker/map::test))

Readers

environment-map-test.

Writers

This slot is read-only.

Structure: function-entry
Package

coalton-impl/runtime/function-entry.

Source

function-entry.lisp.

Direct superclasses

structure-object.

Direct methods

print-object.

Direct slots
Slot: arity
Type

fixnum

Initform

(coalton-impl/util:required (quote coalton-impl/runtime/function-entry::arity))

Readers

function-entry-arity.

Writers

This slot is read-only.

Slot: function
Package

common-lisp.

Type

function

Initform

(coalton-impl/util:required (quote function))

Readers

function-entry-function.

Writers

This slot is read-only.

Slot: curried
Type

simple-vector

Initform

(coalton-impl/util:required (quote coalton-impl/runtime/function-entry::curried))

Readers

function-entry-curried.

Writers

This slot is read-only.

Structure: function-env-entry
Package

coalton-impl/typechecker/environment.

Source

environment.lisp.

Direct superclasses

structure-object.

Direct methods

make-load-form.

Direct slots
Slot: name
Type

symbol

Initform

(coalton-impl/util:required (quote coalton-impl/typechecker/environment::name))

Readers

function-env-entry-name.

Writers

This slot is read-only.

Slot: arity
Type

fixnum

Initform

(coalton-impl/util:required (quote coalton-impl/typechecker/environment::arity))

Readers

function-env-entry-arity.

Writers

This slot is read-only.

Structure: function-environment
Package

coalton-impl/typechecker/environment.

Source

environment.lisp.

Direct superclasses

immutable-map.

Structure: fundep
Package

coalton-impl/typechecker/fundeps.

Source

fundeps.lisp.

Direct superclasses

structure-object.

Direct methods
Direct slots
Slot: from
Type

coalton-impl/util:symbol-list

Initform

(coalton-impl/util:required (quote coalton-impl/typechecker/fundeps::from))

Readers

fundep-from.

Writers

This slot is read-only.

Slot: to
Type

coalton-impl/util:symbol-list

Initform

(coalton-impl/util:required (quote coalton-impl/typechecker/fundeps::to))

Readers

fundep-to.

Writers

This slot is read-only.

Structure: fundep
Package

coalton-impl/parser/toplevel.

Source

toplevel.lisp.

Direct superclasses

structure-object.

Direct methods
Direct slots
Slot: left
Type

coalton-impl/parser/base:keyword-src-list

Initform

(coalton-impl/util:required (quote coalton-impl/parser/toplevel::left))

Readers

fundep-left.

Writers

This slot is read-only.

Slot: right
Type

coalton-impl/parser/base:keyword-src-list

Initform

(coalton-impl/util:required (quote coalton-impl/parser/toplevel::right))

Readers

fundep-right.

Writers

This slot is read-only.

Slot: location
Type

coalton-impl/source:location

Initform

(coalton-impl/util:required (quote coalton-impl/parser/toplevel::location))

Readers

fundep-location.

Writers

This slot is read-only.

Structure: hoister
Package

coalton-impl/codegen/hoister.

Source

hoister.lisp.

Direct superclasses

structure-object.

Direct slots
Slot: hoist-points
Type

coalton-impl/codegen/hoister::hoist-point-list

Readers

hoister-hoist-points.

Writers

(setf hoister-hoist-points).

Slot: top-hoist-point
Type

coalton-impl/codegen/hoister::hoist-point

Initform

(coalton-impl/codegen/hoister::make-hoist-point :bound-variables nil)

Readers

hoister-top-hoist-point.

Writers

This slot is read-only.

Structure: identifier-src
Package

coalton-impl/parser/base.

Source

base.lisp.

Direct superclasses

structure-object.

Direct methods

location.

Direct slots
Slot: name
Type

coalton-impl/parser/base:identifier

Initform

(coalton-impl/util:required (quote coalton-impl/parser/base::name))

Readers

identifier-src-name.

Writers

This slot is read-only.

Slot: location
Type

coalton-impl/source:location

Initform

(coalton-impl/util:required (quote coalton-impl/parser/base::location))

Readers

identifier-src-location.

Writers

This slot is read-only.

Structure: immutable-listmap
Package

coalton-impl/algorithm/immutable-listmap.

Source

immutable-listmap.lisp.

Direct superclasses

structure-object.

Direct subclasses

specialization-environment.

Direct slots
Slot: data
Type

fset:map

Initform

(fset:empty-map (fset:empty-seq))

Readers

immutable-listmap-data.

Writers

This slot is read-only.

Structure: immutable-map
Package

coalton-impl/algorithm/immutable-map.

Source

immutable-map.lisp.

Direct superclasses

structure-object.

Direct subclasses
Direct methods

make-load-form.

Direct slots
Slot: data
Type

fset:map

Initform

(fset:empty-map)

Readers

immutable-map-data.

Writers

This slot is read-only.

Structure: instance-environment
Package

coalton-impl/typechecker/environment.

Source

environment.lisp.

Direct superclasses

structure-object.

Direct slots
Slot: instances
Type

coalton-impl/algorithm/immutable-listmap:immutable-listmap

Initform

(coalton-impl/algorithm/immutable-listmap:make-immutable-listmap)

Readers

instance-environment-instances.

Writers

This slot is read-only.

Slot: codegen-syms
Type

coalton-impl/algorithm/immutable-map:immutable-map

Initform

(coalton-impl/algorithm/immutable-map:make-immutable-map)

Readers

instance-environment-codegen-syms.

Writers

This slot is read-only.

Structure: instance-method-definition
Package

coalton-impl/typechecker/toplevel.

Source

toplevel.lisp.

Direct superclasses

toplevel-definition.

Direct methods
Direct slots
Slot: name
Type

coalton-impl/typechecker/expression:node-variable

Initform

(coalton-impl/util:required (quote coalton-impl/typechecker/toplevel::name))

Readers

instance-method-definition-name.

Writers

This slot is read-only.

Slot: params
Type

coalton-impl/typechecker/pattern:pattern-list

Initform

(coalton-impl/util:required (quote coalton-impl/typechecker/toplevel::params))

Readers

instance-method-definition-params.

Writers

This slot is read-only.

Slot: body
Type

coalton-impl/typechecker/expression:node-body

Initform

(coalton-impl/util:required (quote coalton-impl/typechecker/toplevel::body))

Readers

instance-method-definition-body.

Writers

This slot is read-only.

Structure: instance-method-definition
Package

coalton-impl/parser/toplevel.

Source

toplevel.lisp.

Direct superclasses

structure-object.

Direct methods
Direct slots
Slot: name
Type

coalton-impl/parser/expression:node-variable

Initform

(coalton-impl/util:required (quote coalton-impl/parser/toplevel::name))

Readers

instance-method-definition-name.

Writers

This slot is read-only.

Slot: params
Type

coalton-impl/parser/pattern:pattern-list

Initform

(coalton-impl/util:required (quote coalton-impl/parser/toplevel::params))

Readers

instance-method-definition-params.

Writers

This slot is read-only.

Slot: body
Type

coalton-impl/parser/expression:node-body

Initform

(coalton-impl/util:required (quote coalton-impl/parser/toplevel::body))

Readers

instance-method-definition-body.

Writers

This slot is read-only.

Slot: location
Type

coalton-impl/source:location

Initform

(coalton-impl/util:required (quote coalton-impl/parser/toplevel::location))

Readers

instance-method-definition-location.

Writers

This slot is read-only.

Structure: keyword-src
Package

coalton-impl/parser/base.

Source

base.lisp.

Direct superclasses

structure-object.

Direct methods
Direct slots
Slot: name
Type

keyword

Initform

(coalton-impl/util:required (quote coalton-impl/parser/base::name))

Readers

keyword-src-name.

Writers

This slot is read-only.

Slot: location
Type

coalton-impl/source:location

Initform

(coalton-impl/util:required (quote coalton-impl/parser/base::location))

Readers

keyword-src-location.

Writers

This slot is read-only.

Structure: kfun
Package

coalton-impl/typechecker/kinds.

Source

kinds.lisp.

Direct superclasses

kind.

Direct methods
Direct slots
Slot: from
Type

coalton-impl/typechecker/kinds:kind

Initform

(coalton-impl/util:required (quote coalton-impl/typechecker/kinds::from))

Readers

kfun-from.

Writers

This slot is read-only.

Slot: to
Type

coalton-impl/typechecker/kinds:kind

Initform

(coalton-impl/util:required (quote coalton-impl/typechecker/kinds::to))

Readers

kfun-to.

Writers

This slot is read-only.

Structure: kind
Package

coalton-impl/typechecker/kinds.

Source

kinds.lisp.

Direct superclasses

structure-object.

Direct subclasses
Direct methods
Structure: kstar
Package

coalton-impl/typechecker/kinds.

Source

kinds.lisp.

Direct superclasses

kind.

Direct methods
Structure: ksubstitution
Package

coalton-impl/typechecker/kinds.

Source

kinds.lisp.

Direct superclasses

structure-object.

Direct slots
Slot: from
Type

coalton-impl/typechecker/kinds:kyvar

Initform

(coalton-impl/util:required (quote coalton-impl/typechecker/kinds::from))

Readers

ksubstitution-from.

Writers

This slot is read-only.

Slot: to
Type

coalton-impl/typechecker/kinds:kind

Initform

(coalton-impl/util:required (quote coalton-impl/typechecker/kinds::to))

Readers

ksubstitution-to.

Writers

This slot is read-only.

Structure: kyvar
Package

coalton-impl/typechecker/kinds.

Source

kinds.lisp.

Direct superclasses

kind.

Direct methods
Direct slots
Slot: id
Type

fixnum

Initform

(coalton-impl/util:required (quote coalton-impl/typechecker/kinds::id))

Readers

kyvar-id.

Writers

This slot is read-only.

Structure: location
Package

coalton-impl/source.

Source

source.lisp.

Direct superclasses

structure-object.

Direct methods

make-load-form.

Direct slots
Slot: source
Readers

location-source.

Writers

This slot is read-only.

Slot: span
Type

coalton-impl/source:span

Readers

location-span.

Writers

This slot is read-only.

Structure: match-branch

A branch of a match statement

Package

coalton-impl/codegen/ast.

Source

ast.lisp.

Direct superclasses

structure-object.

Direct methods
Direct slots
Slot: pattern
Package

coalton-impl/codegen/pattern.

Type

coalton-impl/codegen/pattern:pattern

Initform

(coalton-impl/util:required (quote coalton-impl/codegen/pattern:pattern))

Readers

match-branch-pattern.

Writers

This slot is read-only.

Slot: body
Type

coalton-impl/codegen/ast:node

Initform

(coalton-impl/util:required (quote coalton-impl/codegen/ast::body))

Readers

match-branch-body.

Writers

This slot is read-only.

Structure: method-definition
Package

coalton-impl/parser/toplevel.

Source

toplevel.lisp.

Direct superclasses

toplevel-definition.

Direct methods
Direct slots
Slot: name
Type

coalton-impl/parser/base:identifier-src

Initform

(coalton-impl/util:required (quote coalton-impl/parser/toplevel::name))

Readers

method-definition-name.

Writers

This slot is read-only.

Slot: type
Package

common-lisp.

Type

coalton-impl/parser/types:qualified-ty

Initform

(coalton-impl/util:required (quote type))

Readers

method-definition-type.

Writers

This slot is read-only.

Structure: method-inline-environment
Package

coalton-impl/typechecker/environment.

Source

environment.lisp.

Direct superclasses

immutable-map.

Structure: name-entry
Package

coalton-impl/typechecker/environment.

Source

environment.lisp.

Direct superclasses

structure-object.

Direct methods
Direct slots
Slot: name
Type

symbol

Initform

(coalton-impl/util:required (quote coalton-impl/typechecker/environment::name))

Readers

name-entry-name.

Writers

This slot is read-only.

Slot: type
Package

common-lisp.

Type

(member :value :method :constructor)

Initform

(coalton-impl/util:required (quote type))

Readers

name-entry-type.

Writers

This slot is read-only.

Slot: docstring
Type

(or null string)

Initform

(coalton-impl/util:required (quote coalton-impl/typechecker/environment::docstring))

Readers

name-entry-docstring.

Writers

This slot is read-only.

Slot: location
Type

coalton-impl/source:location

Initform

(coalton-impl/util:required (quote coalton-impl/typechecker/environment::location))

Readers

name-entry-location.

Writers

This slot is read-only.

Structure: name-environment
Package

coalton-impl/typechecker/environment.

Source

environment.lisp.

Direct superclasses

immutable-map.

Structure: node
Package

coalton-impl/codegen/ast.

Source

ast.lisp.

Direct superclasses

structure-object.

Direct subclasses
Direct methods
Direct slots
Slot: type
Package

common-lisp.

Type

coalton-impl/typechecker/types:ty

Initform

(coalton-impl/util:required (quote type))

Readers

%node-type.

Writers

(setf %node-type).

Structure: node
Package

coalton-impl/typechecker/expression.

Source

expression.lisp.

Direct superclasses

structure-object.

Direct subclasses
Direct methods

location.

Direct slots
Slot: type
Package

common-lisp.

Type

coalton-impl/typechecker/predicate:qualified-ty

Initform

(coalton-impl/util:required (quote type))

Readers

node-type.

Writers

This slot is read-only.

Slot: location
Type

coalton-impl/source:location

Initform

(coalton-impl/util:required (quote coalton-impl/typechecker/expression::location))

Readers

node-location.

Writers

This slot is read-only.

Structure: node
Package

coalton-impl/parser/expression.

Source

expression.lisp.

Direct superclasses

structure-object.

Direct subclasses
Direct methods

location.

Direct slots
Slot: location
Type

coalton-impl/source:location

Initform

(coalton-impl/util:required (quote coalton-impl/parser/expression::location))

Readers

node-location.

Writers

This slot is read-only.

Structure: node-abstraction

Lambda literals (fn (x) x)

Package

coalton-impl/codegen/ast.

Source

ast.lisp.

Direct superclasses

node.

Direct methods
Direct slots
Slot: vars
Type

coalton-impl/parser/base:identifier-list

Initform

(coalton-impl/util:required (quote coalton-impl/codegen/ast::vars))

Readers

node-abstraction-vars.

Writers

This slot is read-only.

Slot: subexpr
Type

coalton-impl/codegen/ast:node

Initform

(coalton-impl/util:required (quote coalton-impl/codegen/ast::subexpr))

Readers

node-abstraction-subexpr.

Writers

This slot is read-only.

Structure: node-abstraction
Package

coalton-impl/typechecker/expression.

Source

expression.lisp.

Direct superclasses

node.

Direct methods
Direct slots
Slot: params
Type

coalton-impl/typechecker/pattern:pattern-list

Initform

(coalton-impl/util:required (quote coalton-impl/typechecker/expression::params))

Readers

node-abstraction-params.

Writers

This slot is read-only.

Slot: body
Type

coalton-impl/typechecker/expression:node-body

Initform

(coalton-impl/util:required (quote coalton-impl/typechecker/expression::body))

Readers

node-abstraction-body.

Writers

This slot is read-only.

Structure: node-abstraction
Package

coalton-impl/parser/expression.

Source

expression.lisp.

Direct superclasses

node.

Direct methods
Direct slots
Slot: params
Type

coalton-impl/parser/pattern:pattern-list

Initform

(coalton-impl/util:required (quote coalton-impl/parser/expression::params))

Readers

node-abstraction-params.

Writers

This slot is read-only.

Slot: body
Type

coalton-impl/parser/expression:node-body

Initform

(coalton-impl/util:required (quote coalton-impl/parser/expression::body))

Readers

node-abstraction-body.

Writers

This slot is read-only.

Structure: node-accessor
Package

coalton-impl/typechecker/expression.

Source

expression.lisp.

Direct superclasses

node.

Direct methods
Direct slots
Slot: name
Type

string

Initform

(coalton-impl/util:required (quote coalton-impl/typechecker/expression::name))

Readers

node-accessor-name.

Writers

This slot is read-only.

Structure: node-accessor
Package

coalton-impl/parser/expression.

Source

expression.lisp.

Direct superclasses

node.

Direct methods
Direct slots
Slot: name
Type

string

Initform

(coalton-impl/util:required (quote coalton-impl/parser/expression::name))

Readers

node-accessor-name.

Writers

This slot is read-only.

Structure: node-and
Package

coalton-impl/typechecker/expression.

Source

expression.lisp.

Direct superclasses

node.

Direct methods
Direct slots
Slot: nodes
Type

coalton-impl/typechecker/expression:node-list

Initform

(coalton-impl/util:required (quote coalton-impl/typechecker/expression::nodes))

Readers

node-and-nodes.

Writers

This slot is read-only.

Structure: node-and
Package

coalton-impl/parser/expression.

Source

expression.lisp.

Direct superclasses

node.

Direct methods
Direct slots
Slot: nodes
Type

coalton-impl/parser/expression:node-list

Initform

(coalton-impl/util:required (quote coalton-impl/parser/expression::nodes))

Readers

node-and-nodes.

Writers

This slot is read-only.

Structure: node-application

Function application (f x)

Package

coalton-impl/codegen/ast.

Source

ast.lisp.

Direct superclasses

node.

Direct methods
Direct slots
Slot: rator
Type

coalton-impl/codegen/ast:node

Initform

(coalton-impl/util:required (quote coalton-impl/codegen/ast::rator))

Readers

node-application-rator.

Writers

This slot is read-only.

Slot: rands
Type

coalton-impl/codegen/ast:node-list

Initform

(coalton-impl/util:required (quote coalton-impl/codegen/ast::rands))

Readers

node-application-rands.

Writers

This slot is read-only.

Structure: node-application
Package

coalton-impl/typechecker/expression.

Source

expression.lisp.

Direct superclasses

node.

Direct methods
Direct slots
Slot: rator
Type

coalton-impl/typechecker/expression:node

Initform

(coalton-impl/util:required (quote coalton-impl/typechecker/expression::rator))

Readers

node-application-rator.

Writers

This slot is read-only.

Slot: rands
Type

coalton-impl/typechecker/expression:node-list

Initform

(coalton-impl/util:required (quote coalton-impl/typechecker/expression::rands))

Readers

node-application-rands.

Writers

This slot is read-only.

Structure: node-application
Package

coalton-impl/parser/expression.

Source

expression.lisp.

Direct superclasses

node.

Direct methods
Direct slots
Slot: rator
Type

coalton-impl/parser/expression:node

Initform

(coalton-impl/util:required (quote coalton-impl/parser/expression::rator))

Readers

node-application-rator.

Writers

This slot is read-only.

Slot: rands
Type

coalton-impl/parser/expression:node-list

Initform

(coalton-impl/util:required (quote coalton-impl/parser/expression::rands))

Readers

node-application-rands.

Writers

This slot is read-only.

Structure: node-bind

A single non-recursive binding

Package

coalton-impl/codegen/ast.

Source

ast.lisp.

Direct superclasses

node.

Direct methods
Direct slots
Slot: name
Type

coalton-impl/parser/base:identifier

Initform

(coalton-impl/util:required (quote coalton-impl/codegen/ast::name))

Readers

node-bind-name.

Writers

This slot is read-only.

Slot: expr
Type

coalton-impl/codegen/ast:node

Initform

(coalton-impl/util:required (quote coalton-impl/codegen/ast::expr))

Readers

node-bind-expr.

Writers

This slot is read-only.

Slot: body
Type

coalton-impl/codegen/ast:node

Initform

(coalton-impl/util:required (quote coalton-impl/codegen/ast::body))

Readers

node-bind-body.

Writers

This slot is read-only.

Structure: node-bind
Package

coalton-impl/typechecker/expression.

Source

expression.lisp.

Direct superclasses

structure-object.

Direct methods
Direct slots
Slot: pattern
Package

coalton-impl/typechecker/pattern.

Type

coalton-impl/typechecker/pattern:pattern

Initform

(coalton-impl/util:required (quote coalton-impl/typechecker/pattern:pattern))

Readers

node-bind-pattern.

Writers

This slot is read-only.

Slot: expr
Type

coalton-impl/typechecker/expression:node

Initform

(coalton-impl/util:required (quote coalton-impl/typechecker/expression::expr))

Readers

node-bind-expr.

Writers

This slot is read-only.

Slot: location
Type

coalton-impl/source:location

Initform

(coalton-impl/util:required (quote coalton-impl/typechecker/expression::location))

Readers

node-bind-location.

Writers

This slot is read-only.

Structure: node-bind
Package

coalton-impl/parser/expression.

Source

expression.lisp.

Direct superclasses

structure-object.

Direct methods
Direct slots
Slot: pattern
Package

coalton-impl/parser/pattern.

Type

coalton-impl/parser/pattern:pattern

Initform

(coalton-impl/util:required (quote coalton-impl/parser/pattern:pattern))

Readers

node-bind-pattern.

Writers

This slot is read-only.

Slot: expr
Type

coalton-impl/parser/expression:node

Initform

(coalton-impl/util:required (quote coalton-impl/parser/expression::expr))

Readers

node-bind-expr.

Writers

This slot is read-only.

Slot: location
Type

coalton-impl/source:location

Initform

(coalton-impl/util:required (quote coalton-impl/parser/expression::location))

Readers

node-bind-location.

Writers

This slot is read-only.

Structure: node-block

A return target, used for explicit returns in functions

Package

coalton-impl/codegen/ast.

Source

ast.lisp.

Direct superclasses

node.

Direct methods
Direct slots
Slot: name
Type

symbol

Initform

(coalton-impl/util:required (quote coalton-impl/codegen/ast:node))

Readers

node-block-name.

Writers

This slot is read-only.

Slot: body
Type

coalton-impl/codegen/ast:node

Initform

(coalton-impl/util:required (quote coalton-impl/codegen/ast::body))

Readers

node-block-body.

Writers

This slot is read-only.

Structure: node-body
Package

coalton-impl/typechecker/expression.

Source

expression.lisp.

Direct superclasses

structure-object.

Direct methods
Direct slots
Slot: nodes
Type

coalton-impl/typechecker/expression:node-body-element-list

Initform

(coalton-impl/util:required (quote coalton-impl/typechecker/expression::nodes))

Readers

node-body-nodes.

Writers

This slot is read-only.

Slot: last-node
Type

coalton-impl/typechecker/expression:node

Initform

(coalton-impl/util:required (quote coalton-impl/typechecker/expression::last-node))

Readers

node-body-last-node.

Writers

This slot is read-only.

Structure: node-body
Package

coalton-impl/parser/expression.

Source

expression.lisp.

Direct superclasses

structure-object.

Direct methods
Direct slots
Slot: nodes
Type

coalton-impl/parser/expression:node-body-element-list

Initform

(coalton-impl/util:required (quote coalton-impl/parser/expression::nodes))

Readers

node-body-nodes.

Writers

This slot is read-only.

Slot: last-node
Type

coalton-impl/parser/expression:node

Initform

(coalton-impl/util:required (quote coalton-impl/parser/expression::last-node))

Readers

node-body-last-node.

Writers

This slot is read-only.

Structure: node-break

A break statment used to exit a loop.

Package

coalton-impl/codegen/ast.

Source

ast.lisp.

Direct superclasses

node.

Direct methods
Direct slots
Slot: label
Type

keyword

Initform

(coalton-impl/util:required (quote coalton-impl/codegen/ast::label))

Readers

node-break-label.

Writers

This slot is read-only.

Structure: node-break
Package

coalton-impl/typechecker/expression.

Source

expression.lisp.

Direct superclasses

node.

Direct methods
Direct slots
Slot: label
Type

keyword

Initform

(coalton-impl/util:required (quote coalton-impl/typechecker/expression::label))

Readers

node-break-label.

Writers

This slot is read-only.

Structure: node-break
Package

coalton-impl/parser/expression.

Source

expression.lisp.

Direct superclasses

node.

Direct methods
Direct slots
Slot: label
Type

keyword

Initform

(coalton-impl/util:required (quote coalton-impl/parser/expression::label))

Readers

node-break-label.

Writers

This slot is read-only.

Structure: node-cond
Package

coalton-impl/typechecker/expression.

Source

expression.lisp.

Direct superclasses

node.

Direct methods
Direct slots
Slot: clauses
Type

coalton-impl/typechecker/expression:node-cond-clause-list

Initform

(coalton-impl/util:required (quote coalton-impl/typechecker/expression::clauses))

Readers

node-cond-clauses.

Writers

This slot is read-only.

Structure: node-cond
Package

coalton-impl/parser/expression.

Source

expression.lisp.

Direct superclasses

node.

Direct methods
Direct slots
Slot: clauses
Type

coalton-impl/parser/expression:node-cond-clause-list

Initform

(coalton-impl/util:required (quote coalton-impl/parser/expression::clauses))

Readers

node-cond-clauses.

Writers

This slot is read-only.

Structure: node-cond-clause
Package

coalton-impl/typechecker/expression.

Source

expression.lisp.

Direct superclasses

structure-object.

Direct methods
Direct slots
Slot: expr
Type

coalton-impl/typechecker/expression:node

Initform

(coalton-impl/util:required (quote coalton-impl/typechecker/expression::expr))

Readers

node-cond-clause-expr.

Writers

This slot is read-only.

Slot: body
Type

coalton-impl/typechecker/expression:node-body

Initform

(coalton-impl/util:required (quote coalton-impl/typechecker/expression::body))

Readers

node-cond-clause-body.

Writers

This slot is read-only.

Slot: location
Type

coalton-impl/source:location

Initform

(coalton-impl/util:required (quote coalton-impl/typechecker/expression::location))

Readers

node-cond-clause-location.

Writers

This slot is read-only.

Structure: node-cond-clause
Package

coalton-impl/parser/expression.

Source

expression.lisp.

Direct superclasses

structure-object.

Direct methods
Direct slots
Slot: expr
Type

coalton-impl/parser/expression:node

Initform

(coalton-impl/util:required (quote coalton-impl/parser/expression::expr))

Readers

node-cond-clause-expr.

Writers

This slot is read-only.

Slot: body
Type

coalton-impl/parser/expression:node-body

Initform

(coalton-impl/util:required (quote coalton-impl/parser/expression::body))

Readers

node-cond-clause-body.

Writers

This slot is read-only.

Slot: location
Type

coalton-impl/source:location

Initform

(coalton-impl/util:required (quote coalton-impl/parser/expression::location))

Readers

node-cond-clause-location.

Writers

This slot is read-only.

Structure: node-continue

A continue statment used to skip to the next iteration of a loop.

Package

coalton-impl/codegen/ast.

Source

ast.lisp.

Direct superclasses

node.

Direct methods
Direct slots
Slot: label
Type

keyword

Initform

(coalton-impl/util:required (quote coalton-impl/codegen/ast::label))

Readers

node-continue-label.

Writers

This slot is read-only.

Structure: node-continue
Package

coalton-impl/typechecker/expression.

Source

expression.lisp.

Direct superclasses

node.

Direct methods
Direct slots
Slot: label
Type

keyword

Initform

(coalton-impl/util:required (quote coalton-impl/typechecker/expression::label))

Readers

node-continue-label.

Writers

This slot is read-only.

Structure: node-continue
Package

coalton-impl/parser/expression.

Source

expression.lisp.

Direct superclasses

node.

Direct methods
Direct slots
Slot: label
Type

keyword

Initform

(coalton-impl/util:required (quote coalton-impl/parser/expression::label))

Readers

node-continue-label.

Writers

This slot is read-only.

Structure: node-direct-application

Fully saturated function application of a known function

Package

coalton-impl/codegen/ast.

Source

ast.lisp.

Direct superclasses

node.

Direct methods
Direct slots
Slot: rator-type
Type

coalton-impl/typechecker/types:ty

Initform

(coalton-impl/util:required (quote coalton-impl/codegen/ast::rator-type))

Readers

node-direct-application-rator-type.

Writers

This slot is read-only.

Slot: rator
Type

coalton-impl/parser/base:identifier

Initform

(coalton-impl/util:required (quote coalton-impl/codegen/ast::rator))

Readers

node-direct-application-rator.

Writers

This slot is read-only.

Slot: rands
Type

coalton-impl/codegen/ast:node-list

Initform

(coalton-impl/util:required (quote coalton-impl/codegen/ast::rands))

Readers

node-direct-application-rands.

Writers

This slot is read-only.

Structure: node-do
Package

coalton-impl/typechecker/expression.

Source

expression.lisp.

Direct superclasses

node.

Direct methods
Direct slots
Slot: nodes
Type

coalton-impl/typechecker/expression::node-do-body-element-list

Initform

(coalton-impl/util:required (quote coalton-impl/typechecker/expression::nodes))

Readers

node-do-nodes.

Writers

This slot is read-only.

Slot: last-node
Type

coalton-impl/typechecker/expression:node

Initform

(coalton-impl/util:required (quote coalton-impl/typechecker/expression::last-node))

Readers

node-do-last-node.

Writers

This slot is read-only.

Structure: node-do
Package

coalton-impl/parser/expression.

Source

expression.lisp.

Direct superclasses

node.

Direct methods
Direct slots
Slot: nodes
Type

coalton-impl/parser/expression::node-do-body-element-list

Initform

(coalton-impl/util:required (quote coalton-impl/parser/expression::nodes))

Readers

node-do-nodes.

Writers

This slot is read-only.

Slot: last-node
Type

coalton-impl/parser/expression:node

Initform

(coalton-impl/util:required (quote coalton-impl/parser/expression::last-node))

Readers

node-do-last-node.

Writers

This slot is read-only.

Structure: node-do-bind
Package

coalton-impl/typechecker/expression.

Source

expression.lisp.

Direct superclasses

structure-object.

Direct methods
Direct slots
Slot: pattern
Package

coalton-impl/typechecker/pattern.

Type

coalton-impl/typechecker/pattern:pattern

Initform

(coalton-impl/util:required (quote coalton-impl/typechecker/pattern:pattern))

Readers

node-do-bind-pattern.

Writers

This slot is read-only.

Slot: expr
Type

coalton-impl/typechecker/expression:node

Initform

(coalton-impl/util:required (quote coalton-impl/typechecker/expression::expr))

Readers

node-do-bind-expr.

Writers

This slot is read-only.

Slot: location
Type

coalton-impl/source:location

Initform

(coalton-impl/util:required (quote coalton-impl/typechecker/expression::location))

Readers

node-do-bind-location.

Writers

This slot is read-only.

Structure: node-do-bind
Package

coalton-impl/parser/expression.

Source

expression.lisp.

Direct superclasses

structure-object.

Direct methods
Direct slots
Slot: pattern
Package

coalton-impl/parser/pattern.

Type

coalton-impl/parser/pattern:pattern

Initform

(coalton-impl/util:required (quote coalton-impl/parser/expression::name))

Readers

node-do-bind-pattern.

Writers

This slot is read-only.

Slot: expr
Type

coalton-impl/parser/expression:node

Initform

(coalton-impl/util:required (quote coalton-impl/parser/expression::expr))

Readers

node-do-bind-expr.

Writers

This slot is read-only.

Slot: location
Type

coalton-impl/source:location

Initform

(coalton-impl/util:required (quote coalton-impl/parser/expression::location))

Readers

node-do-bind-location.

Writers

This slot is read-only.

Structure: node-dynamic-extent

A single stack allocated binding

Package

coalton-impl/codegen/ast.

Source

ast.lisp.

Direct superclasses

node.

Direct methods
Direct slots
Slot: name
Type

coalton-impl/parser/base:identifier

Initform

(coalton-impl/util:required (quote coalton-impl/codegen/ast::name))

Readers

node-dynamic-extent-name.

Writers

This slot is read-only.

Slot: node
Type

coalton-impl/codegen/ast:node

Initform

(coalton-impl/util:required (quote coalton-impl/codegen/ast:node))

Readers

node-dynamic-extent-node.

Writers

This slot is read-only.

Slot: body
Type

coalton-impl/codegen/ast:node

Initform

(coalton-impl/util:required (quote coalton-impl/codegen/ast::body))

Readers

node-dynamic-extent-body.

Writers

This slot is read-only.

Structure: node-field

Accessing a superclass on a typeclass dictionary

Package

coalton-impl/codegen/ast.

Source

ast.lisp.

Direct superclasses

node.

Direct methods
Direct slots
Slot: name
Type

coalton-impl/parser/base:identifier

Initform

(coalton-impl/util:required (quote coalton-impl/codegen/ast::name))

Readers

node-field-name.

Writers

This slot is read-only.

Slot: dict
Type

coalton-impl/codegen/ast:node

Initform

(coalton-impl/util:required (quote coalton-impl/codegen/ast::dict))

Readers

node-field-dict.

Writers

This slot is read-only.

Structure: node-for
Package

coalton-impl/typechecker/expression.

Source

expression.lisp.

Direct superclasses

node.

Direct methods
Direct slots
Slot: label
Type

keyword

Initform

(coalton-impl/util:required (quote coalton-impl/typechecker/expression::label))

Readers

node-for-label.

Writers

This slot is read-only.

Slot: pattern
Package

coalton-impl/typechecker/pattern.

Type

coalton-impl/typechecker/pattern:pattern

Initform

(coalton-impl/util:required (quote coalton-impl/typechecker/pattern:pattern))

Readers

node-for-pattern.

Writers

This slot is read-only.

Slot: expr
Type

coalton-impl/typechecker/expression:node

Initform

(coalton-impl/util:required (quote coalton-impl/typechecker/expression::expr))

Readers

node-for-expr.

Writers

This slot is read-only.

Slot: body
Type

coalton-impl/typechecker/expression:node-body

Initform

(coalton-impl/util:required (quote coalton-impl/typechecker/expression::body))

Readers

node-for-body.

Writers

This slot is read-only.

Structure: node-for
Package

coalton-impl/parser/expression.

Source

expression.lisp.

Direct superclasses

node.

Direct methods
Direct slots
Slot: label
Type

keyword

Initform

(coalton-impl/util:required (quote coalton-impl/parser/expression::label))

Readers

node-for-label.

Writers

This slot is read-only.

Slot: pattern
Package

coalton-impl/parser/pattern.

Type

coalton-impl/parser/pattern:pattern

Initform

(coalton-impl/util:required (quote coalton-impl/parser/pattern:pattern))

Readers

node-for-pattern.

Writers

This slot is read-only.

Slot: expr
Type

coalton-impl/parser/expression:node

Initform

(coalton-impl/util:required (quote coalton-impl/parser/expression::expr))

Readers

node-for-expr.

Writers

This slot is read-only.

Slot: body
Type

coalton-impl/parser/expression:node-body

Initform

(coalton-impl/util:required (quote coalton-impl/parser/expression::body))

Readers

node-for-body.

Writers

This slot is read-only.

Structure: node-if
Package

coalton-impl/typechecker/expression.

Source

expression.lisp.

Direct superclasses

node.

Direct methods
Direct slots
Slot: expr
Type

coalton-impl/typechecker/expression:node

Initform

(coalton-impl/util:required (quote coalton-impl/typechecker/expression::expr))

Readers

node-if-expr.

Writers

This slot is read-only.

Slot: then
Type

coalton-impl/typechecker/expression:node

Initform

(coalton-impl/util:required (quote coalton-impl/typechecker/expression::then))

Readers

node-if-then.

Writers

This slot is read-only.

Slot: else
Type

coalton-impl/typechecker/expression:node

Initform

(coalton-impl/util:required (quote coalton-impl/typechecker/expression::else))

Readers

node-if-else.

Writers

This slot is read-only.

Structure: node-if
Package

coalton-impl/parser/expression.

Source

expression.lisp.

Direct superclasses

node.

Direct methods
Direct slots
Slot: expr
Type

coalton-impl/parser/expression:node

Initform

(coalton-impl/util:required (quote coalton-impl/parser/expression::expr))

Readers

node-if-expr.

Writers

This slot is read-only.

Slot: then
Type

coalton-impl/parser/expression:node

Initform

(coalton-impl/util:required (quote coalton-impl/parser/expression::expr))

Readers

node-if-then.

Writers

This slot is read-only.

Slot: else
Type

coalton-impl/parser/expression:node

Initform

(coalton-impl/util:required (quote coalton-impl/parser/expression::else))

Readers

node-if-else.

Writers

This slot is read-only.

Structure: node-integer-literal
Package

coalton-impl/typechecker/expression.

Source

expression.lisp.

Direct superclasses

node.

Direct methods
Direct slots
Slot: value
Type

integer

Initform

(coalton-impl/util:required (quote coalton-impl/typechecker/expression::value))

Readers

node-integer-literal-value.

Writers

This slot is read-only.

Structure: node-integer-literal
Package

coalton-impl/parser/expression.

Source

expression.lisp.

Direct superclasses

node.

Direct methods
Direct slots
Slot: value
Type

integer

Initform

(coalton-impl/util:required (quote coalton-impl/parser/expression::value))

Readers

node-integer-literal-value.

Writers

This slot is read-only.

Structure: node-let

Introduction of local mutually-recursive bindings (let ((x 2)) (+ x x))

Package

coalton-impl/codegen/ast.

Source

ast.lisp.

Direct superclasses

node.

Direct methods
Direct slots
Slot: bindings
Type

coalton-impl/codegen/ast:binding-list

Initform

(coalton-impl/util:required (quote coalton-impl/codegen/ast::bindings))

Readers

node-let-bindings.

Writers

This slot is read-only.

Slot: subexpr
Type

coalton-impl/codegen/ast:node

Initform

(coalton-impl/util:required (quote coalton-impl/codegen/ast::subexpr))

Readers

node-let-subexpr.

Writers

This slot is read-only.

Structure: node-let
Package

coalton-impl/typechecker/expression.

Source

expression.lisp.

Direct superclasses

node.

Direct methods
Direct slots
Slot: bindings
Type

coalton-impl/typechecker/expression:node-let-binding-list

Initform

(coalton-impl/util:required (quote coalton-impl/typechecker/expression::bindings))

Readers

node-let-bindings.

Writers

This slot is read-only.

Slot: body
Type

coalton-impl/typechecker/expression:node-body

Initform

(coalton-impl/util:required (quote coalton-impl/typechecker/expression::body))

Readers

node-let-body.

Writers

This slot is read-only.

Structure: node-let
Package

coalton-impl/parser/expression.

Source

expression.lisp.

Direct superclasses

node.

Direct methods
Direct slots
Slot: bindings
Type

coalton-impl/parser/expression:node-let-binding-list

Initform

(coalton-impl/util:required (quote coalton-impl/parser/expression::bindings))

Readers

node-let-bindings.

Writers

This slot is read-only.

Slot: declares
Type

coalton-impl/parser/expression:node-let-declare-list

Initform

(coalton-impl/util:required (quote coalton-impl/parser/expression::declares))

Readers

node-let-declares.

Writers

This slot is read-only.

Slot: body
Type

coalton-impl/parser/expression:node-body

Initform

(coalton-impl/util:required (quote coalton-impl/parser/expression::body))

Readers

node-let-body.

Writers

This slot is read-only.

Structure: node-let-binding
Package

coalton-impl/typechecker/expression.

Source

expression.lisp.

Direct superclasses

structure-object.

Direct methods
Direct slots
Slot: name
Type

coalton-impl/typechecker/expression:node-variable

Initform

(coalton-impl/util:required (quote coalton-impl/typechecker/expression::name))

Readers

node-let-binding-name.

Writers

This slot is read-only.

Slot: value
Type

coalton-impl/typechecker/expression:node

Initform

(coalton-impl/util:required (quote coalton-impl/typechecker/expression::value))

Readers

node-let-binding-value.

Writers

This slot is read-only.

Slot: location
Type

coalton-impl/source:location

Initform

(coalton-impl/util:required (quote coalton-impl/typechecker/expression::location))

Readers

node-let-binding-location.

Writers

This slot is read-only.

Structure: node-let-binding
Package

coalton-impl/parser/expression.

Source

expression.lisp.

Direct superclasses

structure-object.

Direct methods
Direct slots
Slot: name
Type

coalton-impl/parser/expression:node-variable

Initform

(coalton-impl/util:required (quote coalton-impl/parser/expression::name))

Readers

node-let-binding-name.

Writers

This slot is read-only.

Slot: value
Type

coalton-impl/parser/expression:node

Initform

(coalton-impl/util:required (quote coalton-impl/parser/expression::value))

Readers

node-let-binding-value.

Writers

This slot is read-only.

Slot: location
Type

coalton-impl/source:location

Initform

(coalton-impl/util:required (quote coalton-impl/parser/expression::location))

Readers

node-let-binding-location.

Writers

This slot is read-only.

Structure: node-let-declare
Package

coalton-impl/parser/expression.

Source

expression.lisp.

Direct superclasses

structure-object.

Direct methods
Direct slots
Slot: name
Type

coalton-impl/parser/expression:node-variable

Initform

(coalton-impl/util:required (quote coalton-impl/parser/expression::name))

Readers

node-let-declare-name.

Writers

This slot is read-only.

Slot: type
Package

common-lisp.

Type

coalton-impl/parser/types:qualified-ty

Initform

(coalton-impl/util:required (quote type))

Readers

node-let-declare-type.

Writers

This slot is read-only.

Slot: location
Type

coalton-impl/source:location

Initform

(coalton-impl/util:required (quote coalton-impl/parser/expression::location))

Readers

node-let-declare-location.

Writers

This slot is read-only.

Structure: node-lisp

An embedded lisp form

Package

coalton-impl/codegen/ast.

Source

ast.lisp.

Direct superclasses

node.

Direct methods
Direct slots
Slot: vars
Type

coalton-impl/codegen/ast::lisp-coalton-var-alist

Initform

(coalton-impl/util:required (quote coalton-impl/codegen/ast::vars))

Readers

node-lisp-vars.

Writers

This slot is read-only.

Slot: form
Initform

(coalton-impl/util:required (quote coalton-impl/codegen/ast::form))

Readers

node-lisp-form.

Writers

This slot is read-only.

Structure: node-lisp
Package

coalton-impl/typechecker/expression.

Source

expression.lisp.

Direct superclasses

node.

Direct methods
Direct slots
Slot: vars
Type

coalton-impl/typechecker/expression:node-variable-list

Initform

(coalton-impl/util:required (quote coalton-impl/typechecker/expression::vars))

Readers

node-lisp-vars.

Writers

This slot is read-only.

Slot: var-names
Type

coalton-impl/util:symbol-list

Initform

(coalton-impl/util:required (quote coalton-impl/typechecker/expression::var-names))

Readers

node-lisp-var-names.

Writers

This slot is read-only.

Slot: body
Initform

(coalton-impl/util:required (quote coalton-impl/typechecker/expression::body))

Readers

node-lisp-body.

Writers

This slot is read-only.

Structure: node-lisp
Package

coalton-impl/parser/expression.

Source

expression.lisp.

Direct superclasses

node.

Direct methods
Direct slots
Slot: type
Package

common-lisp.

Type

coalton-impl/parser/types:ty

Initform

(coalton-impl/util:required (quote type))

Readers

node-lisp-type.

Writers

This slot is read-only.

Slot: vars
Type

coalton-impl/parser/expression:node-variable-list

Initform

(coalton-impl/util:required (quote coalton-impl/parser/expression::vars))

Readers

node-lisp-vars.

Writers

This slot is read-only.

Slot: var-names
Type

coalton-impl/util:symbol-list

Initform

(coalton-impl/util:required (quote coalton-impl/parser/expression::var-names))

Readers

node-lisp-var-names.

Writers

This slot is read-only.

Slot: body
Initform

(coalton-impl/util:required (quote coalton-impl/parser/expression::body))

Readers

node-lisp-body.

Writers

This slot is read-only.

Structure: node-literal

Literal values like 1 or "hello"

Package

coalton-impl/codegen/ast.

Source

ast.lisp.

Direct superclasses

node.

Direct methods
Direct slots
Slot: value
Type

coalton-impl/util:literal-value

Initform

(coalton-impl/util:required (quote coalton-impl/codegen/ast::value))

Readers

node-literal-value.

Writers

This slot is read-only.

Structure: node-literal
Package

coalton-impl/typechecker/expression.

Source

expression.lisp.

Direct superclasses

node.

Direct methods
Direct slots
Slot: value
Type

(and coalton-impl/util:literal-value (not integer))

Initform

(coalton-impl/util:required (quote coalton-impl/typechecker/expression::value))

Readers

node-literal-value.

Writers

This slot is read-only.

Structure: node-literal
Package

coalton-impl/parser/expression.

Source

expression.lisp.

Direct superclasses

node.

Direct methods
Direct slots
Slot: value
Type

(and coalton-impl/util:literal-value (not integer))

Initform

(coalton-impl/util:required (quote coalton-impl/parser/expression::value))

Readers

node-literal-value.

Writers

This slot is read-only.

Structure: node-loop

A labelled looping construct. Loops forever until broken out of by a call to (break).

Package

coalton-impl/codegen/ast.

Source

ast.lisp.

Direct superclasses

node.

Direct methods
Direct slots
Slot: label
Type

keyword

Initform

(coalton-impl/util:required (quote coalton-impl/codegen/ast::label))

Readers

node-loop-label.

Writers

This slot is read-only.

Slot: body
Type

coalton-impl/codegen/ast:node

Initform

(coalton-impl/util:required (quote coalton-impl/codegen/ast::body))

Readers

node-loop-body.

Writers

This slot is read-only.

Structure: node-loop
Package

coalton-impl/typechecker/expression.

Source

expression.lisp.

Direct superclasses

node.

Direct methods
Direct slots
Slot: label
Type

keyword

Initform

(coalton-impl/util:required (quote coalton-impl/typechecker/expression::label))

Readers

node-loop-label.

Writers

This slot is read-only.

Slot: body
Type

coalton-impl/typechecker/expression:node-body

Initform

(coalton-impl/util:required (quote coalton-impl/typechecker/expression::body))

Readers

node-loop-body.

Writers

This slot is read-only.

Structure: node-loop
Package

coalton-impl/parser/expression.

Source

expression.lisp.

Direct superclasses

node.

Direct methods
Direct slots
Slot: label
Type

keyword

Initform

(coalton-impl/util:required (quote coalton-impl/parser/expression::label))

Readers

node-loop-label.

Writers

This slot is read-only.

Slot: body
Type

coalton-impl/parser/expression:node-body

Initform

(coalton-impl/util:required (quote coalton-impl/parser/expression::body))

Readers

node-loop-body.

Writers

This slot is read-only.

Structure: node-match

A pattern matching construct. Uses MATCH-BRANCH to represent branches

Package

coalton-impl/codegen/ast.

Source

ast.lisp.

Direct superclasses

node.

Direct methods
Direct slots
Slot: expr
Type

coalton-impl/codegen/ast:node

Initform

(coalton-impl/util:required (quote coalton-impl/codegen/ast::expr))

Readers

node-match-expr.

Writers

This slot is read-only.

Slot: branches
Type

coalton-impl/codegen/ast:branch-list

Initform

(coalton-impl/util:required (quote coalton-impl/codegen/ast::branches))

Readers

node-match-branches.

Writers

This slot is read-only.

Structure: node-match
Package

coalton-impl/typechecker/expression.

Source

expression.lisp.

Direct superclasses

node.

Direct methods
Direct slots
Slot: expr
Type

coalton-impl/typechecker/expression:node

Initform

(coalton-impl/util:required (quote coalton-impl/typechecker/expression::expr))

Readers

node-match-expr.

Writers

This slot is read-only.

Slot: branches
Type

coalton-impl/typechecker/expression:node-match-branch-list

Initform

(coalton-impl/util:required (quote coalton-impl/typechecker/expression::branches))

Readers

node-match-branches.

Writers

This slot is read-only.

Structure: node-match
Package

coalton-impl/parser/expression.

Source

expression.lisp.

Direct superclasses

node.

Direct methods
Direct slots
Slot: expr
Type

coalton-impl/parser/expression:node

Initform

(coalton-impl/util:required (quote coalton-impl/parser/expression::expr))

Readers

node-match-expr.

Writers

This slot is read-only.

Slot: branches
Type

coalton-impl/parser/expression:node-match-branch-list

Initform

(coalton-impl/util:required (quote coalton-impl/parser/expression::branches))

Readers

node-match-branches.

Writers

This slot is read-only.

Structure: node-match-branch
Package

coalton-impl/typechecker/expression.

Source

expression.lisp.

Direct superclasses

structure-object.

Direct methods
Direct slots
Slot: pattern
Package

coalton-impl/typechecker/pattern.

Type

coalton-impl/typechecker/pattern:pattern

Initform

(coalton-impl/util:required (quote coalton-impl/typechecker/pattern:pattern))

Readers

node-match-branch-pattern.

Writers

This slot is read-only.

Slot: body
Type

coalton-impl/typechecker/expression:node-body

Initform

(coalton-impl/util:required (quote coalton-impl/typechecker/expression::body))

Readers

node-match-branch-body.

Writers

This slot is read-only.

Slot: location
Type

coalton-impl/source:location

Initform

(coalton-impl/util:required (quote coalton-impl/typechecker/expression::location))

Readers

node-match-branch-location.

Writers

This slot is read-only.

Structure: node-match-branch
Package

coalton-impl/parser/expression.

Source

expression.lisp.

Direct superclasses

structure-object.

Direct methods
Direct slots
Slot: pattern
Package

coalton-impl/parser/pattern.

Type

coalton-impl/parser/pattern:pattern

Initform

(coalton-impl/util:required (quote coalton-impl/parser/pattern:pattern))

Readers

node-match-branch-pattern.

Writers

This slot is read-only.

Slot: body
Type

coalton-impl/parser/expression:node-body

Initform

(coalton-impl/util:required (quote coalton-impl/parser/expression::body))

Readers

node-match-branch-body.

Writers

This slot is read-only.

Slot: location
Type

coalton-impl/source:location

Initform

(coalton-impl/util:required (quote coalton-impl/parser/expression::location))

Readers

node-match-branch-location.

Writers

This slot is read-only.

Structure: node-or
Package

coalton-impl/typechecker/expression.

Source

expression.lisp.

Direct superclasses

node.

Direct methods
Direct slots
Slot: nodes
Type

coalton-impl/typechecker/expression:node-list

Initform

(coalton-impl/util:required (quote coalton-impl/typechecker/expression::nodes))

Readers

node-or-nodes.

Writers

This slot is read-only.

Structure: node-or
Package

coalton-impl/parser/expression.

Source

expression.lisp.

Direct superclasses

node.

Direct methods
Direct slots
Slot: nodes
Type

coalton-impl/parser/expression:node-list

Initform

(coalton-impl/util:required (quote coalton-impl/parser/expression::nodes))

Readers

node-or-nodes.

Writers

This slot is read-only.

Structure: node-progn
Package

coalton-impl/typechecker/expression.

Source

expression.lisp.

Direct superclasses

node.

Direct methods
Direct slots
Slot: body
Type

coalton-impl/typechecker/expression:node-body

Initform

(coalton-impl/util:required (quote coalton-impl/typechecker/expression::body))

Readers

node-progn-body.

Writers

This slot is read-only.

Structure: node-progn
Package

coalton-impl/parser/expression.

Source

expression.lisp.

Direct superclasses

node.

Direct methods
Direct slots
Slot: body
Type

coalton-impl/parser/expression:node-body

Initform

(coalton-impl/util:required (quote coalton-impl/parser/expression::body))

Readers

node-progn-body.

Writers

This slot is read-only.

Structure: node-return
Package

coalton-impl/typechecker/expression.

Source

expression.lisp.

Direct superclasses

node.

Direct methods
Direct slots
Slot: expr
Type

(or null coalton-impl/typechecker/expression:node)

Initform

(coalton-impl/util:required (quote coalton-impl/typechecker/expression::expr))

Readers

node-return-expr.

Writers

This slot is read-only.

Structure: node-return
Package

coalton-impl/parser/expression.

Source

expression.lisp.

Direct superclasses

node.

Direct methods
Direct slots
Slot: expr
Type

(or null coalton-impl/parser/expression:node)

Initform

(coalton-impl/util:required (quote coalton-impl/parser/expression::expr))

Readers

node-return-expr.

Writers

This slot is read-only.

Structure: node-return-from

A return statement, used for explicit returns in functions

Package

coalton-impl/codegen/ast.

Source

ast.lisp.

Direct superclasses

node.

Direct methods
Direct slots
Slot: name
Type

symbol

Initform

(coalton-impl/util:required (quote coalton-impl/codegen/ast::name))

Readers

node-return-from-name.

Writers

This slot is read-only.

Slot: expr
Type

coalton-impl/codegen/ast:node

Initform

(coalton-impl/util:required (quote coalton-impl/codegen/ast::expr))

Readers

node-return-from-expr.

Writers

This slot is read-only.

Structure: node-seq

A series of statements to be executed sequentially

Package

coalton-impl/codegen/ast.

Source

ast.lisp.

Direct superclasses

node.

Direct methods
Direct slots
Slot: nodes
Type

coalton-impl/codegen/ast:node-list

Initform

(coalton-impl/util:required (quote coalton-impl/codegen/ast::nodes))

Readers

node-seq-nodes.

Writers

This slot is read-only.

Structure: node-the
Package

coalton-impl/parser/expression.

Source

expression.lisp.

Direct superclasses

node.

Direct methods
Direct slots
Slot: type
Package

common-lisp.

Type

coalton-impl/parser/types:ty

Initform

(coalton-impl/util:required (quote type))

Readers

node-the-type.

Writers

This slot is read-only.

Slot: expr
Type

coalton-impl/parser/expression:node

Initform

(coalton-impl/util:required (quote coalton-impl/parser/expression::expr))

Readers

node-the-expr.

Writers

This slot is read-only.

Structure: node-unless
Package

coalton-impl/typechecker/expression.

Source

expression.lisp.

Direct superclasses

node.

Direct methods
Direct slots
Slot: expr
Type

coalton-impl/typechecker/expression:node

Initform

(coalton-impl/util:required (quote coalton-impl/typechecker/expression::expr))

Readers

node-unless-expr.

Writers

This slot is read-only.

Slot: body
Type

coalton-impl/typechecker/expression:node-body

Initform

(coalton-impl/util:required (quote coalton-impl/typechecker/expression::body))

Readers

node-unless-body.

Writers

This slot is read-only.

Structure: node-unless
Package

coalton-impl/parser/expression.

Source

expression.lisp.

Direct superclasses

node.

Direct methods
Direct slots
Slot: expr
Type

coalton-impl/parser/expression:node

Initform

(coalton-impl/util:required (quote coalton-impl/parser/expression::expr))

Readers

node-unless-expr.

Writers

This slot is read-only.

Slot: body
Type

coalton-impl/parser/expression:node-body

Initform

(coalton-impl/util:required (quote coalton-impl/parser/expression::body))

Readers

node-unless-body.

Writers

This slot is read-only.

Structure: node-variable

Variables like x or y

Package

coalton-impl/codegen/ast.

Source

ast.lisp.

Direct superclasses

node.

Direct methods
Direct slots
Slot: value
Type

coalton-impl/parser/base:identifier

Initform

(coalton-impl/util:required (quote coalton-impl/codegen/ast::value))

Readers

node-variable-value.

Writers

This slot is read-only.

Structure: node-variable
Package

coalton-impl/typechecker/expression.

Source

expression.lisp.

Direct superclasses

node.

Direct methods
Direct slots
Slot: name
Type

coalton-impl/parser/base:identifier

Initform

(coalton-impl/util:required (quote coalton-impl/typechecker/expression::name))

Readers

node-variable-name.

Writers

This slot is read-only.

Structure: node-variable
Package

coalton-impl/parser/expression.

Source

expression.lisp.

Direct superclasses

node.

Direct methods
Direct slots
Slot: name
Type

coalton-impl/parser/base:identifier

Initform

(coalton-impl/util:required (quote coalton-impl/parser/expression::name))

Readers

node-variable-name.

Writers

This slot is read-only.

Structure: node-when
Package

coalton-impl/typechecker/expression.

Source

expression.lisp.

Direct superclasses

node.

Direct methods
Direct slots
Slot: expr
Type

coalton-impl/typechecker/expression:node

Initform

(coalton-impl/util:required (quote coalton-impl/typechecker/expression::expr))

Readers

node-when-expr.

Writers

This slot is read-only.

Slot: body
Type

coalton-impl/typechecker/expression:node-body

Initform

(coalton-impl/util:required (quote coalton-impl/typechecker/expression::body))

Readers

node-when-body.

Writers

This slot is read-only.

Structure: node-when
Package

coalton-impl/parser/expression.

Source

expression.lisp.

Direct superclasses

node.

Direct methods
Direct slots
Slot: expr
Type

coalton-impl/parser/expression:node

Initform

(coalton-impl/util:required (quote coalton-impl/parser/expression::expr))

Readers

node-when-expr.

Writers

This slot is read-only.

Slot: body
Type

coalton-impl/parser/expression:node-body

Initform

(coalton-impl/util:required (quote coalton-impl/parser/expression::body))

Readers

node-when-body.

Writers

This slot is read-only.

Structure: node-while

A looping construct. Executes a body until an expression is false.

Package

coalton-impl/codegen/ast.

Source

ast.lisp.

Direct superclasses

node.

Direct methods
Direct slots
Slot: label
Type

keyword

Initform

(coalton-impl/util:required (quote coalton-impl/codegen/ast::label))

Readers

node-while-label.

Writers

This slot is read-only.

Slot: expr
Type

coalton-impl/codegen/ast:node

Initform

(coalton-impl/util:required (quote coalton-impl/codegen/ast::expr))

Readers

node-while-expr.

Writers

This slot is read-only.

Slot: body
Type

coalton-impl/codegen/ast:node

Initform

(coalton-impl/util:required (quote coalton-impl/codegen/ast::body))

Readers

node-while-body.

Writers

This slot is read-only.

Structure: node-while
Package

coalton-impl/typechecker/expression.

Source

expression.lisp.

Direct superclasses

node.

Direct methods
Direct slots
Slot: label
Type

keyword

Initform

(coalton-impl/util:required (quote coalton-impl/typechecker/expression::label))

Readers

node-while-label.

Writers

This slot is read-only.

Slot: expr
Type

coalton-impl/typechecker/expression:node

Initform

(coalton-impl/util:required (quote coalton-impl/typechecker/expression::expr))

Readers

node-while-expr.

Writers

This slot is read-only.

Slot: body
Type

coalton-impl/typechecker/expression:node-body

Initform

(coalton-impl/util:required (quote coalton-impl/typechecker/expression::body))

Readers

node-while-body.

Writers

This slot is read-only.

Structure: node-while
Package

coalton-impl/parser/expression.

Source

expression.lisp.

Direct superclasses

node.

Direct methods
Direct slots
Slot: label
Type

keyword

Initform

(coalton-impl/util:required (quote coalton-impl/parser/expression::label))

Readers

node-while-label.

Writers

This slot is read-only.

Slot: expr
Type

coalton-impl/parser/expression:node

Initform

(coalton-impl/util:required (quote coalton-impl/parser/expression::expr))

Readers

node-while-expr.

Writers

This slot is read-only.

Slot: body
Type

coalton-impl/parser/expression:node-body

Initform

(coalton-impl/util:required (quote coalton-impl/parser/expression::body))

Readers

node-while-body.

Writers

This slot is read-only.

Structure: node-while-let

A looping construct. Executes a body until a pattern match fails.

Package

coalton-impl/codegen/ast.

Source

ast.lisp.

Direct superclasses

node.

Direct methods
Direct slots
Slot: label
Type

keyword

Initform

(coalton-impl/util:required (quote coalton-impl/codegen/ast::label))

Readers

node-while-let-label.

Writers

This slot is read-only.

Slot: pattern
Package

coalton-impl/codegen/pattern.

Type

coalton-impl/codegen/pattern:pattern

Initform

(coalton-impl/util:required (quote coalton-impl/codegen/pattern:pattern))

Readers

node-while-let-pattern.

Writers

This slot is read-only.

Slot: expr
Type

coalton-impl/codegen/ast:node

Initform

(coalton-impl/util:required (quote coalton-impl/codegen/ast::expr))

Readers

node-while-let-expr.

Writers

This slot is read-only.

Slot: body
Type

coalton-impl/codegen/ast:node

Initform

(coalton-impl/util:required (quote coalton-impl/codegen/ast::body))

Readers

node-while-let-body.

Writers

This slot is read-only.

Structure: node-while-let
Package

coalton-impl/typechecker/expression.

Source

expression.lisp.

Direct superclasses

node.

Direct methods
Direct slots
Slot: label
Type

keyword

Initform

(coalton-impl/util:required (quote coalton-impl/typechecker/expression::label))

Readers

node-while-let-label.

Writers

This slot is read-only.

Slot: pattern
Package

coalton-impl/typechecker/pattern.

Type

coalton-impl/typechecker/pattern:pattern

Initform

(coalton-impl/util:required (quote coalton-impl/typechecker/pattern:pattern))

Readers

node-while-let-pattern.

Writers

This slot is read-only.

Slot: expr
Type

coalton-impl/typechecker/expression:node

Initform

(coalton-impl/util:required (quote coalton-impl/typechecker/expression::expr))

Readers

node-while-let-expr.

Writers

This slot is read-only.

Slot: body
Type

coalton-impl/typechecker/expression:node-body

Initform

(coalton-impl/util:required (quote coalton-impl/typechecker/expression::body))

Readers

node-while-let-body.

Writers

This slot is read-only.

Structure: node-while-let
Package

coalton-impl/parser/expression.

Source

expression.lisp.

Direct superclasses

node.

Direct methods
Direct slots
Slot: label
Type

keyword

Initform

(coalton-impl/util:required (quote coalton-impl/parser/expression::label))

Readers

node-while-let-label.

Writers

This slot is read-only.

Slot: pattern
Package

coalton-impl/parser/pattern.

Type

coalton-impl/parser/pattern:pattern

Initform

(coalton-impl/util:required (quote coalton-impl/parser/pattern:pattern))

Readers

node-while-let-pattern.

Writers

This slot is read-only.

Slot: expr
Type

coalton-impl/parser/expression:node

Initform

(coalton-impl/util:required (quote coalton-impl/parser/expression::expr))

Readers

node-while-let-expr.

Writers

This slot is read-only.

Slot: body
Type

coalton-impl/parser/expression:node-body

Initform

(coalton-impl/util:required (quote coalton-impl/parser/expression::body))

Readers

node-while-let-body.

Writers

This slot is read-only.

Structure: partial-type-env
Package

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

Source

partial-type-env.lisp.

Direct superclasses

structure-object.

Direct slots
Slot: env
Type

coalton-impl/typechecker/environment:environment

Initform

(coalton-impl/util:required (quote coalton-impl/typechecker/partial-type-env::env))

Readers

partial-type-env-env.

Writers

This slot is read-only.

Slot: ty-table
Type

hash-table

Initform

(make-hash-table :test (function eq))

Readers

partial-type-env-ty-table.

Writers

This slot is read-only.

Slot: class-table
Type

hash-table

Initform

(make-hash-table :test (function eq))

Readers

partial-type-env-class-table.

Writers

This slot is read-only.

Structure: pattern
Package

coalton-impl/typechecker/pattern.

Source

pattern.lisp.

Direct superclasses

structure-object.

Direct subclasses
Direct methods

location.

Direct slots
Slot: type
Package

common-lisp.

Type

coalton-impl/typechecker/predicate:qualified-ty

Initform

(coalton-impl/util:required (quote type))

Readers

pattern-type.

Writers

This slot is read-only.

Slot: location
Type

(or coalton-impl/source:location null)

Readers

pattern-location.

Writers

This slot is read-only.

Structure: pattern
Package

coalton-impl/codegen/pattern.

Source

pattern.lisp.

Direct superclasses

structure-object.

Direct subclasses
Direct methods

make-load-form.

Direct slots
Slot: type
Package

common-lisp.

Type

coalton-impl/typechecker/types:ty

Initform

(coalton-impl/util:required (quote type))

Readers

pattern-type.

Writers

This slot is read-only.

Structure: pattern
Package

coalton-impl/parser/pattern.

Source

pattern.lisp.

Direct superclasses

structure-object.

Direct subclasses
Direct methods
Direct slots
Slot: location
Type

coalton-impl/source:location

Initform

(coalton-impl/util:required (quote coalton-impl/parser/pattern::location))

Readers

pattern-location.

Writers

This slot is read-only.

Structure: pattern-constructor
Package

coalton-impl/typechecker/pattern.

Source

pattern.lisp.

Direct superclasses

pattern.

Direct methods
Direct slots
Slot: name
Type

coalton-impl/parser/base:identifier

Initform

(coalton-impl/util:required (quote coalton-impl/typechecker/pattern::name))

Readers

pattern-constructor-name.

Writers

This slot is read-only.

Slot: patterns
Type

coalton-impl/typechecker/pattern:pattern-list

Initform

(coalton-impl/util:required (quote coalton-impl/typechecker/pattern::patterns))

Readers

pattern-constructor-patterns.

Writers

This slot is read-only.

Structure: pattern-constructor
Package

coalton-impl/codegen/pattern.

Source

pattern.lisp.

Direct superclasses

pattern.

Direct methods
Direct slots
Slot: name
Type

symbol

Initform

(coalton-impl/util:required (quote coalton-impl/codegen/pattern::name))

Readers

pattern-constructor-name.

Writers

This slot is read-only.

Slot: patterns
Type

coalton-impl/codegen/pattern:pattern-list

Initform

(coalton-impl/util:required (quote coalton-impl/codegen/pattern::patterns))

Readers

pattern-constructor-patterns.

Writers

This slot is read-only.

Structure: pattern-constructor
Package

coalton-impl/parser/pattern.

Source

pattern.lisp.

Direct superclasses

pattern.

Direct methods
Direct slots
Slot: name
Type

coalton-impl/parser/base:identifier

Initform

(coalton-impl/util:required (quote coalton-impl/parser/pattern::name))

Readers

pattern-constructor-name.

Writers

This slot is read-only.

Slot: patterns
Type

coalton-impl/parser/pattern:pattern-list

Initform

(coalton-impl/util:required (quote coalton-impl/parser/pattern::patterns))

Readers

pattern-constructor-patterns.

Writers

This slot is read-only.

Structure: pattern-literal
Package

coalton-impl/typechecker/pattern.

Source

pattern.lisp.

Direct superclasses

pattern.

Direct methods
Direct slots
Slot: value
Type

coalton-impl/util:literal-value

Initform

(coalton-impl/util:required (quote coalton-impl/typechecker/pattern::value))

Readers

pattern-literal-value.

Writers

This slot is read-only.

Structure: pattern-literal
Package

coalton-impl/codegen/pattern.

Source

pattern.lisp.

Direct superclasses

pattern.

Direct methods
Direct slots
Slot: value
Type

coalton-impl/util:literal-value

Initform

(coalton-impl/util:required (quote coalton-impl/codegen/pattern::value))

Readers

pattern-literal-value.

Writers

This slot is read-only.

Structure: pattern-literal
Package

coalton-impl/parser/pattern.

Source

pattern.lisp.

Direct superclasses

pattern.

Direct methods
Direct slots
Slot: value
Type

coalton-impl/util:literal-value

Initform

(coalton-impl/util:required (quote coalton-impl/parser/pattern::value))

Readers

pattern-literal-value.

Writers

This slot is read-only.

Structure: pattern-var
Package

coalton-impl/typechecker/pattern.

Source

pattern.lisp.

Direct superclasses

pattern.

Direct methods
Direct slots
Slot: name
Type

coalton-impl/parser/base:identifier

Initform

(coalton-impl/util:required (quote coalton-impl/typechecker/pattern::name))

Readers

pattern-var-name.

Writers

This slot is read-only.

Slot: orig-name
Type

coalton-impl/parser/base:identifier

Initform

(coalton-impl/util:required (quote coalton-impl/typechecker/pattern::orig-name))

Readers

pattern-var-orig-name.

Writers

This slot is read-only.

Structure: pattern-var
Package

coalton-impl/codegen/pattern.

Source

pattern.lisp.

Direct superclasses

pattern.

Direct methods
Direct slots
Slot: name
Type

symbol

Initform

(coalton-impl/util:required (quote coalton-impl/codegen/pattern::name))

Readers

pattern-var-name.

Writers

This slot is read-only.

Structure: pattern-var
Package

coalton-impl/parser/pattern.

Source

pattern.lisp.

Direct superclasses

pattern.

Direct methods
Direct slots
Slot: name
Type

coalton-impl/parser/base:identifier

Initform

(coalton-impl/util:required (quote coalton-impl/parser/pattern::name))

Readers

pattern-var-name.

Writers

This slot is read-only.

Slot: orig-name
Type

coalton-impl/parser/base:identifier

Initform

(coalton-impl/util:required (quote coalton-impl/parser/pattern::orig-name))

Readers

pattern-var-orig-name.

Writers

This slot is read-only.

Structure: pattern-wildcard
Package

coalton-impl/typechecker/pattern.

Source

pattern.lisp.

Direct superclasses

pattern.

Direct methods
Structure: pattern-wildcard
Package

coalton-impl/codegen/pattern.

Source

pattern.lisp.

Direct superclasses

pattern.

Direct methods
Structure: pattern-wildcard
Package

coalton-impl/parser/pattern.

Source

pattern.lisp.

Direct superclasses

pattern.

Direct methods
Structure: program
Package

coalton-impl/parser/toplevel.

Source

toplevel.lisp.

Direct superclasses

structure-object.

Direct methods

rename-variables-generic%.

Direct slots
Slot: package
Package

common-lisp.

Type

(or null coalton-impl/parser/toplevel::toplevel-package)

Readers

program-package.

Writers

This slot is read-only.

Slot: types
Type

coalton-impl/parser/toplevel:toplevel-define-type-list

Readers

program-types.

Writers

(setf program-types).

Slot: structs
Type

coalton-impl/parser/toplevel:toplevel-define-struct-list

Readers

program-structs.

Writers

(setf program-structs).

Slot: declares
Type

coalton-impl/parser/toplevel:toplevel-declare-list

Readers

program-declares.

Writers

(setf program-declares).

Slot: defines
Type

coalton-impl/parser/toplevel:toplevel-define-list

Readers

program-defines.

Writers

(setf program-defines).

Slot: classes
Type

coalton-impl/parser/toplevel:toplevel-define-class-list

Readers

program-classes.

Writers

(setf program-classes).

Slot: instances
Type

coalton-impl/parser/toplevel:toplevel-define-instance-list

Readers

program-instances.

Writers

(setf program-instances).

Slot: lisp-forms
Type

coalton-impl/parser/toplevel:toplevel-lisp-form-list

Readers

program-lisp-forms.

Writers

(setf program-lisp-forms).

Slot: specializations
Type

coalton-impl/parser/toplevel:toplevel-specialize-list

Readers

program-specializations.

Writers

(setf program-specializations).

Structure: qualified-ty
Package

coalton-impl/parser/types.

Source

types.lisp.

Direct superclasses

structure-object.

Direct methods
Direct slots
Slot: predicates
Type

coalton-impl/parser/types:ty-predicate-list

Initform

(coalton-impl/util:required (quote coalton-impl/parser/types::predicates))

Readers

qualified-ty-predicates.

Writers

This slot is read-only.

Slot: type
Package

common-lisp.

Type

coalton-impl/parser/types:ty

Initform

(coalton-impl/util:required (quote type))

Readers

qualified-ty-type.

Writers

This slot is read-only.

Slot: location
Type

coalton-impl/source:location

Initform

(coalton-impl/util:required (quote coalton-impl/parser/types::location))

Readers

qualified-ty-location.

Writers

This slot is read-only.

Structure: qualified-ty
Package

coalton-impl/typechecker/predicate.

Source

predicate.lisp.

Direct superclasses

structure-object.

Direct methods
Direct slots
Slot: predicates
Type

coalton-impl/typechecker/predicate:ty-predicate-list

Initform

(coalton-impl/util:required (quote coalton-impl/typechecker/predicate::predicates))

Readers

qualified-ty-predicates.

Writers

This slot is read-only.

Slot: type
Package

common-lisp.

Type

coalton-impl/typechecker/types:ty

Initform

(coalton-impl/util:required (quote type))

Readers

qualified-ty-type.

Writers

This slot is read-only.

Structure: source-error
Package

source-error/error.

Source

error.lisp.

Direct superclasses

structure-object.

Direct slots
Slot: type
Package

common-lisp.

Type

(member :error :warn)

Readers

source-error-type.

Writers

This slot is read-only.

Slot: source
Readers

source-error-source.

Writers

This slot is read-only.

Slot: location
Type

integer

Readers

source-error-location.

Writers

This slot is read-only.

Slot: message
Type

string

Readers

source-error-message.

Writers

This slot is read-only.

Slot: notes
Type

source-error/error::source-error-note-list

Readers

source-error-notes.

Writers

This slot is read-only.

Slot: help-notes
Type

source-error/error::source-error-help-list

Readers

source-error-help-notes.

Writers

This slot is read-only.

Slot: context
Type

source-error/error::source-error-context-list

Readers

source-error-context.

Writers

This slot is read-only.

Structure: specialization-entry
Package

coalton-impl/typechecker/environment.

Source

environment.lisp.

Direct superclasses

structure-object.

Direct methods

make-load-form.

Direct slots
Slot: from
Type

symbol

Initform

(coalton-impl/util:required (quote coalton-impl/typechecker/environment::from))

Readers

specialization-entry-from.

Writers

This slot is read-only.

Slot: to
Type

symbol

Initform

(coalton-impl/util:required (quote coalton-impl/typechecker/environment::to))

Readers

specialization-entry-to.

Writers

This slot is read-only.

Slot: to-ty
Type

coalton-impl/typechecker/types:ty

Initform

(coalton-impl/util:required (quote coalton-impl/typechecker/environment::to-ty))

Readers

specialization-entry-to-ty.

Writers

This slot is read-only.

Structure: specialization-environment
Package

coalton-impl/typechecker/environment.

Source

environment.lisp.

Direct superclasses

immutable-listmap.

Structure: struct-entry
Package

coalton-impl/typechecker/environment.

Source

environment.lisp.

Direct superclasses

structure-object.

Direct methods
Direct slots
Slot: name
Type

symbol

Initform

(coalton-impl/util:required (quote coalton-impl/typechecker/environment::name))

Readers

struct-entry-name.

Writers

This slot is read-only.

Slot: fields
Type

coalton-impl/typechecker/environment:struct-field-list

Initform

(coalton-impl/util:required (quote coalton-impl/typechecker/environment::fields))

Readers

struct-entry-fields.

Writers

This slot is read-only.

Slot: docstring
Type

(or null string)

Initform

(coalton-impl/util:required (quote coalton-impl/typechecker/environment::docstring))

Readers

struct-entry-docstring.

Writers

This slot is read-only.

Structure: struct-environment
Package

coalton-impl/typechecker/environment.

Source

environment.lisp.

Direct superclasses

immutable-map.

Structure: struct-field
Package

coalton-impl/typechecker/environment.

Source

environment.lisp.

Direct superclasses

structure-object.

Direct methods
Direct slots
Slot: name
Type

string

Initform

(coalton-impl/util:required (quote coalton-impl/typechecker/environment::name))

Readers

struct-field-name.

Writers

This slot is read-only.

Slot: type
Package

common-lisp.

Type

coalton-impl/typechecker/types:ty

Initform

(coalton-impl/util:required (quote type))

Readers

struct-field-type.

Writers

This slot is read-only.

Slot: index
Type

fixnum

Initform

(coalton-impl/util:required (quote coalton-impl/typechecker/environment::index))

Readers

struct-field-index.

Writers

This slot is read-only.

Slot: docstring
Type

(or null string)

Initform

(coalton-impl/util:required (quote coalton-impl/typechecker/environment::docstring))

Readers

struct-field-docstring.

Writers

This slot is read-only.

Structure: struct-field
Package

coalton-impl/parser/toplevel.

Source

toplevel.lisp.

Direct superclasses

toplevel-definition.

Direct methods
Direct slots
Slot: name
Type

string

Initform

(coalton-impl/util:required (quote coalton-impl/parser/toplevel::name))

Readers

struct-field-name.

Writers

This slot is read-only.

Slot: type
Package

common-lisp.

Type

coalton-impl/parser/types:ty

Initform

(coalton-impl/util:required (quote type))

Readers

struct-field-type.

Writers

This slot is read-only.

Structure: struct-or-class-field
Package

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

Source

struct-or-class.lisp.

Direct superclasses

structure-object.

Direct slots
Slot: name
Type

symbol

Initform

(coalton-impl/util:required (quote coalton-impl/codegen/struct-or-class::name))

Readers

struct-or-class-field-name.

Writers

This slot is read-only.

Slot: type
Package

common-lisp.

Initform

(coalton-impl/util:required (quote type))

Readers

struct-or-class-field-type.

Writers

This slot is read-only.

Structure: substitution
Package

coalton-impl/typechecker/substitutions.

Source

substitutions.lisp.

Direct superclasses

structure-object.

Direct slots
Slot: from
Type

coalton-impl/typechecker/types:tyvar

Initform

(coalton-impl/util:required (quote coalton-impl/typechecker/substitutions::from))

Readers

substitution-from.

Writers

This slot is read-only.

Slot: to
Type

coalton-impl/typechecker/types:ty

Initform

(coalton-impl/util:required (quote coalton-impl/typechecker/substitutions::to))

Readers

substitution-to.

Writers

This slot is read-only.

Structure: tapp
Package

coalton-impl/parser/types.

Source

types.lisp.

Direct superclasses

ty.

Direct methods
Direct slots
Slot: from
Type

coalton-impl/parser/types:ty

Initform

(coalton-impl/util:required (quote coalton-impl/parser/types::from))

Readers

tapp-from.

Writers

This slot is read-only.

Slot: to
Type

coalton-impl/parser/types:ty

Initform

(coalton-impl/util:required (quote coalton-impl/parser/types::to))

Readers

tapp-to.

Writers

This slot is read-only.

Structure: tapp
Package

coalton-impl/typechecker/types.

Source

types.lisp.

Direct superclasses

ty.

Direct methods
Direct slots
Slot: from
Type

coalton-impl/typechecker/types:ty

Initform

(coalton-impl/util:required (quote coalton-impl/typechecker/types::from))

Readers

tapp-from.

Writers

This slot is read-only.

Slot: to
Type

coalton-impl/typechecker/types:ty

Initform

(coalton-impl/util:required (quote coalton-impl/typechecker/types::to))

Readers

tapp-to.

Writers

This slot is read-only.

Structure: tc-env
Package

coalton-impl/typechecker/tc-env.

Source

tc-env.lisp.

Direct superclasses

structure-object.

Direct methods
Direct slots
Slot: env
Type

coalton-impl/typechecker/environment:environment

Initform

(coalton-impl/util:required (quote coalton-impl/typechecker/tc-env::env))

Readers

tc-env-env.

Writers

This slot is read-only.

Slot: ty-table
Type

hash-table

Initform

(make-hash-table :test (function eq))

Readers

tc-env-ty-table.

Writers

This slot is read-only.

Structure: tgen
Package

coalton-impl/typechecker/types.

Source

types.lisp.

Direct superclasses

ty.

Direct methods
Direct slots
Slot: id
Type

fixnum

Initform

(coalton-impl/util:required (quote coalton-impl/typechecker/types::id))

Readers

tgen-id.

Writers

This slot is read-only.

Structure: toplevel-declare
Package

coalton-impl/parser/toplevel.

Source

toplevel.lisp.

Direct superclasses

structure-object.

Direct methods

location.

Direct slots
Slot: name
Type

coalton-impl/parser/base:identifier-src

Initform

(coalton-impl/util:required (quote coalton-impl/parser/toplevel::name))

Readers

toplevel-declare-name.

Writers

This slot is read-only.

Slot: type
Package

common-lisp.

Type

coalton-impl/parser/types:qualified-ty

Initform

(coalton-impl/util:required (quote type))

Readers

toplevel-declare-type.

Writers

This slot is read-only.

Slot: location
Type

coalton-impl/source:location

Initform

(coalton-impl/util:required (quote coalton-impl/parser/toplevel::location))

Readers

toplevel-declare-location.

Writers

This slot is read-only.

Slot: monomorphize
Type

(or null coalton-impl/parser/toplevel:attribute-monomorphize)

Initform

(coalton-impl/util:required (quote coalton-impl/parser/toplevel::monomorphize))

Readers

toplevel-declare-monomorphize.

Writers

(setf toplevel-declare-monomorphize).

Structure: toplevel-define
Package

coalton-impl/typechecker/toplevel.

Source

toplevel.lisp.

Direct superclasses

toplevel-definition.

Direct methods
Direct slots
Slot: name
Type

coalton-impl/typechecker/expression:node-variable

Initform

(coalton-impl/util:required (quote coalton-impl/typechecker/toplevel::name))

Readers

toplevel-define-name.

Writers

This slot is read-only.

Slot: params
Type

coalton-impl/typechecker/pattern:pattern-list

Initform

(coalton-impl/util:required (quote coalton-impl/typechecker/toplevel::params))

Readers

toplevel-define-params.

Writers

This slot is read-only.

Slot: body
Type

coalton-impl/typechecker/expression:node-body

Initform

(coalton-impl/util:required (quote coalton-impl/typechecker/toplevel::body))

Readers

toplevel-define-body.

Writers

This slot is read-only.

Structure: toplevel-define
Package

coalton-impl/parser/toplevel.

Source

toplevel.lisp.

Direct superclasses

toplevel-definition.

Direct methods
Direct slots
Slot: name
Type

coalton-impl/parser/expression:node-variable

Initform

(coalton-impl/util:required (quote coalton-impl/parser/toplevel::name))

Readers

toplevel-define-name.

Writers

This slot is read-only.

Slot: params
Type

coalton-impl/parser/pattern:pattern-list

Initform

(coalton-impl/util:required (quote coalton-impl/parser/toplevel::params))

Readers

toplevel-define-params.

Writers

This slot is read-only.

Slot: orig-params
Type

coalton-impl/parser/pattern:pattern-list

Initform

(coalton-impl/util:required (quote coalton-impl/parser/toplevel::orig-params))

Readers

toplevel-define-orig-params.

Writers

This slot is read-only.

Slot: body
Type

coalton-impl/parser/expression:node-body

Initform

(coalton-impl/util:required (quote coalton-impl/parser/toplevel::body))

Readers

toplevel-define-body.

Writers

This slot is read-only.

Slot: monomorphize
Type

(or null coalton-impl/parser/toplevel:attribute-monomorphize)

Initform

(coalton-impl/util:required (quote coalton-impl/parser/toplevel::monomorphize))

Readers

toplevel-define-monomorphize.

Writers

(setf toplevel-define-monomorphize).

Structure: toplevel-define-class
Package

coalton-impl/parser/toplevel.

Source

toplevel.lisp.

Direct superclasses

toplevel-definition.

Direct methods
Direct slots
Slot: name
Type

coalton-impl/parser/base:identifier-src

Initform

(coalton-impl/util:required (quote coalton-impl/parser/toplevel::name))

Readers

toplevel-define-class-name.

Writers

This slot is read-only.

Slot: vars
Type

coalton-impl/parser/base:keyword-src-list

Initform

(coalton-impl/util:required (quote coalton-impl/parser/toplevel::vars))

Readers

toplevel-define-class-vars.

Writers

This slot is read-only.

Slot: preds
Type

coalton-impl/parser/types:ty-predicate-list

Initform

(coalton-impl/util:required (quote coalton-impl/parser/toplevel::preds))

Readers

toplevel-define-class-preds.

Writers

This slot is read-only.

Slot: fundeps
Type

coalton-impl/parser/toplevel:fundep-list

Initform

(coalton-impl/util:required (quote coalton-impl/parser/toplevel::fundeps))

Readers

toplevel-define-class-fundeps.

Writers

This slot is read-only.

Slot: methods
Type

coalton-impl/parser/toplevel:method-definition-list

Initform

(coalton-impl/util:required (quote coalton-impl/parser/toplevel::methods))

Readers

toplevel-define-class-methods.

Writers

This slot is read-only.

Slot: head-location
Type

coalton-impl/source:location

Initform

(coalton-impl/util:required (quote coalton-impl/parser/toplevel::head-location))

Readers

toplevel-define-class-head-location.

Writers

This slot is read-only.

Structure: toplevel-define-instance
Package

coalton-impl/typechecker/toplevel.

Source

toplevel.lisp.

Direct superclasses

toplevel-definition.

Direct slots
Slot: context
Type

coalton-impl/typechecker/predicate:ty-predicate-list

Initform

(coalton-impl/util:required (quote coalton-impl/typechecker/toplevel::context))

Readers

toplevel-define-instance-context.

Writers

This slot is read-only.

Slot: pred
Type

coalton-impl/typechecker/predicate:ty-predicate

Initform

(coalton-impl/util:required (quote coalton-impl/typechecker/toplevel::pred))

Readers

toplevel-define-instance-pred.

Writers

This slot is read-only.

Slot: methods
Type

hash-table

Initform

(coalton-impl/util:required (quote coalton-impl/typechecker/toplevel::methods))

Readers

toplevel-define-instance-methods.

Writers

This slot is read-only.

Slot: head-location
Type

coalton-impl/source:location

Initform

(coalton-impl/util:required (quote coalton-impl/typechecker/toplevel::head-location))

Readers

toplevel-define-instance-head-location.

Writers

This slot is read-only.

Structure: toplevel-define-instance
Package

coalton-impl/parser/toplevel.

Source

toplevel.lisp.

Direct superclasses

toplevel-definition.

Direct methods

rename-variables-generic%.

Direct slots
Slot: context
Type

coalton-impl/parser/types:ty-predicate-list

Initform

(coalton-impl/util:required (quote coalton-impl/parser/toplevel::context))

Readers

toplevel-define-instance-context.

Writers

This slot is read-only.

Slot: pred
Type

coalton-impl/parser/types:ty-predicate

Initform

(coalton-impl/util:required (quote coalton-impl/parser/toplevel::pred))

Readers

toplevel-define-instance-pred.

Writers

This slot is read-only.

Slot: methods
Type

coalton-impl/parser/toplevel:instance-method-definition-list

Initform

(coalton-impl/util:required (quote coalton-impl/parser/toplevel::methods))

Readers

toplevel-define-instance-methods.

Writers

This slot is read-only.

Slot: head-location
Type

coalton-impl/source:location

Initform

(coalton-impl/util:required (quote coalton-impl/parser/toplevel::head-location))

Readers

toplevel-define-instance-head-location.

Writers

This slot is read-only.

Slot: compiler-generated
Type

boolean

Initform

(coalton-impl/util:required (quote coalton-impl/parser/toplevel::compiler-generated))

Readers

toplevel-define-instance-compiler-generated.

Writers

This slot is read-only.

Structure: toplevel-define-struct
Package

coalton-impl/parser/toplevel.

Source

toplevel.lisp.

Direct superclasses

toplevel-definition.

Direct methods
Direct slots
Slot: name
Type

coalton-impl/parser/base:identifier-src

Initform

(coalton-impl/util:required (quote coalton-impl/parser/toplevel::name))

Readers

toplevel-define-struct-name.

Writers

This slot is read-only.

Slot: vars
Type

coalton-impl/parser/base:keyword-src-list

Initform

(coalton-impl/util:required (quote coalton-impl/parser/toplevel::vars))

Readers

toplevel-define-struct-vars.

Writers

This slot is read-only.

Slot: fields
Type

coalton-impl/parser/toplevel:struct-field-list

Initform

(coalton-impl/util:required (quote coalton-impl/parser/toplevel::fields))

Readers

toplevel-define-struct-fields.

Writers

This slot is read-only.

Slot: repr
Type

(or null coalton-impl/parser/toplevel:attribute-repr)

Initform

(coalton-impl/util:required (quote coalton-impl/parser/toplevel::repr))

Readers

toplevel-define-struct-repr.

Writers

(setf toplevel-define-struct-repr).

Slot: head-location
Type

coalton-impl/source:location

Initform

(coalton-impl/util:required (quote coalton-impl/parser/toplevel::head-location))

Readers

toplevel-define-struct-head-location.

Writers

This slot is read-only.

Structure: toplevel-define-type
Package

coalton-impl/parser/toplevel.

Source

toplevel.lisp.

Direct superclasses

toplevel-definition.

Direct methods
Direct slots
Slot: name
Type

coalton-impl/parser/base:identifier-src

Initform

(coalton-impl/util:required (quote coalton-impl/parser/toplevel::name))

Readers

toplevel-define-type-name.

Writers

This slot is read-only.

Slot: vars
Type

coalton-impl/parser/base:keyword-src-list

Initform

(coalton-impl/util:required (quote coalton-impl/parser/toplevel::vars))

Readers

toplevel-define-type-vars.

Writers

This slot is read-only.

Slot: ctors
Type

coalton-impl/parser/toplevel:constructor-list

Initform

(coalton-impl/util:required (quote coalton-impl/parser/toplevel::ctors))

Readers

toplevel-define-type-ctors.

Writers

This slot is read-only.

Slot: repr
Type

(or null coalton-impl/parser/toplevel:attribute-repr)

Initform

(coalton-impl/util:required (quote coalton-impl/parser/toplevel::repr))

Readers

toplevel-define-type-repr.

Writers

(setf toplevel-define-type-repr).

Slot: head-location
Type

coalton-impl/source:location

Initform

(coalton-impl/util:required (quote coalton-impl/parser/toplevel::head-location))

Readers

toplevel-define-type-head-location.

Writers

This slot is read-only.

Structure: toplevel-lisp-form
Package

coalton-impl/parser/toplevel.

Source

toplevel.lisp.

Direct superclasses

structure-object.

Direct methods

location.

Direct slots
Slot: body
Type

cons

Initform

(coalton-impl/util:required (quote coalton-impl/parser/toplevel::body))

Readers

toplevel-lisp-form-body.

Writers

This slot is read-only.

Slot: location
Type

coalton-impl/source:location

Initform

(coalton-impl/util:required (quote coalton-impl/parser/toplevel::location))

Readers

toplevel-lisp-form-location.

Writers

This slot is read-only.

Structure: toplevel-specialize
Package

coalton-impl/parser/toplevel.

Source

toplevel.lisp.

Direct superclasses

structure-object.

Direct methods

location.

Direct slots
Slot: from
Type

coalton-impl/parser/expression:node-variable

Initform

(coalton-impl/util:required (quote coalton-impl/parser/toplevel::from))

Readers

toplevel-specialize-from.

Writers

This slot is read-only.

Slot: to
Type

coalton-impl/parser/expression:node-variable

Initform

(coalton-impl/util:required (quote coalton-impl/parser/toplevel::to))

Readers

toplevel-specialize-to.

Writers

This slot is read-only.

Slot: type
Package

common-lisp.

Type

coalton-impl/parser/types:ty

Initform

(coalton-impl/util:required (quote type))

Readers

toplevel-specialize-type.

Writers

This slot is read-only.

Slot: location
Type

coalton-impl/source:location

Initform

(coalton-impl/util:required (quote coalton-impl/parser/toplevel::location))

Readers

toplevel-specialize-location.

Writers

This slot is read-only.

Structure: translation-unit
Package

coalton-impl/typechecker/translation-unit.

Source

translation-unit.lisp.

Direct superclasses

structure-object.

Direct slots
Slot: types
Type

coalton-impl/typechecker/define-type:type-definition-list

Readers

translation-unit-types.

Writers

This slot is read-only.

Slot: definitions
Type

coalton-impl/typechecker/toplevel:toplevel-define-list

Readers

translation-unit-definitions.

Writers

This slot is read-only.

Slot: instances
Type

coalton-impl/typechecker/toplevel:toplevel-define-instance-list

Readers

translation-unit-instances.

Writers

This slot is read-only.

Slot: lisp-forms
Type

coalton-impl/parser/toplevel:toplevel-lisp-form-list

Initform

(coalton-impl/util:required (quote coalton-impl/typechecker/translation-unit::lisp-forms))

Readers

translation-unit-lisp-forms.

Writers

This slot is read-only.

Slot: classes
Type

coalton-impl/typechecker/environment:ty-class-list

Readers

translation-unit-classes.

Writers

This slot is read-only.

Slot: package
Package

common-lisp.

Type

package

Initform

(coalton-impl/util:required (quote package))

Readers

translation-unit-package.

Writers

This slot is read-only.

Structure: traverse-block
Package

coalton-impl/typechecker/traverse.

Source

traverse.lisp.

Direct superclasses

structure-object.

Direct slots
Slot: variable
Package

common-lisp.

Type

function

Initform

(function identity)

Readers

traverse-variable.

Writers

This slot is read-only.

Slot: accessor
Type

function

Initform

(function identity)

Readers

traverse-accessor.

Writers

This slot is read-only.

Slot: literal
Type

function

Initform

(function identity)

Readers

traverse-literal.

Writers

This slot is read-only.

Slot: integer-literal
Type

function

Initform

(function identity)

Readers

traverse-integer-literal.

Writers

This slot is read-only.

Slot: bind
Type

function

Initform

(function identity)

Readers

traverse-bind.

Writers

This slot is read-only.

Slot: body
Type

function

Initform

(function identity)

Readers

traverse-body.

Writers

This slot is read-only.

Slot: abstraction
Type

function

Initform

(function identity)

Readers

traverse-abstraction.

Writers

This slot is read-only.

Slot: let-binding
Type

function

Initform

(function identity)

Readers

traverse-let-binding.

Writers

This slot is read-only.

Slot: let
Package

common-lisp.

Type

function

Initform

(function identity)

Readers

traverse-let.

Writers

This slot is read-only.

Slot: lisp
Type

function

Initform

(function identity)

Readers

traverse-lisp.

Writers

This slot is read-only.

Slot: match-branch
Type

function

Initform

(function identity)

Readers

traverse-match-branch.

Writers

This slot is read-only.

Slot: match
Type

function

Initform

(function identity)

Readers

traverse-match.

Writers

This slot is read-only.

Slot: progn
Package

common-lisp.

Type

function

Initform

(function identity)

Readers

traverse-progn.

Writers

This slot is read-only.

Slot: return
Package

common-lisp.

Type

function

Initform

(function identity)

Readers

traverse-return.

Writers

This slot is read-only.

Slot: application
Type

function

Initform

(function identity)

Readers

traverse-application.

Writers

This slot is read-only.

Slot: or
Package

common-lisp.

Type

function

Initform

(function identity)

Readers

traverse-or.

Writers

This slot is read-only.

Slot: and
Package

common-lisp.

Type

function

Initform

(function identity)

Readers

traverse-and.

Writers

This slot is read-only.

Slot: if
Package

common-lisp.

Type

function

Initform

(function identity)

Readers

traverse-if.

Writers

This slot is read-only.

Slot: when
Package

common-lisp.

Type

function

Initform

(function identity)

Readers

traverse-when.

Writers

This slot is read-only.

Slot: unless
Package

common-lisp.

Type

function

Initform

(function identity)

Readers

traverse-unless.

Writers

This slot is read-only.

Slot: cond-clause
Type

function

Initform

(function identity)

Readers

traverse-cond-clause.

Writers

This slot is read-only.

Slot: cond
Package

common-lisp.

Type

function

Initform

(function identity)

Readers

traverse-cond.

Writers

This slot is read-only.

Slot: while
Type

function

Initform

(function identity)

Readers

traverse-while.

Writers

This slot is read-only.

Slot: while-let
Type

function

Initform

(function identity)

Readers

traverse-while-let.

Writers

This slot is read-only.

Slot: for
Type

function

Initform

(function identity)

Readers

traverse-for.

Writers

This slot is read-only.

Slot: loop
Package

common-lisp.

Type

function

Initform

(function identity)

Readers

traverse-loop.

Writers

This slot is read-only.

Slot: break
Package

common-lisp.

Type

function

Initform

(function identity)

Readers

traverse-break.

Writers

This slot is read-only.

Slot: continue
Package

common-lisp.

Type

function

Initform

(function identity)

Readers

traverse-continue.

Writers

This slot is read-only.

Slot: do-bind
Type

function

Initform

(function identity)

Readers

traverse-do-bind.

Writers

This slot is read-only.

Slot: do
Package

common-lisp.

Type

function

Initform

(function identity)

Readers

traverse-do.

Writers

This slot is read-only.

Structure: ty
Package

coalton-impl/parser/types.

Source

types.lisp.

Direct superclasses

structure-object.

Direct subclasses
Direct methods

location.

Direct slots
Slot: location
Type

coalton-impl/source:location

Initform

(coalton-impl/util:required (quote coalton-impl/parser/types::location))

Readers

ty-location.

Writers

This slot is read-only.

Structure: ty
Package

coalton-impl/typechecker/types.

Source

types.lisp.

Direct superclasses

structure-object.

Direct subclasses
Direct methods
Structure: ty-class
Package

coalton-impl/typechecker/environment.

Source

environment.lisp.

Direct superclasses

structure-object.

Direct methods
Direct slots
Slot: name
Type

symbol

Initform

(coalton-impl/util:required (quote coalton-impl/typechecker/environment::name))

Readers

ty-class-name.

Writers

This slot is read-only.

Slot: predicate
Type

coalton-impl/typechecker/predicate:ty-predicate

Initform

(coalton-impl/util:required (quote coalton-impl/typechecker/environment::predicate))

Readers

ty-class-predicate.

Writers

This slot is read-only.

Slot: superclasses
Type

coalton-impl/typechecker/predicate:ty-predicate-list

Initform

(coalton-impl/util:required (quote coalton-impl/typechecker/environment::superclasses))

Readers

ty-class-superclasses.

Writers

This slot is read-only.

Slot: class-variables
Type

coalton-impl/util:symbol-list

Initform

(coalton-impl/util:required (quote coalton-impl/typechecker/environment::class-variables))

Readers

ty-class-class-variables.

Writers

This slot is read-only.

Slot: class-variable-map
Type

coalton-impl/typechecker/map:environment-map

Initform

(coalton-impl/util:required (quote coalton-impl/typechecker/environment::class-variable-map))

Readers

ty-class-class-variable-map.

Writers

This slot is read-only.

Slot: fundeps
Type

coalton-impl/typechecker/fundeps:fundep-list

Initform

(coalton-impl/util:required (quote coalton-impl/typechecker/environment::fundeps))

Readers

ty-class-fundeps.

Writers

This slot is read-only.

Slot: unqualified-methods
Type

coalton-impl/typechecker/environment::ty-class-method-list

Initform

(coalton-impl/util:required (quote coalton-impl/typechecker/environment::unqualified-methods))

Readers

ty-class-unqualified-methods.

Writers

This slot is read-only.

Slot: codegen-sym
Type

symbol

Initform

(coalton-impl/util:required (quote coalton-impl/typechecker/environment::codegen-sym))

Readers

ty-class-codegen-sym.

Writers

This slot is read-only.

Slot: superclass-dict
Type

list

Initform

(coalton-impl/util:required (quote coalton-impl/typechecker/environment::superclass-dict))

Readers

ty-class-superclass-dict.

Writers

This slot is read-only.

Slot: superclass-map
Type

coalton-impl/typechecker/map:environment-map

Initform

(coalton-impl/util:required (quote coalton-impl/typechecker/environment::superclass-map))

Readers

ty-class-superclass-map.

Writers

This slot is read-only.

Slot: docstring
Type

(or null string)

Initform

(coalton-impl/util:required (quote coalton-impl/typechecker/environment::docstring))

Readers

ty-class-docstring.

Writers

This slot is read-only.

Slot: location
Type

coalton-impl/source:location

Initform

(coalton-impl/util:required (quote coalton-impl/typechecker/environment::location))

Readers

ty-class-location.

Writers

This slot is read-only.

Structure: ty-class-instance
Package

coalton-impl/typechecker/environment.

Source

environment.lisp.

Direct superclasses

structure-object.

Direct methods
Direct slots
Slot: constraints
Type

coalton-impl/typechecker/predicate:ty-predicate-list

Initform

(coalton-impl/util:required (quote coalton-impl/typechecker/environment::constraints))

Readers

ty-class-instance-constraints.

Writers

This slot is read-only.

Slot: predicate
Type

coalton-impl/typechecker/predicate:ty-predicate

Initform

(coalton-impl/util:required (quote coalton-impl/typechecker/environment::predicate))

Readers

ty-class-instance-predicate.

Writers

This slot is read-only.

Slot: codegen-sym
Type

symbol

Initform

(coalton-impl/util:required (quote coalton-impl/typechecker/environment::codegen-sym))

Readers

ty-class-instance-codegen-sym.

Writers

This slot is read-only.

Slot: method-codegen-syms
Type

coalton-impl/typechecker/map:environment-map

Initform

(coalton-impl/util:required (quote coalton-impl/typechecker/environment::method-codegen-syms))

Readers

ty-class-instance-method-codegen-syms.

Writers

This slot is read-only.

Slot: docstring
Type

(or null string)

Initform

(coalton-impl/util:required (quote coalton-impl/typechecker/environment::docstring))

Readers

ty-class-instance-docstring.

Writers

This slot is read-only.

Structure: ty-class-method
Package

coalton-impl/typechecker/environment.

Source

environment.lisp.

Direct superclasses

structure-object.

Direct methods
Direct slots
Slot: name
Type

symbol

Initform

(coalton-impl/util:required (quote coalton-impl/typechecker/environment::name))

Readers

ty-class-method-name.

Writers

This slot is read-only.

Slot: type
Package

common-lisp.

Type

coalton-impl/typechecker/scheme:ty-scheme

Initform

(coalton-impl/util:required (quote type))

Readers

ty-class-method-type.

Writers

This slot is read-only.

Slot: docstring
Type

(or null string)

Initform

(coalton-impl/util:required (quote coalton-impl/typechecker/environment::docstring))

Readers

ty-class-method-docstring.

Writers

This slot is read-only.

Structure: ty-predicate
Package

coalton-impl/parser/types.

Source

types.lisp.

Direct superclasses

structure-object.

Direct methods
Direct slots
Slot: class
Package

common-lisp.

Type

coalton-impl/parser/base:identifier-src

Initform

(coalton-impl/util:required (quote class))

Readers

ty-predicate-class.

Writers

This slot is read-only.

Slot: types
Type

coalton-impl/parser/types:ty-list

Initform

(coalton-impl/util:required (quote coalton-impl/parser/types::types))

Readers

ty-predicate-types.

Writers

This slot is read-only.

Slot: location
Type

coalton-impl/source:location

Initform

(coalton-impl/util:required (quote coalton-impl/parser/types::location))

Readers

ty-predicate-location.

Writers

This slot is read-only.

Structure: ty-predicate

A type predicate indicating that TYPE is of the CLASS

Package

coalton-impl/typechecker/predicate.

Source

predicate.lisp.

Direct superclasses

structure-object.

Direct methods
Direct slots
Slot: class
Package

common-lisp.

Type

symbol

Initform

(coalton-impl/util:required (quote class))

Readers

ty-predicate-class.

Writers

This slot is read-only.

Slot: types
Type

coalton-impl/typechecker/types:ty-list

Initform

(coalton-impl/util:required (quote coalton-impl/typechecker/predicate::types))

Readers

ty-predicate-types.

Writers

This slot is read-only.

Slot: location
Type

(or coalton-impl/source:location null)

Readers

ty-predicate-location.

Writers

This slot is read-only.

Structure: ty-scheme
Package

coalton-impl/typechecker/scheme.

Source

scheme.lisp.

Direct superclasses

structure-object.

Direct methods
Direct slots
Slot: kinds
Type

list

Initform

(coalton-impl/util:required (quote coalton-impl/typechecker/scheme::kinds))

Readers

ty-scheme-kinds.

Writers

This slot is read-only.

Slot: type
Package

common-lisp.

Type

coalton-impl/typechecker/predicate:qualified-ty

Initform

(coalton-impl/util:required (quote type))

Readers

ty-scheme-type.

Writers

This slot is read-only.

Structure: tycon
Package

coalton-impl/parser/types.

Source

types.lisp.

Direct superclasses

ty.

Direct methods
Direct slots
Slot: name
Type

coalton-impl/parser/base:identifier

Initform

(coalton-impl/util:required (quote coalton-impl/parser/types::name))

Readers

tycon-name.

Writers

This slot is read-only.

Structure: tycon
Package

coalton-impl/typechecker/types.

Source

types.lisp.

Direct superclasses

ty.

Direct methods
Direct slots
Slot: name
Type

symbol

Initform

(coalton-impl/util:required (quote coalton-impl/typechecker/types::name))

Readers

tycon-name.

Writers

This slot is read-only.

Slot: kind
Package

coalton-impl/typechecker/kinds.

Type

coalton-impl/typechecker/kinds:kind

Initform

(coalton-impl/util:required (quote coalton-impl/typechecker/kinds:kind))

Readers

tycon-kind.

Writers

This slot is read-only.

Structure: type-definition
Package

coalton-impl/typechecker/define-type.

Source

define-type.lisp.

Direct superclasses

structure-object.

Direct methods
Direct slots
Slot: name
Type

symbol

Initform

(coalton-impl/util:required (quote coalton-impl/typechecker/define-type::name))

Readers

type-definition-name.

Writers

This slot is read-only.

Slot: type
Package

common-lisp.

Type

coalton-impl/typechecker/types:ty

Initform

(coalton-impl/util:required (quote type))

Readers

type-definition-type.

Writers

This slot is read-only.

Slot: runtime-type
Initform

(coalton-impl/util:required (quote coalton-impl/typechecker/define-type::runtime-type))

Readers

type-definition-runtime-type.

Writers

This slot is read-only.

Slot: explicit-repr
Type

coalton-impl/typechecker/environment:explicit-repr

Initform

(coalton-impl/util:required (quote coalton-impl/typechecker/define-type::explicit-repr))

Readers

type-definition-explicit-repr.

Writers

This slot is read-only.

Slot: enum-repr
Type

boolean

Initform

(coalton-impl/util:required (quote coalton-impl/typechecker/define-type::enum-repr))

Readers

type-definition-enum-repr.

Writers

This slot is read-only.

Slot: newtype
Type

boolean

Initform

(coalton-impl/util:required (quote coalton-impl/typechecker/define-type::newtype))

Readers

type-definition-newtype.

Writers

This slot is read-only.

Slot: constructors
Type

coalton-impl/typechecker/environment:constructor-entry-list

Initform

(coalton-impl/util:required (quote coalton-impl/typechecker/define-type::constructors))

Readers

type-definition-constructors.

Writers

This slot is read-only.

Slot: constructor-types
Type

coalton-impl/typechecker/scheme:scheme-list

Initform

(coalton-impl/util:required (quote coalton-impl/typechecker/define-type::constructor-types))

Readers

type-definition-constructor-types.

Writers

This slot is read-only.

Slot: constructor-args
Type

list

Initform

(coalton-impl/util:required (quote coalton-impl/typechecker/define-type::constructor-args))

Readers

type-definition-constructor-args.

Writers

This slot is read-only.

Slot: docstring
Type

(or null string)

Initform

(coalton-impl/util:required (quote coalton-impl/typechecker/define-type::docstring))

Readers

type-definition-docstring.

Writers

This slot is read-only.

Slot: location
Type

coalton-impl/source:location

Initform

(coalton-impl/util:required (quote coalton-impl/typechecker/define-type::location))

Readers

type-definition-location.

Writers

This slot is read-only.

Structure: type-entry
Package

coalton-impl/typechecker/environment.

Source

environment.lisp.

Direct superclasses

structure-object.

Direct methods
Direct slots
Slot: name
Type

symbol

Initform

(coalton-impl/util:required (quote coalton-impl/typechecker/environment::name))

Readers

type-entry-name.

Writers

This slot is read-only.

Slot: runtime-type
Initform

(coalton-impl/util:required (quote coalton-impl/typechecker/environment::runtime-type))

Readers

type-entry-runtime-type.

Writers

This slot is read-only.

Slot: type
Package

common-lisp.

Type

coalton-impl/typechecker/types:ty

Initform

(coalton-impl/util:required (quote type))

Readers

type-entry-type.

Writers

This slot is read-only.

Slot: tyvars
Type

coalton-impl/typechecker/types:tyvar-list

Initform

(coalton-impl/util:required (quote coalton-impl/typechecker/environment::tyvars))

Readers

type-entry-tyvars.

Writers

This slot is read-only.

Slot: constructors
Type

coalton-impl/util:symbol-list

Initform

(coalton-impl/util:required (quote coalton-impl/typechecker/environment::constructors))

Readers

type-entry-constructors.

Writers

This slot is read-only.

Slot: explicit-repr
Type

coalton-impl/typechecker/environment:explicit-repr

Initform

(coalton-impl/util:required (quote coalton-impl/typechecker/environment:explicit-repr))

Readers

type-entry-explicit-repr.

Writers

This slot is read-only.

Slot: enum-repr
Type

boolean

Initform

(coalton-impl/util:required (quote coalton-impl/typechecker/environment::enum-repr))

Readers

type-entry-enum-repr.

Writers

This slot is read-only.

Slot: newtype
Type

boolean

Initform

(coalton-impl/util:required (quote coalton-impl/typechecker/environment::newtype))

Readers

type-entry-newtype.

Writers

This slot is read-only.

Slot: docstring
Type

(or null string)

Initform

(coalton-impl/util:required (quote coalton-impl/typechecker/environment::docstring))

Readers

type-entry-docstring.

Writers

This slot is read-only.

Slot: location
Type

(or null coalton-impl/source:location)

Readers

type-entry-location.

Writers

This slot is read-only.

Structure: type-environment
Package

coalton-impl/typechecker/environment.

Source

environment.lisp.

Direct superclasses

immutable-map.

Structure: tyvar
Package

coalton-impl/parser/types.

Source

types.lisp.

Direct superclasses

ty.

Direct methods
Direct slots
Slot: name
Type

keyword

Initform

(coalton-impl/util:required (quote coalton-impl/parser/types::name))

Readers

tyvar-name.

Writers

This slot is read-only.

Structure: tyvar
Package

coalton-impl/typechecker/types.

Source

types.lisp.

Direct superclasses

ty.

Direct methods
Direct slots
Slot: id
Type

fixnum

Initform

(coalton-impl/util:required (quote coalton-impl/typechecker/types::id))

Readers

tyvar-id.

Writers

This slot is read-only.

Slot: kind
Package

coalton-impl/typechecker/kinds.

Type

coalton-impl/typechecker/kinds:kind

Initform

(coalton-impl/util:required (quote coalton-impl/typechecker/kinds:kind))

Readers

tyvar-kind.

Writers

This slot is read-only.

Structure: value-environment
Package

coalton-impl/typechecker/environment.

Source

environment.lisp.

Direct superclasses

immutable-map.

Direct methods

6.1.11 Classes

Class: cell

Internally mutable cell

Package

coalton-library/cell.

Source

cell.lisp.

Direct methods

make-load-form.

Class: char-position-stream

A stream that exposes the character offset into an underlying character stream through #’stream-file-position.

Package

coalton-impl/source.

Source

source.lisp.

Direct superclasses

fundamental-character-input-stream.

Direct methods
Direct slots
Slot: stream
Package

common-lisp.

Initargs

:stream

Readers

inner-stream.

Writers

This slot is read-only.

Slot: unread
Readers

unread-characters.

Writers

(setf unread-characters).

Slot: position
Package

common-lisp.

Initform

0

Readers

character-position.

Writers

(setf character-position).

Class: complex

Complex number that may either have a native or constructed representation.

Package

coalton-library/math/complex.

Source

complex.lisp.

Direct subclasses

complex/%complex.

Direct methods

make-load-form.

Class: dual

Representation of a dual number in the form ‘a + bε‘ where ‘a‘ and ‘b‘ are real numbers and ‘ε‘ satisfies ‘ε^2 = 0‘ and ‘ε != 0‘.

Note: ‘Eq‘, and ‘Ord‘ and ‘Hash‘ only make use of the primal component.

Package

coalton-library/math/dual.

Source

dual.lisp.

Direct subclasses

dual/dual.

Direct methods

make-load-form.

Class: dyadic

‘(Dyadic n k)‘ represents the rational n*2^k.

Package

coalton-library/math/dyadic.

Source

dyadic.lisp.

Direct subclasses

dyadic/dyadic.

Direct methods

make-load-form.

Class: fileerror

Errors for file functions.

Package

coalton-library/file.

Source

file.lisp.

Direct subclasses
Direct methods

make-load-form.

Class: filestream

Represents a file stream, using ‘cl:file-stream‘.

Package

coalton-library/file.

Source

file.lisp.

Direct methods

make-load-form.

Class: free

‘Free :f‘ gives you a Monad instance for any ‘Functor :f‘.

References: [here](https://serokell.io/blog/introduction-to-free-monads) and [here](https://www.tweag.io/blog/2018-02-05-free-monads/)

Package

coalton-library/monad/free.

Source

monad/free.lisp.

Direct subclasses
Direct methods

make-load-form.

Class: hash

Implementation dependent hash code

Package

coalton-library/hash.

Source

hash.lisp.

Direct methods

make-load-form.

Class: hashtable

A mutable hash table.

Package

coalton-library/hashtable.

Source

hashtable.lisp.

Direct methods

make-load-form.

Class: i16

Signed 16-bit integer capable of storing values in ‘[-32768, 32767]‘. Uses ‘(signed-byte 16)‘.

Package

coalton.

Source

primitive-types.lisp.

Direct methods

make-load-form.

Class: i32

Signed 32-bit integer capable of storing values in ‘[-2147483648, 2147483647]‘. Uses ‘(signed-byte 32)‘.

Package

coalton.

Source

primitive-types.lisp.

Direct methods

make-load-form.

Class: i64

Signed 64-bit integer capable of storing values in ‘[-9223372036854775808, 9223372036854775807]‘. Uses ‘(signed-byte 64)‘.

Package

coalton.

Source

primitive-types.lisp.

Direct methods

make-load-form.

Class: i8

Signed 8-bit integer capable of storing values in ‘[-128, 127]‘. Uses ‘(signed-byte 8)‘.

Package

coalton.

Source

primitive-types.lisp.

Direct methods

make-load-form.

Class: ifix

Non-allocating tagged integer; range is platform-dependent. Does not error on overflow. Uses ‘fixnum‘.

Package

coalton.

Source

primitive-types.lisp.

Direct methods

make-load-form.

Class: iterator

A forward-moving pointer into an ordered sequence of :ELTs

Package

coalton-library/iterator.

Source

iterator.lisp.

Direct subclasses

iterator/%iterator.

Direct methods

make-load-form.

Class: lisparray

A one-dimensional, non-resizable array of elements.

These arrays are represented as possibly specialized ‘(cl:simple-array <type> (cl:*))‘ and are meant to be used as a tool either to interface with Lisp code or to implement efficient data structures. One should consult ‘Vector‘ or ‘Seq‘ for more general sequential data structure needs.

Whether or not the arrays are specialized depends on the underlying Lisp implementation. Consult ‘cl:upgraded-array-element-type‘ to determine whether ‘LispArray‘ may get specialized.

Package

coalton-library/lisparray.

Source

lisparray.lisp.

Direct methods

make-load-form.

Class: lispcondition

Condition for lisp error handling. Uses ‘cl:condition‘.

Package

coalton-library/system.

Source

system.lisp.

Direct methods

make-load-form.

Class: lisptype

The runtime representation of a Coalton type as a lisp type.

Package

coalton-library/types.

Source

types.lisp.

Direct methods

make-load-form.

Class: note

A message describing the contents of a source location.

Package

coalton-impl/source.

Source

source.lisp.

Direct methods
Direct slots
Slot: location
Initargs

:location

Readers

location.

Writers

This slot is read-only.

Slot: message
Initargs

:message

Readers

message.

Writers

This slot is read-only.

Slot: replace
Package

common-lisp.

Initform

(function identity)

Initargs

:replace

Readers

replace-function.

Writers

This slot is read-only.

Slot: type
Package

common-lisp.

Initform

(quote :secondary)

Initargs

:type

Readers

note-type.

Writers

This slot is read-only.

Class: optional

Represents something that may not have a value.

Package

coalton-library/classes.

Source

classes.lisp.

Direct subclasses
Direct methods

make-load-form.

Class: pathname

Pathname object. Equivalent to ‘cl:pathname‘

Package

coalton-library/file.

Source

file.lisp.

Direct methods

make-load-form.

Class: profile

A profile of a run function.

Package

coalton-library/system.

Source

system.lisp.

Direct subclasses

profile/profile.

Direct methods

make-load-form.

Class: quantization

Represents an integer quantization of ‘:a‘.

The fields are defined as follows:

1. A value of type ‘:a‘.
2. The greatest integer less than or equal to a particular value. 3. The remainder of this as a value of type ‘:a‘.
4. The least integer greater than or equal to a particular value. 5. The remainder of this as a value of type ‘:a‘.

Package

coalton-library/math/real.

Source

real.lisp.

Direct subclasses

quantization/quantization.

Direct methods

make-load-form.

Class: queue

Unbounded FIFO queue implemented with a linked list.

Package

coalton-library/queue.

Source

queue.lisp.

Direct methods

make-load-form.

Class: result

Represents something that may have failed.

Package

coalton-library/classes.

Source

classes.lisp.

Direct subclasses
Direct methods

make-load-form.

Class: seq
Package

coalton-library/seq.

Source

seq.lisp.

Direct subclasses
Direct methods
Class: slice
Package

coalton-library/slice.

Source

slice.lisp.

Direct methods

make-load-form.

Class: streamoptions

A type for providing parameters for opening streams. StreamOptions take strings for pathnames, but they will error if they are not proper and appropriate pathnames.

Package

coalton-library/file.

Source

file.lisp.

Direct subclasses
Direct methods

make-load-form.

Class: tree

A red-black balanced binary tree, sorted by ‘<=>‘ and unique by ‘==‘.

Package

coalton-library/ord-tree.

Source

ord-tree.lisp.

Direct subclasses
Direct methods

make-load-form.

Class: tuple

A heterogeneous collection of items.

Package

coalton-library/classes.

Source

classes.lisp.

Direct subclasses

tuple/tuple.

Direct methods

make-load-form.

Class: tuple3
Package

coalton-library/tuple.

Source

tuple.lisp.

Direct subclasses

tuple3/tuple3.

Direct methods

make-load-form.

Class: tuple4
Package

coalton-library/tuple.

Source

tuple.lisp.

Direct subclasses

tuple4/tuple4.

Direct methods

make-load-form.

Class: tuple5
Package

coalton-library/tuple.

Source

tuple.lisp.

Direct subclasses

tuple5/tuple5.

Direct methods

make-load-form.

Class: u16

Unsigned 16-bit integer capable of storing values in ‘[0, 65535]‘. Uses ‘(unsigned-byte 16)‘.

Package

coalton.

Source

primitive-types.lisp.

Direct methods

make-load-form.

Class: u32

Unsigned 32-bit integer capable of storing values in ‘[0, 4294967295]‘. Uses ‘(unsigned-byte 32)‘.

Package

coalton.

Source

primitive-types.lisp.

Direct methods

make-load-form.

Class: u64

Unsigned 64-bit integer capable of storing values in ‘[0, 18446744073709551615]‘. Uses ‘(unsigned-byte 64)‘.

Package

coalton.

Source

primitive-types.lisp.

Direct methods

make-load-form.

Class: u8

Unsigned 8-bit integer capable of storing values in ‘[0, 255]‘. Uses ‘(unsigned-byte 8)‘.

Package

coalton.

Source

primitive-types.lisp.

Direct methods

make-load-form.

Class: ufix

Non-allocating tagged non-negative integer; range is platform-dependent. Uses ‘(and fixnum unsigned-byte)‘.

Package

coalton.

Source

primitive-types.lisp.

Direct methods

make-load-form.

Class: vector
Package

coalton-library/vector.

Source

vector.lisp.

Direct methods

make-load-form.

Class: void
Package

coalton.

Source

primitive-types.lisp.

Direct methods

make-load-form.


6.1.12 Types

Type: accessor-list ()
Package

coalton-impl/typechecker/accessor.

Source

accessor.lisp.

Type: ast-substitution-list ()
Package

coalton-impl/codegen/ast-substitutions.

Source

ast-substitutions.lisp.

Type: binding-list ()
Package

coalton-impl/codegen/ast.

Source

ast.lisp.

Type: binding-type ()
Package

coalton-impl/typechecker/binding.

Source

binding.lisp.

Type: binding-type-list ()
Package

coalton-impl/typechecker/binding.

Source

binding.lisp.

Type: branch-list ()
Package

coalton-impl/codegen/ast.

Source

ast.lisp.

Type: constructor-entry-list ()
Package

coalton-impl/typechecker/environment.

Source

environment.lisp.

Type: constructor-list ()
Package

coalton-impl/parser/toplevel.

Source

toplevel.lisp.

Type: cst-list ()
Package

coalton-impl/util.

Source

utilities.lisp.

Type: explicit-repr ()
Package

coalton-impl/typechecker/environment.

Source

environment.lisp.

Type: fundep-list ()
Package

coalton-impl/typechecker/fundeps.

Source

fundeps.lisp.

Type: fundep-list ()
Package

coalton-impl/parser/toplevel.

Source

toplevel.lisp.

Type: hash-table-type ()
Package

coalton/hashtable-shim.

Source

impl-sbcl.lisp.

Type: identifier ()
Package

coalton-impl/parser/base.

Source

base.lisp.

Type: identifier-list ()
Package

coalton-impl/parser/base.

Source

base.lisp.

Type: identifier-src-list ()
Package

coalton-impl/parser/base.

Source

base.lisp.

Type: instance-method-definition-list ()
Package

coalton-impl/typechecker/toplevel.

Source

toplevel.lisp.

Type: instance-method-definition-list ()
Package

coalton-impl/parser/toplevel.

Source

toplevel.lisp.

Type: keyword-src-list ()
Package

coalton-impl/parser/base.

Source

base.lisp.

Type: kind-list ()
Package

coalton-impl/typechecker/kinds.

Source

kinds.lisp.

Type: ksubstitution-list ()
Package

coalton-impl/typechecker/kinds.

Source

kinds.lisp.

Type: kyvar-list ()
Package

coalton-impl/typechecker/kinds.

Source

kinds.lisp.

Type: literal-value ()

Allowed literal values as Lisp objects.

Package

coalton-impl/util.

Source

utilities.lisp.

Type: method-definition-list ()
Package

coalton-impl/parser/toplevel.

Source

toplevel.lisp.

Type: node-body-element ()
Package

coalton-impl/typechecker/expression.

Source

expression.lisp.

Type: node-body-element ()
Package

coalton-impl/parser/expression.

Source

expression.lisp.

Type: node-body-element-list ()
Package

coalton-impl/typechecker/expression.

Source

expression.lisp.

Type: node-body-element-list ()
Package

coalton-impl/parser/expression.

Source

expression.lisp.

Type: node-cond-clause-list ()
Package

coalton-impl/typechecker/expression.

Source

expression.lisp.

Type: node-cond-clause-list ()
Package

coalton-impl/parser/expression.

Source

expression.lisp.

Type: node-do-body-element ()
Package

coalton-impl/typechecker/expression.

Source

expression.lisp.

Type: node-do-body-element ()
Package

coalton-impl/parser/expression.

Source

expression.lisp.

Type: node-let-binding-list ()
Package

coalton-impl/typechecker/expression.

Source

expression.lisp.

Type: node-let-binding-list ()
Package

coalton-impl/parser/expression.

Source

expression.lisp.

Type: node-let-declare-list ()
Package

coalton-impl/parser/expression.

Source

expression.lisp.

Type: node-list ()
Package

coalton-impl/codegen/ast.

Source

ast.lisp.

Type: node-list ()
Package

coalton-impl/typechecker/expression.

Source

expression.lisp.

Type: node-list ()
Package

coalton-impl/parser/expression.

Source

expression.lisp.

Type: node-match-branch-list ()
Package

coalton-impl/typechecker/expression.

Source

expression.lisp.

Type: node-match-branch-list ()
Package

coalton-impl/parser/expression.

Source

expression.lisp.

Type: node-variable-list ()
Package

coalton-impl/typechecker/expression.

Source

expression.lisp.

Type: node-variable-list ()
Package

coalton-impl/parser/expression.

Source

expression.lisp.

Type: pattern-list ()
Package

coalton-impl/typechecker/pattern.

Source

pattern.lisp.

Type: pattern-list ()
Package

coalton-impl/codegen/pattern.

Source

pattern.lisp.

Type: pattern-list ()
Package

coalton-impl/parser/pattern.

Source

pattern.lisp.

Type: pred-context ()
Package

coalton-impl/codegen/resolve-instance.

Source

resolve-instance.lisp.

Type: qualified-ty-list ()
Package

coalton-impl/typechecker/predicate.

Source

predicate.lisp.

Type: scheme-binding-list ()
Package

coalton-impl/typechecker/scheme.

Source

scheme.lisp.

Type: scheme-list ()
Package

coalton-impl/typechecker/scheme.

Source

scheme.lisp.

Type: span ()

A pair of offsets that indicates a range of characters in a source file.

Package

coalton-impl/source.

Source

source.lisp.

Type: specialization-entry-list ()
Package

coalton-impl/typechecker/environment.

Source

environment.lisp.

Type: string-list ()
Package

coalton-impl/util.

Source

utilities.lisp.

Type: struct-entry-list ()
Package

coalton-impl/typechecker/environment.

Source

environment.lisp.

Type: struct-field-list ()
Package

coalton-impl/typechecker/environment.

Source

environment.lisp.

Type: struct-field-list ()
Package

coalton-impl/parser/toplevel.

Source

toplevel.lisp.

Type: substitution-list ()
Package

coalton-impl/typechecker/substitutions.

Source

substitutions.lisp.

Type: symbol-list ()
Package

coalton-impl/util.

Source

utilities.lisp.

Type: toplevel-declare-list ()
Package

coalton-impl/parser/toplevel.

Source

toplevel.lisp.

Type: toplevel-define-class-list ()
Package

coalton-impl/parser/toplevel.

Source

toplevel.lisp.

Type: toplevel-define-instance-list ()
Package

coalton-impl/typechecker/toplevel.

Source

toplevel.lisp.

Type: toplevel-define-instance-list ()
Package

coalton-impl/parser/toplevel.

Source

toplevel.lisp.

Type: toplevel-define-list ()
Package

coalton-impl/typechecker/toplevel.

Source

toplevel.lisp.

Type: toplevel-define-list ()
Package

coalton-impl/parser/toplevel.

Source

toplevel.lisp.

Type: toplevel-define-struct-list ()
Package

coalton-impl/parser/toplevel.

Source

toplevel.lisp.

Type: toplevel-define-type-list ()
Package

coalton-impl/parser/toplevel.

Source

toplevel.lisp.

Type: toplevel-lisp-form-list ()
Package

coalton-impl/parser/toplevel.

Source

toplevel.lisp.

Type: toplevel-specialize-list ()
Package

coalton-impl/parser/toplevel.

Source

toplevel.lisp.

Type: ty-class-instance-list ()
Package

coalton-impl/typechecker/environment.

Source

environment.lisp.

Type: ty-class-list ()
Package

coalton-impl/typechecker/environment.

Source

environment.lisp.

Type: ty-list ()
Package

coalton-impl/parser/types.

Source

types.lisp.

Type: ty-list ()
Package

coalton-impl/typechecker/types.

Source

types.lisp.

Type: ty-predicate-list ()
Package

coalton-impl/parser/types.

Source

types.lisp.

Type: ty-predicate-list ()

A list of type predicates

Package

coalton-impl/typechecker/predicate.

Source

predicate.lisp.

Type: tycon-list ()
Package

coalton-impl/parser/types.

Source

types.lisp.

Type: type-definition ()
Package

coalton-impl/parser/type-definition.

Source

type-definition.lisp.

Type: type-definition-list ()
Package

coalton-impl/parser/type-definition.

Source

type-definition.lisp.

Type: type-definition-list ()
Package

coalton-impl/typechecker/define-type.

Source

define-type.lisp.

Type: tyvar-list ()
Package

coalton-impl/parser/types.

Source

types.lisp.

Type: tyvar-list ()
Package

coalton-impl/typechecker/types.

Source

types.lisp.


6.2 Internals


6.2.1 Constants

Constant: +fixnum-bits+
Package

coalton-library/math/num.

Source

num.lisp.

Constant: +macro-expansion-max+
Package

coalton-impl/parser/expression.

Source

expression.lisp.

Constant: +unsigned-fixnum-bits+
Package

coalton-library/math/num.

Source

num.lisp.

Constant: function-arity-limit
Package

coalton-impl/runtime/function-entry.

Source

function-entry.lisp.


6.2.2 Special variables

Special Variable: *coalton-reader-allowed*

Is the Coalton reader allowed to parse the current input? Used to forbid reading while inside quasiquoted forms.

Package

coalton-impl/reader.

Source

reader.lisp.

Special Variable: *config-keys*

Valid configuration keys that can be (SETF GET) on the user configuration variable :COALTON-CONFIG.

Package

coalton-impl/settings.

Source

settings.lisp.

Special Variable: *context*
Package

coalton-impl/source.

Source

source.lisp.

Special Variable: *current-function-name*
Package

coalton-impl/codegen/translate-expression.

Source

translate-expression.lisp.

Special Variable: *function-application-functions*
Package

coalton-impl/runtime/function-entry.

Source

function-entry.lisp.

Special Variable: *function-constructor-functions*
Package

coalton-impl/runtime/function-entry.

Source

function-entry.lisp.

Special Variable: *integer-types*

An alist which pairs the names of Coalton’s native integer types with equivalent Common Lisp type specifiers.

Package

coalton-library/math/conversions.

Source

conversions.lisp.

Special Variable: *loop-label-context*

A list of known labels encountered during parse.

Parsing (BREAK label) and (CONTINUE label) forms fails unless the label is found in this list.

Rebound to NIL parsing an anonymous FN.

Package

coalton-impl/parser/expression.

Source

expression.lisp.

Special Variable: *macro-expansion-count*
Package

coalton-impl/parser/expression.

Source

expression.lisp.

Special Variable: *next-kvar-id*
Package

coalton-impl/typechecker/kinds.

Source

kinds.lisp.

Special Variable: *next-variable-id*
Package

coalton-impl/typechecker/types.

Source

types.lisp.

Special Variable: *package-clauses*
Package

coalton-impl/parser/toplevel.

Source

toplevel.lisp.

Special Variable: *return-status*
Package

coalton-impl/typechecker/define.

Source

define.lisp.

Special Variable: *returns*
Package

coalton-impl/typechecker/define.

Source

define.lisp.

Special Variable: *source*

The source from which program text is being read.
This symbol may be bound to a string source in the case of direct evaluation in a repl.

Package

coalton-impl/reader.

Source

reader.lisp.

Special Variable: *specialized-complex-part-types-considered*
Package

coalton-impl/typechecker/lisp-type.

Source

lisp-type.lisp.

Special Variable: *top-level-environment*

The current global top level environment.

Package

coalton-impl/global-lexical.

Source

global-lexical.lisp.


6.2.3 Symbol macros

Symbol Macro: %complex
Package

coalton-library/math/complex.

Source

complex.lisp.

Symbol Macro: %get-hash-test-funcs
Package

coalton-library/hashtable.

Source

hashtable.lisp.

Symbol Macro: %if-directory-path
Package

coalton-library/file.

Source

file.lisp.

Symbol Macro: %iterator
Package

coalton-library/iterator.

Source

iterator.lisp.

Symbol Macro: %length
Package

coalton-library/slice.

Source

slice.lisp.

Symbol Macro: %make-hashtable
Package

coalton-library/hashtable.

Source

hashtable.lisp.

Symbol Macro: %make-temp-dir-pathname
Package

coalton-library/file.

Source

file.lisp.

Symbol Macro: %make-temp-file-pathname
Package

coalton-library/file.

Source

file.lisp.

Symbol Macro: %map
Package

coalton-library/ord-map.

Source

ord-map.lisp.

Symbol Macro: %open
Package

coalton-library/file.

Source

file.lisp.

Symbol Macro: %open-bidirectional
Package

coalton-library/file.

Source

file.lisp.

Symbol Macro: %open-input
Package

coalton-library/file.

Source

file.lisp.

Symbol Macro: %open-output
Package

coalton-library/file.

Source

file.lisp.

Symbol Macro: %push
Package

coalton-library/seq.

Source

seq.lisp.

Symbol Macro: %read-byte
Package

coalton-library/file.

Source

file.lisp.

Symbol Macro: %reverse
Package

coalton-library/list.

Source

list.lisp.

Symbol Macro: %reverse!
Package

coalton-library/list.

Source

list.lisp.

Symbol Macro: %set-temp-directory
Package

coalton-library/file.

Source

file.lisp.

Symbol Macro: %shift-n-branches-onto
Package

coalton-library/seq.

Source

seq.lisp.

Symbol Macro: %temp-directory
Package

coalton-library/file.

Source

file.lisp.

Symbol Macro: %write-byte
Package

coalton-library/file.

Source

file.lisp.

Symbol Macro: append-rev
Package

coalton-library/list.

Source

list.lisp.

Symbol Macro: aref/double-float
Package

coalton-library/lisparray.

Source

lisparray.lisp.

Symbol Macro: aref/i16
Package

coalton-library/lisparray.

Source

lisparray.lisp.

Symbol Macro: aref/i32
Package

coalton-library/lisparray.

Source

lisparray.lisp.

Symbol Macro: aref/i64
Package

coalton-library/lisparray.

Source

lisparray.lisp.

Symbol Macro: aref/i8
Package

coalton-library/lisparray.

Source

lisparray.lisp.

Symbol Macro: aref/ifix
Package

coalton-library/lisparray.

Source

lisparray.lisp.

Symbol Macro: aref/single-float
Package

coalton-library/lisparray.

Source

lisparray.lisp.

Symbol Macro: aref/u16
Package

coalton-library/lisparray.

Source

lisparray.lisp.

Symbol Macro: aref/u32
Package

coalton-library/lisparray.

Source

lisparray.lisp.

Symbol Macro: aref/u64
Package

coalton-library/lisparray.

Source

lisparray.lisp.

Symbol Macro: aref/u8
Package

coalton-library/lisparray.

Source

lisparray.lisp.

Symbol Macro: aref/ufix
Package

coalton-library/lisparray.

Source

lisparray.lisp.

Symbol Macro: as-black
Package

coalton-library/ord-tree.

Source

ord-tree.lisp.

Symbol Macro: balance
Package

coalton-library/ord-tree.

Source

ord-tree.lisp.

Symbol Macro: black
Package

coalton-library/ord-tree.

Source

ord-tree.lisp.

Symbol Macro: branch
Package

coalton-library/ord-tree.

Source

ord-tree.lisp.

Symbol Macro: branch-count
Package

coalton-library/seq.

Source

seq.lisp.

Symbol Macro: bubble-double-black
Package

coalton-library/ord-tree.

Source

ord-tree.lisp.

Symbol Macro: build-cumulative-size-table
Package

coalton-library/seq.

Source

seq.lisp.

Symbol Macro: butfirst
Package

coalton-library/seq.

Source

seq.lisp.

Symbol Macro: butlast
Package

coalton-library/seq.

Source

seq.lisp.

Symbol Macro: canonical-nth-root
Package

coalton-library/math/elementary.

Source

elementary.lisp.

Symbol Macro: canonical-polar
Package

coalton-library/math/elementary.

Source

elementary.lisp.

Symbol Macro: cast-if-inbounds
Package

coalton-library/math/conversions.

Source

conversions.lisp.

Symbol Macro: class/%filebyte
Package

coalton-library/file.

Source

file.lisp.

Symbol Macro: class/alternative
Package

coalton-library/classes.

Source

classes.lisp.

Symbol Macro: class/alternative-alt
Package

coalton-library/classes.

Source

classes.lisp.

Symbol Macro: class/alternative-empty
Package

coalton-library/classes.

Source

classes.lisp.

Symbol Macro: class/alternative-super-0
Package

coalton-library/classes.

Source

classes.lisp.

Symbol Macro: class/applicative
Package

coalton-library/classes.

Source

classes.lisp.

Symbol Macro: class/applicative-lifta2
Package

coalton-library/classes.

Source

classes.lisp.

Symbol Macro: class/applicative-pure
Package

coalton-library/classes.

Source

classes.lisp.

Symbol Macro: class/applicative-super-0
Package

coalton-library/classes.

Source

classes.lisp.

Symbol Macro: class/bifunctor
Package

coalton-library/classes.

Source

classes.lisp.

Symbol Macro: class/bifunctor-bimap
Package

coalton-library/classes.

Source

classes.lisp.

Symbol Macro: class/bits
Package

coalton-library/bits.

Source

bits.lisp.

Symbol Macro: class/bits-and
Package

coalton-library/bits.

Source

bits.lisp.

Symbol Macro: class/bits-not
Package

coalton-library/bits.

Source

bits.lisp.

Symbol Macro: class/bits-or
Package

coalton-library/bits.

Source

bits.lisp.

Symbol Macro: class/bits-shift
Package

coalton-library/bits.

Source

bits.lisp.

Symbol Macro: class/bits-super-0
Package

coalton-library/bits.

Source

bits.lisp.

Symbol Macro: class/bits-xor
Package

coalton-library/bits.

Source

bits.lisp.

Symbol Macro: class/bounded
Package

coalton-library/math/bounded.

Source

bounded.lisp.

Symbol Macro: class/bounded-maxbound
Package

coalton-library/math/bounded.

Source

bounded.lisp.

Symbol Macro: class/bounded-minbound
Package

coalton-library/math/bounded.

Source

bounded.lisp.

Symbol Macro: class/complex
Package

coalton-library/math/complex.

Source

complex.lisp.

Symbol Macro: class/complex-complex
Package

coalton-library/math/complex.

Source

complex.lisp.

Symbol Macro: class/complex-imag-part
Package

coalton-library/math/complex.

Source

complex.lisp.

Symbol Macro: class/complex-real-part
Package

coalton-library/math/complex.

Source

complex.lisp.

Symbol Macro: class/complex-super-0
Package

coalton-library/math/complex.

Source

complex.lisp.

Symbol Macro: class/default
Package

coalton-library/classes.

Source

classes.lisp.

Symbol Macro: class/default-default
Package

coalton-library/classes.

Source

classes.lisp.

Symbol Macro: class/dividable
Package

coalton-library/math/arith.

Source

arith.lisp.

Symbol Macro: class/dividable-general/
Package

coalton-library/math/arith.

Source

arith.lisp.

Symbol Macro: class/elementary
Package

coalton-library/math/elementary.

Source

elementary.lisp.

Symbol Macro: class/elementary-super-0
Package

coalton-library/math/elementary.

Source

elementary.lisp.

Symbol Macro: class/elementary-super-1
Package

coalton-library/math/elementary.

Source

elementary.lisp.

Symbol Macro: class/elementary-super-2
Package

coalton-library/math/elementary.

Source

elementary.lisp.

Symbol Macro: class/elementary-super-3
Package

coalton-library/math/elementary.

Source

elementary.lisp.

Symbol Macro: class/elementary-super-4
Package

coalton-library/math/elementary.

Source

elementary.lisp.

Symbol Macro: class/eq
Package

coalton-library/classes.

Source

classes.lisp.

Symbol Macro: class/eq-==
Package

coalton-library/classes.

Source

classes.lisp.

Symbol Macro: class/exponentiable
Package

coalton-library/math/elementary.

Source

elementary.lisp.

Symbol Macro: class/exponentiable-ee
Package

coalton-library/math/elementary.

Source

elementary.lisp.

Symbol Macro: class/exponentiable-exp
Package

coalton-library/math/elementary.

Source

elementary.lisp.

Symbol Macro: class/exponentiable-ln
Package

coalton-library/math/elementary.

Source

elementary.lisp.

Symbol Macro: class/exponentiable-log
Package

coalton-library/math/elementary.

Source

elementary.lisp.

Symbol Macro: class/exponentiable-pow
Package

coalton-library/math/elementary.

Source

elementary.lisp.

Symbol Macro: class/file
Package

coalton-library/file.

Source

file.lisp.

Symbol Macro: class/file-open
Package

coalton-library/file.

Source

file.lisp.

Symbol Macro: class/file-read
Package

coalton-library/file.

Source

file.lisp.

Symbol Macro: class/file-write
Package

coalton-library/file.

Source

file.lisp.

Symbol Macro: class/foldable
Package

coalton-library/classes.

Source

classes.lisp.

Symbol Macro: class/foldable-fold
Package

coalton-library/classes.

Source

classes.lisp.

Symbol Macro: class/foldable-foldr
Package

coalton-library/classes.

Source

classes.lisp.

Symbol Macro: class/fromiterator
Package

coalton-library/iterator.

Source

iterator.lisp.

Symbol Macro: class/fromiterator-collect!
Package

coalton-library/iterator.

Source

iterator.lisp.

Symbol Macro: class/functor
Package

coalton-library/classes.

Source

classes.lisp.

Symbol Macro: class/functor-map
Package

coalton-library/classes.

Source

classes.lisp.

Symbol Macro: class/hash
Package

coalton-library/hash.

Source

hash.lisp.

Symbol Macro: class/hash-hash
Package

coalton-library/hash.

Source

hash.lisp.

Symbol Macro: class/hash-super-0
Package

coalton-library/hash.

Source

hash.lisp.

Symbol Macro: class/integral
Package

coalton-library/math/integral.

Source

integral.lisp.

Symbol Macro: class/integral-super-0
Package

coalton-library/math/integral.

Source

integral.lisp.

Symbol Macro: class/integral-super-1
Package

coalton-library/math/integral.

Source

integral.lisp.

Symbol Macro: class/integral-tointeger
Package

coalton-library/math/integral.

Source

integral.lisp.

Symbol Macro: class/into
Package

coalton-library/classes.

Source

classes.lisp.

Symbol Macro: class/into-into
Package

coalton-library/classes.

Source

classes.lisp.

Symbol Macro: class/intoiterator
Package

coalton-library/iterator.

Source

iterator.lisp.

Symbol Macro: class/intoiterator-into-iter
Package

coalton-library/iterator.

Source

iterator.lisp.

Symbol Macro: class/iso
Package

coalton-library/classes.

Source

classes.lisp.

Symbol Macro: class/iso-super-0
Package

coalton-library/classes.

Source

classes.lisp.

Symbol Macro: class/iso-super-1
Package

coalton-library/classes.

Source

classes.lisp.

Symbol Macro: class/monad
Package

coalton-library/classes.

Source

classes.lisp.

Symbol Macro: class/monad->>=
Package

coalton-library/classes.

Source

classes.lisp.

Symbol Macro: class/monad-super-0
Package

coalton-library/classes.

Source

classes.lisp.

Symbol Macro: class/monadfail
Package

coalton-library/classes.

Source

classes.lisp.

Symbol Macro: class/monadfail-fail
Package

coalton-library/classes.

Source

classes.lisp.

Symbol Macro: class/monadfail-super-0
Package

coalton-library/classes.

Source

classes.lisp.

Symbol Macro: class/monoid
Package

coalton-library/classes.

Source

classes.lisp.

Symbol Macro: class/monoid-mempty
Package

coalton-library/classes.

Source

classes.lisp.

Symbol Macro: class/monoid-super-0
Package

coalton-library/classes.

Source

classes.lisp.

Symbol Macro: class/num
Package

coalton-library/classes.

Source

classes.lisp.

Symbol Macro: class/num-*
Package

coalton-library/classes.

Source

classes.lisp.

Symbol Macro: class/num-+
Package

coalton-library/classes.

Source

classes.lisp.

Symbol Macro: class/num--
Package

coalton-library/classes.

Source

classes.lisp.

Symbol Macro: class/num-fromint
Package

coalton-library/classes.

Source

classes.lisp.

Symbol Macro: class/num-super-0
Package

coalton-library/classes.

Source

classes.lisp.

Symbol Macro: class/ord
Package

coalton-library/classes.

Source

classes.lisp.

Symbol Macro: class/ord-<=>
Package

coalton-library/classes.

Source

classes.lisp.

Symbol Macro: class/ord-super-0
Package

coalton-library/classes.

Source

classes.lisp.

Symbol Macro: class/polar
Package

coalton-library/math/elementary.

Source

elementary.lisp.

Symbol Macro: class/polar-phase
Package

coalton-library/math/elementary.

Source

elementary.lisp.

Symbol Macro: class/polar-polar
Package

coalton-library/math/elementary.

Source

elementary.lisp.

Symbol Macro: class/polar-super-0
Package

coalton-library/math/elementary.

Source

elementary.lisp.

Symbol Macro: class/polar-super-1
Package

coalton-library/math/elementary.

Source

elementary.lisp.

Symbol Macro: class/quantizable
Package

coalton-library/math/real.

Source

real.lisp.

Symbol Macro: class/quantizable-ceiling
Package

coalton-library/math/real.

Source

real.lisp.

Symbol Macro: class/quantizable-floor
Package

coalton-library/math/real.

Source

real.lisp.

Symbol Macro: class/quantizable-proper
Package

coalton-library/math/real.

Source

real.lisp.

Symbol Macro: class/radical
Package

coalton-library/math/elementary.

Source

elementary.lisp.

Symbol Macro: class/radical-nth-root
Package

coalton-library/math/elementary.

Source

elementary.lisp.

Symbol Macro: class/radical-sqrt
Package

coalton-library/math/elementary.

Source

elementary.lisp.

Symbol Macro: class/randomaccess
Package

coalton-library/randomaccess.

Source

randomaccess.lisp.

Symbol Macro: class/randomaccess-length
Package

coalton-library/randomaccess.

Source

randomaccess.lisp.

Symbol Macro: class/randomaccess-make
Package

coalton-library/randomaccess.

Source

randomaccess.lisp.

Symbol Macro: class/randomaccess-readable?
Package

coalton-library/randomaccess.

Source

randomaccess.lisp.

Symbol Macro: class/randomaccess-unsafe-aref
Package

coalton-library/randomaccess.

Source

randomaccess.lisp.

Symbol Macro: class/randomaccess-unsafe-set!
Package

coalton-library/randomaccess.

Source

randomaccess.lisp.

Symbol Macro: class/randomaccess-writable?
Package

coalton-library/randomaccess.

Source

randomaccess.lisp.

Symbol Macro: class/rational
Package

coalton-library/math/real.

Source

real.lisp.

Symbol Macro: class/rational-best-approx
Package

coalton-library/math/real.

Source

real.lisp.

Symbol Macro: class/rational-super-0
Package

coalton-library/math/real.

Source

real.lisp.

Symbol Macro: class/rational-super-1
Package

coalton-library/math/real.

Source

real.lisp.

Symbol Macro: class/rational-to-fraction
Package

coalton-library/math/real.

Source

real.lisp.

Symbol Macro: class/real
Package

coalton-library/math/real.

Source

real.lisp.

Symbol Macro: class/real-real-approx
Package

coalton-library/math/real.

Source

real.lisp.

Symbol Macro: class/real-super-0
Package

coalton-library/math/real.

Source

real.lisp.

Symbol Macro: class/real-super-1
Package

coalton-library/math/real.

Source

real.lisp.

Symbol Macro: class/reciprocable
Package

coalton-library/math/arith.

Source

arith.lisp.

Symbol Macro: class/reciprocable-/
Package

coalton-library/math/arith.

Source

arith.lisp.

Symbol Macro: class/reciprocable-reciprocal
Package

coalton-library/math/arith.

Source

arith.lisp.

Symbol Macro: class/reciprocable-super-0
Package

coalton-library/math/arith.

Source

arith.lisp.

Symbol Macro: class/remainder
Package

coalton-library/math/integral.

Source

integral.lisp.

Symbol Macro: class/remainder-div
Package

coalton-library/math/integral.

Source

integral.lisp.

Symbol Macro: class/remainder-divmod
Package

coalton-library/math/integral.

Source

integral.lisp.

Symbol Macro: class/remainder-mod
Package

coalton-library/math/integral.

Source

integral.lisp.

Symbol Macro: class/remainder-quot
Package

coalton-library/math/integral.

Source

integral.lisp.

Symbol Macro: class/remainder-quotrem
Package

coalton-library/math/integral.

Source

integral.lisp.

Symbol Macro: class/remainder-rem
Package

coalton-library/math/integral.

Source

integral.lisp.

Symbol Macro: class/remainder-super-0
Package

coalton-library/math/integral.

Source

integral.lisp.

Symbol Macro: class/runtimerepr
Package

coalton-library/types.

Source

types.lisp.

Symbol Macro: class/runtimerepr-runtime-repr
Package

coalton-library/types.

Source

types.lisp.

Symbol Macro: class/semigroup
Package

coalton-library/classes.

Source

classes.lisp.

Symbol Macro: class/semigroup-<>
Package

coalton-library/classes.

Source

classes.lisp.

Symbol Macro: class/signalable
Package

coalton-library/classes.

Source

classes.lisp.

Symbol Macro: class/signalable-error
Package

coalton-library/classes.

Source

classes.lisp.

Symbol Macro: class/sliceable
Package

coalton-library/slice.

Source

slice.lisp.

Symbol Macro: class/sliceable-%length
Package

coalton-library/slice.

Source

slice.lisp.

Symbol Macro: class/transfinite
Package

coalton-library/math/arith.

Source

arith.lisp.

Symbol Macro: class/transfinite-infinite?
Package

coalton-library/math/arith.

Source

arith.lisp.

Symbol Macro: class/transfinite-infinity
Package

coalton-library/math/arith.

Source

arith.lisp.

Symbol Macro: class/transfinite-nan
Package

coalton-library/math/arith.

Source

arith.lisp.

Symbol Macro: class/transfinite-nan?
Package

coalton-library/math/arith.

Source

arith.lisp.

Symbol Macro: class/traversable
Package

coalton-library/classes.

Source

classes.lisp.

Symbol Macro: class/traversable-traverse
Package

coalton-library/classes.

Source

classes.lisp.

Symbol Macro: class/trigonometric
Package

coalton-library/math/elementary.

Source

elementary.lisp.

Symbol Macro: class/trigonometric-acos
Package

coalton-library/math/elementary.

Source

elementary.lisp.

Symbol Macro: class/trigonometric-asin
Package

coalton-library/math/elementary.

Source

elementary.lisp.

Symbol Macro: class/trigonometric-atan
Package

coalton-library/math/elementary.

Source

elementary.lisp.

Symbol Macro: class/trigonometric-cos
Package

coalton-library/math/elementary.

Source

elementary.lisp.

Symbol Macro: class/trigonometric-pi
Package

coalton-library/math/elementary.

Source

elementary.lisp.

Symbol Macro: class/trigonometric-sin
Package

coalton-library/math/elementary.

Source

elementary.lisp.

Symbol Macro: class/trigonometric-tan
Package

coalton-library/math/elementary.

Source

elementary.lisp.

Symbol Macro: class/tryinto
Package

coalton-library/classes.

Source

classes.lisp.

Symbol Macro: class/tryinto-tryinto
Package

coalton-library/classes.

Source

classes.lisp.

Symbol Macro: class/unwrappable
Package

coalton-library/classes.

Source

classes.lisp.

Symbol Macro: class/unwrappable-unwrap-or-else
Package

coalton-library/classes.

Source

classes.lisp.

Symbol Macro: code-char-unchecked
Package

coalton-library/char.

Source

char.lisp.

Symbol Macro: color-minus-black
Package

coalton-library/ord-tree.

Source

ord-tree.lisp.

Symbol Macro: color-plus-black
Package

coalton-library/ord-tree.

Source

ord-tree.lisp.

Symbol Macro: complex-divide
Package

coalton-library/math/complex.

Source

complex.lisp.

Symbol Macro: complex-equal
Package

coalton-library/math/complex.

Source

complex.lisp.

Symbol Macro: complex-minus
Package

coalton-library/math/complex.

Source

complex.lisp.

Symbol Macro: complex-plus
Package

coalton-library/math/complex.

Source

complex.lisp.

Symbol Macro: complex-times
Package

coalton-library/math/complex.

Source

complex.lisp.

Symbol Macro: complex/%complex-_0
Package

coalton-library/math/complex.

Source

complex.lisp.

Symbol Macro: complex/%complex-_1
Package

coalton-library/math/complex.

Source

complex.lisp.

Symbol Macro: copy
Package

coalton-library/seq.

Source

seq.lisp.

Symbol Macro: cst-search
Package

coalton-library/seq.

Source

seq.lisp.

Symbol Macro: cycle
Package

coalton-library/iterator.

Source

iterator.lisp.

Symbol Macro: default-hash-table-capacity
Package

coalton-library/hashtable.

Source

hashtable.lisp.

Symbol Macro: double-float-<⎵type
Package

coalton-library/math/num.

Source

num.lisp.

Symbol Macro: double-float-<=
Package

coalton-library/math/num.

Source

num.lisp.

Symbol Macro: double-float->
Package

coalton-library/math/num.

Source

num.lisp.

Symbol Macro: double-float->=
Package

coalton-library/math/num.

Source

num.lisp.

Symbol Macro: double-float-^
Package

coalton-library/math/integral.

Source

integral.lisp.

Symbol Macro: double-float-^^
Package

coalton-library/math/integral.

Source

integral.lisp.

Symbol Macro: double-float-complex-divide
Package

coalton-library/math/complex.

Source

complex.lisp.

Symbol Macro: double-float-complex-equal
Package

coalton-library/math/complex.

Source

complex.lisp.

Symbol Macro: double-float-complex-minus
Package

coalton-library/math/complex.

Source

complex.lisp.

Symbol Macro: double-float-complex-plus
Package

coalton-library/math/complex.

Source

complex.lisp.

Symbol Macro: double-float-complex-times
Package

coalton-library/math/complex.

Source

complex.lisp.

Symbol Macro: double-float-round
Package

coalton-library/math/real.

Source

real.lisp.

Symbol Macro: doubleblack
Package

coalton-library/ord-tree.

Source

ord-tree.lisp.

Symbol Macro: doubleblackempty
Package

coalton-library/ord-tree.

Source

ord-tree.lisp.

Symbol Macro: dual/dual-_0
Package

coalton-library/math/dual.

Source

dual.lisp.

Symbol Macro: dual/dual-_1
Package

coalton-library/math/dual.

Source

dual.lisp.

Symbol Macro: dyadic-compare
Package

coalton-library/math/dyadic.

Source

dyadic.lisp.

Symbol Macro: dyadic-group
Package

coalton-library/math/dyadic.

Source

dyadic.lisp.

Symbol Macro: dyadic-round
Package

coalton-library/math/dyadic.

Source

dyadic.lisp.

Symbol Macro: dyadic/dyadic-_0
Package

coalton-library/math/dyadic.

Source

dyadic.lisp.

Symbol Macro: dyadic/dyadic-_1
Package

coalton-library/math/dyadic.

Source

dyadic.lisp.

Symbol Macro: eof
Package

coalton-library/file.

Source

file.lisp.

Symbol Macro: exact-ilog
Package

coalton-library/math/dyadic.

Source

dyadic.lisp.

Symbol Macro: expand
Package

coalton-library/ord-tree.

Source

ord-tree.lisp.

Symbol Macro: factorial
Package

coalton-library/math/integral.

Source

integral.lisp.

Symbol Macro: fileerror/fileerror-_0
Package

coalton-library/file.

Source

file.lisp.

Symbol Macro: fileerror/lisperror-_0
Package

coalton-library/file.

Source

file.lisp.

Symbol Macro: fileerror/patherror-_0
Package

coalton-library/file.

Source

file.lisp.

Symbol Macro: fileerror/patherror-_1
Package

coalton-library/file.

Source

file.lisp.

Symbol Macro: fraction-^
Package

coalton-library/math/integral.

Source

integral.lisp.

Symbol Macro: fraction-^^
Package

coalton-library/math/integral.

Source

integral.lisp.

Symbol Macro: fraction-complex-divide
Package

coalton-library/math/complex.

Source

complex.lisp.

Symbol Macro: fraction-complex-equal
Package

coalton-library/math/complex.

Source

complex.lisp.

Symbol Macro: fraction-complex-minus
Package

coalton-library/math/complex.

Source

complex.lisp.

Symbol Macro: fraction-complex-plus
Package

coalton-library/math/complex.

Source

complex.lisp.

Symbol Macro: fraction-complex-times
Package

coalton-library/math/complex.

Source

complex.lisp.

Symbol Macro: fraction-round
Package

coalton-library/math/real.

Source

real.lisp.

Symbol Macro: free-apply
Package

coalton-library/monad/free.

Source

monad/free.lisp.

Symbol Macro: free-lifta2
Package

coalton-library/monad/free.

Source

monad/free.lisp.

Symbol Macro: free/free-_0
Package

coalton-library/monad/free.

Source

monad/free.lisp.

Symbol Macro: free/val-_0
Package

coalton-library/monad/free.

Source

monad/free.lisp.

Symbol Macro: group-vectors
Package

coalton-library/seq.

Source

seq.lisp.

Symbol Macro: height
Package

coalton-library/seq.

Source

seq.lisp.

Symbol Macro: i16-<⎵type
Package

coalton-library/math/num.

Source

num.lisp.

Symbol Macro: i16-<=
Package

coalton-library/math/num.

Source

num.lisp.

Symbol Macro: i16->
Package

coalton-library/math/num.

Source

num.lisp.

Symbol Macro: i16->=
Package

coalton-library/math/num.

Source

num.lisp.

Symbol Macro: i16-^
Package

coalton-library/math/integral.

Source

integral.lisp.

Symbol Macro: i16-complex-divide
Package

coalton-library/math/complex.

Source

complex.lisp.

Symbol Macro: i16-complex-equal
Package

coalton-library/math/complex.

Source

complex.lisp.

Symbol Macro: i16-complex-minus
Package

coalton-library/math/complex.

Source

complex.lisp.

Symbol Macro: i16-complex-plus
Package

coalton-library/math/complex.

Source

complex.lisp.

Symbol Macro: i16-complex-times
Package

coalton-library/math/complex.

Source

complex.lisp.

Symbol Macro: i16-even?
Package

coalton-library/math/integral.

Source

integral.lisp.

Symbol Macro: i16-gcd
Package

coalton-library/math/integral.

Source

integral.lisp.

Symbol Macro: i16-isqrt
Package

coalton-library/math/integral.

Source

integral.lisp.

Symbol Macro: i16-lcm
Package

coalton-library/math/integral.

Source

integral.lisp.

Symbol Macro: i16-odd?
Package

coalton-library/math/integral.

Source

integral.lisp.

Symbol Macro: i32-<⎵type
Package

coalton-library/math/num.

Source

num.lisp.

Symbol Macro: i32-<=
Package

coalton-library/math/num.

Source

num.lisp.

Symbol Macro: i32->
Package

coalton-library/math/num.

Source

num.lisp.

Symbol Macro: i32->=
Package

coalton-library/math/num.

Source

num.lisp.

Symbol Macro: i32-^
Package

coalton-library/math/integral.

Source

integral.lisp.

Symbol Macro: i32-complex-divide
Package

coalton-library/math/complex.

Source

complex.lisp.

Symbol Macro: i32-complex-equal
Package

coalton-library/math/complex.

Source

complex.lisp.

Symbol Macro: i32-complex-minus
Package

coalton-library/math/complex.

Source

complex.lisp.

Symbol Macro: i32-complex-plus
Package

coalton-library/math/complex.

Source

complex.lisp.

Symbol Macro: i32-complex-times
Package

coalton-library/math/complex.

Source

complex.lisp.

Symbol Macro: i32-even?
Package

coalton-library/math/integral.

Source

integral.lisp.

Symbol Macro: i32-gcd
Package

coalton-library/math/integral.

Source

integral.lisp.

Symbol Macro: i32-isqrt
Package

coalton-library/math/integral.

Source

integral.lisp.

Symbol Macro: i32-lcm
Package

coalton-library/math/integral.

Source

integral.lisp.

Symbol Macro: i32-odd?
Package

coalton-library/math/integral.

Source

integral.lisp.

Symbol Macro: i64-<⎵type
Package

coalton-library/math/num.

Source

num.lisp.

Symbol Macro: i64-<=
Package

coalton-library/math/num.

Source

num.lisp.

Symbol Macro: i64->
Package

coalton-library/math/num.

Source

num.lisp.

Symbol Macro: i64->=
Package

coalton-library/math/num.

Source

num.lisp.

Symbol Macro: i64-^
Package

coalton-library/math/integral.

Source

integral.lisp.

Symbol Macro: i64-complex-divide
Package

coalton-library/math/complex.

Source

complex.lisp.

Symbol Macro: i64-complex-equal
Package

coalton-library/math/complex.

Source

complex.lisp.

Symbol Macro: i64-complex-minus
Package

coalton-library/math/complex.

Source

complex.lisp.

Symbol Macro: i64-complex-plus
Package

coalton-library/math/complex.

Source

complex.lisp.

Symbol Macro: i64-complex-times
Package

coalton-library/math/complex.

Source

complex.lisp.

Symbol Macro: i64-even?
Package

coalton-library/math/integral.

Source

integral.lisp.

Symbol Macro: i64-gcd
Package

coalton-library/math/integral.

Source

integral.lisp.

Symbol Macro: i64-isqrt
Package

coalton-library/math/integral.

Source

integral.lisp.

Symbol Macro: i64-lcm
Package

coalton-library/math/integral.

Source

integral.lisp.

Symbol Macro: i64-odd?
Package

coalton-library/math/integral.

Source

integral.lisp.

Symbol Macro: i8-<⎵type
Package

coalton-library/math/num.

Source

num.lisp.

Symbol Macro: i8-<=
Package

coalton-library/math/num.

Source

num.lisp.

Symbol Macro: i8->
Package

coalton-library/math/num.

Source

num.lisp.

Symbol Macro: i8->=
Package

coalton-library/math/num.

Source

num.lisp.

Symbol Macro: i8-^
Package

coalton-library/math/integral.

Source

integral.lisp.

Symbol Macro: i8-complex-divide
Package

coalton-library/math/complex.

Source

complex.lisp.

Symbol Macro: i8-complex-equal
Package

coalton-library/math/complex.

Source

complex.lisp.

Symbol Macro: i8-complex-minus
Package

coalton-library/math/complex.

Source

complex.lisp.

Symbol Macro: i8-complex-plus
Package

coalton-library/math/complex.

Source

complex.lisp.

Symbol Macro: i8-complex-times
Package

coalton-library/math/complex.

Source

complex.lisp.

Symbol Macro: i8-even?
Package

coalton-library/math/integral.

Source

integral.lisp.

Symbol Macro: i8-gcd
Package

coalton-library/math/integral.

Source

integral.lisp.

Symbol Macro: i8-isqrt
Package

coalton-library/math/integral.

Source

integral.lisp.

Symbol Macro: i8-lcm
Package

coalton-library/math/integral.

Source

integral.lisp.

Symbol Macro: i8-odd?
Package

coalton-library/math/integral.

Source

integral.lisp.

Symbol Macro: ifix-<⎵type
Package

coalton-library/math/num.

Source

num.lisp.

Symbol Macro: ifix-<=
Package

coalton-library/math/num.

Source

num.lisp.

Symbol Macro: ifix->
Package

coalton-library/math/num.

Source

num.lisp.

Symbol Macro: ifix->=
Package

coalton-library/math/num.

Source

num.lisp.

Symbol Macro: ifix-^
Package

coalton-library/math/integral.

Source

integral.lisp.

Symbol Macro: ifix-complex-divide
Package

coalton-library/math/complex.

Source

complex.lisp.

Symbol Macro: ifix-complex-equal
Package

coalton-library/math/complex.

Source

complex.lisp.

Symbol Macro: ifix-complex-minus
Package

coalton-library/math/complex.

Source

complex.lisp.

Symbol Macro: ifix-complex-plus
Package

coalton-library/math/complex.

Source

complex.lisp.

Symbol Macro: ifix-complex-times
Package

coalton-library/math/complex.

Source

complex.lisp.

Symbol Macro: ifix-even?
Package

coalton-library/math/integral.

Source

integral.lisp.

Symbol Macro: ifix-gcd
Package

coalton-library/math/integral.

Source

integral.lisp.

Symbol Macro: ifix-isqrt
Package

coalton-library/math/integral.

Source

integral.lisp.

Symbol Macro: ifix-lcm
Package

coalton-library/math/integral.

Source

integral.lisp.

Symbol Macro: ifix-odd?
Package

coalton-library/math/integral.

Source

integral.lisp.

Symbol Macro: instance/%filebyte⎵i16
Package

coalton-library/file.

Source

file.lisp.

Symbol Macro: instance/%filebyte⎵i32
Package

coalton-library/file.

Source

file.lisp.

Symbol Macro: instance/%filebyte⎵i64
Package

coalton-library/file.

Source

file.lisp.

Symbol Macro: instance/%filebyte⎵i8
Package

coalton-library/file.

Source

file.lisp.

Symbol Macro: instance/%filebyte⎵ifix
Package

coalton-library/file.

Source

file.lisp.

Symbol Macro: instance/%filebyte⎵u16
Package

coalton-library/file.

Source

file.lisp.

Symbol Macro: instance/%filebyte⎵u32
Package

coalton-library/file.

Source

file.lisp.

Symbol Macro: instance/%filebyte⎵u64
Package

coalton-library/file.

Source

file.lisp.

Symbol Macro: instance/%filebyte⎵u8
Package

coalton-library/file.

Source

file.lisp.

Symbol Macro: instance/%filebyte⎵ufix
Package

coalton-library/file.

Source

file.lisp.

Symbol Macro: instance/alternative⎵list
Package

coalton-library/list.

Source

list.lisp.

Symbol Macro: instance/alternative⎵list-coalton-library/classes:alt
Package

coalton-library/list.

Source

list.lisp.

Symbol Macro: instance/alternative⎵list-coalton-library/classes:empty
Package

coalton-library/list.

Source

list.lisp.

Symbol Macro: instance/alternative⎵optional
Package

coalton-library/optional.

Source

optional.lisp.

Symbol Macro: instance/alternative⎵optional-coalton-library/classes:alt
Package

coalton-library/optional.

Source

optional.lisp.

Symbol Macro: instance/alternative⎵optional-coalton-library/classes:empty
Package

coalton-library/optional.

Source

optional.lisp.

Symbol Macro: instance/applicative⎵(free⎵:a)
Package

coalton-library/monad/free.

Source

monad/free.lisp.

Symbol Macro: instance/applicative⎵(free⎵:a)-coalton-library/classes:lifta2
Package

coalton-library/monad/free.

Source

monad/free.lisp.

Symbol Macro: instance/applicative⎵(free⎵:a)-coalton-library/classes:pure
Package

coalton-library/monad/free.

Source

monad/free.lisp.

Symbol Macro: instance/applicative⎵(result⎵:a)
Package

coalton-library/result.

Source

result.lisp.

Symbol Macro: instance/applicative⎵(result⎵:a)-coalton-library/classes:lifta2
Package

coalton-library/result.

Source

result.lisp.

Symbol Macro: instance/applicative⎵(result⎵:a)-coalton-library/classes:pure
Package

coalton-library/result.

Source

result.lisp.

Symbol Macro: instance/applicative⎵(st⎵:a)
Package

coalton-library/monad/state.

Source

monad/state.lisp.

Symbol Macro: instance/applicative⎵(st⎵:a)-coalton-library/classes:lifta2
Package

coalton-library/monad/state.

Source

monad/state.lisp.

Symbol Macro: instance/applicative⎵(st⎵:a)-coalton-library/classes:pure
Package

coalton-library/monad/state.

Source

monad/state.lisp.

Symbol Macro: instance/applicative⎵cell
Package

coalton-library/cell.

Source

cell.lisp.

Symbol Macro: instance/applicative⎵cell-coalton-library/classes:lifta2
Package

coalton-library/cell.

Source

cell.lisp.

Symbol Macro: instance/applicative⎵cell-coalton-library/classes:pure
Package

coalton-library/cell.

Source

cell.lisp.

Symbol Macro: instance/applicative⎵list
Package

coalton-library/list.

Source

list.lisp.

Symbol Macro: instance/applicative⎵list-coalton-library/classes:lifta2
Package

coalton-library/list.

Source

list.lisp.

Symbol Macro: instance/applicative⎵list-coalton-library/classes:pure
Package

coalton-library/list.

Source

list.lisp.

Symbol Macro: instance/applicative⎵optional
Package

coalton-library/optional.

Source

optional.lisp.

Symbol Macro: instance/applicative⎵optional-coalton-library/classes:lifta2
Package

coalton-library/optional.

Source

optional.lisp.

Symbol Macro: instance/applicative⎵optional-coalton-library/classes:pure
Package

coalton-library/optional.

Source

optional.lisp.

Symbol Macro: instance/bifunctor⎵result
Package

coalton-library/result.

Source

result.lisp.

Symbol Macro: instance/bifunctor⎵result-coalton-library/classes:bimap
Package

coalton-library/result.

Source

result.lisp.

Symbol Macro: instance/bifunctor⎵tuple
Package

coalton-library/tuple.

Source

tuple.lisp.

Symbol Macro: instance/bifunctor⎵tuple-coalton-library/classes:bimap
Package

coalton-library/tuple.

Source

tuple.lisp.

Symbol Macro: instance/bits:bits⎵i16
Package

coalton-library/math/num.

Source

num.lisp.

Symbol Macro: instance/bits:bits⎵i16-coalton-library/bits:and
Package

coalton-library/math/num.

Source

num.lisp.

Symbol Macro: instance/bits:bits⎵i16-coalton-library/bits:not
Package

coalton-library/math/num.

Source

num.lisp.

Symbol Macro: instance/bits:bits⎵i16-coalton-library/bits:or
Package

coalton-library/math/num.

Source

num.lisp.

Symbol Macro: instance/bits:bits⎵i16-coalton-library/bits:shift
Package

coalton-library/math/num.

Source

num.lisp.

Symbol Macro: instance/bits:bits⎵i16-coalton-library/bits:xor
Package

coalton-library/math/num.

Source

num.lisp.

Symbol Macro: instance/bits:bits⎵i32
Package

coalton-library/math/num.

Source

num.lisp.

Symbol Macro: instance/bits:bits⎵i32-coalton-library/bits:and
Package

coalton-library/math/num.

Source

num.lisp.

Symbol Macro: instance/bits:bits⎵i32-coalton-library/bits:not
Package

coalton-library/math/num.

Source

num.lisp.

Symbol Macro: instance/bits:bits⎵i32-coalton-library/bits:or
Package

coalton-library/math/num.

Source

num.lisp.

Symbol Macro: instance/bits:bits⎵i32-coalton-library/bits:shift
Package

coalton-library/math/num.

Source

num.lisp.

Symbol Macro: instance/bits:bits⎵i32-coalton-library/bits:xor
Package

coalton-library/math/num.

Source

num.lisp.

Symbol Macro: instance/bits:bits⎵i64
Package

coalton-library/math/num.

Source

num.lisp.

Symbol Macro: instance/bits:bits⎵i64-coalton-library/bits:and
Package

coalton-library/math/num.

Source

num.lisp.

Symbol Macro: instance/bits:bits⎵i64-coalton-library/bits:not
Package

coalton-library/math/num.

Source

num.lisp.

Symbol Macro: instance/bits:bits⎵i64-coalton-library/bits:or
Package

coalton-library/math/num.

Source

num.lisp.

Symbol Macro: instance/bits:bits⎵i64-coalton-library/bits:shift
Package

coalton-library/math/num.

Source

num.lisp.

Symbol Macro: instance/bits:bits⎵i64-coalton-library/bits:xor
Package

coalton-library/math/num.

Source

num.lisp.

Symbol Macro: instance/bits:bits⎵i8
Package

coalton-library/math/num.

Source

num.lisp.

Symbol Macro: instance/bits:bits⎵i8-coalton-library/bits:and
Package

coalton-library/math/num.

Source

num.lisp.

Symbol Macro: instance/bits:bits⎵i8-coalton-library/bits:not
Package

coalton-library/math/num.

Source

num.lisp.

Symbol Macro: instance/bits:bits⎵i8-coalton-library/bits:or
Package

coalton-library/math/num.

Source

num.lisp.

Symbol Macro: instance/bits:bits⎵i8-coalton-library/bits:shift
Package

coalton-library/math/num.

Source

num.lisp.

Symbol Macro: instance/bits:bits⎵i8-coalton-library/bits:xor
Package

coalton-library/math/num.

Source

num.lisp.

Symbol Macro: instance/bits:bits⎵ifix
Package

coalton-library/math/num.

Source

num.lisp.

Symbol Macro: instance/bits:bits⎵ifix-coalton-library/bits:and
Package

coalton-library/math/num.

Source

num.lisp.

Symbol Macro: instance/bits:bits⎵ifix-coalton-library/bits:not
Package

coalton-library/math/num.

Source

num.lisp.

Symbol Macro: instance/bits:bits⎵ifix-coalton-library/bits:or
Package

coalton-library/math/num.

Source

num.lisp.

Symbol Macro: instance/bits:bits⎵ifix-coalton-library/bits:shift
Package

coalton-library/math/num.

Source

num.lisp.

Symbol Macro: instance/bits:bits⎵ifix-coalton-library/bits:xor
Package

coalton-library/math/num.

Source

num.lisp.

Symbol Macro: instance/bits:bits⎵integer
Package

coalton-library/math/num.

Source

num.lisp.

Symbol Macro: instance/bits:bits⎵integer-coalton-library/bits:and
Package

coalton-library/math/num.

Source

num.lisp.

Symbol Macro: instance/bits:bits⎵integer-coalton-library/bits:not
Package

coalton-library/math/num.

Source

num.lisp.

Symbol Macro: instance/bits:bits⎵integer-coalton-library/bits:or
Package

coalton-library/math/num.

Source

num.lisp.

Symbol Macro: instance/bits:bits⎵integer-coalton-library/bits:shift
Package

coalton-library/math/num.

Source

num.lisp.

Symbol Macro: instance/bits:bits⎵integer-coalton-library/bits:xor
Package

coalton-library/math/num.

Source

num.lisp.

Symbol Macro: instance/bits:bits⎵u16
Package

coalton-library/math/num.

Source

num.lisp.

Symbol Macro: instance/bits:bits⎵u16-coalton-library/bits:and
Package

coalton-library/math/num.

Source

num.lisp.

Symbol Macro: instance/bits:bits⎵u16-coalton-library/bits:not
Package

coalton-library/math/num.

Source

num.lisp.

Symbol Macro: instance/bits:bits⎵u16-coalton-library/bits:or
Package

coalton-library/math/num.

Source

num.lisp.

Symbol Macro: instance/bits:bits⎵u16-coalton-library/bits:shift
Package

coalton-library/math/num.

Source

num.lisp.

Symbol Macro: instance/bits:bits⎵u16-coalton-library/bits:xor
Package

coalton-library/math/num.

Source

num.lisp.

Symbol Macro: instance/bits:bits⎵u32
Package

coalton-library/math/num.

Source

num.lisp.

Symbol Macro: instance/bits:bits⎵u32-coalton-library/bits:and
Package

coalton-library/math/num.

Source

num.lisp.

Symbol Macro: instance/bits:bits⎵u32-coalton-library/bits:not
Package

coalton-library/math/num.

Source

num.lisp.

Symbol Macro: instance/bits:bits⎵u32-coalton-library/bits:or
Package

coalton-library/math/num.

Source

num.lisp.

Symbol Macro: instance/bits:bits⎵u32-coalton-library/bits:shift
Package

coalton-library/math/num.

Source

num.lisp.

Symbol Macro: instance/bits:bits⎵u32-coalton-library/bits:xor
Package

coalton-library/math/num.

Source

num.lisp.

Symbol Macro: instance/bits:bits⎵u64
Package

coalton-library/math/num.

Source

num.lisp.

Symbol Macro: instance/bits:bits⎵u64-coalton-library/bits:and
Package

coalton-library/math/num.

Source

num.lisp.

Symbol Macro: instance/bits:bits⎵u64-coalton-library/bits:not
Package

coalton-library/math/num.

Source

num.lisp.

Symbol Macro: instance/bits:bits⎵u64-coalton-library/bits:or
Package

coalton-library/math/num.

Source

num.lisp.

Symbol Macro: instance/bits:bits⎵u64-coalton-library/bits:shift
Package

coalton-library/math/num.

Source

num.lisp.

Symbol Macro: instance/bits:bits⎵u64-coalton-library/bits:xor
Package

coalton-library/math/num.

Source

num.lisp.

Symbol Macro: instance/bits:bits⎵u8
Package

coalton-library/math/num.

Source

num.lisp.

Symbol Macro: instance/bits:bits⎵u8-coalton-library/bits:and
Package

coalton-library/math/num.

Source

num.lisp.

Symbol Macro: instance/bits:bits⎵u8-coalton-library/bits:not
Package

coalton-library/math/num.

Source

num.lisp.

Symbol Macro: instance/bits:bits⎵u8-coalton-library/bits:or
Package

coalton-library/math/num.

Source

num.lisp.

Symbol Macro: instance/bits:bits⎵u8-coalton-library/bits:shift
Package

coalton-library/math/num.

Source

num.lisp.

Symbol Macro: instance/bits:bits⎵u8-coalton-library/bits:xor
Package

coalton-library/math/num.

Source

num.lisp.

Symbol Macro: instance/bits:bits⎵ufix
Package

coalton-library/math/num.

Source

num.lisp.

Symbol Macro: instance/bits:bits⎵ufix-coalton-library/bits:and
Package

coalton-library/math/num.

Source

num.lisp.

Symbol Macro: instance/bits:bits⎵ufix-coalton-library/bits:not
Package

coalton-library/math/num.

Source

num.lisp.

Symbol Macro: instance/bits:bits⎵ufix-coalton-library/bits:or
Package

coalton-library/math/num.

Source

num.lisp.

Symbol Macro: instance/bits:bits⎵ufix-coalton-library/bits:shift
Package

coalton-library/math/num.

Source

num.lisp.

Symbol Macro: instance/bits:bits⎵ufix-coalton-library/bits:xor
Package

coalton-library/math/num.

Source

num.lisp.

Symbol Macro: instance/bounded⎵i16
Package

coalton-library/math/bounded.

Source

bounded.lisp.

Symbol Macro: instance/bounded⎵i16-coalton-library/math/bounded:maxbound
Package

coalton-library/math/bounded.

Source

bounded.lisp.

Symbol Macro: instance/bounded⎵i16-coalton-library/math/bounded:minbound
Package

coalton-library/math/bounded.

Source

bounded.lisp.

Symbol Macro: instance/bounded⎵i32
Package

coalton-library/math/bounded.

Source

bounded.lisp.

Symbol Macro: instance/bounded⎵i32-coalton-library/math/bounded:maxbound
Package

coalton-library/math/bounded.

Source

bounded.lisp.

Symbol Macro: instance/bounded⎵i32-coalton-library/math/bounded:minbound
Package

coalton-library/math/bounded.

Source

bounded.lisp.

Symbol Macro: instance/bounded⎵i64
Package

coalton-library/math/bounded.

Source

bounded.lisp.

Symbol Macro: instance/bounded⎵i64-coalton-library/math/bounded:maxbound
Package

coalton-library/math/bounded.

Source

bounded.lisp.

Symbol Macro: instance/bounded⎵i64-coalton-library/math/bounded:minbound
Package

coalton-library/math/bounded.

Source

bounded.lisp.

Symbol Macro: instance/bounded⎵i8
Package

coalton-library/math/bounded.

Source

bounded.lisp.

Symbol Macro: instance/bounded⎵i8-coalton-library/math/bounded:maxbound
Package

coalton-library/math/bounded.

Source

bounded.lisp.

Symbol Macro: instance/bounded⎵i8-coalton-library/math/bounded:minbound
Package

coalton-library/math/bounded.

Source

bounded.lisp.

Symbol Macro: instance/bounded⎵ifix
Package

coalton-library/math/bounded.

Source

bounded.lisp.

Symbol Macro: instance/bounded⎵ifix-coalton-library/math/bounded:maxbound
Package

coalton-library/math/bounded.

Source

bounded.lisp.

Symbol Macro: instance/bounded⎵ifix-coalton-library/math/bounded:minbound
Package

coalton-library/math/bounded.

Source

bounded.lisp.

Symbol Macro: instance/bounded⎵u16
Package

coalton-library/math/bounded.

Source

bounded.lisp.

Symbol Macro: instance/bounded⎵u16-coalton-library/math/bounded:maxbound
Package

coalton-library/math/bounded.

Source

bounded.lisp.

Symbol Macro: instance/bounded⎵u16-coalton-library/math/bounded:minbound
Package

coalton-library/math/bounded.

Source

bounded.lisp.

Symbol Macro: instance/bounded⎵u32
Package

coalton-library/math/bounded.

Source

bounded.lisp.

Symbol Macro: instance/bounded⎵u32-coalton-library/math/bounded:maxbound
Package

coalton-library/math/bounded.

Source

bounded.lisp.

Symbol Macro: instance/bounded⎵u32-coalton-library/math/bounded:minbound
Package

coalton-library/math/bounded.

Source

bounded.lisp.

Symbol Macro: instance/bounded⎵u64
Package

coalton-library/math/bounded.

Source

bounded.lisp.

Symbol Macro: instance/bounded⎵u64-coalton-library/math/bounded:maxbound
Package

coalton-library/math/bounded.

Source

bounded.lisp.

Symbol Macro: instance/bounded⎵u64-coalton-library/math/bounded:minbound
Package

coalton-library/math/bounded.

Source

bounded.lisp.

Symbol Macro: instance/bounded⎵u8
Package

coalton-library/math/bounded.

Source

bounded.lisp.

Symbol Macro: instance/bounded⎵u8-coalton-library/math/bounded:maxbound
Package

coalton-library/math/bounded.

Source

bounded.lisp.

Symbol Macro: instance/bounded⎵u8-coalton-library/math/bounded:minbound
Package

coalton-library/math/bounded.

Source

bounded.lisp.

Symbol Macro: instance/bounded⎵ufix
Package

coalton-library/math/bounded.

Source

bounded.lisp.

Symbol Macro: instance/bounded⎵ufix-coalton-library/math/bounded:maxbound
Package

coalton-library/math/bounded.

Source

bounded.lisp.

Symbol Macro: instance/bounded⎵ufix-coalton-library/math/bounded:minbound
Package

coalton-library/math/bounded.

Source

bounded.lisp.

Symbol Macro: instance/coalton-library/hash:hash⎵boolean
Package

coalton-library/boolean.

Source

boolean.lisp.

Symbol Macro: instance/coalton-library/hash:hash⎵boolean-coalton-library/hash:hash
Package

coalton-library/boolean.

Source

boolean.lisp.

Symbol Macro: instance/coalton-library/hash:hash⎵char
Package

coalton-library/char.

Source

char.lisp.

Symbol Macro: instance/coalton-library/hash:hash⎵char-coalton-library/hash:hash
Package

coalton-library/char.

Source

char.lisp.

Symbol Macro: instance/coalton-library/hash:hash⎵double-float
Package

coalton-library/math/num.

Source

num.lisp.

Symbol Macro: instance/coalton-library/hash:hash⎵double-float-coalton-library/hash:hash
Package

coalton-library/math/num.

Source

num.lisp.

Symbol Macro: instance/coalton-library/hash:hash⎵i16
Package

coalton-library/math/num.

Source

num.lisp.

Symbol Macro: instance/coalton-library/hash:hash⎵i16-coalton-library/hash:hash
Package

coalton-library/math/num.

Source

num.lisp.

Symbol Macro: instance/coalton-library/hash:hash⎵i32
Package

coalton-library/math/num.

Source

num.lisp.

Symbol Macro: instance/coalton-library/hash:hash⎵i32-coalton-library/hash:hash
Package

coalton-library/math/num.

Source

num.lisp.

Symbol Macro: instance/coalton-library/hash:hash⎵i64
Package

coalton-library/math/num.

Source

num.lisp.

Symbol Macro: instance/coalton-library/hash:hash⎵i64-coalton-library/hash:hash
Package

coalton-library/math/num.

Source

num.lisp.

Symbol Macro: instance/coalton-library/hash:hash⎵i8
Package

coalton-library/math/num.

Source

num.lisp.

Symbol Macro: instance/coalton-library/hash:hash⎵i8-coalton-library/hash:hash
Package

coalton-library/math/num.

Source

num.lisp.

Symbol Macro: instance/coalton-library/hash:hash⎵ifix
Package

coalton-library/math/num.

Source

num.lisp.

Symbol Macro: instance/coalton-library/hash:hash⎵ifix-coalton-library/hash:hash
Package

coalton-library/math/num.

Source

num.lisp.

Symbol Macro: instance/coalton-library/hash:hash⎵integer
Package

coalton-library/math/num.

Source

num.lisp.

Symbol Macro: instance/coalton-library/hash:hash⎵integer-coalton-library/hash:hash
Package

coalton-library/math/num.

Source

num.lisp.

Symbol Macro: instance/coalton-library/hash:hash⎵single-float
Package

coalton-library/math/num.

Source

num.lisp.

Symbol Macro: instance/coalton-library/hash:hash⎵single-float-coalton-library/hash:hash
Package

coalton-library/math/num.

Source

num.lisp.

Symbol Macro: instance/coalton-library/hash:hash⎵string
Package

coalton-library/string.

Source

string.lisp.

Symbol Macro: instance/coalton-library/hash:hash⎵string-coalton-library/hash:hash
Package

coalton-library/string.

Source

string.lisp.

Symbol Macro: instance/coalton-library/hash:hash⎵u16
Package

coalton-library/math/num.

Source

num.lisp.

Symbol Macro: instance/coalton-library/hash:hash⎵u16-coalton-library/hash:hash
Package

coalton-library/math/num.

Source

num.lisp.

Symbol Macro: instance/coalton-library/hash:hash⎵u32
Package

coalton-library/math/num.

Source

num.lisp.

Symbol Macro: instance/coalton-library/hash:hash⎵u32-coalton-library/hash:hash
Package

coalton-library/math/num.

Source

num.lisp.

Symbol Macro: instance/coalton-library/hash:hash⎵u64
Package

coalton-library/math/num.

Source

num.lisp.

Symbol Macro: instance/coalton-library/hash:hash⎵u64-coalton-library/hash:hash
Package

coalton-library/math/num.

Source

num.lisp.

Symbol Macro: instance/coalton-library/hash:hash⎵u8
Package

coalton-library/math/num.

Source

num.lisp.

Symbol Macro: instance/coalton-library/hash:hash⎵u8-coalton-library/hash:hash
Package

coalton-library/math/num.

Source

num.lisp.

Symbol Macro: instance/coalton-library/hash:hash⎵ufix
Package

coalton-library/math/num.

Source

num.lisp.

Symbol Macro: instance/coalton-library/hash:hash⎵ufix-coalton-library/hash:hash
Package

coalton-library/math/num.

Source

num.lisp.

Symbol Macro: instance/coalton-library/types:runtimerepr⎵((free⎵:a)⎵:b)
Package

coalton-library/monad/free.

Source

monad/free.lisp.

Symbol Macro: instance/coalton-library/types:runtimerepr⎵((free⎵:a)⎵:b)-coalton-library/types:runtime-repr
Package

coalton-library/monad/free.

Source

monad/free.lisp.

Symbol Macro: instance/coalton-library/types:runtimerepr⎵(cell⎵:a)
Package

coalton-library/cell.

Source

cell.lisp.

Symbol Macro: instance/coalton-library/types:runtimerepr⎵(cell⎵:a)-coalton-library/types:runtime-repr
Package

coalton-library/cell.

Source

cell.lisp.

Symbol Macro: instance/coalton-library/types:runtimerepr⎵(complex⎵:a)
Package

coalton-library/math/complex.

Source

complex.lisp.

Symbol Macro: instance/coalton-library/types:runtimerepr⎵(complex⎵:a)-coalton-library/types:runtime-repr
Package

coalton-library/math/complex.

Source

complex.lisp.

Symbol Macro: instance/coalton-library/types:runtimerepr⎵(dual⎵:a)
Package

coalton-library/math/dual.

Source

dual.lisp.

Symbol Macro: instance/coalton-library/types:runtimerepr⎵(dual⎵:a)-coalton-library/types:runtime-repr
Package

coalton-library/math/dual.

Source

dual.lisp.

Symbol Macro: instance/coalton-library/types:runtimerepr⎵(hashtable⎵:a⎵:b)
Package

coalton-library/hashtable.

Source

hashtable.lisp.

Symbol Macro: instance/coalton-library/types:runtimerepr⎵(hashtable⎵:a⎵:b)-coalton-library/types:runtime-repr
Package

coalton-library/hashtable.

Source

hashtable.lisp.

Symbol Macro: instance/coalton-library/types:runtimerepr⎵(iteratorstacknode⎵:a)
Package

coalton-library/ord-tree.

Source

ord-tree.lisp.

Symbol Macro: instance/coalton-library/types:runtimerepr⎵(iteratorstacknode⎵:a)-coalton-library/types:runtime-repr
Package

coalton-library/ord-tree.

Source

ord-tree.lisp.

Symbol Macro: instance/coalton-library/types:runtimerepr⎵(map⎵:a⎵:b)
Package

coalton-library/ord-map.

Source

ord-map.lisp.

Symbol Macro: instance/coalton-library/types:runtimerepr⎵(map⎵:a⎵:b)-coalton-library/types:runtime-repr
Package

coalton-library/ord-map.

Source

ord-map.lisp.

Symbol Macro: instance/coalton-library/types:runtimerepr⎵(mappair⎵:a⎵:b)
Package

coalton-library/ord-map.

Source

ord-map.lisp.

Symbol Macro: instance/coalton-library/types:runtimerepr⎵(mappair⎵:a⎵:b)-coalton-library/types:runtime-repr
Package

coalton-library/ord-map.

Source

ord-map.lisp.

Symbol Macro: instance/coalton-library/types:runtimerepr⎵(profile⎵:a)
Package

coalton-library/system.

Source

system.lisp.

Symbol Macro: instance/coalton-library/types:runtimerepr⎵(profile⎵:a)-coalton-library/types:runtime-repr
Package

coalton-library/system.

Source

system.lisp.

Symbol Macro: instance/coalton-library/types:runtimerepr⎵(quantization⎵:a)
Package

coalton-library/math/real.

Source

real.lisp.

Symbol Macro: instance/coalton-library/types:runtimerepr⎵(quantization⎵:a)-coalton-library/types:runtime-repr
Package

coalton-library/math/real.

Source

real.lisp.

Symbol Macro: instance/coalton-library/types:runtimerepr⎵(queue⎵:a)
Package

coalton-library/queue.

Source

queue.lisp.

Symbol Macro: instance/coalton-library/types:runtimerepr⎵(queue⎵:a)-coalton-library/types:runtime-repr
Package

coalton-library/queue.

Source

queue.lisp.

Symbol Macro: instance/coalton-library/types:runtimerepr⎵(st⎵:a⎵:b)
Package

coalton-library/monad/state.

Source

monad/state.lisp.

Symbol Macro: instance/coalton-library/types:runtimerepr⎵(st⎵:a⎵:b)-coalton-library/types:runtime-repr
Package

coalton-library/monad/state.

Source

monad/state.lisp.

Symbol Macro: instance/coalton-library/types:runtimerepr⎵(tree⎵:a)
Package

coalton-library/ord-tree.

Source

ord-tree.lisp.

Symbol Macro: instance/coalton-library/types:runtimerepr⎵(tree⎵:a)-coalton-library/types:runtime-repr
Package

coalton-library/ord-tree.

Source

ord-tree.lisp.

Symbol Macro: instance/coalton-library/types:runtimerepr⎵(tuple3⎵:a⎵:b⎵:c)
Package

coalton-library/tuple.

Source

tuple.lisp.

Symbol Macro: instance/coalton-library/types:runtimerepr⎵(tuple3⎵:a⎵:b⎵:c)-coalton-library/types:runtime-repr
Package

coalton-library/tuple.

Source

tuple.lisp.

Symbol Macro: instance/coalton-library/types:runtimerepr⎵(tuple4⎵:a⎵:b⎵:c⎵:d)
Package

coalton-library/tuple.

Source

tuple.lisp.

Symbol Macro: instance/coalton-library/types:runtimerepr⎵(tuple4⎵:a⎵:b⎵:c⎵:d)-coalton-library/types:runtime-repr
Package

coalton-library/tuple.

Source

tuple.lisp.

Symbol Macro: instance/coalton-library/types:runtimerepr⎵(tuple5⎵:a⎵:b⎵:c⎵:d⎵:e)
Package

coalton-library/tuple.

Source

tuple.lisp.

Symbol Macro: instance/coalton-library/types:runtimerepr⎵(tuple5⎵:a⎵:b⎵:c⎵:d⎵:e)-coalton-library/types:runtime-repr
Package

coalton-library/tuple.

Source

tuple.lisp.

Symbol Macro: instance/coalton-library/types:runtimerepr⎵color
Package

coalton-library/ord-tree.

Source

ord-tree.lisp.

Symbol Macro: instance/coalton-library/types:runtimerepr⎵color-coalton-library/types:runtime-repr
Package

coalton-library/ord-tree.

Source

ord-tree.lisp.

Symbol Macro: instance/coalton-library/types:runtimerepr⎵dyadic
Package

coalton-library/math/dyadic.

Source

dyadic.lisp.

Symbol Macro: instance/coalton-library/types:runtimerepr⎵dyadic-coalton-library/types:runtime-repr
Package

coalton-library/math/dyadic.

Source

dyadic.lisp.

Symbol Macro: instance/coalton-library/types:runtimerepr⎵hash
Package

coalton-library/hash.

Source

hash.lisp.

Symbol Macro: instance/coalton-library/types:runtimerepr⎵hash-coalton-library/types:runtime-repr
Package

coalton-library/hash.

Source

hash.lisp.

Symbol Macro: instance/coalton-library/types:runtimerepr⎵i16
Package

coalton.

Source

primitive-types.lisp.

Symbol Macro: instance/coalton-library/types:runtimerepr⎵i16-coalton-library/types:runtime-repr
Package

coalton.

Source

primitive-types.lisp.

Symbol Macro: instance/coalton-library/types:runtimerepr⎵i32
Package

coalton.

Source

primitive-types.lisp.

Symbol Macro: instance/coalton-library/types:runtimerepr⎵i32-coalton-library/types:runtime-repr
Package

coalton.

Source

primitive-types.lisp.

Symbol Macro: instance/coalton-library/types:runtimerepr⎵i64
Package

coalton.

Source

primitive-types.lisp.

Symbol Macro: instance/coalton-library/types:runtimerepr⎵i64-coalton-library/types:runtime-repr
Package

coalton.

Source

primitive-types.lisp.

Symbol Macro: instance/coalton-library/types:runtimerepr⎵i8
Package

coalton.

Source

primitive-types.lisp.

Symbol Macro: instance/coalton-library/types:runtimerepr⎵i8-coalton-library/types:runtime-repr
Package

coalton.

Source

primitive-types.lisp.

Symbol Macro: instance/coalton-library/types:runtimerepr⎵ifix
Package

coalton.

Source

primitive-types.lisp.

Symbol Macro: instance/coalton-library/types:runtimerepr⎵ifix-coalton-library/types:runtime-repr
Package

coalton.

Source

primitive-types.lisp.

Symbol Macro: instance/coalton-library/types:runtimerepr⎵lispcondition
Package

coalton-library/system.

Source

system.lisp.

Symbol Macro: instance/coalton-library/types:runtimerepr⎵lispcondition-coalton-library/types:runtime-repr
Package

coalton-library/system.

Source

system.lisp.

Symbol Macro: instance/coalton-library/types:runtimerepr⎵u16
Package

coalton.

Source

primitive-types.lisp.

Symbol Macro: instance/coalton-library/types:runtimerepr⎵u16-coalton-library/types:runtime-repr
Package

coalton.

Source

primitive-types.lisp.

Symbol Macro: instance/coalton-library/types:runtimerepr⎵u32
Package

coalton.

Source

primitive-types.lisp.

Symbol Macro: instance/coalton-library/types:runtimerepr⎵u32-coalton-library/types:runtime-repr
Package

coalton.

Source

primitive-types.lisp.

Symbol Macro: instance/coalton-library/types:runtimerepr⎵u64
Package

coalton.

Source

primitive-types.lisp.

Symbol Macro: instance/coalton-library/types:runtimerepr⎵u64-coalton-library/types:runtime-repr
Package

coalton.

Source

primitive-types.lisp.

Symbol Macro: instance/coalton-library/types:runtimerepr⎵u8
Package

coalton.

Source

primitive-types.lisp.

Symbol Macro: instance/coalton-library/types:runtimerepr⎵u8-coalton-library/types:runtime-repr
Package

coalton.

Source

primitive-types.lisp.

Symbol Macro: instance/coalton-library/types:runtimerepr⎵ufix
Package

coalton.

Source

primitive-types.lisp.

Symbol Macro: instance/coalton-library/types:runtimerepr⎵ufix-coalton-library/types:runtime-repr
Package

coalton.

Source

primitive-types.lisp.

Symbol Macro: instance/coalton-library/types:runtimerepr⎵void
Package

coalton.

Source

primitive-types.lisp.

Symbol Macro: instance/coalton-library/types:runtimerepr⎵void-coalton-library/types:runtime-repr
Package

coalton.

Source

primitive-types.lisp.

Symbol Macro: instance/complex⎵(complex⎵:a)
Package

coalton-library/math/complex.

Source

complex.lisp.

Symbol Macro: instance/complex⎵(complex⎵:a)-coalton-library/math/complex:complex
Package

coalton-library/math/complex.

Source

complex.lisp.

Symbol Macro: instance/complex⎵(complex⎵:a)-coalton-library/math/complex:imag-part
Package

coalton-library/math/complex.

Source

complex.lisp.

Symbol Macro: instance/complex⎵(complex⎵:a)-coalton-library/math/complex:real-part
Package

coalton-library/math/complex.

Source

complex.lisp.

Symbol Macro: instance/complex⎵double-float
Package

coalton-library/math/complex.

Source

complex.lisp.

Symbol Macro: instance/complex⎵double-float-coalton-library/math/complex:complex
Package

coalton-library/math/complex.

Source

complex.lisp.

Symbol Macro: instance/complex⎵double-float-coalton-library/math/complex:imag-part
Package

coalton-library/math/complex.

Source

complex.lisp.

Symbol Macro: instance/complex⎵double-float-coalton-library/math/complex:real-part
Package

coalton-library/math/complex.

Source

complex.lisp.

Symbol Macro: instance/complex⎵fraction
Package

coalton-library/math/complex.

Source

complex.lisp.

Symbol Macro: instance/complex⎵fraction-coalton-library/math/complex:complex
Package

coalton-library/math/complex.

Source

complex.lisp.

Symbol Macro: instance/complex⎵fraction-coalton-library/math/complex:imag-part
Package

coalton-library/math/complex.

Source

complex.lisp.

Symbol Macro: instance/complex⎵fraction-coalton-library/math/complex:real-part
Package

coalton-library/math/complex.

Source

complex.lisp.

Symbol Macro: instance/complex⎵i16
Package

coalton-library/math/complex.

Source

complex.lisp.

Symbol Macro: instance/complex⎵i16-coalton-library/math/complex:complex
Package

coalton-library/math/complex.

Source

complex.lisp.

Symbol Macro: instance/complex⎵i16-coalton-library/math/complex:imag-part
Package

coalton-library/math/complex.

Source

complex.lisp.

Symbol Macro: instance/complex⎵i16-coalton-library/math/complex:real-part
Package

coalton-library/math/complex.

Source

complex.lisp.

Symbol Macro: instance/complex⎵i32
Package

coalton-library/math/complex.

Source

complex.lisp.

Symbol Macro: instance/complex⎵i32-coalton-library/math/complex:complex
Package

coalton-library/math/complex.

Source

complex.lisp.

Symbol Macro: instance/complex⎵i32-coalton-library/math/complex:imag-part
Package

coalton-library/math/complex.

Source

complex.lisp.

Symbol Macro: instance/complex⎵i32-coalton-library/math/complex:real-part
Package

coalton-library/math/complex.

Source

complex.lisp.

Symbol Macro: instance/complex⎵i64
Package

coalton-library/math/complex.

Source

complex.lisp.

Symbol Macro: instance/complex⎵i64-coalton-library/math/complex:complex
Package

coalton-library/math/complex.

Source

complex.lisp.

Symbol Macro: instance/complex⎵i64-coalton-library/math/complex:imag-part
Package

coalton-library/math/complex.

Source

complex.lisp.

Symbol Macro: instance/complex⎵i64-coalton-library/math/complex:real-part
Package

coalton-library/math/complex.

Source

complex.lisp.

Symbol Macro: instance/complex⎵i8
Package

coalton-library/math/complex.

Source

complex.lisp.

Symbol Macro: instance/complex⎵i8-coalton-library/math/complex:complex
Package

coalton-library/math/complex.

Source

complex.lisp.

Symbol Macro: instance/complex⎵i8-coalton-library/math/complex:imag-part
Package

coalton-library/math/complex.

Source

complex.lisp.

Symbol Macro: instance/complex⎵i8-coalton-library/math/complex:real-part
Package

coalton-library/math/complex.

Source

complex.lisp.

Symbol Macro: instance/complex⎵ifix
Package

coalton-library/math/complex.

Source

complex.lisp.

Symbol Macro: instance/complex⎵ifix-coalton-library/math/complex:complex
Package

coalton-library/math/complex.

Source

complex.lisp.

Symbol Macro: instance/complex⎵ifix-coalton-library/math/complex:imag-part
Package

coalton-library/math/complex.

Source

complex.lisp.

Symbol Macro: instance/complex⎵ifix-coalton-library/math/complex:real-part
Package

coalton-library/math/complex.

Source

complex.lisp.

Symbol Macro: instance/complex⎵integer
Package

coalton-library/math/complex.

Source

complex.lisp.

Symbol Macro: instance/complex⎵integer-coalton-library/math/complex:complex
Package

coalton-library/math/complex.

Source

complex.lisp.

Symbol Macro: instance/complex⎵integer-coalton-library/math/complex:imag-part
Package

coalton-library/math/complex.

Source

complex.lisp.

Symbol Macro: instance/complex⎵integer-coalton-library/math/complex:real-part
Package

coalton-library/math/complex.

Source

complex.lisp.

Symbol Macro: instance/complex⎵single-float
Package

coalton-library/math/complex.

Source

complex.lisp.

Symbol Macro: instance/complex⎵single-float-coalton-library/math/complex:complex
Package

coalton-library/math/complex.

Source

complex.lisp.

Symbol Macro: instance/complex⎵single-float-coalton-library/math/complex:imag-part
Package

coalton-library/math/complex.

Source

complex.lisp.

Symbol Macro: instance/complex⎵single-float-coalton-library/math/complex:real-part
Package

coalton-library/math/complex.

Source

complex.lisp.

Symbol Macro: instance/complex⎵u16
Package

coalton-library/math/complex.

Source

complex.lisp.

Symbol Macro: instance/complex⎵u16-coalton-library/math/complex:complex
Package

coalton-library/math/complex.

Source

complex.lisp.

Symbol Macro: instance/complex⎵u16-coalton-library/math/complex:imag-part
Package

coalton-library/math/complex.

Source

complex.lisp.

Symbol Macro: instance/complex⎵u16-coalton-library/math/complex:real-part
Package

coalton-library/math/complex.

Source

complex.lisp.

Symbol Macro: instance/complex⎵u32
Package

coalton-library/math/complex.

Source

complex.lisp.

Symbol Macro: instance/complex⎵u32-coalton-library/math/complex:complex
Package

coalton-library/math/complex.

Source

complex.lisp.

Symbol Macro: instance/complex⎵u32-coalton-library/math/complex:imag-part
Package

coalton-library/math/complex.

Source

complex.lisp.

Symbol Macro: instance/complex⎵u32-coalton-library/math/complex:real-part
Package

coalton-library/math/complex.

Source

complex.lisp.

Symbol Macro: instance/complex⎵u64
Package

coalton-library/math/complex.

Source

complex.lisp.

Symbol Macro: instance/complex⎵u64-coalton-library/math/complex:complex
Package

coalton-library/math/complex.

Source

complex.lisp.

Symbol Macro: instance/complex⎵u64-coalton-library/math/complex:imag-part
Package

coalton-library/math/complex.

Source

complex.lisp.

Symbol Macro: instance/complex⎵u64-coalton-library/math/complex:real-part
Package

coalton-library/math/complex.

Source

complex.lisp.

Symbol Macro: instance/complex⎵u8
Package

coalton-library/math/complex.

Source

complex.lisp.

Symbol Macro: instance/complex⎵u8-coalton-library/math/complex:complex
Package

coalton-library/math/complex.

Source

complex.lisp.

Symbol Macro: instance/complex⎵u8-coalton-library/math/complex:imag-part
Package

coalton-library/math/complex.

Source

complex.lisp.

Symbol Macro: instance/complex⎵u8-coalton-library/math/complex:real-part
Package

coalton-library/math/complex.

Source

complex.lisp.

Symbol Macro: instance/complex⎵ufix
Package

coalton-library/math/complex.

Source

complex.lisp.

Symbol Macro: instance/complex⎵ufix-coalton-library/math/complex:complex
Package

coalton-library/math/complex.

Source

complex.lisp.

Symbol Macro: instance/complex⎵ufix-coalton-library/math/complex:imag-part
Package

coalton-library/math/complex.

Source

complex.lisp.

Symbol Macro: instance/complex⎵ufix-coalton-library/math/complex:real-part
Package

coalton-library/math/complex.

Source

complex.lisp.

Symbol Macro: instance/default⎵(cell⎵:a)
Package

coalton-library/cell.

Source

cell.lisp.

Symbol Macro: instance/default⎵(cell⎵:a)-coalton-library/classes:default
Package

coalton-library/cell.

Source

cell.lisp.

Symbol Macro: instance/default⎵(hashtable⎵:a⎵:b)
Package

coalton-library/hashtable.

Source

hashtable.lisp.

Symbol Macro: instance/default⎵(hashtable⎵:a⎵:b)-coalton-library/classes:default
Package

coalton-library/hashtable.

Source

hashtable.lisp.

Symbol Macro: instance/default⎵(list⎵:a)
Package

coalton-library/list.

Source

list.lisp.

Symbol Macro: instance/default⎵(list⎵:a)-coalton-library/classes:default
Package

coalton-library/list.

Source

list.lisp.

Symbol Macro: instance/default⎵(optional⎵:a)
Package

coalton-library/optional.

Source

optional.lisp.

Symbol Macro: instance/default⎵(optional⎵:a)-coalton-library/classes:default
Package

coalton-library/optional.

Source

optional.lisp.

Symbol Macro: instance/default⎵(queue⎵:a)
Package

coalton-library/queue.

Source

queue.lisp.

Symbol Macro: instance/default⎵(queue⎵:a)-coalton-library/classes:default
Package

coalton-library/queue.

Source

queue.lisp.

Symbol Macro: instance/default⎵(seq⎵:a)
Package

coalton-library/seq.

Source

seq.lisp.

Symbol Macro: instance/default⎵(seq⎵:a)-coalton-library/classes:default
Package

coalton-library/seq.

Source

seq.lisp.

Symbol Macro: instance/default⎵(tuple⎵:a⎵:b)
Package

coalton-library/tuple.

Source

tuple.lisp.

Symbol Macro: instance/default⎵(tuple⎵:a⎵:b)-coalton-library/classes:default
Package

coalton-library/tuple.

Source

tuple.lisp.

Symbol Macro: instance/default⎵(tuple3⎵:a⎵:b⎵:c)
Package

coalton-library/tuple.

Source

tuple.lisp.

Symbol Macro: instance/default⎵(tuple3⎵:a⎵:b⎵:c)-coalton-library/classes:default
Package

coalton-library/tuple.

Source

tuple.lisp.

Symbol Macro: instance/default⎵(tuple4⎵:a⎵:b⎵:c⎵:d)
Package

coalton-library/tuple.

Source

tuple.lisp.

Symbol Macro: instance/default⎵(tuple4⎵:a⎵:b⎵:c⎵:d)-coalton-library/classes:default
Package

coalton-library/tuple.

Source

tuple.lisp.

Symbol Macro: instance/default⎵(tuple5⎵:a⎵:b⎵:c⎵:d⎵:e)
Package

coalton-library/tuple.

Source

tuple.lisp.

Symbol Macro: instance/default⎵(tuple5⎵:a⎵:b⎵:c⎵:d⎵:e)-coalton-library/classes:default
Package

coalton-library/tuple.

Source

tuple.lisp.

Symbol Macro: instance/default⎵(vector⎵:a)
Package

coalton-library/vector.

Source

vector.lisp.

Symbol Macro: instance/default⎵(vector⎵:a)-coalton-library/classes:default
Package

coalton-library/vector.

Source

vector.lisp.

Symbol Macro: instance/default⎵boolean
Package

coalton-library/boolean.

Source

boolean.lisp.

Symbol Macro: instance/default⎵boolean-coalton-library/classes:default
Package

coalton-library/boolean.

Source

boolean.lisp.

Symbol Macro: instance/default⎵double-float
Package

coalton-library/math/num.

Source

num.lisp.

Symbol Macro: instance/default⎵double-float-coalton-library/classes:default
Package

coalton-library/math/num.

Source

num.lisp.

Symbol Macro: instance/default⎵hash
Package

coalton-library/hash.

Source

hash.lisp.

Symbol Macro: instance/default⎵hash-coalton-library/classes:default
Package

coalton-library/hash.

Source

hash.lisp.

Symbol Macro: instance/default⎵i16
Package

coalton-library/math/num.

Source

num.lisp.

Symbol Macro: instance/default⎵i16-coalton-library/classes:default
Package

coalton-library/math/num.

Source

num.lisp.

Symbol Macro: instance/default⎵i32
Package

coalton-library/math/num.

Source

num.lisp.

Symbol Macro: instance/default⎵i32-coalton-library/classes:default
Package

coalton-library/math/num.

Source

num.lisp.

Symbol Macro: instance/default⎵i64
Package

coalton-library/math/num.

Source

num.lisp.

Symbol Macro: instance/default⎵i64-coalton-library/classes:default
Package

coalton-library/math/num.

Source

num.lisp.

Symbol Macro: instance/default⎵i8
Package

coalton-library/math/num.

Source

num.lisp.

Symbol Macro: instance/default⎵i8-coalton-library/classes:default
Package

coalton-library/math/num.

Source

num.lisp.

Symbol Macro: instance/default⎵ifix
Package

coalton-library/math/num.

Source

num.lisp.

Symbol Macro: instance/default⎵ifix-coalton-library/classes:default
Package

coalton-library/math/num.

Source

num.lisp.

Symbol Macro: instance/default⎵integer
Package

coalton-library/math/num.

Source

num.lisp.

Symbol Macro: instance/default⎵integer-coalton-library/classes:default
Package

coalton-library/math/num.

Source

num.lisp.

Symbol Macro: instance/default⎵single-float
Package

coalton-library/math/num.

Source

num.lisp.

Symbol Macro: instance/default⎵single-float-coalton-library/classes:default
Package

coalton-library/math/num.

Source

num.lisp.

Symbol Macro: instance/default⎵string
Package

coalton-library/string.

Source

string.lisp.

Symbol Macro: instance/default⎵string-coalton-library/classes:default
Package

coalton-library/string.

Source

string.lisp.

Symbol Macro: instance/default⎵u16
Package

coalton-library/math/num.

Source

num.lisp.

Symbol Macro: instance/default⎵u16-coalton-library/classes:default
Package

coalton-library/math/num.

Source

num.lisp.

Symbol Macro: instance/default⎵u32
Package

coalton-library/math/num.

Source

num.lisp.

Symbol Macro: instance/default⎵u32-coalton-library/classes:default
Package

coalton-library/math/num.

Source

num.lisp.

Symbol Macro: instance/default⎵u64
Package

coalton-library/math/num.

Source

num.lisp.

Symbol Macro: instance/default⎵u64-coalton-library/classes:default
Package

coalton-library/math/num.

Source

num.lisp.

Symbol Macro: instance/default⎵u8
Package

coalton-library/math/num.

Source

num.lisp.

Symbol Macro: instance/default⎵u8-coalton-library/classes:default
Package

coalton-library/math/num.

Source

num.lisp.

Symbol Macro: instance/default⎵ufix
Package

coalton-library/math/num.

Source

num.lisp.

Symbol Macro: instance/default⎵ufix-coalton-library/classes:default
Package

coalton-library/math/num.

Source

num.lisp.

Symbol Macro: instance/dividable⎵:a⎵:a
Package

coalton-library/math/arith.

Source

arith.lisp.

Symbol Macro: instance/dividable⎵:a⎵:a-coalton-library/math/arith:general/
Package

coalton-library/math/arith.

Source

arith.lisp.

Symbol Macro: instance/dividable⎵integer⎵double-float
Package

coalton-library/math/num.

Source

num.lisp.

Symbol Macro: instance/dividable⎵integer⎵double-float-coalton-library/math/arith:general/
Package

coalton-library/math/num.

Source

num.lisp.

Symbol Macro: instance/dividable⎵integer⎵fraction
Package

coalton-library/math/fraction.

Source

fraction.lisp.

Symbol Macro: instance/dividable⎵integer⎵fraction-coalton-library/math/arith:general/
Package

coalton-library/math/fraction.

Source

fraction.lisp.

Symbol Macro: instance/dividable⎵integer⎵single-float
Package

coalton-library/math/num.

Source

num.lisp.

Symbol Macro: instance/dividable⎵integer⎵single-float-coalton-library/math/arith:general/
Package

coalton-library/math/num.

Source

num.lisp.

Symbol Macro: instance/elementary⎵(complex⎵:a)
Package

coalton-library/math/elementary.

Source

elementary.lisp.

Symbol Macro: instance/elementary⎵double-float
Package

coalton-library/math/elementary.

Source

elementary.lisp.

Symbol Macro: instance/elementary⎵single-float
Package

coalton-library/math/elementary.

Source

elementary.lisp.

Symbol Macro: instance/eq⎵(cell⎵:a)
Package

coalton-library/cell.

Source

cell.lisp.

Symbol Macro: instance/eq⎵(cell⎵:a)-coalton-library/classes:==
Package

coalton-library/cell.

Source

cell.lisp.

Symbol Macro: instance/eq⎵(complex⎵:a)
Package

coalton-library/math/complex.

Source

complex.lisp.

Symbol Macro: instance/eq⎵(complex⎵:a)-coalton-library/classes:==
Package

coalton-library/math/complex.

Source

complex.lisp.

Symbol Macro: instance/eq⎵(dual⎵:a)
Package

coalton-library/math/dual.

Source

dual.lisp.

Symbol Macro: instance/eq⎵(dual⎵:a)-coalton-library/classes:==
Package

coalton-library/math/dual.

Source

dual.lisp.

Symbol Macro: instance/eq⎵(hashtable⎵:a⎵:b)
Package

coalton-library/hashtable.

Source

hashtable.lisp.

Symbol Macro: instance/eq⎵(hashtable⎵:a⎵:b)-coalton-library/classes:==
Package

coalton-library/hashtable.

Source

hashtable.lisp.

Symbol Macro: instance/eq⎵(list⎵:a)
Package

coalton-library/list.

Source

list.lisp.

Symbol Macro: instance/eq⎵(list⎵:a)-coalton-library/classes:==
Package

coalton-library/list.

Source

list.lisp.

Symbol Macro: instance/eq⎵(map⎵:a⎵:b)
Package

coalton-library/ord-map.

Source

ord-map.lisp.

Symbol Macro: instance/eq⎵(map⎵:a⎵:b)-coalton-library/classes:==
Package

coalton-library/ord-map.

Source

ord-map.lisp.

Symbol Macro: instance/eq⎵(mappair⎵:a⎵:b)
Package

coalton-library/ord-map.

Source

ord-map.lisp.

Symbol Macro: instance/eq⎵(mappair⎵:a⎵:b)-coalton-library/classes:==
Package

coalton-library/ord-map.

Source

ord-map.lisp.

Symbol Macro: instance/eq⎵(optional⎵:a)
Package

coalton-library/optional.

Source

optional.lisp.

Symbol Macro: instance/eq⎵(optional⎵:a)-coalton-library/classes:==
Package

coalton-library/optional.

Source

optional.lisp.

Symbol Macro: instance/eq⎵(queue⎵:a)
Package

coalton-library/queue.

Source

queue.lisp.

Symbol Macro: instance/eq⎵(queue⎵:a)-coalton-library/classes:==
Package

coalton-library/queue.

Source

queue.lisp.

Symbol Macro: instance/eq⎵(result⎵:a⎵:b)
Package

coalton-library/result.

Source

result.lisp.

Symbol Macro: instance/eq⎵(result⎵:a⎵:b)-coalton-library/classes:==
Package

coalton-library/result.

Source

result.lisp.

Symbol Macro: instance/eq⎵(seq⎵:a)
Package

coalton-library/seq.

Source

seq.lisp.

Symbol Macro: instance/eq⎵(seq⎵:a)-coalton-library/classes:==
Package

coalton-library/seq.

Source

seq.lisp.

Symbol Macro: instance/eq⎵(slice⎵:a)
Package

coalton-library/slice.

Source

slice.lisp.

Symbol Macro: instance/eq⎵(slice⎵:a)-coalton-library/classes:==
Package

coalton-library/slice.

Source

slice.lisp.

Symbol Macro: instance/eq⎵(tree⎵:a)
Package

coalton-library/ord-tree.

Source

ord-tree.lisp.

Symbol Macro: instance/eq⎵(tree⎵:a)-coalton-library/classes:==
Package

coalton-library/ord-tree.

Source

ord-tree.lisp.

Symbol Macro: instance/eq⎵(tuple⎵:a⎵:b)
Package

coalton-library/tuple.

Source

tuple.lisp.

Symbol Macro: instance/eq⎵(tuple⎵:a⎵:b)-coalton-library/classes:==
Package

coalton-library/tuple.

Source

tuple.lisp.

Symbol Macro: instance/eq⎵(tuple3⎵:a⎵:b⎵:c)
Package

coalton-library/tuple.

Source

tuple.lisp.

Symbol Macro: instance/eq⎵(tuple3⎵:a⎵:b⎵:c)-coalton-library/classes:==
Package

coalton-library/tuple.

Source

tuple.lisp.

Symbol Macro: instance/eq⎵(tuple4⎵:a⎵:b⎵:c⎵:d)
Package

coalton-library/tuple.

Source

tuple.lisp.

Symbol Macro: instance/eq⎵(tuple4⎵:a⎵:b⎵:c⎵:d)-coalton-library/classes:==
Package

coalton-library/tuple.

Source

tuple.lisp.

Symbol Macro: instance/eq⎵(tuple5⎵:a⎵:b⎵:c⎵:d⎵:e)
Package

coalton-library/tuple.

Source

tuple.lisp.

Symbol Macro: instance/eq⎵(tuple5⎵:a⎵:b⎵:c⎵:d⎵:e)-coalton-library/classes:==
Package

coalton-library/tuple.

Source

tuple.lisp.

Symbol Macro: instance/eq⎵(vector⎵:a)
Package

coalton-library/vector.

Source

vector.lisp.

Symbol Macro: instance/eq⎵(vector⎵:a)-coalton-library/classes:==
Package

coalton-library/vector.

Source

vector.lisp.

Symbol Macro: instance/eq⎵boolean
Package

coalton-library/boolean.

Source

boolean.lisp.

Symbol Macro: instance/eq⎵boolean-coalton-library/classes:==
Package

coalton-library/boolean.

Source

boolean.lisp.

Symbol Macro: instance/eq⎵char
Package

coalton-library/char.

Source

char.lisp.

Symbol Macro: instance/eq⎵char-coalton-library/classes:==
Package

coalton-library/char.

Source

char.lisp.

Symbol Macro: instance/eq⎵color
Package

coalton-library/ord-tree.

Source

ord-tree.lisp.

Symbol Macro: instance/eq⎵color-coalton-library/classes:==
Package

coalton-library/ord-tree.

Source

ord-tree.lisp.

Symbol Macro: instance/eq⎵double-float
Package

coalton-library/math/num.

Source

num.lisp.

Symbol Macro: instance/eq⎵double-float-coalton-library/classes:==
Package

coalton-library/math/num.

Source

num.lisp.

Symbol Macro: instance/eq⎵dyadic
Package

coalton-library/math/dyadic.

Source

dyadic.lisp.

Symbol Macro: instance/eq⎵dyadic-coalton-library/classes:==
Package

coalton-library/math/dyadic.

Source

dyadic.lisp.

Symbol Macro: instance/eq⎵fraction
Package

coalton-library/math/fraction.

Source

fraction.lisp.

Symbol Macro: instance/eq⎵fraction-coalton-library/classes:==
Package

coalton-library/math/fraction.

Source

fraction.lisp.

Symbol Macro: instance/eq⎵hash
Package

coalton-library/hash.

Source

hash.lisp.

Symbol Macro: instance/eq⎵hash-coalton-library/classes:==
Package

coalton-library/hash.

Source

hash.lisp.

Symbol Macro: instance/eq⎵i16
Package

coalton-library/math/num.

Source

num.lisp.

Symbol Macro: instance/eq⎵i16-coalton-library/classes:==
Package

coalton-library/math/num.

Source

num.lisp.

Symbol Macro: instance/eq⎵i32
Package

coalton-library/math/num.

Source

num.lisp.

Symbol Macro: instance/eq⎵i32-coalton-library/classes:==
Package

coalton-library/math/num.

Source

num.lisp.

Symbol Macro: instance/eq⎵i64
Package

coalton-library/math/num.

Source

num.lisp.

Symbol Macro: instance/eq⎵i64-coalton-library/classes:==
Package

coalton-library/math/num.

Source

num.lisp.

Symbol Macro: instance/eq⎵i8
Package

coalton-library/math/num.

Source

num.lisp.

Symbol Macro: instance/eq⎵i8-coalton-library/classes:==
Package

coalton-library/math/num.

Source

num.lisp.

Symbol Macro: instance/eq⎵ifix
Package

coalton-library/math/num.

Source

num.lisp.

Symbol Macro: instance/eq⎵ifix-coalton-library/classes:==
Package

coalton-library/math/num.

Source

num.lisp.

Symbol Macro: instance/eq⎵integer
Package

coalton-library/math/num.

Source

num.lisp.

Symbol Macro: instance/eq⎵integer-coalton-library/classes:==
Package

coalton-library/math/num.

Source

num.lisp.

Symbol Macro: instance/eq⎵ord
Package

coalton-library/classes.

Source

classes.lisp.

Symbol Macro: instance/eq⎵ord-coalton-library/classes:==
Package

coalton-library/classes.

Source

classes.lisp.

Symbol Macro: instance/eq⎵pathname
Package

coalton-library/file.

Source

file.lisp.

Symbol Macro: instance/eq⎵pathname-coalton-library/classes:==
Package

coalton-library/file.

Source

file.lisp.

Symbol Macro: instance/eq⎵single-float
Package

coalton-library/math/num.

Source

num.lisp.

Symbol Macro: instance/eq⎵single-float-coalton-library/classes:==
Package

coalton-library/math/num.

Source

num.lisp.

Symbol Macro: instance/eq⎵string
Package

coalton-library/string.

Source

string.lisp.

Symbol Macro: instance/eq⎵string-coalton-library/classes:==
Package

coalton-library/string.

Source

string.lisp.

Symbol Macro: instance/eq⎵types:lisptype
Package

coalton-library/classes.

Source

classes.lisp.

Symbol Macro: instance/eq⎵types:lisptype-coalton-library/classes:==
Package

coalton-library/classes.

Source

classes.lisp.

Symbol Macro: instance/eq⎵u16
Package

coalton-library/math/num.

Source

num.lisp.

Symbol Macro: instance/eq⎵u16-coalton-library/classes:==
Package

coalton-library/math/num.

Source

num.lisp.

Symbol Macro: instance/eq⎵u32
Package

coalton-library/math/num.

Source

num.lisp.

Symbol Macro: instance/eq⎵u32-coalton-library/classes:==
Package

coalton-library/math/num.

Source

num.lisp.

Symbol Macro: instance/eq⎵u64
Package

coalton-library/math/num.

Source

num.lisp.

Symbol Macro: instance/eq⎵u64-coalton-library/classes:==
Package

coalton-library/math/num.

Source

num.lisp.

Symbol Macro: instance/eq⎵u8
Package

coalton-library/math/num.

Source

num.lisp.

Symbol Macro: instance/eq⎵u8-coalton-library/classes:==
Package

coalton-library/math/num.

Source

num.lisp.

Symbol Macro: instance/eq⎵ufix
Package

coalton-library/math/num.

Source

num.lisp.

Symbol Macro: instance/eq⎵ufix-coalton-library/classes:==
Package

coalton-library/math/num.

Source

num.lisp.

Symbol Macro: instance/eq⎵unit
Package

coalton-library/classes.

Source

classes.lisp.

Symbol Macro: instance/eq⎵unit-coalton-library/classes:==
Package

coalton-library/classes.

Source

classes.lisp.

Symbol Macro: instance/exponentiable⎵(complex⎵:a)
Package

coalton-library/math/elementary.

Source

elementary.lisp.

Symbol Macro: instance/exponentiable⎵(complex⎵:a)-coalton-library/math/elementary:ee
Package

coalton-library/math/elementary.

Source

elementary.lisp.

Symbol Macro: instance/exponentiable⎵(complex⎵:a)-coalton-library/math/elementary:exp
Package

coalton-library/math/elementary.

Source

elementary.lisp.

Symbol Macro: instance/exponentiable⎵(complex⎵:a)-coalton-library/math/elementary:ln
Package

coalton-library/math/elementary.

Source

elementary.lisp.

Symbol Macro: instance/exponentiable⎵(complex⎵:a)-coalton-library/math/elementary:log
Package

coalton-library/math/elementary.

Source

elementary.lisp.

Symbol Macro: instance/exponentiable⎵(complex⎵:a)-coalton-library/math/elementary:pow
Package

coalton-library/math/elementary.

Source

elementary.lisp.

Symbol Macro: instance/exponentiable⎵(dual⎵:a)
Package

coalton-library/math/dual.

Source

dual.lisp.

Symbol Macro: instance/exponentiable⎵(dual⎵:a)-coalton-library/math/elementary:ee
Package

coalton-library/math/dual.

Source

dual.lisp.

Symbol Macro: instance/exponentiable⎵(dual⎵:a)-coalton-library/math/elementary:exp
Package

coalton-library/math/dual.

Source

dual.lisp.

Symbol Macro: instance/exponentiable⎵(dual⎵:a)-coalton-library/math/elementary:ln
Package

coalton-library/math/dual.

Source

dual.lisp.

Symbol Macro: instance/exponentiable⎵(dual⎵:a)-coalton-library/math/elementary:log
Package

coalton-library/math/dual.

Source

dual.lisp.

Symbol Macro: instance/exponentiable⎵(dual⎵:a)-coalton-library/math/elementary:pow
Package

coalton-library/math/dual.

Source

dual.lisp.

Symbol Macro: instance/exponentiable⎵double-float
Package

coalton-library/math/elementary.

Source

elementary.lisp.

Symbol Macro: instance/exponentiable⎵double-float-coalton-library/math/elementary:ee
Package

coalton-library/math/elementary.

Source

elementary.lisp.

Symbol Macro: instance/exponentiable⎵double-float-coalton-library/math/elementary:exp
Package

coalton-library/math/elementary.

Source

elementary.lisp.

Symbol Macro: instance/exponentiable⎵double-float-coalton-library/math/elementary:ln
Package

coalton-library/math/elementary.

Source

elementary.lisp.

Symbol Macro: instance/exponentiable⎵double-float-coalton-library/math/elementary:log
Package

coalton-library/math/elementary.

Source

elementary.lisp.

Symbol Macro: instance/exponentiable⎵double-float-coalton-library/math/elementary:pow
Package

coalton-library/math/elementary.

Source

elementary.lisp.

Symbol Macro: instance/exponentiable⎵single-float
Package

coalton-library/math/elementary.

Source

elementary.lisp.

Symbol Macro: instance/exponentiable⎵single-float-coalton-library/math/elementary:ee
Package

coalton-library/math/elementary.

Source

elementary.lisp.

Symbol Macro: instance/exponentiable⎵single-float-coalton-library/math/elementary:exp
Package

coalton-library/math/elementary.

Source

elementary.lisp.

Symbol Macro: instance/exponentiable⎵single-float-coalton-library/math/elementary:ln
Package

coalton-library/math/elementary.

Source

elementary.lisp.

Symbol Macro: instance/exponentiable⎵single-float-coalton-library/math/elementary:log
Package

coalton-library/math/elementary.

Source

elementary.lisp.

Symbol Macro: instance/exponentiable⎵single-float-coalton-library/math/elementary:pow
Package

coalton-library/math/elementary.

Source

elementary.lisp.

Symbol Macro: instance/file⎵char
Package

coalton-library/file.

Source

file.lisp.

Symbol Macro: instance/file⎵char-coalton-library/file:open
Package

coalton-library/file.

Source

file.lisp.

Symbol Macro: instance/file⎵char-coalton-library/file:read
Package

coalton-library/file.

Source

file.lisp.

Symbol Macro: instance/file⎵char-coalton-library/file:write
Package

coalton-library/file.

Source

file.lisp.

Symbol Macro: instance/file⎵i16
Package

coalton-library/file.

Source

file.lisp.

Symbol Macro: instance/file⎵i16-coalton-library/file:open
Package

coalton-library/file.

Source

file.lisp.

Symbol Macro: instance/file⎵i16-coalton-library/file:read
Package

coalton-library/file.

Source

file.lisp.

Symbol Macro: instance/file⎵i16-coalton-library/file:write
Package

coalton-library/file.

Source

file.lisp.

Symbol Macro: instance/file⎵i32
Package

coalton-library/file.

Source

file.lisp.

Symbol Macro: instance/file⎵i32-coalton-library/file:open
Package

coalton-library/file.

Source

file.lisp.

Symbol Macro: instance/file⎵i32-coalton-library/file:read
Package

coalton-library/file.

Source

file.lisp.

Symbol Macro: instance/file⎵i32-coalton-library/file:write
Package

coalton-library/file.

Source

file.lisp.

Symbol Macro: instance/file⎵i64
Package

coalton-library/file.

Source

file.lisp.

Symbol Macro: instance/file⎵i64-coalton-library/file:open
Package

coalton-library/file.

Source

file.lisp.

Symbol Macro: instance/file⎵i64-coalton-library/file:read
Package

coalton-library/file.

Source

file.lisp.

Symbol Macro: instance/file⎵i64-coalton-library/file:write
Package

coalton-library/file.

Source

file.lisp.

Symbol Macro: instance/file⎵i8
Package

coalton-library/file.

Source

file.lisp.

Symbol Macro: instance/file⎵i8-coalton-library/file:open
Package

coalton-library/file.

Source

file.lisp.

Symbol Macro: instance/file⎵i8-coalton-library/file:read
Package

coalton-library/file.

Source

file.lisp.

Symbol Macro: instance/file⎵i8-coalton-library/file:write
Package

coalton-library/file.

Source

file.lisp.

Symbol Macro: instance/file⎵ifix
Package

coalton-library/file.

Source

file.lisp.

Symbol Macro: instance/file⎵ifix-coalton-library/file:open
Package

coalton-library/file.

Source

file.lisp.

Symbol Macro: instance/file⎵ifix-coalton-library/file:read
Package

coalton-library/file.

Source

file.lisp.

Symbol Macro: instance/file⎵ifix-coalton-library/file:write
Package

coalton-library/file.

Source

file.lisp.

Symbol Macro: instance/file⎵u16
Package

coalton-library/file.

Source

file.lisp.

Symbol Macro: instance/file⎵u16-coalton-library/file:open
Package

coalton-library/file.

Source

file.lisp.

Symbol Macro: instance/file⎵u16-coalton-library/file:read
Package

coalton-library/file.

Source

file.lisp.

Symbol Macro: instance/file⎵u16-coalton-library/file:write
Package

coalton-library/file.

Source

file.lisp.

Symbol Macro: instance/file⎵u32
Package

coalton-library/file.

Source

file.lisp.

Symbol Macro: instance/file⎵u32-coalton-library/file:open
Package

coalton-library/file.

Source

file.lisp.

Symbol Macro: instance/file⎵u32-coalton-library/file:read
Package

coalton-library/file.

Source

file.lisp.

Symbol Macro: instance/file⎵u32-coalton-library/file:write
Package

coalton-library/file.

Source

file.lisp.

Symbol Macro: instance/file⎵u64
Package

coalton-library/file.

Source

file.lisp.

Symbol Macro: instance/file⎵u64-coalton-library/file:open
Package

coalton-library/file.

Source

file.lisp.

Symbol Macro: instance/file⎵u64-coalton-library/file:read
Package

coalton-library/file.

Source

file.lisp.

Symbol Macro: instance/file⎵u64-coalton-library/file:write
Package

coalton-library/file.

Source

file.lisp.

Symbol Macro: instance/file⎵u8
Package

coalton-library/file.

Source

file.lisp.

Symbol Macro: instance/file⎵u8-coalton-library/file:open
Package

coalton-library/file.

Source

file.lisp.

Symbol Macro: instance/file⎵u8-coalton-library/file:read
Package

coalton-library/file.

Source

file.lisp.

Symbol Macro: instance/file⎵u8-coalton-library/file:write
Package

coalton-library/file.

Source

file.lisp.

Symbol Macro: instance/file⎵ufix
Package

coalton-library/file.

Source

file.lisp.

Symbol Macro: instance/file⎵ufix-coalton-library/file:open
Package

coalton-library/file.

Source

file.lisp.

Symbol Macro: instance/file⎵ufix-coalton-library/file:read
Package

coalton-library/file.

Source

file.lisp.

Symbol Macro: instance/file⎵ufix-coalton-library/file:write
Package

coalton-library/file.

Source

file.lisp.

Symbol Macro: instance/foldable⎵(free⎵:a)
Package

coalton-library/monad/free.

Source

monad/free.lisp.

Symbol Macro: instance/foldable⎵(free⎵:a)-coalton-library/classes:fold
Package

coalton-library/monad/free.

Source

monad/free.lisp.

Symbol Macro: instance/foldable⎵(free⎵:a)-coalton-library/classes:foldr
Package

coalton-library/monad/free.

Source

monad/free.lisp.

Symbol Macro: instance/foldable⎵list
Package

coalton-library/list.

Source

list.lisp.

Symbol Macro: instance/foldable⎵list-coalton-library/classes:fold
Package

coalton-library/list.

Source

list.lisp.

Symbol Macro: instance/foldable⎵list-coalton-library/classes:foldr
Package

coalton-library/list.

Source

list.lisp.

Symbol Macro: instance/foldable⎵queue
Package

coalton-library/queue.

Source

queue.lisp.

Symbol Macro: instance/foldable⎵queue-coalton-library/classes:fold
Package

coalton-library/queue.

Source

queue.lisp.

Symbol Macro: instance/foldable⎵queue-coalton-library/classes:foldr
Package

coalton-library/queue.

Source

queue.lisp.

Symbol Macro: instance/foldable⎵slice
Package

coalton-library/slice.

Source

slice.lisp.

Symbol Macro: instance/foldable⎵slice-coalton-library/classes:fold
Package

coalton-library/slice.

Source

slice.lisp.

Symbol Macro: instance/foldable⎵slice-coalton-library/classes:foldr
Package

coalton-library/slice.

Source

slice.lisp.

Symbol Macro: instance/foldable⎵tree
Package

coalton-library/ord-tree.

Source

ord-tree.lisp.

Symbol Macro: instance/foldable⎵tree-coalton-library/classes:fold
Package

coalton-library/ord-tree.

Source

ord-tree.lisp.

Symbol Macro: instance/foldable⎵tree-coalton-library/classes:foldr
Package

coalton-library/ord-tree.

Source

ord-tree.lisp.

Symbol Macro: instance/foldable⎵vector
Package

coalton-library/vector.

Source

vector.lisp.

Symbol Macro: instance/foldable⎵vector-coalton-library/classes:fold
Package

coalton-library/vector.

Source

vector.lisp.

Symbol Macro: instance/foldable⎵vector-coalton-library/classes:foldr
Package

coalton-library/vector.

Source

vector.lisp.

Symbol Macro: instance/functor⎵(arrow⎵:a)
Package

coalton-library/functions.

Source

functions.lisp.

Symbol Macro: instance/functor⎵(arrow⎵:a)-coalton-library/classes:map
Package

coalton-library/functions.

Source

functions.lisp.

Symbol Macro: instance/functor⎵(free⎵:a)
Package

coalton-library/monad/free.

Source

monad/free.lisp.

Symbol Macro: instance/functor⎵(free⎵:a)-coalton-library/classes:map
Package

coalton-library/monad/free.

Source

monad/free.lisp.

Symbol Macro: instance/functor⎵(map⎵:a)
Package

coalton-library/ord-map.

Source

ord-map.lisp.

Symbol Macro: instance/functor⎵(map⎵:a)-coalton-library/classes:map
Package

coalton-library/ord-map.

Source

ord-map.lisp.

Symbol Macro: instance/functor⎵(result⎵:a)
Package

coalton-library/result.

Source

result.lisp.

Symbol Macro: instance/functor⎵(result⎵:a)-coalton-library/classes:map
Package

coalton-library/result.

Source

result.lisp.

Symbol Macro: instance/functor⎵(st⎵:a)
Package

coalton-library/monad/state.

Source

monad/state.lisp.

Symbol Macro: instance/functor⎵(st⎵:a)-coalton-library/classes:map
Package

coalton-library/monad/state.

Source

monad/state.lisp.

Symbol Macro: instance/functor⎵cell
Package

coalton-library/cell.

Source

cell.lisp.

Symbol Macro: instance/functor⎵cell-coalton-library/classes:map
Package

coalton-library/cell.

Source

cell.lisp.

Symbol Macro: instance/functor⎵iterator
Package

coalton-library/iterator.

Source

iterator.lisp.

Symbol Macro: instance/functor⎵iterator-coalton-library/classes:map
Package

coalton-library/iterator.

Source

iterator.lisp.

Symbol Macro: instance/functor⎵list
Package

coalton-library/list.

Source

list.lisp.

Symbol Macro: instance/functor⎵list-coalton-library/classes:map
Package

coalton-library/list.

Source

list.lisp.

Symbol Macro: instance/functor⎵optional
Package

coalton-library/optional.

Source

optional.lisp.

Symbol Macro: instance/functor⎵optional-coalton-library/classes:map
Package

coalton-library/optional.

Source

optional.lisp.

Symbol Macro: instance/functor⎵queue
Package

coalton-library/queue.

Source

queue.lisp.

Symbol Macro: instance/functor⎵queue-coalton-library/classes:map
Package

coalton-library/queue.

Source

queue.lisp.

Symbol Macro: instance/functor⎵seq
Package

coalton-library/seq.

Source

seq.lisp.

Symbol Macro: instance/functor⎵seq-coalton-library/classes:map
Package

coalton-library/seq.

Source

seq.lisp.

Symbol Macro: instance/functor⎵vector
Package

coalton-library/vector.

Source

vector.lisp.

Symbol Macro: instance/functor⎵vector-coalton-library/classes:map
Package

coalton-library/vector.

Source

vector.lisp.

Symbol Macro: instance/hash⎵(dual⎵:a)
Package

coalton-library/math/dual.

Source

dual.lisp.

Symbol Macro: instance/hash⎵(dual⎵:a)-coalton-library/hash:hash
Package

coalton-library/math/dual.

Source

dual.lisp.

Symbol Macro: instance/hash⎵(hashtable⎵:a⎵:b)
Package

coalton-library/hashtable.

Source

hashtable.lisp.

Symbol Macro: instance/hash⎵(hashtable⎵:a⎵:b)-coalton-library/hash:hash
Package

coalton-library/hashtable.

Source

hashtable.lisp.

Symbol Macro: instance/hash⎵(list⎵:a)
Package

coalton-library/list.

Source

list.lisp.

Symbol Macro: instance/hash⎵(list⎵:a)-coalton-library/hash:hash
Package

coalton-library/list.

Source

list.lisp.

Symbol Macro: instance/hash⎵(map⎵:a⎵:b)
Package

coalton-library/ord-map.

Source

ord-map.lisp.

Symbol Macro: instance/hash⎵(map⎵:a⎵:b)-coalton-library/hash:hash
Package

coalton-library/ord-map.

Source

ord-map.lisp.

Symbol Macro: instance/hash⎵(tree⎵:a)
Package

coalton-library/ord-tree.

Source

ord-tree.lisp.

Symbol Macro: instance/hash⎵(tree⎵:a)-coalton-library/hash:hash
Package

coalton-library/ord-tree.

Source

ord-tree.lisp.

Symbol Macro: instance/hash⎵(tuple⎵:a⎵:b)
Package

coalton-library/tuple.

Source

tuple.lisp.

Symbol Macro: instance/hash⎵(tuple⎵:a⎵:b)-coalton-library/hash:hash
Package

coalton-library/tuple.

Source

tuple.lisp.

Symbol Macro: instance/hash⎵(tuple3⎵:a⎵:b⎵:c)
Package

coalton-library/tuple.

Source

tuple.lisp.

Symbol Macro: instance/hash⎵(tuple3⎵:a⎵:b⎵:c)-coalton-library/hash:hash
Package

coalton-library/tuple.

Source

tuple.lisp.

Symbol Macro: instance/hash⎵(tuple4⎵:a⎵:b⎵:c⎵:d)
Package

coalton-library/tuple.

Source

tuple.lisp.

Symbol Macro: instance/hash⎵(tuple4⎵:a⎵:b⎵:c⎵:d)-coalton-library/hash:hash
Package

coalton-library/tuple.

Source

tuple.lisp.

Symbol Macro: instance/hash⎵(tuple5⎵:a⎵:b⎵:c⎵:d⎵:e)
Package

coalton-library/tuple.

Source

tuple.lisp.

Symbol Macro: instance/hash⎵(tuple5⎵:a⎵:b⎵:c⎵:d⎵:e)-coalton-library/hash:hash
Package

coalton-library/tuple.

Source

tuple.lisp.

Symbol Macro: instance/hash⎵hash
Package

coalton-library/hash.

Source

hash.lisp.

Symbol Macro: instance/hash⎵hash-coalton-library/hash:hash
Package

coalton-library/hash.

Source

hash.lisp.

Symbol Macro: instance/integral⎵i16
Package

coalton-library/math/integral.

Source

integral.lisp.

Symbol Macro: instance/integral⎵i16-coalton-library/math/integral:tointeger
Package

coalton-library/math/integral.

Source

integral.lisp.

Symbol Macro: instance/integral⎵i32
Package

coalton-library/math/integral.

Source

integral.lisp.

Symbol Macro: instance/integral⎵i32-coalton-library/math/integral:tointeger
Package

coalton-library/math/integral.

Source

integral.lisp.

Symbol Macro: instance/integral⎵i64
Package

coalton-library/math/integral.

Source

integral.lisp.

Symbol Macro: instance/integral⎵i64-coalton-library/math/integral:tointeger
Package

coalton-library/math/integral.

Source

integral.lisp.

Symbol Macro: instance/integral⎵i8
Package

coalton-library/math/integral.

Source

integral.lisp.

Symbol Macro: instance/integral⎵i8-coalton-library/math/integral:tointeger
Package

coalton-library/math/integral.

Source

integral.lisp.

Symbol Macro: instance/integral⎵ifix
Package

coalton-library/math/integral.

Source

integral.lisp.

Symbol Macro: instance/integral⎵ifix-coalton-library/math/integral:tointeger
Package

coalton-library/math/integral.

Source

integral.lisp.

Symbol Macro: instance/integral⎵integer
Package

coalton-library/math/integral.

Source

integral.lisp.

Symbol Macro: instance/integral⎵integer-coalton-library/math/integral:tointeger
Package

coalton-library/math/integral.

Source

integral.lisp.

Symbol Macro: instance/integral⎵u16
Package

coalton-library/math/integral.

Source

integral.lisp.

Symbol Macro: instance/integral⎵u16-coalton-library/math/integral:tointeger
Package

coalton-library/math/integral.

Source

integral.lisp.

Symbol Macro: instance/integral⎵u32
Package

coalton-library/math/integral.

Source

integral.lisp.

Symbol Macro: instance/integral⎵u32-coalton-library/math/integral:tointeger
Package

coalton-library/math/integral.

Source

integral.lisp.

Symbol Macro: instance/integral⎵u64
Package

coalton-library/math/integral.

Source

integral.lisp.

Symbol Macro: instance/integral⎵u64-coalton-library/math/integral:tointeger
Package

coalton-library/math/integral.

Source

integral.lisp.

Symbol Macro: instance/integral⎵u8
Package

coalton-library/math/integral.

Source

integral.lisp.

Symbol Macro: instance/integral⎵u8-coalton-library/math/integral:tointeger
Package

coalton-library/math/integral.

Source

integral.lisp.

Symbol Macro: instance/integral⎵ufix
Package

coalton-library/math/integral.

Source

integral.lisp.

Symbol Macro: instance/integral⎵ufix-coalton-library/math/integral:tointeger
Package

coalton-library/math/integral.

Source

integral.lisp.

Symbol Macro: instance/into⎵(:a⎵:b)⎵(seq⎵:b)
Package

coalton-library/seq.

Source

seq.lisp.

Symbol Macro: instance/into⎵(:a⎵:b)⎵(seq⎵:b)-coalton-library/classes:into
Package

coalton-library/seq.

Source

seq.lisp.

Symbol Macro: instance/into⎵(cell⎵:a)⎵:a
Package

coalton-library/cell.

Source

cell.lisp.

Symbol Macro: instance/into⎵(cell⎵:a)⎵:a-coalton-library/classes:into
Package

coalton-library/cell.

Source

cell.lisp.

Symbol Macro: instance/into⎵(cell⎵:a)⎵string
Package

coalton-library/cell.

Source

cell.lisp.

Symbol Macro: instance/into⎵(cell⎵:a)⎵string-coalton-library/classes:into
Package

coalton-library/cell.

Source

cell.lisp.

Symbol Macro: instance/into⎵(list⎵:a)⎵(vector⎵:a)
Package

coalton-library/vector.

Source

vector.lisp.

Symbol Macro: instance/into⎵(list⎵:a)⎵(vector⎵:a)-coalton-library/classes:into
Package

coalton-library/vector.

Source

vector.lisp.

Symbol Macro: instance/into⎵(list⎵char)⎵string
Package

coalton-library/string.

Source

string.lisp.

Symbol Macro: instance/into⎵(list⎵char)⎵string-coalton-library/classes:into
Package

coalton-library/string.

Source

string.lisp.

Symbol Macro: instance/into⎵(mappair⎵:a⎵:b)⎵(tuple⎵:a⎵:b)
Package

coalton-library/ord-map.

Source

ord-map.lisp.

Symbol Macro: instance/into⎵(mappair⎵:a⎵:b)⎵(tuple⎵:a⎵:b)-coalton-library/classes:into
Package

coalton-library/ord-map.

Source

ord-map.lisp.

Symbol Macro: instance/into⎵(optional⎵:a)⎵(list⎵:a)
Package

coalton-library/list.

Source

list.lisp.

Symbol Macro: instance/into⎵(optional⎵:a)⎵(list⎵:a)-coalton-library/classes:into
Package

coalton-library/list.

Source

list.lisp.

Symbol Macro: instance/into⎵(optional⎵:a)⎵(result⎵unit⎵:a)
Package

coalton-library/result.

Source

result.lisp.

Symbol Macro: instance/into⎵(optional⎵:a)⎵(result⎵unit⎵:a)-coalton-library/classes:into
Package

coalton-library/result.

Source

result.lisp.

Symbol Macro: instance/into⎵(result⎵:a⎵:b)⎵(optional⎵:b)
Package

coalton-library/result.

Source

result.lisp.

Symbol Macro: instance/into⎵(result⎵:a⎵:b)⎵(optional⎵:b)-coalton-library/classes:into
Package

coalton-library/result.

Source

result.lisp.

Symbol Macro: instance/into⎵(seq⎵:a)⎵(list⎵:a)
Package

coalton-library/seq.

Source

seq.lisp.

Symbol Macro: instance/into⎵(seq⎵:a)⎵(list⎵:a)-coalton-library/classes:into
Package

coalton-library/seq.

Source

seq.lisp.

Symbol Macro: instance/into⎵(seq⎵:a)⎵(vector:vector⎵:a)
Package

coalton-library/seq.

Source

seq.lisp.

Symbol Macro: instance/into⎵(seq⎵:a)⎵(vector:vector⎵:a)-coalton-library/classes:into
Package

coalton-library/seq.

Source

seq.lisp.

Symbol Macro: instance/into⎵(slice⎵:a)⎵(vector⎵:a)
Package

coalton-library/slice.

Source

slice.lisp.

Symbol Macro: instance/into⎵(slice⎵:a)⎵(vector⎵:a)-coalton-library/classes:into
Package

coalton-library/slice.

Source

slice.lisp.

Symbol Macro: instance/into⎵(tuple⎵:a⎵:b)⎵(tuple⎵:b⎵:a)
Package

coalton-library/tuple.

Source

tuple.lisp.

Symbol Macro: instance/into⎵(tuple⎵:a⎵:b)⎵(tuple⎵:b⎵:a)-coalton-library/classes:into
Package

coalton-library/tuple.

Source

tuple.lisp.

Symbol Macro: instance/into⎵(vector⎵:a)⎵(list⎵:a)
Package

coalton-library/vector.

Source

vector.lisp.

Symbol Macro: instance/into⎵(vector⎵:a)⎵(list⎵:a)-coalton-library/classes:into
Package

coalton-library/vector.

Source

vector.lisp.

Symbol Macro: instance/into⎵(vector⎵:a)⎵(slice⎵:a)
Package

coalton-library/slice.

Source

slice.lisp.

Symbol Macro: instance/into⎵(vector⎵:a)⎵(slice⎵:a)-coalton-library/classes:into
Package

coalton-library/slice.

Source

slice.lisp.

Symbol Macro: instance/into⎵:a⎵(cell⎵:a)
Package

coalton-library/cell.

Source

cell.lisp.

Symbol Macro: instance/into⎵:a⎵(cell⎵:a)-coalton-library/classes:into
Package

coalton-library/cell.

Source

cell.lisp.

Symbol Macro: instance/into⎵:a⎵(complex⎵:a)
Package

coalton-library/math/complex.

Source

complex.lisp.

Symbol Macro: instance/into⎵:a⎵(complex⎵:a)-coalton-library/classes:into
Package

coalton-library/math/complex.

Source

complex.lisp.

Symbol Macro: instance/into⎵:a⎵:a
Package

coalton-library/classes.

Source

classes.lisp.

Symbol Macro: instance/into⎵:a⎵:a-coalton-library/classes:into
Package

coalton-library/classes.

Source

classes.lisp.

Symbol Macro: instance/into⎵char⎵string
Package

coalton-library/string.

Source

string.lisp.

Symbol Macro: instance/into⎵char⎵string-coalton-library/classes:into
Package

coalton-library/string.

Source

string.lisp.

Symbol Macro: instance/into⎵double-float⎵string
Package

coalton-library/string.

Source

string.lisp.

Symbol Macro: instance/into⎵double-float⎵string-coalton-library/classes:into
Package

coalton-library/string.

Source

string.lisp.

Symbol Macro: instance/into⎵dyadic⎵fraction
Package

coalton-library/math/dyadic.

Source

dyadic.lisp.

Symbol Macro: instance/into⎵dyadic⎵fraction-coalton-library/classes:into
Package

coalton-library/math/dyadic.

Source

dyadic.lisp.

Symbol Macro: instance/into⎵fraction⎵string
Package

coalton-library/string.

Source

string.lisp.

Symbol Macro: instance/into⎵fraction⎵string-coalton-library/classes:into
Package

coalton-library/string.

Source

string.lisp.

Symbol Macro: instance/into⎵i16⎵double-float
Package

coalton-library/math/conversions.

Source

conversions.lisp.

Symbol Macro: instance/into⎵i16⎵double-float-coalton-library/classes:into
Package

coalton-library/math/conversions.

Source

conversions.lisp.

Symbol Macro: instance/into⎵i16⎵i32
Package

coalton-library/math/conversions.

Source

conversions.lisp.

Symbol Macro: instance/into⎵i16⎵i32-coalton-library/classes:into
Package

coalton-library/math/conversions.

Source

conversions.lisp.

Symbol Macro: instance/into⎵i16⎵i64
Package

coalton-library/math/conversions.

Source

conversions.lisp.

Symbol Macro: instance/into⎵i16⎵i64-coalton-library/classes:into
Package

coalton-library/math/conversions.

Source

conversions.lisp.

Symbol Macro: instance/into⎵i16⎵ifix
Package

coalton-library/math/conversions.

Source

conversions.lisp.

Symbol Macro: instance/into⎵i16⎵ifix-coalton-library/classes:into
Package

coalton-library/math/conversions.

Source

conversions.lisp.

Symbol Macro: instance/into⎵i16⎵integer
Package

coalton-library/math/conversions.

Source

conversions.lisp.

Symbol Macro: instance/into⎵i16⎵integer-coalton-library/classes:into
Package

coalton-library/math/conversions.

Source

conversions.lisp.

Symbol Macro: instance/into⎵i16⎵single-float
Package

coalton-library/math/conversions.

Source

conversions.lisp.

Symbol Macro: instance/into⎵i16⎵single-float-coalton-library/classes:into
Package

coalton-library/math/conversions.

Source

conversions.lisp.

Symbol Macro: instance/into⎵i16⎵string
Package

coalton-library/string.

Source

string.lisp.

Symbol Macro: instance/into⎵i16⎵string-coalton-library/classes:into
Package

coalton-library/string.

Source

string.lisp.

Symbol Macro: instance/into⎵i32⎵double-float
Package

coalton-library/math/conversions.

Source

conversions.lisp.

Symbol Macro: instance/into⎵i32⎵double-float-coalton-library/classes:into
Package

coalton-library/math/conversions.

Source

conversions.lisp.

Symbol Macro: instance/into⎵i32⎵i64
Package

coalton-library/math/conversions.

Source

conversions.lisp.

Symbol Macro: instance/into⎵i32⎵i64-coalton-library/classes:into
Package

coalton-library/math/conversions.

Source

conversions.lisp.

Symbol Macro: instance/into⎵i32⎵ifix
Package

coalton-library/math/conversions.

Source

conversions.lisp.

Symbol Macro: instance/into⎵i32⎵ifix-coalton-library/classes:into
Package

coalton-library/math/conversions.

Source

conversions.lisp.

Symbol Macro: instance/into⎵i32⎵integer
Package

coalton-library/math/conversions.

Source

conversions.lisp.

Symbol Macro: instance/into⎵i32⎵integer-coalton-library/classes:into
Package

coalton-library/math/conversions.

Source

conversions.lisp.

Symbol Macro: instance/into⎵i32⎵string
Package

coalton-library/string.

Source

string.lisp.

Symbol Macro: instance/into⎵i32⎵string-coalton-library/classes:into
Package

coalton-library/string.

Source

string.lisp.

Symbol Macro: instance/into⎵i64⎵integer
Package

coalton-library/math/conversions.

Source

conversions.lisp.

Symbol Macro: instance/into⎵i64⎵integer-coalton-library/classes:into
Package

coalton-library/math/conversions.

Source

conversions.lisp.

Symbol Macro: instance/into⎵i64⎵string
Package

coalton-library/string.

Source

string.lisp.

Symbol Macro: instance/into⎵i64⎵string-coalton-library/classes:into
Package

coalton-library/string.

Source

string.lisp.

Symbol Macro: instance/into⎵i8⎵double-float
Package

coalton-library/math/conversions.

Source

conversions.lisp.

Symbol Macro: instance/into⎵i8⎵double-float-coalton-library/classes:into
Package

coalton-library/math/conversions.

Source

conversions.lisp.

Symbol Macro: instance/into⎵i8⎵i16
Package

coalton-library/math/conversions.

Source

conversions.lisp.

Symbol Macro: instance/into⎵i8⎵i16-coalton-library/classes:into
Package

coalton-library/math/conversions.

Source

conversions.lisp.

Symbol Macro: instance/into⎵i8⎵i32
Package

coalton-library/math/conversions.

Source

conversions.lisp.

Symbol Macro: instance/into⎵i8⎵i32-coalton-library/classes:into
Package

coalton-library/math/conversions.

Source

conversions.lisp.

Symbol Macro: instance/into⎵i8⎵i64
Package

coalton-library/math/conversions.

Source

conversions.lisp.

Symbol Macro: instance/into⎵i8⎵i64-coalton-library/classes:into
Package

coalton-library/math/conversions.

Source

conversions.lisp.

Symbol Macro: instance/into⎵i8⎵ifix
Package

coalton-library/math/conversions.

Source

conversions.lisp.

Symbol Macro: instance/into⎵i8⎵ifix-coalton-library/classes:into
Package

coalton-library/math/conversions.

Source

conversions.lisp.

Symbol Macro: instance/into⎵i8⎵integer
Package

coalton-library/math/conversions.

Source

conversions.lisp.

Symbol Macro: instance/into⎵i8⎵integer-coalton-library/classes:into
Package

coalton-library/math/conversions.

Source

conversions.lisp.

Symbol Macro: instance/into⎵i8⎵single-float
Package

coalton-library/math/conversions.

Source

conversions.lisp.

Symbol Macro: instance/into⎵i8⎵single-float-coalton-library/classes:into
Package

coalton-library/math/conversions.

Source

conversions.lisp.

Symbol Macro: instance/into⎵i8⎵string
Package

coalton-library/string.

Source

string.lisp.

Symbol Macro: instance/into⎵i8⎵string-coalton-library/classes:into
Package

coalton-library/string.

Source

string.lisp.

Symbol Macro: instance/into⎵ifix⎵i64
Package

coalton-library/math/conversions.

Source

conversions.lisp.

Symbol Macro: instance/into⎵ifix⎵i64-coalton-library/classes:into
Package

coalton-library/math/conversions.

Source

conversions.lisp.

Symbol Macro: instance/into⎵ifix⎵integer
Package

coalton-library/math/conversions.

Source

conversions.lisp.

Symbol Macro: instance/into⎵ifix⎵integer-coalton-library/classes:into
Package

coalton-library/math/conversions.

Source

conversions.lisp.

Symbol Macro: instance/into⎵ifix⎵string
Package

coalton-library/string.

Source

string.lisp.

Symbol Macro: instance/into⎵ifix⎵string-coalton-library/classes:into
Package

coalton-library/string.

Source

string.lisp.

Symbol Macro: instance/into⎵integer⎵dyadic
Package

coalton-library/math/dyadic.

Source

dyadic.lisp.

Symbol Macro: instance/into⎵integer⎵dyadic-coalton-library/classes:into
Package

coalton-library/math/dyadic.

Source

dyadic.lisp.

Symbol Macro: instance/into⎵integer⎵string
Package

coalton-library/string.

Source

string.lisp.

Symbol Macro: instance/into⎵integer⎵string-coalton-library/classes:into
Package

coalton-library/string.

Source

string.lisp.

Symbol Macro: instance/into⎵pathname⎵string
Package

coalton-library/file.

Source

file.lisp.

Symbol Macro: instance/into⎵pathname⎵string-coalton-library/classes:into
Package

coalton-library/file.

Source

file.lisp.

Symbol Macro: instance/into⎵single-float⎵string
Package

coalton-library/string.

Source

string.lisp.

Symbol Macro: instance/into⎵single-float⎵string-coalton-library/classes:into
Package

coalton-library/string.

Source

string.lisp.

Symbol Macro: instance/into⎵string⎵(list⎵char)
Package

coalton-library/string.

Source

string.lisp.

Symbol Macro: instance/into⎵string⎵(list⎵char)-coalton-library/classes:into
Package

coalton-library/string.

Source

string.lisp.

Symbol Macro: instance/into⎵string⎵pathname
Package

coalton-library/file.

Source

file.lisp.

Symbol Macro: instance/into⎵string⎵pathname-coalton-library/classes:into
Package

coalton-library/file.

Source

file.lisp.

Symbol Macro: instance/into⎵u16⎵double-float
Package

coalton-library/math/conversions.

Source

conversions.lisp.

Symbol Macro: instance/into⎵u16⎵double-float-coalton-library/classes:into
Package

coalton-library/math/conversions.

Source

conversions.lisp.

Symbol Macro: instance/into⎵u16⎵i32
Package

coalton-library/math/conversions.

Source

conversions.lisp.

Symbol Macro: instance/into⎵u16⎵i32-coalton-library/classes:into
Package

coalton-library/math/conversions.

Source

conversions.lisp.

Symbol Macro: instance/into⎵u16⎵i64
Package

coalton-library/math/conversions.

Source

conversions.lisp.

Symbol Macro: instance/into⎵u16⎵i64-coalton-library/classes:into
Package

coalton-library/math/conversions.

Source

conversions.lisp.

Symbol Macro: instance/into⎵u16⎵ifix
Package

coalton-library/math/conversions.

Source

conversions.lisp.

Symbol Macro: instance/into⎵u16⎵ifix-coalton-library/classes:into
Package

coalton-library/math/conversions.

Source

conversions.lisp.

Symbol Macro: instance/into⎵u16⎵integer
Package

coalton-library/math/conversions.

Source

conversions.lisp.

Symbol Macro: instance/into⎵u16⎵integer-coalton-library/classes:into
Package

coalton-library/math/conversions.

Source

conversions.lisp.

Symbol Macro: instance/into⎵u16⎵single-float
Package

coalton-library/math/conversions.

Source

conversions.lisp.

Symbol Macro: instance/into⎵u16⎵single-float-coalton-library/classes:into
Package

coalton-library/math/conversions.

Source

conversions.lisp.

Symbol Macro: instance/into⎵u16⎵string
Package

coalton-library/string.

Source

string.lisp.

Symbol Macro: instance/into⎵u16⎵string-coalton-library/classes:into
Package

coalton-library/string.

Source

string.lisp.

Symbol Macro: instance/into⎵u16⎵u32
Package

coalton-library/math/conversions.

Source

conversions.lisp.

Symbol Macro: instance/into⎵u16⎵u32-coalton-library/classes:into
Package

coalton-library/math/conversions.

Source

conversions.lisp.

Symbol Macro: instance/into⎵u16⎵u64
Package

coalton-library/math/conversions.

Source

conversions.lisp.

Symbol Macro: instance/into⎵u16⎵u64-coalton-library/classes:into
Package

coalton-library/math/conversions.

Source

conversions.lisp.

Symbol Macro: instance/into⎵u16⎵ufix
Package

coalton-library/math/conversions.

Source

conversions.lisp.

Symbol Macro: instance/into⎵u16⎵ufix-coalton-library/classes:into
Package

coalton-library/math/conversions.

Source

conversions.lisp.

Symbol Macro: instance/into⎵u32⎵double-float
Package

coalton-library/math/conversions.

Source

conversions.lisp.

Symbol Macro: instance/into⎵u32⎵double-float-coalton-library/classes:into
Package

coalton-library/math/conversions.

Source

conversions.lisp.

Symbol Macro: instance/into⎵u32⎵i64
Package

coalton-library/math/conversions.

Source

conversions.lisp.

Symbol Macro: instance/into⎵u32⎵i64-coalton-library/classes:into
Package

coalton-library/math/conversions.

Source

conversions.lisp.

Symbol Macro: instance/into⎵u32⎵ifix
Package

coalton-library/math/conversions.

Source

conversions.lisp.

Symbol Macro: instance/into⎵u32⎵ifix-coalton-library/classes:into
Package

coalton-library/math/conversions.

Source

conversions.lisp.

Symbol Macro: instance/into⎵u32⎵integer
Package

coalton-library/math/conversions.

Source

conversions.lisp.

Symbol Macro: instance/into⎵u32⎵integer-coalton-library/classes:into
Package

coalton-library/math/conversions.

Source

conversions.lisp.

Symbol Macro: instance/into⎵u32⎵string
Package

coalton-library/string.

Source

string.lisp.

Symbol Macro: instance/into⎵u32⎵string-coalton-library/classes:into
Package

coalton-library/string.

Source

string.lisp.

Symbol Macro: instance/into⎵u32⎵u64
Package

coalton-library/math/conversions.

Source

conversions.lisp.

Symbol Macro: instance/into⎵u32⎵u64-coalton-library/classes:into
Package

coalton-library/math/conversions.

Source

conversions.lisp.

Symbol Macro: instance/into⎵u32⎵ufix
Package

coalton-library/math/conversions.

Source

conversions.lisp.

Symbol Macro: instance/into⎵u32⎵ufix-coalton-library/classes:into
Package

coalton-library/math/conversions.

Source

conversions.lisp.

Symbol Macro: instance/into⎵u64⎵integer
Package

coalton-library/math/conversions.

Source

conversions.lisp.

Symbol Macro: instance/into⎵u64⎵integer-coalton-library/classes:into
Package

coalton-library/math/conversions.

Source

conversions.lisp.

Symbol Macro: instance/into⎵u64⎵string
Package

coalton-library/string.

Source

string.lisp.

Symbol Macro: instance/into⎵u64⎵string-coalton-library/classes:into
Package

coalton-library/string.

Source

string.lisp.

Symbol Macro: instance/into⎵u8⎵double-float
Package

coalton-library/math/conversions.

Source

conversions.lisp.

Symbol Macro: instance/into⎵u8⎵double-float-coalton-library/classes:into
Package

coalton-library/math/conversions.

Source

conversions.lisp.

Symbol Macro: instance/into⎵u8⎵i16
Package

coalton-library/math/conversions.

Source

conversions.lisp.

Symbol Macro: instance/into⎵u8⎵i16-coalton-library/classes:into
Package

coalton-library/math/conversions.

Source

conversions.lisp.

Symbol Macro: instance/into⎵u8⎵i32
Package

coalton-library/math/conversions.

Source

conversions.lisp.

Symbol Macro: instance/into⎵u8⎵i32-coalton-library/classes:into
Package

coalton-library/math/conversions.

Source

conversions.lisp.

Symbol Macro: instance/into⎵u8⎵i64
Package

coalton-library/math/conversions.

Source

conversions.lisp.

Symbol Macro: instance/into⎵u8⎵i64-coalton-library/classes:into
Package

coalton-library/math/conversions.

Source

conversions.lisp.

Symbol Macro: instance/into⎵u8⎵ifix
Package

coalton-library/math/conversions.

Source

conversions.lisp.

Symbol Macro: instance/into⎵u8⎵ifix-coalton-library/classes:into
Package

coalton-library/math/conversions.

Source

conversions.lisp.

Symbol Macro: instance/into⎵u8⎵integer
Package

coalton-library/math/conversions.

Source

conversions.lisp.

Symbol Macro: instance/into⎵u8⎵integer-coalton-library/classes:into
Package

coalton-library/math/conversions.

Source

conversions.lisp.

Symbol Macro: instance/into⎵u8⎵single-float
Package

coalton-library/math/conversions.

Source

conversions.lisp.

Symbol Macro: instance/into⎵u8⎵single-float-coalton-library/classes:into
Package

coalton-library/math/conversions.

Source

conversions.lisp.

Symbol Macro: instance/into⎵u8⎵string
Package

coalton-library/string.

Source

string.lisp.

Symbol Macro: instance/into⎵u8⎵string-coalton-library/classes:into
Package

coalton-library/string.

Source

string.lisp.

Symbol Macro: instance/into⎵u8⎵u16
Package

coalton-library/math/conversions.

Source

conversions.lisp.

Symbol Macro: instance/into⎵u8⎵u16-coalton-library/classes:into
Package

coalton-library/math/conversions.

Source

conversions.lisp.

Symbol Macro: instance/into⎵u8⎵u32
Package

coalton-library/math/conversions.

Source

conversions.lisp.

Symbol Macro: instance/into⎵u8⎵u32-coalton-library/classes:into
Package

coalton-library/math/conversions.

Source

conversions.lisp.

Symbol Macro: instance/into⎵u8⎵u64
Package

coalton-library/math/conversions.

Source

conversions.lisp.

Symbol Macro: instance/into⎵u8⎵u64-coalton-library/classes:into
Package

coalton-library/math/conversions.

Source

conversions.lisp.

Symbol Macro: instance/into⎵u8⎵ufix
Package

coalton-library/math/conversions.

Source

conversions.lisp.

Symbol Macro: instance/into⎵u8⎵ufix-coalton-library/classes:into
Package

coalton-library/math/conversions.

Source

conversions.lisp.

Symbol Macro: instance/into⎵ufix⎵i64
Package

coalton-library/math/conversions.

Source

conversions.lisp.

Symbol Macro: instance/into⎵ufix⎵i64-coalton-library/classes:into
Package

coalton-library/math/conversions.

Source

conversions.lisp.

Symbol Macro: instance/into⎵ufix⎵ifix
Package

coalton-library/math/conversions.

Source

conversions.lisp.

Symbol Macro: instance/into⎵ufix⎵ifix-coalton-library/classes:into
Package

coalton-library/math/conversions.

Source

conversions.lisp.

Symbol Macro: instance/into⎵ufix⎵integer
Package

coalton-library/math/conversions.

Source

conversions.lisp.

Symbol Macro: instance/into⎵ufix⎵integer-coalton-library/classes:into
Package

coalton-library/math/conversions.

Source

conversions.lisp.

Symbol Macro: instance/into⎵ufix⎵string
Package

coalton-library/string.

Source

string.lisp.

Symbol Macro: instance/into⎵ufix⎵string-coalton-library/classes:into
Package

coalton-library/string.

Source

string.lisp.

Symbol Macro: instance/into⎵ufix⎵u64
Package

coalton-library/math/conversions.

Source

conversions.lisp.

Symbol Macro: instance/into⎵ufix⎵u64-coalton-library/classes:into
Package

coalton-library/math/conversions.

Source

conversions.lisp.

Symbol Macro: instance/intoiterator⎵(iterator⎵:a)⎵:a
Package

coalton-library/iterator.

Source

iterator.lisp.

Symbol Macro: instance/intoiterator⎵(iterator⎵:a)⎵:a-coalton-library/iterator:into-iter
Package

coalton-library/iterator.

Source

iterator.lisp.

Symbol Macro: instance/intoiterator⎵unit⎵:a
Package

coalton-library/iterator.

Source

iterator.lisp.

Symbol Macro: instance/intoiterator⎵unit⎵:a-coalton-library/iterator:into-iter
Package

coalton-library/iterator.

Source

iterator.lisp.

Symbol Macro: instance/iso⎵(list⎵char)⎵string
Package

coalton-library/string.

Source

string.lisp.

Symbol Macro: instance/iso⎵(result⎵unit⎵:a)⎵(optional⎵:a)
Package

coalton-library/result.

Source

result.lisp.

Symbol Macro: instance/iso⎵(slice⎵:a)⎵(vector⎵:a)
Package

coalton-library/slice.

Source

slice.lisp.

Symbol Macro: instance/iso⎵(tuple⎵:a⎵:b)⎵(tuple⎵:b⎵:a)
Package

coalton-library/tuple.

Source

tuple.lisp.

Symbol Macro: instance/iso⎵(vector⎵:a)⎵(list⎵:a)
Package

coalton-library/vector.

Source

vector.lisp.

Symbol Macro: instance/iso⎵:a⎵:a
Package

coalton-library/classes.

Source

classes.lisp.

Symbol Macro: instance/iter:fromiterator⎵(hashtable⎵:a⎵:b)⎵(tuple⎵:a⎵:b)
Package

coalton-library/hashtable.

Source

hashtable.lisp.

Symbol Macro: instance/iter:fromiterator⎵(hashtable⎵:a⎵:b)⎵(tuple⎵:a⎵:b)-coalton-library/iterator:collect!
Package

coalton-library/hashtable.

Source

hashtable.lisp.

Symbol Macro: instance/iter:fromiterator⎵(list⎵:a)⎵:a
Package

coalton-library/list.

Source

list.lisp.

Symbol Macro: instance/iter:fromiterator⎵(list⎵:a)⎵:a-coalton-library/iterator:collect!
Package

coalton-library/list.

Source

list.lisp.

Symbol Macro: instance/iter:fromiterator⎵(map⎵:a⎵:b)⎵(tuple⎵:a⎵:b)
Package

coalton-library/ord-map.

Source

ord-map.lisp.

Symbol Macro: instance/iter:fromiterator⎵(map⎵:a⎵:b)⎵(tuple⎵:a⎵:b)-coalton-library/iterator:collect!
Package

coalton-library/ord-map.

Source

ord-map.lisp.

Symbol Macro: instance/iter:fromiterator⎵(optional⎵:a)⎵(optional⎵:b)
Package

coalton-library/optional.

Source

optional.lisp.

Symbol Macro: instance/iter:fromiterator⎵(optional⎵:a)⎵(optional⎵:b)-coalton-library/iterator:collect!
Package

coalton-library/optional.

Source

optional.lisp.

Symbol Macro: instance/iter:fromiterator⎵(queue⎵:a)⎵:a
Package

coalton-library/queue.

Source

queue.lisp.

Symbol Macro: instance/iter:fromiterator⎵(queue⎵:a)⎵:a-coalton-library/iterator:collect!
Package

coalton-library/queue.

Source

queue.lisp.

Symbol Macro: instance/iter:fromiterator⎵(result⎵:a⎵:b)⎵(result⎵:a⎵:c)
Package

coalton-library/result.

Source

result.lisp.

Symbol Macro: instance/iter:fromiterator⎵(result⎵:a⎵:b)⎵(result⎵:a⎵:c)-coalton-library/iterator:collect!
Package

coalton-library/result.

Source

result.lisp.

Symbol Macro: instance/iter:fromiterator⎵(seq⎵:a)⎵:a
Package

coalton-library/seq.

Source

seq.lisp.

Symbol Macro: instance/iter:fromiterator⎵(seq⎵:a)⎵:a-coalton-library/iterator:collect!
Package

coalton-library/seq.

Source

seq.lisp.

Symbol Macro: instance/iter:fromiterator⎵(slice⎵:a)⎵:a
Package

coalton-library/slice.

Source

slice.lisp.

Symbol Macro: instance/iter:fromiterator⎵(slice⎵:a)⎵:a-coalton-library/iterator:collect!
Package

coalton-library/slice.

Source

slice.lisp.

Symbol Macro: instance/iter:fromiterator⎵(tree⎵:a)⎵:a
Package

coalton-library/ord-tree.

Source

ord-tree.lisp.

Symbol Macro: instance/iter:fromiterator⎵(tree⎵:a)⎵:a-coalton-library/iterator:collect!
Package

coalton-library/ord-tree.

Source

ord-tree.lisp.

Symbol Macro: instance/iter:fromiterator⎵(vector⎵:a)⎵:a
Package

coalton-library/vector.

Source

vector.lisp.

Symbol Macro: instance/iter:fromiterator⎵(vector⎵:a)⎵:a-coalton-library/iterator:collect!
Package

coalton-library/vector.

Source

vector.lisp.

Symbol Macro: instance/iter:fromiterator⎵string⎵char
Package

coalton-library/string.

Source

string.lisp.

Symbol Macro: instance/iter:fromiterator⎵string⎵char-coalton-library/iterator:collect!
Package

coalton-library/string.

Source

string.lisp.

Symbol Macro: instance/iter:intoiterator⎵(hashtable⎵:a⎵:b)⎵(tuple⎵:a⎵:b)
Package

coalton-library/hashtable.

Source

hashtable.lisp.

Symbol Macro: instance/iter:intoiterator⎵(hashtable⎵:a⎵:b)⎵(tuple⎵:a⎵:b)-coalton-library/iterator:into-iter
Package

coalton-library/hashtable.

Source

hashtable.lisp.

Symbol Macro: instance/iter:intoiterator⎵(list⎵:a)⎵:a
Package

coalton-library/list.

Source

list.lisp.

Symbol Macro: instance/iter:intoiterator⎵(list⎵:a)⎵:a-coalton-library/iterator:into-iter
Package

coalton-library/list.

Source

list.lisp.

Symbol Macro: instance/iter:intoiterator⎵(map⎵:a⎵:b)⎵(tuple⎵:a⎵:b)
Package

coalton-library/ord-map.

Source

ord-map.lisp.

Symbol Macro: instance/iter:intoiterator⎵(map⎵:a⎵:b)⎵(tuple⎵:a⎵:b)-coalton-library/iterator:into-iter
Package

coalton-library/ord-map.

Source

ord-map.lisp.

Symbol Macro: instance/iter:intoiterator⎵(optional⎵:a)⎵:a
Package

coalton-library/optional.

Source

optional.lisp.

Symbol Macro: instance/iter:intoiterator⎵(optional⎵:a)⎵:a-coalton-library/iterator:into-iter
Package

coalton-library/optional.

Source

optional.lisp.

Symbol Macro: instance/iter:intoiterator⎵(queue⎵:a)⎵:a
Package

coalton-library/queue.

Source

queue.lisp.

Symbol Macro: instance/iter:intoiterator⎵(queue⎵:a)⎵:a-coalton-library/iterator:into-iter
Package

coalton-library/queue.

Source

queue.lisp.

Symbol Macro: instance/iter:intoiterator⎵(result⎵:a⎵:b)⎵:b
Package

coalton-library/result.

Source

result.lisp.

Symbol Macro: instance/iter:intoiterator⎵(result⎵:a⎵:b)⎵:b-coalton-library/iterator:into-iter
Package

coalton-library/result.

Source

result.lisp.

Symbol Macro: instance/iter:intoiterator⎵(seq⎵:a)⎵:a
Package

coalton-library/seq.

Source

seq.lisp.

Symbol Macro: instance/iter:intoiterator⎵(seq⎵:a)⎵:a-coalton-library/iterator:into-iter
Package

coalton-library/seq.

Source

seq.lisp.

Symbol Macro: instance/iter:intoiterator⎵(slice⎵:a)⎵:a
Package

coalton-library/slice.

Source

slice.lisp.

Symbol Macro: instance/iter:intoiterator⎵(slice⎵:a)⎵:a-coalton-library/iterator:into-iter
Package

coalton-library/slice.

Source

slice.lisp.

Symbol Macro: instance/iter:intoiterator⎵(tree⎵:a)⎵:a
Package

coalton-library/ord-tree.

Source

ord-tree.lisp.

Symbol Macro: instance/iter:intoiterator⎵(tree⎵:a)⎵:a-coalton-library/iterator:into-iter
Package

coalton-library/ord-tree.

Source

ord-tree.lisp.

Symbol Macro: instance/iter:intoiterator⎵(vector⎵:a)⎵:a
Package

coalton-library/vector.

Source

vector.lisp.

Symbol Macro: instance/iter:intoiterator⎵(vector⎵:a)⎵:a-coalton-library/iterator:into-iter
Package

coalton-library/vector.

Source

vector.lisp.

Symbol Macro: instance/iter:intoiterator⎵string⎵char
Package

coalton-library/string.

Source

string.lisp.

Symbol Macro: instance/iter:intoiterator⎵string⎵char-coalton-library/iterator:into-iter
Package

coalton-library/string.

Source

string.lisp.

Symbol Macro: instance/monad⎵(free⎵:a)
Package

coalton-library/monad/free.

Source

monad/free.lisp.

Symbol Macro: instance/monad⎵(free⎵:a)-coalton-library/classes:>>=
Package

coalton-library/monad/free.

Source

monad/free.lisp.

Symbol Macro: instance/monad⎵(result⎵:a)
Package

coalton-library/result.

Source

result.lisp.

Symbol Macro: instance/monad⎵(result⎵:a)-coalton-library/classes:>>=
Package

coalton-library/result.

Source

result.lisp.

Symbol Macro: instance/monad⎵(st⎵:a)
Package

coalton-library/monad/state.

Source

monad/state.lisp.

Symbol Macro: instance/monad⎵(st⎵:a)-coalton-library/classes:>>=
Package

coalton-library/monad/state.

Source

monad/state.lisp.

Symbol Macro: instance/monad⎵list
Package

coalton-library/list.

Source

list.lisp.

Symbol Macro: instance/monad⎵list-coalton-library/classes:>>=
Package

coalton-library/list.

Source

list.lisp.

Symbol Macro: instance/monad⎵optional
Package

coalton-library/optional.

Source

optional.lisp.

Symbol Macro: instance/monad⎵optional-coalton-library/classes:>>=
Package

coalton-library/optional.

Source

optional.lisp.

Symbol Macro: instance/monadfail⎵optional
Package

coalton-library/optional.

Source

optional.lisp.

Symbol Macro: instance/monadfail⎵optional-coalton-library/classes:fail
Package

coalton-library/optional.

Source

optional.lisp.

Symbol Macro: instance/monoid⎵(list⎵:a)
Package

coalton-library/list.

Source

list.lisp.

Symbol Macro: instance/monoid⎵(list⎵:a)-coalton-library/classes:mempty
Package

coalton-library/list.

Source

list.lisp.

Symbol Macro: instance/monoid⎵(optional⎵:a)
Package

coalton-library/optional.

Source

optional.lisp.

Symbol Macro: instance/monoid⎵(optional⎵:a)-coalton-library/classes:mempty
Package

coalton-library/optional.

Source

optional.lisp.

Symbol Macro: instance/monoid⎵(result⎵:a⎵:b)
Package

coalton-library/result.

Source

result.lisp.

Symbol Macro: instance/monoid⎵(result⎵:a⎵:b)-coalton-library/classes:mempty
Package

coalton-library/result.

Source

result.lisp.

Symbol Macro: instance/monoid⎵(seq⎵:a)
Package

coalton-library/seq.

Source

seq.lisp.

Symbol Macro: instance/monoid⎵(seq⎵:a)-coalton-library/classes:mempty
Package

coalton-library/seq.

Source

seq.lisp.

Symbol Macro: instance/monoid⎵(tree⎵:a)
Package

coalton-library/ord-tree.

Source

ord-tree.lisp.

Symbol Macro: instance/monoid⎵(tree⎵:a)-coalton-library/classes:mempty
Package

coalton-library/ord-tree.

Source

ord-tree.lisp.

Symbol Macro: instance/monoid⎵hash
Package

coalton-library/hash.

Source

hash.lisp.

Symbol Macro: instance/monoid⎵hash-coalton-library/classes:mempty
Package

coalton-library/hash.

Source

hash.lisp.

Symbol Macro: instance/monoid⎵pathname
Package

coalton-library/file.

Source

file.lisp.

Symbol Macro: instance/monoid⎵pathname-coalton-library/classes:mempty
Package

coalton-library/file.

Source

file.lisp.

Symbol Macro: instance/monoid⎵string
Package

coalton-library/string.

Source

string.lisp.

Symbol Macro: instance/monoid⎵string-coalton-library/classes:mempty
Package

coalton-library/string.

Source

string.lisp.

Symbol Macro: instance/num⎵(cell⎵:a)
Package

coalton-library/cell.

Source

cell.lisp.

Symbol Macro: instance/num⎵(cell⎵:a)-coalton-library/classes:*
Package

coalton-library/cell.

Source

cell.lisp.

Symbol Macro: instance/num⎵(cell⎵:a)-coalton-library/classes:+
Package

coalton-library/cell.

Source

cell.lisp.

Symbol Macro: instance/num⎵(cell⎵:a)-coalton-library/classes:-
Package

coalton-library/cell.

Source

cell.lisp.

Symbol Macro: instance/num⎵(cell⎵:a)-coalton-library/classes:fromint
Package

coalton-library/cell.

Source

cell.lisp.

Symbol Macro: instance/num⎵(complex⎵:a)
Package

coalton-library/math/complex.

Source

complex.lisp.

Symbol Macro: instance/num⎵(complex⎵:a)-coalton-library/classes:*
Package

coalton-library/math/complex.

Source

complex.lisp.

Symbol Macro: instance/num⎵(complex⎵:a)-coalton-library/classes:+
Package

coalton-library/math/complex.

Source

complex.lisp.

Symbol Macro: instance/num⎵(complex⎵:a)-coalton-library/classes:-
Package

coalton-library/math/complex.

Source

complex.lisp.

Symbol Macro: instance/num⎵(complex⎵:a)-coalton-library/classes:fromint
Package

coalton-library/math/complex.

Source

complex.lisp.

Symbol Macro: instance/num⎵(dual⎵:a)
Package

coalton-library/math/dual.

Source

dual.lisp.

Symbol Macro: instance/num⎵(dual⎵:a)-coalton-library/classes:*
Package

coalton-library/math/dual.

Source

dual.lisp.

Symbol Macro: instance/num⎵(dual⎵:a)-coalton-library/classes:+
Package

coalton-library/math/dual.

Source

dual.lisp.

Symbol Macro: instance/num⎵(dual⎵:a)-coalton-library/classes:-
Package

coalton-library/math/dual.

Source

dual.lisp.

Symbol Macro: instance/num⎵(dual⎵:a)-coalton-library/classes:fromint
Package

coalton-library/math/dual.

Source

dual.lisp.

Symbol Macro: instance/num⎵(optional⎵:a)
Package

coalton-library/optional.

Source

optional.lisp.

Symbol Macro: instance/num⎵(optional⎵:a)-coalton-library/classes:*
Package

coalton-library/optional.

Source

optional.lisp.

Symbol Macro: instance/num⎵(optional⎵:a)-coalton-library/classes:+
Package

coalton-library/optional.

Source

optional.lisp.

Symbol Macro: instance/num⎵(optional⎵:a)-coalton-library/classes:-
Package

coalton-library/optional.

Source

optional.lisp.

Symbol Macro: instance/num⎵(optional⎵:a)-coalton-library/classes:fromint
Package

coalton-library/optional.

Source

optional.lisp.

Symbol Macro: instance/num⎵double-float
Package

coalton-library/math/num.

Source

num.lisp.

Symbol Macro: instance/num⎵double-float-coalton-library/classes:*
Package

coalton-library/math/num.

Source

num.lisp.

Symbol Macro: instance/num⎵double-float-coalton-library/classes:+
Package

coalton-library/math/num.

Source

num.lisp.

Symbol Macro: instance/num⎵double-float-coalton-library/classes:-
Package

coalton-library/math/num.

Source

num.lisp.

Symbol Macro: instance/num⎵double-float-coalton-library/classes:fromint
Package

coalton-library/math/num.

Source

num.lisp.

Symbol Macro: instance/num⎵dyadic
Package

coalton-library/math/dyadic.

Source

dyadic.lisp.

Symbol Macro: instance/num⎵dyadic-coalton-library/classes:*
Package

coalton-library/math/dyadic.

Source

dyadic.lisp.

Symbol Macro: instance/num⎵dyadic-coalton-library/classes:+
Package

coalton-library/math/dyadic.

Source

dyadic.lisp.

Symbol Macro: instance/num⎵dyadic-coalton-library/classes:-
Package

coalton-library/math/dyadic.

Source

dyadic.lisp.

Symbol Macro: instance/num⎵dyadic-coalton-library/classes:fromint
Package

coalton-library/math/dyadic.

Source

dyadic.lisp.

Symbol Macro: instance/num⎵fraction
Package

coalton-library/math/fraction.

Source

fraction.lisp.

Symbol Macro: instance/num⎵fraction-coalton-library/classes:*
Package

coalton-library/math/fraction.

Source

fraction.lisp.

Symbol Macro: instance/num⎵fraction-coalton-library/classes:+
Package

coalton-library/math/fraction.

Source

fraction.lisp.

Symbol Macro: instance/num⎵fraction-coalton-library/classes:-
Package

coalton-library/math/fraction.

Source

fraction.lisp.

Symbol Macro: instance/num⎵fraction-coalton-library/classes:fromint
Package

coalton-library/math/fraction.

Source

fraction.lisp.

Symbol Macro: instance/num⎵i16
Package

coalton-library/math/num.

Source

num.lisp.

Symbol Macro: instance/num⎵i16-coalton-library/classes:*
Package

coalton-library/math/num.

Source

num.lisp.

Symbol Macro: instance/num⎵i16-coalton-library/classes:+
Package

coalton-library/math/num.

Source

num.lisp.

Symbol Macro: instance/num⎵i16-coalton-library/classes:-
Package

coalton-library/math/num.

Source

num.lisp.

Symbol Macro: instance/num⎵i16-coalton-library/classes:fromint
Package

coalton-library/math/num.

Source

num.lisp.

Symbol Macro: instance/num⎵i32
Package

coalton-library/math/num.

Source

num.lisp.

Symbol Macro: instance/num⎵i32-coalton-library/classes:*
Package

coalton-library/math/num.

Source

num.lisp.

Symbol Macro: instance/num⎵i32-coalton-library/classes:+
Package

coalton-library/math/num.

Source

num.lisp.

Symbol Macro: instance/num⎵i32-coalton-library/classes:-
Package

coalton-library/math/num.

Source

num.lisp.

Symbol Macro: instance/num⎵i32-coalton-library/classes:fromint
Package

coalton-library/math/num.

Source

num.lisp.

Symbol Macro: instance/num⎵i64
Package

coalton-library/math/num.

Source

num.lisp.

Symbol Macro: instance/num⎵i64-coalton-library/classes:*
Package

coalton-library/math/num.

Source

num.lisp.

Symbol Macro: instance/num⎵i64-coalton-library/classes:+
Package

coalton-library/math/num.

Source

num.lisp.

Symbol Macro: instance/num⎵i64-coalton-library/classes:-
Package

coalton-library/math/num.

Source

num.lisp.

Symbol Macro: instance/num⎵i64-coalton-library/classes:fromint
Package

coalton-library/math/num.

Source

num.lisp.

Symbol Macro: instance/num⎵i8
Package

coalton-library/math/num.

Source

num.lisp.

Symbol Macro: instance/num⎵i8-coalton-library/classes:*
Package

coalton-library/math/num.

Source

num.lisp.

Symbol Macro: instance/num⎵i8-coalton-library/classes:+
Package

coalton-library/math/num.

Source

num.lisp.

Symbol Macro: instance/num⎵i8-coalton-library/classes:-
Package

coalton-library/math/num.

Source

num.lisp.

Symbol Macro: instance/num⎵i8-coalton-library/classes:fromint
Package

coalton-library/math/num.

Source

num.lisp.

Symbol Macro: instance/num⎵ifix
Package

coalton-library/math/num.

Source

num.lisp.

Symbol Macro: instance/num⎵ifix-coalton-library/classes:*
Package

coalton-library/math/num.

Source

num.lisp.

Symbol Macro: instance/num⎵ifix-coalton-library/classes:+
Package

coalton-library/math/num.

Source

num.lisp.

Symbol Macro: instance/num⎵ifix-coalton-library/classes:-
Package

coalton-library/math/num.

Source

num.lisp.

Symbol Macro: instance/num⎵ifix-coalton-library/classes:fromint
Package

coalton-library/math/num.

Source

num.lisp.

Symbol Macro: instance/num⎵integer
Package

coalton-library/math/num.

Source

num.lisp.

Symbol Macro: instance/num⎵integer-coalton-library/classes:*
Package

coalton-library/math/num.

Source

num.lisp.

Symbol Macro: instance/num⎵integer-coalton-library/classes:+
Package

coalton-library/math/num.

Source

num.lisp.

Symbol Macro: instance/num⎵integer-coalton-library/classes:-
Package

coalton-library/math/num.

Source

num.lisp.

Symbol Macro: instance/num⎵integer-coalton-library/classes:fromint
Package

coalton-library/math/num.

Source

num.lisp.

Symbol Macro: instance/num⎵single-float
Package

coalton-library/math/num.

Source

num.lisp.

Symbol Macro: instance/num⎵single-float-coalton-library/classes:*
Package

coalton-library/math/num.

Source

num.lisp.

Symbol Macro: instance/num⎵single-float-coalton-library/classes:+
Package

coalton-library/math/num.

Source

num.lisp.

Symbol Macro: instance/num⎵single-float-coalton-library/classes:-
Package

coalton-library/math/num.

Source

num.lisp.

Symbol Macro: instance/num⎵single-float-coalton-library/classes:fromint
Package

coalton-library/math/num.

Source

num.lisp.

Symbol Macro: instance/num⎵u16
Package

coalton-library/math/num.

Source

num.lisp.

Symbol Macro: instance/num⎵u16-coalton-library/classes:*
Package

coalton-library/math/num.

Source

num.lisp.

Symbol Macro: instance/num⎵u16-coalton-library/classes:+
Package

coalton-library/math/num.

Source

num.lisp.

Symbol Macro: instance/num⎵u16-coalton-library/classes:-
Package

coalton-library/math/num.

Source

num.lisp.

Symbol Macro: instance/num⎵u16-coalton-library/classes:fromint
Package

coalton-library/math/num.

Source

num.lisp.

Symbol Macro: instance/num⎵u32
Package

coalton-library/math/num.

Source

num.lisp.

Symbol Macro: instance/num⎵u32-coalton-library/classes:*
Package

coalton-library/math/num.

Source

num.lisp.

Symbol Macro: instance/num⎵u32-coalton-library/classes:+
Package

coalton-library/math/num.

Source

num.lisp.

Symbol Macro: instance/num⎵u32-coalton-library/classes:-
Package

coalton-library/math/num.

Source

num.lisp.

Symbol Macro: instance/num⎵u32-coalton-library/classes:fromint
Package

coalton-library/math/num.

Source

num.lisp.

Symbol Macro: instance/num⎵u64
Package

coalton-library/math/num.

Source

num.lisp.

Symbol Macro: instance/num⎵u64-coalton-library/classes:*
Package

coalton-library/math/num.

Source

num.lisp.

Symbol Macro: instance/num⎵u64-coalton-library/classes:+
Package

coalton-library/math/num.

Source

num.lisp.

Symbol Macro: instance/num⎵u64-coalton-library/classes:-
Package

coalton-library/math/num.

Source

num.lisp.

Symbol Macro: instance/num⎵u64-coalton-library/classes:fromint
Package

coalton-library/math/num.

Source

num.lisp.

Symbol Macro: instance/num⎵u8
Package

coalton-library/math/num.

Source

num.lisp.

Symbol Macro: instance/num⎵u8-coalton-library/classes:*
Package

coalton-library/math/num.

Source

num.lisp.

Symbol Macro: instance/num⎵u8-coalton-library/classes:+
Package

coalton-library/math/num.

Source

num.lisp.

Symbol Macro: instance/num⎵u8-coalton-library/classes:-
Package

coalton-library/math/num.

Source

num.lisp.

Symbol Macro: instance/num⎵u8-coalton-library/classes:fromint
Package

coalton-library/math/num.

Source

num.lisp.

Symbol Macro: instance/num⎵ufix
Package

coalton-library/math/num.

Source

num.lisp.

Symbol Macro: instance/num⎵ufix-coalton-library/classes:*
Package

coalton-library/math/num.

Source

num.lisp.

Symbol Macro: instance/num⎵ufix-coalton-library/classes:+
Package

coalton-library/math/num.

Source

num.lisp.

Symbol Macro: instance/num⎵ufix-coalton-library/classes:-
Package

coalton-library/math/num.

Source

num.lisp.

Symbol Macro: instance/num⎵ufix-coalton-library/classes:fromint
Package

coalton-library/math/num.

Source

num.lisp.

Symbol Macro: instance/ord⎵(cell⎵:a)
Package

coalton-library/cell.

Source

cell.lisp.

Symbol Macro: instance/ord⎵(cell⎵:a)-coalton-library/classes:<=>
Package

coalton-library/cell.

Source

cell.lisp.

Symbol Macro: instance/ord⎵(dual⎵:a)
Package

coalton-library/math/dual.

Source

dual.lisp.

Symbol Macro: instance/ord⎵(dual⎵:a)-coalton-library/classes:<=>
Package

coalton-library/math/dual.

Source

dual.lisp.

Symbol Macro: instance/ord⎵(list⎵:a)
Package

coalton-library/list.

Source

list.lisp.

Symbol Macro: instance/ord⎵(list⎵:a)-coalton-library/classes:<=>
Package

coalton-library/list.

Source

list.lisp.

Symbol Macro: instance/ord⎵(mappair⎵:a⎵:b)
Package

coalton-library/ord-map.

Source

ord-map.lisp.

Symbol Macro: instance/ord⎵(mappair⎵:a⎵:b)-coalton-library/classes:<=>
Package

coalton-library/ord-map.

Source

ord-map.lisp.

Symbol Macro: instance/ord⎵(optional⎵:a)
Package

coalton-library/optional.

Source

optional.lisp.

Symbol Macro: instance/ord⎵(optional⎵:a)-coalton-library/classes:<=>
Package

coalton-library/optional.

Source

optional.lisp.

Symbol Macro: instance/ord⎵(result⎵:a⎵:b)
Package

coalton-library/result.

Source

result.lisp.

Symbol Macro: instance/ord⎵(result⎵:a⎵:b)-coalton-library/classes:<=>
Package

coalton-library/result.

Source

result.lisp.

Symbol Macro: instance/ord⎵(tuple⎵:a⎵:b)
Package

coalton-library/tuple.

Source

tuple.lisp.

Symbol Macro: instance/ord⎵(tuple⎵:a⎵:b)-coalton-library/classes:<=>
Package

coalton-library/tuple.

Source

tuple.lisp.

Symbol Macro: instance/ord⎵boolean
Package

coalton-library/boolean.

Source

boolean.lisp.

Symbol Macro: instance/ord⎵boolean-coalton-library/classes:<=>
Package

coalton-library/boolean.

Source

boolean.lisp.

Symbol Macro: instance/ord⎵char
Package

coalton-library/char.

Source

char.lisp.

Symbol Macro: instance/ord⎵char-coalton-library/classes:<=>
Package

coalton-library/char.

Source

char.lisp.

Symbol Macro: instance/ord⎵double-float
Package

coalton-library/math/num.

Source

num.lisp.

Symbol Macro: instance/ord⎵double-float-coalton-library/classes:<=>
Package

coalton-library/math/num.

Source

num.lisp.

Symbol Macro: instance/ord⎵dyadic
Package

coalton-library/math/dyadic.

Source

dyadic.lisp.

Symbol Macro: instance/ord⎵dyadic-coalton-library/classes:<=>
Package

coalton-library/math/dyadic.

Source

dyadic.lisp.

Symbol Macro: instance/ord⎵fraction
Package

coalton-library/math/fraction.

Source

fraction.lisp.

Symbol Macro: instance/ord⎵fraction-coalton-library/classes:<=>
Package

coalton-library/math/fraction.

Source

fraction.lisp.

Symbol Macro: instance/ord⎵hash
Package

coalton-library/hash.

Source

hash.lisp.

Symbol Macro: instance/ord⎵hash-coalton-library/classes:<=>
Package

coalton-library/hash.

Source

hash.lisp.

Symbol Macro: instance/ord⎵i16
Package

coalton-library/math/num.

Source

num.lisp.

Symbol Macro: instance/ord⎵i16-coalton-library/classes:<=>
Package

coalton-library/math/num.

Source

num.lisp.

Symbol Macro: instance/ord⎵i32
Package

coalton-library/math/num.

Source

num.lisp.

Symbol Macro: instance/ord⎵i32-coalton-library/classes:<=>
Package

coalton-library/math/num.

Source

num.lisp.

Symbol Macro: instance/ord⎵i64
Package

coalton-library/math/num.

Source

num.lisp.

Symbol Macro: instance/ord⎵i64-coalton-library/classes:<=>
Package

coalton-library/math/num.

Source

num.lisp.

Symbol Macro: instance/ord⎵i8
Package

coalton-library/math/num.

Source

num.lisp.

Symbol Macro: instance/ord⎵i8-coalton-library/classes:<=>
Package

coalton-library/math/num.

Source

num.lisp.

Symbol Macro: instance/ord⎵ifix
Package

coalton-library/math/num.

Source

num.lisp.

Symbol Macro: instance/ord⎵ifix-coalton-library/classes:<=>
Package

coalton-library/math/num.

Source

num.lisp.

Symbol Macro: instance/ord⎵integer
Package

coalton-library/math/num.

Source

num.lisp.

Symbol Macro: instance/ord⎵integer-coalton-library/classes:<=>
Package

coalton-library/math/num.

Source

num.lisp.

Symbol Macro: instance/ord⎵ord
Package

coalton-library/classes.

Source

classes.lisp.

Symbol Macro: instance/ord⎵ord-coalton-library/classes:<=>
Package

coalton-library/classes.

Source

classes.lisp.

Symbol Macro: instance/ord⎵pathname
Package

coalton-library/file.

Source

file.lisp.

Symbol Macro: instance/ord⎵pathname-coalton-library/classes:<=>
Package

coalton-library/file.

Source

file.lisp.

Symbol Macro: instance/ord⎵single-float
Package

coalton-library/math/num.

Source

num.lisp.

Symbol Macro: instance/ord⎵single-float-coalton-library/classes:<=>
Package

coalton-library/math/num.

Source

num.lisp.

Symbol Macro: instance/ord⎵string
Package

coalton-library/string.

Source

string.lisp.

Symbol Macro: instance/ord⎵string-coalton-library/classes:<=>
Package

coalton-library/string.

Source

string.lisp.

Symbol Macro: instance/ord⎵u16
Package

coalton-library/math/num.

Source

num.lisp.

Symbol Macro: instance/ord⎵u16-coalton-library/classes:<=>
Package

coalton-library/math/num.

Source

num.lisp.

Symbol Macro: instance/ord⎵u32
Package

coalton-library/math/num.

Source

num.lisp.

Symbol Macro: instance/ord⎵u32-coalton-library/classes:<=>
Package

coalton-library/math/num.

Source

num.lisp.

Symbol Macro: instance/ord⎵u64
Package

coalton-library/math/num.

Source

num.lisp.

Symbol Macro: instance/ord⎵u64-coalton-library/classes:<=>
Package

coalton-library/math/num.

Source

num.lisp.

Symbol Macro: instance/ord⎵u8
Package

coalton-library/math/num.

Source

num.lisp.

Symbol Macro: instance/ord⎵u8-coalton-library/classes:<=>
Package

coalton-library/math/num.

Source

num.lisp.

Symbol Macro: instance/ord⎵ufix
Package

coalton-library/math/num.

Source

num.lisp.

Symbol Macro: instance/ord⎵ufix-coalton-library/classes:<=>
Package

coalton-library/math/num.

Source

num.lisp.

Symbol Macro: instance/polar⎵(complex⎵:a)
Package

coalton-library/math/elementary.

Source

elementary.lisp.

Symbol Macro: instance/polar⎵(complex⎵:a)-coalton-library/math/elementary:phase
Package

coalton-library/math/elementary.

Source

elementary.lisp.

Symbol Macro: instance/polar⎵(complex⎵:a)-coalton-library/math/elementary:polar
Package

coalton-library/math/elementary.

Source

elementary.lisp.

Symbol Macro: instance/polar⎵double-float
Package

coalton-library/math/elementary.

Source

elementary.lisp.

Symbol Macro: instance/polar⎵double-float-coalton-library/math/elementary:phase
Package

coalton-library/math/elementary.

Source

elementary.lisp.

Symbol Macro: instance/polar⎵double-float-coalton-library/math/elementary:polar
Package

coalton-library/math/elementary.

Source

elementary.lisp.

Symbol Macro: instance/polar⎵single-float
Package

coalton-library/math/elementary.

Source

elementary.lisp.

Symbol Macro: instance/polar⎵single-float-coalton-library/math/elementary:phase
Package

coalton-library/math/elementary.

Source

elementary.lisp.

Symbol Macro: instance/polar⎵single-float-coalton-library/math/elementary:polar
Package

coalton-library/math/elementary.

Source

elementary.lisp.

Symbol Macro: instance/quantizable⎵double-float
Package

coalton-library/math/real.

Source

real.lisp.

Symbol Macro: instance/quantizable⎵double-float-coalton-library/math/real:ceiling
Package

coalton-library/math/real.

Source

real.lisp.

Symbol Macro: instance/quantizable⎵double-float-coalton-library/math/real:floor
Package

coalton-library/math/real.

Source

real.lisp.

Symbol Macro: instance/quantizable⎵double-float-coalton-library/math/real:proper
Package

coalton-library/math/real.

Source

real.lisp.

Symbol Macro: instance/quantizable⎵dyadic
Package

coalton-library/math/dyadic.

Source

dyadic.lisp.

Symbol Macro: instance/quantizable⎵dyadic-coalton-library/math/real:ceiling
Package

coalton-library/math/dyadic.

Source

dyadic.lisp.

Symbol Macro: instance/quantizable⎵dyadic-coalton-library/math/real:floor
Package

coalton-library/math/dyadic.

Source

dyadic.lisp.

Symbol Macro: instance/quantizable⎵dyadic-coalton-library/math/real:proper
Package

coalton-library/math/dyadic.

Source

dyadic.lisp.

Symbol Macro: instance/quantizable⎵fraction
Package

coalton-library/math/real.

Source

real.lisp.

Symbol Macro: instance/quantizable⎵fraction-coalton-library/math/real:ceiling
Package

coalton-library/math/real.

Source

real.lisp.

Symbol Macro: instance/quantizable⎵fraction-coalton-library/math/real:floor
Package

coalton-library/math/real.

Source

real.lisp.

Symbol Macro: instance/quantizable⎵fraction-coalton-library/math/real:proper
Package

coalton-library/math/real.

Source

real.lisp.

Symbol Macro: instance/quantizable⎵single-float
Package

coalton-library/math/real.

Source

real.lisp.

Symbol Macro: instance/quantizable⎵single-float-coalton-library/math/real:ceiling
Package

coalton-library/math/real.

Source

real.lisp.

Symbol Macro: instance/quantizable⎵single-float-coalton-library/math/real:floor
Package

coalton-library/math/real.

Source

real.lisp.

Symbol Macro: instance/quantizable⎵single-float-coalton-library/math/real:proper
Package

coalton-library/math/real.

Source

real.lisp.

Symbol Macro: instance/radical⎵(complex⎵:a)
Package

coalton-library/math/elementary.

Source

elementary.lisp.

Symbol Macro: instance/radical⎵(complex⎵:a)-coalton-library/math/elementary:nth-root
Package

coalton-library/math/elementary.

Source

elementary.lisp.

Symbol Macro: instance/radical⎵(complex⎵:a)-coalton-library/math/elementary:sqrt
Package

coalton-library/math/elementary.

Source

elementary.lisp.

Symbol Macro: instance/radical⎵(dual⎵:a)
Package

coalton-library/math/dual.

Source

dual.lisp.

Symbol Macro: instance/radical⎵(dual⎵:a)-coalton-library/math/elementary:nth-root
Package

coalton-library/math/dual.

Source

dual.lisp.

Symbol Macro: instance/radical⎵(dual⎵:a)-coalton-library/math/elementary:sqrt
Package

coalton-library/math/dual.

Source

dual.lisp.

Symbol Macro: instance/radical⎵double-float
Package

coalton-library/math/elementary.

Source

elementary.lisp.

Symbol Macro: instance/radical⎵double-float-coalton-library/math/elementary:nth-root
Package

coalton-library/math/elementary.

Source

elementary.lisp.

Symbol Macro: instance/radical⎵double-float-coalton-library/math/elementary:sqrt
Package

coalton-library/math/elementary.

Source

elementary.lisp.

Symbol Macro: instance/radical⎵single-float
Package

coalton-library/math/elementary.

Source

elementary.lisp.

Symbol Macro: instance/radical⎵single-float-coalton-library/math/elementary:nth-root
Package

coalton-library/math/elementary.

Source

elementary.lisp.

Symbol Macro: instance/radical⎵single-float-coalton-library/math/elementary:sqrt
Package

coalton-library/math/elementary.

Source

elementary.lisp.

Symbol Macro: instance/ram:randomaccess⎵(vector⎵:a)⎵:a
Package

coalton-library/vector.

Source

vector.lisp.

Symbol Macro: instance/ram:randomaccess⎵(vector⎵:a)⎵:a-coalton-library/randomaccess:length
Package

coalton-library/vector.

Source

vector.lisp.

Symbol Macro: instance/ram:randomaccess⎵(vector⎵:a)⎵:a-coalton-library/randomaccess:make
Package

coalton-library/vector.

Source

vector.lisp.

Symbol Macro: instance/ram:randomaccess⎵(vector⎵:a)⎵:a-coalton-library/randomaccess:readable?
Package

coalton-library/vector.

Source

vector.lisp.

Symbol Macro: instance/ram:randomaccess⎵(vector⎵:a)⎵:a-coalton-library/randomaccess:unsafe-aref
Package

coalton-library/vector.

Source

vector.lisp.

Symbol Macro: instance/ram:randomaccess⎵(vector⎵:a)⎵:a-coalton-library/randomaccess:unsafe-set!
Package

coalton-library/vector.

Source

vector.lisp.

Symbol Macro: instance/ram:randomaccess⎵(vector⎵:a)⎵:a-coalton-library/randomaccess:writable?
Package

coalton-library/vector.

Source

vector.lisp.

Symbol Macro: instance/rational⎵double-float
Package

coalton-library/math/real.

Source

real.lisp.

Symbol Macro: instance/rational⎵double-float-coalton-library/math/real:best-approx
Package

coalton-library/math/real.

Source

real.lisp.

Symbol Macro: instance/rational⎵double-float-coalton-library/math/real:to-fraction
Package

coalton-library/math/real.

Source

real.lisp.

Symbol Macro: instance/rational⎵dyadic
Package

coalton-library/math/dyadic.

Source

dyadic.lisp.

Symbol Macro: instance/rational⎵dyadic-coalton-library/math/real:best-approx
Package

coalton-library/math/dyadic.

Source

dyadic.lisp.

Symbol Macro: instance/rational⎵dyadic-coalton-library/math/real:to-fraction
Package

coalton-library/math/dyadic.

Source

dyadic.lisp.

Symbol Macro: instance/rational⎵fraction
Package

coalton-library/math/real.

Source

real.lisp.

Symbol Macro: instance/rational⎵fraction-coalton-library/math/real:best-approx
Package

coalton-library/math/real.

Source

real.lisp.

Symbol Macro: instance/rational⎵fraction-coalton-library/math/real:to-fraction
Package

coalton-library/math/real.

Source

real.lisp.

Symbol Macro: instance/rational⎵single-float
Package

coalton-library/math/real.

Source

real.lisp.

Symbol Macro: instance/rational⎵single-float-coalton-library/math/real:best-approx
Package

coalton-library/math/real.

Source

real.lisp.

Symbol Macro: instance/rational⎵single-float-coalton-library/math/real:to-fraction
Package

coalton-library/math/real.

Source

real.lisp.

Symbol Macro: instance/real⎵double-float
Package

coalton-library/math/real.

Source

real.lisp.

Symbol Macro: instance/real⎵double-float-coalton-library/math/real:real-approx
Package

coalton-library/math/real.

Source

real.lisp.

Symbol Macro: instance/real⎵dyadic
Package

coalton-library/math/dyadic.

Source

dyadic.lisp.

Symbol Macro: instance/real⎵dyadic-coalton-library/math/real:real-approx
Package

coalton-library/math/dyadic.

Source

dyadic.lisp.

Symbol Macro: instance/real⎵fraction
Package

coalton-library/math/real.

Source

real.lisp.

Symbol Macro: instance/real⎵fraction-coalton-library/math/real:real-approx
Package

coalton-library/math/real.

Source

real.lisp.

Symbol Macro: instance/real⎵single-float
Package

coalton-library/math/real.

Source

real.lisp.

Symbol Macro: instance/real⎵single-float-coalton-library/math/real:real-approx
Package

coalton-library/math/real.

Source

real.lisp.

Symbol Macro: instance/reciprocable⎵(complex⎵:a)
Package

coalton-library/math/complex.

Source

complex.lisp.

Symbol Macro: instance/reciprocable⎵(complex⎵:a)-coalton-library/math/arith:/
Package

coalton-library/math/complex.

Source

complex.lisp.

Symbol Macro: instance/reciprocable⎵(complex⎵:a)-coalton-library/math/arith:reciprocal
Package

coalton-library/math/complex.

Source

complex.lisp.

Symbol Macro: instance/reciprocable⎵(dual⎵:a)
Package

coalton-library/math/dual.

Source

dual.lisp.

Symbol Macro: instance/reciprocable⎵(dual⎵:a)-coalton-library/math/arith:/
Package

coalton-library/math/dual.

Source

dual.lisp.

Symbol Macro: instance/reciprocable⎵(dual⎵:a)-coalton-library/math/arith:reciprocal
Package

coalton-library/math/dual.

Source

dual.lisp.

Symbol Macro: instance/reciprocable⎵double-float
Package

coalton-library/math/num.

Source

num.lisp.

Symbol Macro: instance/reciprocable⎵double-float-coalton-library/math/arith:/
Package

coalton-library/math/num.

Source

num.lisp.

Symbol Macro: instance/reciprocable⎵double-float-coalton-library/math/arith:reciprocal
Package

coalton-library/math/num.

Source

num.lisp.

Symbol Macro: instance/reciprocable⎵fraction
Package

coalton-library/math/fraction.

Source

fraction.lisp.

Symbol Macro: instance/reciprocable⎵fraction-coalton-library/math/arith:/
Package

coalton-library/math/fraction.

Source

fraction.lisp.

Symbol Macro: instance/reciprocable⎵fraction-coalton-library/math/arith:reciprocal
Package

coalton-library/math/fraction.

Source

fraction.lisp.

Symbol Macro: instance/reciprocable⎵single-float
Package

coalton-library/math/num.

Source

num.lisp.

Symbol Macro: instance/reciprocable⎵single-float-coalton-library/math/arith:/
Package

coalton-library/math/num.

Source

num.lisp.

Symbol Macro: instance/reciprocable⎵single-float-coalton-library/math/arith:reciprocal
Package

coalton-library/math/num.

Source

num.lisp.

Symbol Macro: instance/remainder⎵fraction
Package

coalton-library/math/integral.

Source

integral.lisp.

Symbol Macro: instance/remainder⎵fraction-coalton-library/math/integral:div
Package

coalton-library/math/integral.

Source

integral.lisp.

Symbol Macro: instance/remainder⎵fraction-coalton-library/math/integral:divmod
Package

coalton-library/math/integral.

Source

integral.lisp.

Symbol Macro: instance/remainder⎵fraction-coalton-library/math/integral:mod
Package

coalton-library/math/integral.

Source

integral.lisp.

Symbol Macro: instance/remainder⎵fraction-coalton-library/math/integral:quot
Package

coalton-library/math/integral.

Source

integral.lisp.

Symbol Macro: instance/remainder⎵fraction-coalton-library/math/integral:quotrem
Package

coalton-library/math/integral.

Source

integral.lisp.

Symbol Macro: instance/remainder⎵fraction-coalton-library/math/integral:rem
Package

coalton-library/math/integral.

Source

integral.lisp.

Symbol Macro: instance/remainder⎵i16
Package

coalton-library/math/integral.

Source

integral.lisp.

Symbol Macro: instance/remainder⎵i16-coalton-library/math/integral:div
Package

coalton-library/math/integral.

Source

integral.lisp.

Symbol Macro: instance/remainder⎵i16-coalton-library/math/integral:divmod
Package

coalton-library/math/integral.

Source

integral.lisp.

Symbol Macro: instance/remainder⎵i16-coalton-library/math/integral:mod
Package

coalton-library/math/integral.

Source

integral.lisp.

Symbol Macro: instance/remainder⎵i16-coalton-library/math/integral:quot
Package

coalton-library/math/integral.

Source

integral.lisp.

Symbol Macro: instance/remainder⎵i16-coalton-library/math/integral:quotrem
Package

coalton-library/math/integral.

Source

integral.lisp.

Symbol Macro: instance/remainder⎵i16-coalton-library/math/integral:rem
Package

coalton-library/math/integral.

Source

integral.lisp.

Symbol Macro: instance/remainder⎵i32
Package

coalton-library/math/integral.

Source

integral.lisp.

Symbol Macro: instance/remainder⎵i32-coalton-library/math/integral:div
Package

coalton-library/math/integral.

Source

integral.lisp.

Symbol Macro: instance/remainder⎵i32-coalton-library/math/integral:divmod
Package

coalton-library/math/integral.

Source

integral.lisp.

Symbol Macro: instance/remainder⎵i32-coalton-library/math/integral:mod
Package

coalton-library/math/integral.

Source

integral.lisp.

Symbol Macro: instance/remainder⎵i32-coalton-library/math/integral:quot
Package

coalton-library/math/integral.

Source

integral.lisp.

Symbol Macro: instance/remainder⎵i32-coalton-library/math/integral:quotrem
Package

coalton-library/math/integral.

Source

integral.lisp.

Symbol Macro: instance/remainder⎵i32-coalton-library/math/integral:rem
Package

coalton-library/math/integral.

Source

integral.lisp.

Symbol Macro: instance/remainder⎵i64
Package

coalton-library/math/integral.

Source

integral.lisp.

Symbol Macro: instance/remainder⎵i64-coalton-library/math/integral:div
Package

coalton-library/math/integral.

Source

integral.lisp.

Symbol Macro: instance/remainder⎵i64-coalton-library/math/integral:divmod
Package

coalton-library/math/integral.

Source

integral.lisp.

Symbol Macro: instance/remainder⎵i64-coalton-library/math/integral:mod
Package

coalton-library/math/integral.

Source

integral.lisp.

Symbol Macro: instance/remainder⎵i64-coalton-library/math/integral:quot
Package

coalton-library/math/integral.

Source

integral.lisp.

Symbol Macro: instance/remainder⎵i64-coalton-library/math/integral:quotrem
Package

coalton-library/math/integral.

Source

integral.lisp.

Symbol Macro: instance/remainder⎵i64-coalton-library/math/integral:rem
Package

coalton-library/math/integral.

Source

integral.lisp.

Symbol Macro: instance/remainder⎵i8
Package

coalton-library/math/integral.

Source

integral.lisp.

Symbol Macro: instance/remainder⎵i8-coalton-library/math/integral:div
Package

coalton-library/math/integral.

Source

integral.lisp.

Symbol Macro: instance/remainder⎵i8-coalton-library/math/integral:divmod
Package

coalton-library/math/integral.

Source

integral.lisp.

Symbol Macro: instance/remainder⎵i8-coalton-library/math/integral:mod
Package

coalton-library/math/integral.

Source

integral.lisp.

Symbol Macro: instance/remainder⎵i8-coalton-library/math/integral:quot
Package

coalton-library/math/integral.

Source

integral.lisp.

Symbol Macro: instance/remainder⎵i8-coalton-library/math/integral:quotrem
Package

coalton-library/math/integral.

Source

integral.lisp.

Symbol Macro: instance/remainder⎵i8-coalton-library/math/integral:rem
Package

coalton-library/math/integral.

Source

integral.lisp.

Symbol Macro: instance/remainder⎵ifix
Package

coalton-library/math/integral.

Source

integral.lisp.

Symbol Macro: instance/remainder⎵ifix-coalton-library/math/integral:div
Package

coalton-library/math/integral.

Source

integral.lisp.

Symbol Macro: instance/remainder⎵ifix-coalton-library/math/integral:divmod
Package

coalton-library/math/integral.

Source

integral.lisp.

Symbol Macro: instance/remainder⎵ifix-coalton-library/math/integral:mod
Package

coalton-library/math/integral.

Source

integral.lisp.

Symbol Macro: instance/remainder⎵ifix-coalton-library/math/integral:quot
Package

coalton-library/math/integral.

Source

integral.lisp.

Symbol Macro: instance/remainder⎵ifix-coalton-library/math/integral:quotrem
Package

coalton-library/math/integral.

Source

integral.lisp.

Symbol Macro: instance/remainder⎵ifix-coalton-library/math/integral:rem
Package

coalton-library/math/integral.

Source

integral.lisp.

Symbol Macro: instance/remainder⎵integer
Package

coalton-library/math/integral.

Source

integral.lisp.

Symbol Macro: instance/remainder⎵integer-coalton-library/math/integral:div
Package

coalton-library/math/integral.

Source

integral.lisp.

Symbol Macro: instance/remainder⎵integer-coalton-library/math/integral:divmod
Package

coalton-library/math/integral.

Source

integral.lisp.

Symbol Macro: instance/remainder⎵integer-coalton-library/math/integral:mod
Package

coalton-library/math/integral.

Source

integral.lisp.

Symbol Macro: instance/remainder⎵integer-coalton-library/math/integral:quot
Package

coalton-library/math/integral.

Source

integral.lisp.

Symbol Macro: instance/remainder⎵integer-coalton-library/math/integral:quotrem
Package

coalton-library/math/integral.

Source

integral.lisp.

Symbol Macro: instance/remainder⎵integer-coalton-library/math/integral:rem
Package

coalton-library/math/integral.

Source

integral.lisp.

Symbol Macro: instance/remainder⎵u16
Package

coalton-library/math/integral.

Source

integral.lisp.

Symbol Macro: instance/remainder⎵u16-coalton-library/math/integral:div
Package

coalton-library/math/integral.

Source

integral.lisp.

Symbol Macro: instance/remainder⎵u16-coalton-library/math/integral:divmod
Package

coalton-library/math/integral.

Source

integral.lisp.

Symbol Macro: instance/remainder⎵u16-coalton-library/math/integral:mod
Package

coalton-library/math/integral.

Source

integral.lisp.

Symbol Macro: instance/remainder⎵u16-coalton-library/math/integral:quot
Package

coalton-library/math/integral.

Source

integral.lisp.

Symbol Macro: instance/remainder⎵u16-coalton-library/math/integral:quotrem
Package

coalton-library/math/integral.

Source

integral.lisp.

Symbol Macro: instance/remainder⎵u16-coalton-library/math/integral:rem
Package

coalton-library/math/integral.

Source

integral.lisp.

Symbol Macro: instance/remainder⎵u32
Package

coalton-library/math/integral.

Source

integral.lisp.

Symbol Macro: instance/remainder⎵u32-coalton-library/math/integral:div
Package

coalton-library/math/integral.

Source

integral.lisp.

Symbol Macro: instance/remainder⎵u32-coalton-library/math/integral:divmod
Package

coalton-library/math/integral.

Source

integral.lisp.

Symbol Macro: instance/remainder⎵u32-coalton-library/math/integral:mod
Package

coalton-library/math/integral.

Source

integral.lisp.

Symbol Macro: instance/remainder⎵u32-coalton-library/math/integral:quot
Package

coalton-library/math/integral.

Source

integral.lisp.

Symbol Macro: instance/remainder⎵u32-coalton-library/math/integral:quotrem
Package

coalton-library/math/integral.

Source

integral.lisp.

Symbol Macro: instance/remainder⎵u32-coalton-library/math/integral:rem
Package

coalton-library/math/integral.

Source

integral.lisp.

Symbol Macro: instance/remainder⎵u64
Package

coalton-library/math/integral.

Source

integral.lisp.

Symbol Macro: instance/remainder⎵u64-coalton-library/math/integral:div
Package

coalton-library/math/integral.

Source

integral.lisp.

Symbol Macro: instance/remainder⎵u64-coalton-library/math/integral:divmod
Package

coalton-library/math/integral.

Source

integral.lisp.

Symbol Macro: instance/remainder⎵u64-coalton-library/math/integral:mod
Package

coalton-library/math/integral.

Source

integral.lisp.

Symbol Macro: instance/remainder⎵u64-coalton-library/math/integral:quot
Package

coalton-library/math/integral.

Source

integral.lisp.

Symbol Macro: instance/remainder⎵u64-coalton-library/math/integral:quotrem
Package

coalton-library/math/integral.

Source

integral.lisp.

Symbol Macro: instance/remainder⎵u64-coalton-library/math/integral:rem
Package

coalton-library/math/integral.

Source

integral.lisp.

Symbol Macro: instance/remainder⎵u8
Package

coalton-library/math/integral.

Source

integral.lisp.

Symbol Macro: instance/remainder⎵u8-coalton-library/math/integral:div
Package

coalton-library/math/integral.

Source

integral.lisp.

Symbol Macro: instance/remainder⎵u8-coalton-library/math/integral:divmod
Package

coalton-library/math/integral.

Source

integral.lisp.

Symbol Macro: instance/remainder⎵u8-coalton-library/math/integral:mod
Package

coalton-library/math/integral.

Source

integral.lisp.

Symbol Macro: instance/remainder⎵u8-coalton-library/math/integral:quot
Package

coalton-library/math/integral.

Source

integral.lisp.

Symbol Macro: instance/remainder⎵u8-coalton-library/math/integral:quotrem
Package

coalton-library/math/integral.

Source

integral.lisp.

Symbol Macro: instance/remainder⎵u8-coalton-library/math/integral:rem
Package

coalton-library/math/integral.

Source

integral.lisp.

Symbol Macro: instance/remainder⎵ufix
Package

coalton-library/math/integral.

Source

integral.lisp.

Symbol Macro: instance/remainder⎵ufix-coalton-library/math/integral:div
Package

coalton-library/math/integral.

Source

integral.lisp.

Symbol Macro: instance/remainder⎵ufix-coalton-library/math/integral:divmod
Package

coalton-library/math/integral.

Source

integral.lisp.

Symbol Macro: instance/remainder⎵ufix-coalton-library/math/integral:mod
Package

coalton-library/math/integral.

Source

integral.lisp.

Symbol Macro: instance/remainder⎵ufix-coalton-library/math/integral:quot
Package

coalton-library/math/integral.

Source

integral.lisp.

Symbol Macro: instance/remainder⎵ufix-coalton-library/math/integral:quotrem
Package

coalton-library/math/integral.

Source

integral.lisp.

Symbol Macro: instance/remainder⎵ufix-coalton-library/math/integral:rem
Package

coalton-library/math/integral.

Source

integral.lisp.

Symbol Macro: instance/runtimerepr⎵(:a⎵→⎵:b)
Package

coalton-library/types.

Source

types.lisp.

Symbol Macro: instance/runtimerepr⎵(:a⎵→⎵:b)-coalton-library/types:runtime-repr
Package

coalton-library/types.

Source

types.lisp.

Symbol Macro: instance/runtimerepr⎵(list⎵:a)
Package

coalton-library/types.

Source

types.lisp.

Symbol Macro: instance/runtimerepr⎵(list⎵:a)-coalton-library/types:runtime-repr
Package

coalton-library/types.

Source

types.lisp.

Symbol Macro: instance/runtimerepr⎵(proxy⎵:a)
Package

coalton-library/types.

Source

types.lisp.

Symbol Macro: instance/runtimerepr⎵(proxy⎵:a)-coalton-library/types:runtime-repr
Package

coalton-library/types.

Source

types.lisp.

Symbol Macro: instance/runtimerepr⎵boolean
Package

coalton-library/types.

Source

types.lisp.

Symbol Macro: instance/runtimerepr⎵boolean-coalton-library/types:runtime-repr
Package

coalton-library/types.

Source

types.lisp.

Symbol Macro: instance/runtimerepr⎵char
Package

coalton-library/types.

Source

types.lisp.

Symbol Macro: instance/runtimerepr⎵char-coalton-library/types:runtime-repr
Package

coalton-library/types.

Source

types.lisp.

Symbol Macro: instance/runtimerepr⎵double-float
Package

coalton-library/types.

Source

types.lisp.

Symbol Macro: instance/runtimerepr⎵double-float-coalton-library/types:runtime-repr
Package

coalton-library/types.

Source

types.lisp.

Symbol Macro: instance/runtimerepr⎵fraction
Package

coalton-library/types.

Source

types.lisp.

Symbol Macro: instance/runtimerepr⎵fraction-coalton-library/types:runtime-repr
Package

coalton-library/types.

Source

types.lisp.

Symbol Macro: instance/runtimerepr⎵integer
Package

coalton-library/types.

Source

types.lisp.

Symbol Macro: instance/runtimerepr⎵integer-coalton-library/types:runtime-repr
Package

coalton-library/types.

Source

types.lisp.

Symbol Macro: instance/runtimerepr⎵lisptype
Package

coalton-library/types.

Source

types.lisp.

Symbol Macro: instance/runtimerepr⎵lisptype-coalton-library/types:runtime-repr
Package

coalton-library/types.

Source

types.lisp.

Symbol Macro: instance/runtimerepr⎵single-float
Package

coalton-library/types.

Source

types.lisp.

Symbol Macro: instance/runtimerepr⎵single-float-coalton-library/types:runtime-repr
Package

coalton-library/types.

Source

types.lisp.

Symbol Macro: instance/runtimerepr⎵string
Package

coalton-library/types.

Source

types.lisp.

Symbol Macro: instance/runtimerepr⎵string-coalton-library/types:runtime-repr
Package

coalton-library/types.

Source

types.lisp.

Symbol Macro: instance/semigroup⎵(cell⎵:a)
Package

coalton-library/cell.

Source

cell.lisp.

Symbol Macro: instance/semigroup⎵(cell⎵:a)-coalton-library/classes:<>
Package

coalton-library/cell.

Source

cell.lisp.

Symbol Macro: instance/semigroup⎵(list⎵:a)
Package

coalton-library/list.

Source

list.lisp.

Symbol Macro: instance/semigroup⎵(list⎵:a)-coalton-library/classes:<>
Package

coalton-library/list.

Source

list.lisp.

Symbol Macro: instance/semigroup⎵(map⎵:a⎵:b)
Package

coalton-library/ord-map.

Source

ord-map.lisp.

Symbol Macro: instance/semigroup⎵(map⎵:a⎵:b)-coalton-library/classes:<>
Package

coalton-library/ord-map.

Source

ord-map.lisp.

Symbol Macro: instance/semigroup⎵(optional⎵:a)
Package

coalton-library/optional.

Source

optional.lisp.

Symbol Macro: instance/semigroup⎵(optional⎵:a)-coalton-library/classes:<>
Package

coalton-library/optional.

Source

optional.lisp.

Symbol Macro: instance/semigroup⎵(queue⎵:a)
Package

coalton-library/queue.

Source

queue.lisp.

Symbol Macro: instance/semigroup⎵(queue⎵:a)-coalton-library/classes:<>
Package

coalton-library/queue.

Source

queue.lisp.

Symbol Macro: instance/semigroup⎵(result⎵:a⎵:b)
Package

coalton-library/result.

Source

result.lisp.

Symbol Macro: instance/semigroup⎵(result⎵:a⎵:b)-coalton-library/classes:<>
Package

coalton-library/result.

Source

result.lisp.

Symbol Macro: instance/semigroup⎵(seq⎵:a)
Package

coalton-library/seq.

Source

seq.lisp.

Symbol Macro: instance/semigroup⎵(seq⎵:a)-coalton-library/classes:<>
Package

coalton-library/seq.

Source

seq.lisp.

Symbol Macro: instance/semigroup⎵(tree⎵:a)
Package

coalton-library/ord-tree.

Source

ord-tree.lisp.

Symbol Macro: instance/semigroup⎵(tree⎵:a)-coalton-library/classes:<>
Package

coalton-library/ord-tree.

Source

ord-tree.lisp.

Symbol Macro: instance/semigroup⎵(vector⎵:a)
Package

coalton-library/vector.

Source

vector.lisp.

Symbol Macro: instance/semigroup⎵(vector⎵:a)-coalton-library/classes:<>
Package

coalton-library/vector.

Source

vector.lisp.

Symbol Macro: instance/semigroup⎵hash
Package

coalton-library/hash.

Source

hash.lisp.

Symbol Macro: instance/semigroup⎵hash-coalton-library/classes:<>
Package

coalton-library/hash.

Source

hash.lisp.

Symbol Macro: instance/semigroup⎵pathname
Package

coalton-library/file.

Source

file.lisp.

Symbol Macro: instance/semigroup⎵pathname-coalton-library/classes:<>
Package

coalton-library/file.

Source

file.lisp.

Symbol Macro: instance/semigroup⎵string
Package

coalton-library/string.

Source

string.lisp.

Symbol Macro: instance/semigroup⎵string-coalton-library/classes:<>
Package

coalton-library/string.

Source

string.lisp.

Symbol Macro: instance/signalable⎵fileerror
Package

coalton-library/file.

Source

file.lisp.

Symbol Macro: instance/signalable⎵fileerror-coalton-library/classes:error
Package

coalton-library/file.

Source

file.lisp.

Symbol Macro: instance/signalable⎵lispcondition
Package

coalton-library/system.

Source

system.lisp.

Symbol Macro: instance/signalable⎵lispcondition-coalton-library/classes:error
Package

coalton-library/system.

Source

system.lisp.

Symbol Macro: instance/signalable⎵string
Package

coalton-library/classes.

Source

classes.lisp.

Symbol Macro: instance/signalable⎵string-coalton-library/classes:error
Package

coalton-library/classes.

Source

classes.lisp.

Symbol Macro: instance/sliceable⎵(slice⎵:a)
Package

coalton-library/slice.

Source

slice.lisp.

Symbol Macro: instance/sliceable⎵(slice⎵:a)-coalton-library/slice::%length
Package

coalton-library/slice.

Source

slice.lisp.

Symbol Macro: instance/sliceable⎵(vector⎵:a)
Package

coalton-library/slice.

Source

slice.lisp.

Symbol Macro: instance/sliceable⎵(vector⎵:a)-coalton-library/slice::%length
Package

coalton-library/slice.

Source

slice.lisp.

Symbol Macro: instance/transfinite⎵double-float
Package

coalton-library/math/arith.

Source

arith.lisp.

Symbol Macro: instance/transfinite⎵double-float-coalton-library/math/arith:infinite?
Package

coalton-library/math/arith.

Source

arith.lisp.

Symbol Macro: instance/transfinite⎵double-float-coalton-library/math/arith:infinity
Package

coalton-library/math/arith.

Source

arith.lisp.

Symbol Macro: instance/transfinite⎵double-float-coalton-library/math/arith:nan
Package

coalton-library/math/arith.

Source

arith.lisp.

Symbol Macro: instance/transfinite⎵double-float-coalton-library/math/arith:nan?
Package

coalton-library/math/arith.

Source

arith.lisp.

Symbol Macro: instance/transfinite⎵single-float
Package

coalton-library/math/arith.

Source

arith.lisp.

Symbol Macro: instance/transfinite⎵single-float-coalton-library/math/arith:infinite?
Package

coalton-library/math/arith.

Source

arith.lisp.

Symbol Macro: instance/transfinite⎵single-float-coalton-library/math/arith:infinity
Package

coalton-library/math/arith.

Source

arith.lisp.

Symbol Macro: instance/transfinite⎵single-float-coalton-library/math/arith:nan
Package

coalton-library/math/arith.

Source

arith.lisp.

Symbol Macro: instance/transfinite⎵single-float-coalton-library/math/arith:nan?
Package

coalton-library/math/arith.

Source

arith.lisp.

Symbol Macro: instance/traversable⎵(free⎵:a)
Package

coalton-library/monad/free.

Source

monad/free.lisp.

Symbol Macro: instance/traversable⎵(free⎵:a)-coalton-library/classes:traverse
Package

coalton-library/monad/free.

Source

monad/free.lisp.

Symbol Macro: instance/traversable⎵list
Package

coalton-library/list.

Source

list.lisp.

Symbol Macro: instance/traversable⎵list-coalton-library/classes:traverse
Package

coalton-library/list.

Source

list.lisp.

Symbol Macro: instance/trigonometric⎵(complex⎵:a)
Package

coalton-library/math/elementary.

Source

elementary.lisp.

Symbol Macro: instance/trigonometric⎵(complex⎵:a)-coalton-library/math/elementary:acos
Package

coalton-library/math/elementary.

Source

elementary.lisp.

Symbol Macro: instance/trigonometric⎵(complex⎵:a)-coalton-library/math/elementary:asin
Package

coalton-library/math/elementary.

Source

elementary.lisp.

Symbol Macro: instance/trigonometric⎵(complex⎵:a)-coalton-library/math/elementary:atan
Package

coalton-library/math/elementary.

Source

elementary.lisp.

Symbol Macro: instance/trigonometric⎵(complex⎵:a)-coalton-library/math/elementary:cos
Package

coalton-library/math/elementary.

Source

elementary.lisp.

Symbol Macro: instance/trigonometric⎵(complex⎵:a)-coalton-library/math/elementary:pi
Package

coalton-library/math/elementary.

Source

elementary.lisp.

Symbol Macro: instance/trigonometric⎵(complex⎵:a)-coalton-library/math/elementary:sin
Package

coalton-library/math/elementary.

Source

elementary.lisp.

Symbol Macro: instance/trigonometric⎵(complex⎵:a)-coalton-library/math/elementary:tan
Package

coalton-library/math/elementary.

Source

elementary.lisp.

Symbol Macro: instance/trigonometric⎵(dual⎵:a)
Package

coalton-library/math/dual.

Source

dual.lisp.

Symbol Macro: instance/trigonometric⎵(dual⎵:a)-coalton-library/math/elementary:acos
Package

coalton-library/math/dual.

Source

dual.lisp.

Symbol Macro: instance/trigonometric⎵(dual⎵:a)-coalton-library/math/elementary:asin
Package

coalton-library/math/dual.

Source

dual.lisp.

Symbol Macro: instance/trigonometric⎵(dual⎵:a)-coalton-library/math/elementary:atan
Package

coalton-library/math/dual.

Source

dual.lisp.

Symbol Macro: instance/trigonometric⎵(dual⎵:a)-coalton-library/math/elementary:cos
Package

coalton-library/math/dual.

Source

dual.lisp.

Symbol Macro: instance/trigonometric⎵(dual⎵:a)-coalton-library/math/elementary:pi
Package

coalton-library/math/dual.

Source

dual.lisp.

Symbol Macro: instance/trigonometric⎵(dual⎵:a)-coalton-library/math/elementary:sin
Package

coalton-library/math/dual.

Source

dual.lisp.

Symbol Macro: instance/trigonometric⎵(dual⎵:a)-coalton-library/math/elementary:tan
Package

coalton-library/math/dual.

Source

dual.lisp.

Symbol Macro: instance/trigonometric⎵double-float
Package

coalton-library/math/elementary.

Source

elementary.lisp.

Symbol Macro: instance/trigonometric⎵double-float-coalton-library/math/elementary:acos
Package

coalton-library/math/elementary.

Source

elementary.lisp.

Symbol Macro: instance/trigonometric⎵double-float-coalton-library/math/elementary:asin
Package

coalton-library/math/elementary.

Source

elementary.lisp.

Symbol Macro: instance/trigonometric⎵double-float-coalton-library/math/elementary:atan
Package

coalton-library/math/elementary.

Source

elementary.lisp.

Symbol Macro: instance/trigonometric⎵double-float-coalton-library/math/elementary:cos
Package

coalton-library/math/elementary.

Source

elementary.lisp.

Symbol Macro: instance/trigonometric⎵double-float-coalton-library/math/elementary:pi
Package

coalton-library/math/elementary.

Source

elementary.lisp.

Symbol Macro: instance/trigonometric⎵double-float-coalton-library/math/elementary:sin
Package

coalton-library/math/elementary.

Source

elementary.lisp.

Symbol Macro: instance/trigonometric⎵double-float-coalton-library/math/elementary:tan
Package

coalton-library/math/elementary.

Source

elementary.lisp.

Symbol Macro: instance/trigonometric⎵single-float
Package

coalton-library/math/elementary.

Source

elementary.lisp.

Symbol Macro: instance/trigonometric⎵single-float-coalton-library/math/elementary:acos
Package

coalton-library/math/elementary.

Source

elementary.lisp.

Symbol Macro: instance/trigonometric⎵single-float-coalton-library/math/elementary:asin
Package

coalton-library/math/elementary.

Source

elementary.lisp.

Symbol Macro: instance/trigonometric⎵single-float-coalton-library/math/elementary:atan
Package

coalton-library/math/elementary.

Source

elementary.lisp.

Symbol Macro: instance/trigonometric⎵single-float-coalton-library/math/elementary:cos
Package

coalton-library/math/elementary.

Source

elementary.lisp.

Symbol Macro: instance/trigonometric⎵single-float-coalton-library/math/elementary:pi
Package

coalton-library/math/elementary.

Source

elementary.lisp.

Symbol Macro: instance/trigonometric⎵single-float-coalton-library/math/elementary:sin
Package

coalton-library/math/elementary.

Source

elementary.lisp.

Symbol Macro: instance/trigonometric⎵single-float-coalton-library/math/elementary:tan
Package

coalton-library/math/elementary.

Source

elementary.lisp.

Symbol Macro: instance/tryinto⎵double-float⎵fraction⎵string
Package

coalton-library/math/num.

Source

num.lisp.

Symbol Macro: instance/tryinto⎵double-float⎵fraction⎵string-coalton-library/classes:tryinto
Package

coalton-library/math/num.

Source

num.lisp.

Symbol Macro: instance/tryinto⎵i16⎵i8⎵string
Package

coalton-library/math/conversions.

Source

conversions.lisp.

Symbol Macro: instance/tryinto⎵i16⎵i8⎵string-coalton-library/classes:tryinto
Package

coalton-library/math/conversions.

Source

conversions.lisp.

Symbol Macro: instance/tryinto⎵i16⎵u16⎵string
Package

coalton-library/math/conversions.

Source

conversions.lisp.

Symbol Macro: instance/tryinto⎵i16⎵u16⎵string-coalton-library/classes:tryinto
Package

coalton-library/math/conversions.

Source

conversions.lisp.

Symbol Macro: instance/tryinto⎵i16⎵u32⎵string
Package

coalton-library/math/conversions.

Source

conversions.lisp.

Symbol Macro: instance/tryinto⎵i16⎵u32⎵string-coalton-library/classes:tryinto
Package

coalton-library/math/conversions.

Source

conversions.lisp.

Symbol Macro: instance/tryinto⎵i16⎵u64⎵string
Package

coalton-library/math/conversions.

Source

conversions.lisp.

Symbol Macro: instance/tryinto⎵i16⎵u64⎵string-coalton-library/classes:tryinto
Package

coalton-library/math/conversions.

Source

conversions.lisp.

Symbol Macro: instance/tryinto⎵i16⎵u8⎵string
Package

coalton-library/math/conversions.

Source

conversions.lisp.

Symbol Macro: instance/tryinto⎵i16⎵u8⎵string-coalton-library/classes:tryinto
Package

coalton-library/math/conversions.

Source

conversions.lisp.

Symbol Macro: instance/tryinto⎵i16⎵ufix⎵string
Package

coalton-library/math/conversions.

Source

conversions.lisp.

Symbol Macro: instance/tryinto⎵i16⎵ufix⎵string-coalton-library/classes:tryinto
Package

coalton-library/math/conversions.

Source

conversions.lisp.

Symbol Macro: instance/tryinto⎵i32⎵i16⎵string
Package

coalton-library/math/conversions.

Source

conversions.lisp.

Symbol Macro: instance/tryinto⎵i32⎵i16⎵string-coalton-library/classes:tryinto
Package

coalton-library/math/conversions.

Source

conversions.lisp.

Symbol Macro: instance/tryinto⎵i32⎵i8⎵string
Package

coalton-library/math/conversions.

Source

conversions.lisp.

Symbol Macro: instance/tryinto⎵i32⎵i8⎵string-coalton-library/classes:tryinto
Package

coalton-library/math/conversions.

Source

conversions.lisp.

Symbol Macro: instance/tryinto⎵i32⎵single-float⎵string
Package

coalton-library/math/conversions.

Source

conversions.lisp.

Symbol Macro: instance/tryinto⎵i32⎵single-float⎵string-coalton-library/classes:tryinto
Package

coalton-library/math/conversions.

Source

conversions.lisp.

Symbol Macro: instance/tryinto⎵i32⎵u16⎵string
Package

coalton-library/math/conversions.

Source

conversions.lisp.

Symbol Macro: instance/tryinto⎵i32⎵u16⎵string-coalton-library/classes:tryinto
Package

coalton-library/math/conversions.

Source

conversions.lisp.

Symbol Macro: instance/tryinto⎵i32⎵u32⎵string
Package

coalton-library/math/conversions.

Source

conversions.lisp.

Symbol Macro: instance/tryinto⎵i32⎵u32⎵string-coalton-library/classes:tryinto
Package

coalton-library/math/conversions.

Source

conversions.lisp.

Symbol Macro: instance/tryinto⎵i32⎵u64⎵string
Package

coalton-library/math/conversions.

Source

conversions.lisp.

Symbol Macro: instance/tryinto⎵i32⎵u64⎵string-coalton-library/classes:tryinto
Package

coalton-library/math/conversions.

Source

conversions.lisp.

Symbol Macro: instance/tryinto⎵i32⎵u8⎵string
Package

coalton-library/math/conversions.

Source

conversions.lisp.

Symbol Macro: instance/tryinto⎵i32⎵u8⎵string-coalton-library/classes:tryinto
Package

coalton-library/math/conversions.

Source

conversions.lisp.

Symbol Macro: instance/tryinto⎵i32⎵ufix⎵string
Package

coalton-library/math/conversions.

Source

conversions.lisp.

Symbol Macro: instance/tryinto⎵i32⎵ufix⎵string-coalton-library/classes:tryinto
Package

coalton-library/math/conversions.

Source

conversions.lisp.

Symbol Macro: instance/tryinto⎵i64⎵double-float⎵string
Package

coalton-library/math/conversions.

Source

conversions.lisp.

Symbol Macro: instance/tryinto⎵i64⎵double-float⎵string-coalton-library/classes:tryinto
Package

coalton-library/math/conversions.

Source

conversions.lisp.

Symbol Macro: instance/tryinto⎵i64⎵i16⎵string
Package

coalton-library/math/conversions.

Source

conversions.lisp.

Symbol Macro: instance/tryinto⎵i64⎵i16⎵string-coalton-library/classes:tryinto
Package

coalton-library/math/conversions.

Source

conversions.lisp.

Symbol Macro: instance/tryinto⎵i64⎵i32⎵string
Package

coalton-library/math/conversions.

Source

conversions.lisp.

Symbol Macro: instance/tryinto⎵i64⎵i32⎵string-coalton-library/classes:tryinto
Package

coalton-library/math/conversions.

Source

conversions.lisp.

Symbol Macro: instance/tryinto⎵i64⎵i8⎵string
Package

coalton-library/math/conversions.

Source

conversions.lisp.

Symbol Macro: instance/tryinto⎵i64⎵i8⎵string-coalton-library/classes:tryinto
Package

coalton-library/math/conversions.

Source

conversions.lisp.

Symbol Macro: instance/tryinto⎵i64⎵ifix⎵string
Package

coalton-library/math/conversions.

Source

conversions.lisp.

Symbol Macro: instance/tryinto⎵i64⎵ifix⎵string-coalton-library/classes:tryinto
Package

coalton-library/math/conversions.

Source

conversions.lisp.

Symbol Macro: instance/tryinto⎵i64⎵single-float⎵string
Package

coalton-library/math/conversions.

Source

conversions.lisp.

Symbol Macro: instance/tryinto⎵i64⎵single-float⎵string-coalton-library/classes:tryinto
Package

coalton-library/math/conversions.

Source

conversions.lisp.

Symbol Macro: instance/tryinto⎵i64⎵u16⎵string
Package

coalton-library/math/conversions.

Source

conversions.lisp.

Symbol Macro: instance/tryinto⎵i64⎵u16⎵string-coalton-library/classes:tryinto
Package

coalton-library/math/conversions.

Source

conversions.lisp.

Symbol Macro: instance/tryinto⎵i64⎵u32⎵string
Package

coalton-library/math/conversions.

Source

conversions.lisp.

Symbol Macro: instance/tryinto⎵i64⎵u32⎵string-coalton-library/classes:tryinto
Package

coalton-library/math/conversions.

Source

conversions.lisp.

Symbol Macro: instance/tryinto⎵i64⎵u64⎵string
Package

coalton-library/math/conversions.

Source

conversions.lisp.

Symbol Macro: instance/tryinto⎵i64⎵u64⎵string-coalton-library/classes:tryinto
Package

coalton-library/math/conversions.

Source

conversions.lisp.

Symbol Macro: instance/tryinto⎵i64⎵u8⎵string
Package

coalton-library/math/conversions.

Source

conversions.lisp.

Symbol Macro: instance/tryinto⎵i64⎵u8⎵string-coalton-library/classes:tryinto
Package

coalton-library/math/conversions.

Source

conversions.lisp.

Symbol Macro: instance/tryinto⎵i64⎵ufix⎵string
Package

coalton-library/math/conversions.

Source

conversions.lisp.

Symbol Macro: instance/tryinto⎵i64⎵ufix⎵string-coalton-library/classes:tryinto
Package

coalton-library/math/conversions.

Source

conversions.lisp.

Symbol Macro: instance/tryinto⎵i8⎵u16⎵string
Package

coalton-library/math/conversions.

Source

conversions.lisp.

Symbol Macro: instance/tryinto⎵i8⎵u16⎵string-coalton-library/classes:tryinto
Package

coalton-library/math/conversions.

Source

conversions.lisp.

Symbol Macro: instance/tryinto⎵i8⎵u32⎵string
Package

coalton-library/math/conversions.

Source

conversions.lisp.

Symbol Macro: instance/tryinto⎵i8⎵u32⎵string-coalton-library/classes:tryinto
Package

coalton-library/math/conversions.

Source

conversions.lisp.

Symbol Macro: instance/tryinto⎵i8⎵u64⎵string
Package

coalton-library/math/conversions.

Source

conversions.lisp.

Symbol Macro: instance/tryinto⎵i8⎵u64⎵string-coalton-library/classes:tryinto
Package

coalton-library/math/conversions.

Source

conversions.lisp.

Symbol Macro: instance/tryinto⎵i8⎵u8⎵string
Package

coalton-library/math/conversions.

Source

conversions.lisp.

Symbol Macro: instance/tryinto⎵i8⎵u8⎵string-coalton-library/classes:tryinto
Package

coalton-library/math/conversions.

Source

conversions.lisp.

Symbol Macro: instance/tryinto⎵i8⎵ufix⎵string
Package

coalton-library/math/conversions.

Source

conversions.lisp.

Symbol Macro: instance/tryinto⎵i8⎵ufix⎵string-coalton-library/classes:tryinto
Package

coalton-library/math/conversions.

Source

conversions.lisp.

Symbol Macro: instance/tryinto⎵ifix⎵double-float⎵string
Package

coalton-library/math/conversions.

Source

conversions.lisp.

Symbol Macro: instance/tryinto⎵ifix⎵double-float⎵string-coalton-library/classes:tryinto
Package

coalton-library/math/conversions.

Source

conversions.lisp.

Symbol Macro: instance/tryinto⎵ifix⎵i16⎵string
Package

coalton-library/math/conversions.

Source

conversions.lisp.

Symbol Macro: instance/tryinto⎵ifix⎵i16⎵string-coalton-library/classes:tryinto
Package

coalton-library/math/conversions.

Source

conversions.lisp.

Symbol Macro: instance/tryinto⎵ifix⎵i32⎵string
Package

coalton-library/math/conversions.

Source

conversions.lisp.

Symbol Macro: instance/tryinto⎵ifix⎵i32⎵string-coalton-library/classes:tryinto
Package

coalton-library/math/conversions.

Source

conversions.lisp.

Symbol Macro: instance/tryinto⎵ifix⎵i8⎵string
Package

coalton-library/math/conversions.

Source

conversions.lisp.

Symbol Macro: instance/tryinto⎵ifix⎵i8⎵string-coalton-library/classes:tryinto
Package

coalton-library/math/conversions.

Source

conversions.lisp.

Symbol Macro: instance/tryinto⎵ifix⎵single-float⎵string
Package

coalton-library/math/conversions.

Source

conversions.lisp.

Symbol Macro: instance/tryinto⎵ifix⎵single-float⎵string-coalton-library/classes:tryinto
Package

coalton-library/math/conversions.

Source

conversions.lisp.

Symbol Macro: instance/tryinto⎵ifix⎵u16⎵string
Package

coalton-library/math/conversions.

Source

conversions.lisp.

Symbol Macro: instance/tryinto⎵ifix⎵u16⎵string-coalton-library/classes:tryinto
Package

coalton-library/math/conversions.

Source

conversions.lisp.

Symbol Macro: instance/tryinto⎵ifix⎵u32⎵string
Package

coalton-library/math/conversions.

Source

conversions.lisp.

Symbol Macro: instance/tryinto⎵ifix⎵u32⎵string-coalton-library/classes:tryinto
Package

coalton-library/math/conversions.

Source

conversions.lisp.

Symbol Macro: instance/tryinto⎵ifix⎵u64⎵string
Package

coalton-library/math/conversions.

Source

conversions.lisp.

Symbol Macro: instance/tryinto⎵ifix⎵u64⎵string-coalton-library/classes:tryinto
Package

coalton-library/math/conversions.

Source

conversions.lisp.

Symbol Macro: instance/tryinto⎵ifix⎵u8⎵string
Package

coalton-library/math/conversions.

Source

conversions.lisp.

Symbol Macro: instance/tryinto⎵ifix⎵u8⎵string-coalton-library/classes:tryinto
Package

coalton-library/math/conversions.

Source

conversions.lisp.

Symbol Macro: instance/tryinto⎵ifix⎵ufix⎵string
Package

coalton-library/math/conversions.

Source

conversions.lisp.

Symbol Macro: instance/tryinto⎵ifix⎵ufix⎵string-coalton-library/classes:tryinto
Package

coalton-library/math/conversions.

Source

conversions.lisp.

Symbol Macro: instance/tryinto⎵integer⎵double-float⎵string
Package

coalton-library/math/conversions.

Source

conversions.lisp.

Symbol Macro: instance/tryinto⎵integer⎵double-float⎵string-coalton-library/classes:tryinto
Package

coalton-library/math/conversions.

Source

conversions.lisp.

Symbol Macro: instance/tryinto⎵integer⎵i16⎵string
Package

coalton-library/math/conversions.

Source

conversions.lisp.

Symbol Macro: instance/tryinto⎵integer⎵i16⎵string-coalton-library/classes:tryinto
Package

coalton-library/math/conversions.

Source

conversions.lisp.

Symbol Macro: instance/tryinto⎵integer⎵i32⎵string
Package

coalton-library/math/conversions.

Source

conversions.lisp.

Symbol Macro: instance/tryinto⎵integer⎵i32⎵string-coalton-library/classes:tryinto
Package

coalton-library/math/conversions.

Source

conversions.lisp.

Symbol Macro: instance/tryinto⎵integer⎵i64⎵string
Package

coalton-library/math/conversions.

Source

conversions.lisp.

Symbol Macro: instance/tryinto⎵integer⎵i64⎵string-coalton-library/classes:tryinto
Package

coalton-library/math/conversions.

Source

conversions.lisp.

Symbol Macro: instance/tryinto⎵integer⎵i8⎵string
Package

coalton-library/math/conversions.

Source

conversions.lisp.

Symbol Macro: instance/tryinto⎵integer⎵i8⎵string-coalton-library/classes:tryinto
Package

coalton-library/math/conversions.

Source

conversions.lisp.

Symbol Macro: instance/tryinto⎵integer⎵ifix⎵string
Package

coalton-library/math/conversions.

Source

conversions.lisp.

Symbol Macro: instance/tryinto⎵integer⎵ifix⎵string-coalton-library/classes:tryinto
Package

coalton-library/math/conversions.

Source

conversions.lisp.

Symbol Macro: instance/tryinto⎵integer⎵single-float⎵string
Package

coalton-library/math/conversions.

Source

conversions.lisp.

Symbol Macro: instance/tryinto⎵integer⎵single-float⎵string-coalton-library/classes:tryinto
Package

coalton-library/math/conversions.

Source

conversions.lisp.

Symbol Macro: instance/tryinto⎵integer⎵u16⎵string
Package

coalton-library/math/conversions.

Source

conversions.lisp.

Symbol Macro: instance/tryinto⎵integer⎵u16⎵string-coalton-library/classes:tryinto
Package

coalton-library/math/conversions.

Source

conversions.lisp.

Symbol Macro: instance/tryinto⎵integer⎵u32⎵string
Package

coalton-library/math/conversions.

Source

conversions.lisp.

Symbol Macro: instance/tryinto⎵integer⎵u32⎵string-coalton-library/classes:tryinto
Package

coalton-library/math/conversions.

Source

conversions.lisp.

Symbol Macro: instance/tryinto⎵integer⎵u64⎵string
Package

coalton-library/math/conversions.

Source

conversions.lisp.

Symbol Macro: instance/tryinto⎵integer⎵u64⎵string-coalton-library/classes:tryinto
Package

coalton-library/math/conversions.

Source

conversions.lisp.

Symbol Macro: instance/tryinto⎵integer⎵u8⎵string
Package

coalton-library/math/conversions.

Source

conversions.lisp.

Symbol Macro: instance/tryinto⎵integer⎵u8⎵string-coalton-library/classes:tryinto
Package

coalton-library/math/conversions.

Source

conversions.lisp.

Symbol Macro: instance/tryinto⎵integer⎵ufix⎵string
Package

coalton-library/math/conversions.

Source

conversions.lisp.

Symbol Macro: instance/tryinto⎵integer⎵ufix⎵string-coalton-library/classes:tryinto
Package

coalton-library/math/conversions.

Source

conversions.lisp.

Symbol Macro: instance/tryinto⎵single-float⎵fraction⎵string
Package

coalton-library/math/num.

Source

num.lisp.

Symbol Macro: instance/tryinto⎵single-float⎵fraction⎵string-coalton-library/classes:tryinto
Package

coalton-library/math/num.

Source

num.lisp.

Symbol Macro: instance/tryinto⎵string⎵integer⎵string
Package

coalton-library/string.

Source

string.lisp.

Symbol Macro: instance/tryinto⎵string⎵integer⎵string-coalton-library/classes:tryinto
Package

coalton-library/string.

Source

string.lisp.

Symbol Macro: instance/tryinto⎵u16⎵i16⎵string
Package

coalton-library/math/conversions.

Source

conversions.lisp.

Symbol Macro: instance/tryinto⎵u16⎵i16⎵string-coalton-library/classes:tryinto
Package

coalton-library/math/conversions.

Source

conversions.lisp.

Symbol Macro: instance/tryinto⎵u16⎵i8⎵string
Package

coalton-library/math/conversions.

Source

conversions.lisp.

Symbol Macro: instance/tryinto⎵u16⎵i8⎵string-coalton-library/classes:tryinto
Package

coalton-library/math/conversions.

Source

conversions.lisp.

Symbol Macro: instance/tryinto⎵u16⎵u8⎵string
Package

coalton-library/math/conversions.

Source

conversions.lisp.

Symbol Macro: instance/tryinto⎵u16⎵u8⎵string-coalton-library/classes:tryinto
Package

coalton-library/math/conversions.

Source

conversions.lisp.

Symbol Macro: instance/tryinto⎵u32⎵i16⎵string
Package

coalton-library/math/conversions.

Source

conversions.lisp.

Symbol Macro: instance/tryinto⎵u32⎵i16⎵string-coalton-library/classes:tryinto
Package

coalton-library/math/conversions.

Source

conversions.lisp.

Symbol Macro: instance/tryinto⎵u32⎵i32⎵string
Package

coalton-library/math/conversions.

Source

conversions.lisp.

Symbol Macro: instance/tryinto⎵u32⎵i32⎵string-coalton-library/classes:tryinto
Package

coalton-library/math/conversions.

Source

conversions.lisp.

Symbol Macro: instance/tryinto⎵u32⎵i8⎵string
Package

coalton-library/math/conversions.

Source

conversions.lisp.

Symbol Macro: instance/tryinto⎵u32⎵i8⎵string-coalton-library/classes:tryinto
Package

coalton-library/math/conversions.

Source

conversions.lisp.

Symbol Macro: instance/tryinto⎵u32⎵single-float⎵string
Package

coalton-library/math/conversions.

Source

conversions.lisp.

Symbol Macro: instance/tryinto⎵u32⎵single-float⎵string-coalton-library/classes:tryinto
Package

coalton-library/math/conversions.

Source

conversions.lisp.

Symbol Macro: instance/tryinto⎵u32⎵u16⎵string
Package

coalton-library/math/conversions.

Source

conversions.lisp.

Symbol Macro: instance/tryinto⎵u32⎵u16⎵string-coalton-library/classes:tryinto
Package

coalton-library/math/conversions.

Source

conversions.lisp.

Symbol Macro: instance/tryinto⎵u32⎵u8⎵string
Package

coalton-library/math/conversions.

Source

conversions.lisp.

Symbol Macro: instance/tryinto⎵u32⎵u8⎵string-coalton-library/classes:tryinto
Package

coalton-library/math/conversions.

Source

conversions.lisp.

Symbol Macro: instance/tryinto⎵u64⎵double-float⎵string
Package

coalton-library/math/conversions.

Source

conversions.lisp.

Symbol Macro: instance/tryinto⎵u64⎵double-float⎵string-coalton-library/classes:tryinto
Package

coalton-library/math/conversions.

Source

conversions.lisp.

Symbol Macro: instance/tryinto⎵u64⎵i16⎵string
Package

coalton-library/math/conversions.

Source

conversions.lisp.

Symbol Macro: instance/tryinto⎵u64⎵i16⎵string-coalton-library/classes:tryinto
Package

coalton-library/math/conversions.

Source

conversions.lisp.

Symbol Macro: instance/tryinto⎵u64⎵i32⎵string
Package

coalton-library/math/conversions.

Source

conversions.lisp.

Symbol Macro: instance/tryinto⎵u64⎵i32⎵string-coalton-library/classes:tryinto
Package

coalton-library/math/conversions.

Source

conversions.lisp.

Symbol Macro: instance/tryinto⎵u64⎵i64⎵string
Package

coalton-library/math/conversions.

Source

conversions.lisp.

Symbol Macro: instance/tryinto⎵u64⎵i64⎵string-coalton-library/classes:tryinto
Package

coalton-library/math/conversions.

Source

conversions.lisp.

Symbol Macro: instance/tryinto⎵u64⎵i8⎵string
Package

coalton-library/math/conversions.

Source

conversions.lisp.

Symbol Macro: instance/tryinto⎵u64⎵i8⎵string-coalton-library/classes:tryinto
Package

coalton-library/math/conversions.

Source

conversions.lisp.

Symbol Macro: instance/tryinto⎵u64⎵ifix⎵string
Package

coalton-library/math/conversions.

Source

conversions.lisp.

Symbol Macro: instance/tryinto⎵u64⎵ifix⎵string-coalton-library/classes:tryinto
Package

coalton-library/math/conversions.

Source

conversions.lisp.

Symbol Macro: instance/tryinto⎵u64⎵single-float⎵string
Package

coalton-library/math/conversions.

Source

conversions.lisp.

Symbol Macro: instance/tryinto⎵u64⎵single-float⎵string-coalton-library/classes:tryinto
Package

coalton-library/math/conversions.

Source

conversions.lisp.

Symbol Macro: instance/tryinto⎵u64⎵u16⎵string
Package

coalton-library/math/conversions.

Source

conversions.lisp.

Symbol Macro: instance/tryinto⎵u64⎵u16⎵string-coalton-library/classes:tryinto
Package

coalton-library/math/conversions.

Source

conversions.lisp.

Symbol Macro: instance/tryinto⎵u64⎵u32⎵string
Package

coalton-library/math/conversions.

Source

conversions.lisp.

Symbol Macro: instance/tryinto⎵u64⎵u32⎵string-coalton-library/classes:tryinto
Package

coalton-library/math/conversions.

Source

conversions.lisp.

Symbol Macro: instance/tryinto⎵u64⎵u8⎵string
Package

coalton-library/math/conversions.

Source

conversions.lisp.

Symbol Macro: instance/tryinto⎵u64⎵u8⎵string-coalton-library/classes:tryinto
Package

coalton-library/math/conversions.

Source

conversions.lisp.

Symbol Macro: instance/tryinto⎵u64⎵ufix⎵string
Package

coalton-library/math/conversions.

Source

conversions.lisp.

Symbol Macro: instance/tryinto⎵u64⎵ufix⎵string-coalton-library/classes:tryinto
Package

coalton-library/math/conversions.

Source

conversions.lisp.

Symbol Macro: instance/tryinto⎵u8⎵i8⎵string
Package

coalton-library/math/conversions.

Source

conversions.lisp.

Symbol Macro: instance/tryinto⎵u8⎵i8⎵string-coalton-library/classes:tryinto
Package

coalton-library/math/conversions.

Source

conversions.lisp.

Symbol Macro: instance/tryinto⎵ufix⎵double-float⎵string
Package

coalton-library/math/conversions.

Source

conversions.lisp.

Symbol Macro: instance/tryinto⎵ufix⎵double-float⎵string-coalton-library/classes:tryinto
Package

coalton-library/math/conversions.

Source

conversions.lisp.

Symbol Macro: instance/tryinto⎵ufix⎵i16⎵string
Package

coalton-library/math/conversions.

Source

conversions.lisp.

Symbol Macro: instance/tryinto⎵ufix⎵i16⎵string-coalton-library/classes:tryinto
Package

coalton-library/math/conversions.

Source

conversions.lisp.

Symbol Macro: instance/tryinto⎵ufix⎵i32⎵string
Package

coalton-library/math/conversions.

Source

conversions.lisp.

Symbol Macro: instance/tryinto⎵ufix⎵i32⎵string-coalton-library/classes:tryinto
Package

coalton-library/math/conversions.

Source

conversions.lisp.

Symbol Macro: instance/tryinto⎵ufix⎵i8⎵string
Package

coalton-library/math/conversions.

Source

conversions.lisp.

Symbol Macro: instance/tryinto⎵ufix⎵i8⎵string-coalton-library/classes:tryinto
Package

coalton-library/math/conversions.

Source

conversions.lisp.

Symbol Macro: instance/tryinto⎵ufix⎵single-float⎵string
Package

coalton-library/math/conversions.

Source

conversions.lisp.

Symbol Macro: instance/tryinto⎵ufix⎵single-float⎵string-coalton-library/classes:tryinto
Package

coalton-library/math/conversions.

Source

conversions.lisp.

Symbol Macro: instance/tryinto⎵ufix⎵u16⎵string
Package

coalton-library/math/conversions.

Source

conversions.lisp.

Symbol Macro: instance/tryinto⎵ufix⎵u16⎵string-coalton-library/classes:tryinto
Package

coalton-library/math/conversions.

Source

conversions.lisp.

Symbol Macro: instance/tryinto⎵ufix⎵u32⎵string
Package

coalton-library/math/conversions.

Source

conversions.lisp.

Symbol Macro: instance/tryinto⎵ufix⎵u32⎵string-coalton-library/classes:tryinto
Package

coalton-library/math/conversions.

Source

conversions.lisp.

Symbol Macro: instance/tryinto⎵ufix⎵u8⎵string
Package

coalton-library/math/conversions.

Source

conversions.lisp.

Symbol Macro: instance/tryinto⎵ufix⎵u8⎵string-coalton-library/classes:tryinto
Package

coalton-library/math/conversions.

Source

conversions.lisp.

Symbol Macro: instance/types:runtimerepr⎵(filestream⎵:a)
Package

coalton-library/file.

Source

file.lisp.

Symbol Macro: instance/types:runtimerepr⎵(filestream⎵:a)-coalton-library/types:runtime-repr
Package

coalton-library/file.

Source

file.lisp.

Symbol Macro: instance/types:runtimerepr⎵(iterator⎵:a)
Package

coalton-library/iterator.

Source

iterator.lisp.

Symbol Macro: instance/types:runtimerepr⎵(iterator⎵:a)-coalton-library/types:runtime-repr
Package

coalton-library/iterator.

Source

iterator.lisp.

Symbol Macro: instance/types:runtimerepr⎵(lisparray⎵:a)
Package

coalton-library/lisparray.

Source

lisparray.lisp.

Symbol Macro: instance/types:runtimerepr⎵(lisparray⎵:a)-coalton-library/types:runtime-repr
Package

coalton-library/lisparray.

Source

lisparray.lisp.

Symbol Macro: instance/types:runtimerepr⎵(optional⎵:a)
Package

coalton-library/classes.

Source

classes.lisp.

Symbol Macro: instance/types:runtimerepr⎵(optional⎵:a)-coalton-library/types:runtime-repr
Package

coalton-library/classes.

Source

classes.lisp.

Symbol Macro: instance/types:runtimerepr⎵(result⎵:a⎵:b)
Package

coalton-library/classes.

Source

classes.lisp.

Symbol Macro: instance/types:runtimerepr⎵(result⎵:a⎵:b)-coalton-library/types:runtime-repr
Package

coalton-library/classes.

Source

classes.lisp.

Symbol Macro: instance/types:runtimerepr⎵(seq⎵:a)
Package

coalton-library/seq.

Source

seq.lisp.

Symbol Macro: instance/types:runtimerepr⎵(seq⎵:a)-coalton-library/types:runtime-repr
Package

coalton-library/seq.

Source

seq.lisp.

Symbol Macro: instance/types:runtimerepr⎵(slice⎵:a)
Package

coalton-library/slice.

Source

slice.lisp.

Symbol Macro: instance/types:runtimerepr⎵(slice⎵:a)-coalton-library/types:runtime-repr
Package

coalton-library/slice.

Source

slice.lisp.

Symbol Macro: instance/types:runtimerepr⎵(tuple⎵:a⎵:b)
Package

coalton-library/classes.

Source

classes.lisp.

Symbol Macro: instance/types:runtimerepr⎵(tuple⎵:a⎵:b)-coalton-library/types:runtime-repr
Package

coalton-library/classes.

Source

classes.lisp.

Symbol Macro: instance/types:runtimerepr⎵(vector⎵:a)
Package

coalton-library/vector.

Source

vector.lisp.

Symbol Macro: instance/types:runtimerepr⎵(vector⎵:a)-coalton-library/types:runtime-repr
Package

coalton-library/vector.

Source

vector.lisp.

Symbol Macro: instance/types:runtimerepr⎵fileerror
Package

coalton-library/file.

Source

file.lisp.

Symbol Macro: instance/types:runtimerepr⎵fileerror-coalton-library/types:runtime-repr
Package

coalton-library/file.

Source

file.lisp.

Symbol Macro: instance/types:runtimerepr⎵ifexists
Package

coalton-library/file.

Source

file.lisp.

Symbol Macro: instance/types:runtimerepr⎵ifexists-coalton-library/types:runtime-repr
Package

coalton-library/file.

Source

file.lisp.

Symbol Macro: instance/types:runtimerepr⎵ord
Package

coalton-library/classes.

Source

classes.lisp.

Symbol Macro: instance/types:runtimerepr⎵ord-coalton-library/types:runtime-repr
Package

coalton-library/classes.

Source

classes.lisp.

Symbol Macro: instance/types:runtimerepr⎵pathname
Package

coalton-library/file.

Source

file.lisp.

Symbol Macro: instance/types:runtimerepr⎵pathname-coalton-library/types:runtime-repr
Package

coalton-library/file.

Source

file.lisp.

Symbol Macro: instance/types:runtimerepr⎵streamoptions
Package

coalton-library/file.

Source

file.lisp.

Symbol Macro: instance/types:runtimerepr⎵streamoptions-coalton-library/types:runtime-repr
Package

coalton-library/file.

Source

file.lisp.

Symbol Macro: instance/unwrappable⎵(result⎵:a)
Package

coalton-library/result.

Source

result.lisp.

Symbol Macro: instance/unwrappable⎵(result⎵:a)-coalton-library/classes:unwrap-or-else
Package

coalton-library/result.

Source

result.lisp.

Symbol Macro: instance/unwrappable⎵optional
Package

coalton-library/optional.

Source

optional.lisp.

Symbol Macro: instance/unwrappable⎵optional-coalton-library/classes:unwrap-or-else
Package

coalton-library/optional.

Source

optional.lisp.

Symbol Macro: integer-<⎵type
Package

coalton-library/math/num.

Source

num.lisp.

Symbol Macro: integer-<=
Package

coalton-library/math/num.

Source

num.lisp.

Symbol Macro: integer->
Package

coalton-library/math/num.

Source

num.lisp.

Symbol Macro: integer->=
Package

coalton-library/math/num.

Source

num.lisp.

Symbol Macro: integer-^
Package

coalton-library/math/integral.

Source

integral.lisp.

Symbol Macro: integer-complex-divide
Package

coalton-library/math/complex.

Source

complex.lisp.

Symbol Macro: integer-complex-equal
Package

coalton-library/math/complex.

Source

complex.lisp.

Symbol Macro: integer-complex-minus
Package

coalton-library/math/complex.

Source

complex.lisp.

Symbol Macro: integer-complex-plus
Package

coalton-library/math/complex.

Source

complex.lisp.

Symbol Macro: integer-complex-times
Package

coalton-library/math/complex.

Source

complex.lisp.

Symbol Macro: integer-even?
Package

coalton-library/math/integral.

Source

integral.lisp.

Symbol Macro: integer-gcd
Package

coalton-library/math/integral.

Source

integral.lisp.

Symbol Macro: integer-isqrt
Package

coalton-library/math/integral.

Source

integral.lisp.

Symbol Macro: integer-lcm
Package

coalton-library/math/integral.

Source

integral.lisp.

Symbol Macro: integer-odd?
Package

coalton-library/math/integral.

Source

integral.lisp.

Symbol Macro: iterator/%iterator-_0
Package

coalton-library/iterator.

Source

iterator.lisp.

Symbol Macro: iterator/%iterator-_1
Package

coalton-library/iterator.

Source

iterator.lisp.

Symbol Macro: iteratorstacknode/expand-_0
Package

coalton-library/ord-tree.

Source

ord-tree.lisp.

Symbol Macro: iteratorstacknode/yield-_0
Package

coalton-library/ord-tree.

Source

ord-tree.lisp.

Symbol Macro: justkey
Package

coalton-library/ord-map.

Source

ord-map.lisp.

Symbol Macro: key
Package

coalton-library/ord-map.

Source

ord-map.lisp.

Symbol Macro: leafarray
Package

coalton-library/seq.

Source

seq.lisp.

Symbol Macro: lisperror
Package

coalton-library/file.

Source

file.lisp.

Symbol Macro: make-node-from-branches
Package

coalton-library/seq.

Source

seq.lisp.

Symbol Macro: make-relaxed-node
Package

coalton-library/seq.

Source

seq.lisp.

Symbol Macro: mappair
Package

coalton-library/ord-map.

Source

ord-map.lisp.

Symbol Macro: mappair/justkey-_0
Package

coalton-library/ord-map.

Source

ord-map.lisp.

Symbol Macro: mappair/mappair-_0
Package

coalton-library/ord-map.

Source

ord-map.lisp.

Symbol Macro: mappair/mappair-_1
Package

coalton-library/ord-map.

Source

ord-map.lisp.

Symbol Macro: max-branching
Package

coalton-library/seq.

Source

seq.lisp.

Symbol Macro: min-branching
Package

coalton-library/seq.

Source

seq.lisp.

Symbol Macro: negativeblack
Package

coalton-library/ord-tree.

Source

ord-tree.lisp.

Symbol Macro: optional/some-_0
Package

coalton-library/classes.

Source

classes.lisp.

Symbol Macro: patherror
Package

coalton-library/file.

Source

file.lisp.

Symbol Macro: perfect-subtree-size-at-height
Package

coalton-library/seq.

Source

seq.lisp.

Symbol Macro: profile/profile-_0
Package

coalton-library/system.

Source

system.lisp.

Symbol Macro: profile/profile-_1
Package

coalton-library/system.

Source

system.lisp.

Symbol Macro: profile/profile-_2
Package

coalton-library/system.

Source

system.lisp.

Symbol Macro: profile/profile-_3
Package

coalton-library/system.

Source

system.lisp.

Symbol Macro: quantization/quantization-_0
Package

coalton-library/math/real.

Source

real.lisp.

Symbol Macro: quantization/quantization-_1
Package

coalton-library/math/real.

Source

real.lisp.

Symbol Macro: quantization/quantization-_2
Package

coalton-library/math/real.

Source

real.lisp.

Symbol Macro: quantization/quantization-_3
Package

coalton-library/math/real.

Source

real.lisp.

Symbol Macro: quantization/quantization-_4
Package

coalton-library/math/real.

Source

real.lisp.

Symbol Macro: rational-approx
Package

coalton-library/math/real.

Source

real.lisp.

Symbol Macro: rebalance-branches
Package

coalton-library/seq.

Source

seq.lisp.

Symbol Macro: rebuild-size-table
Package

coalton-library/seq.

Source

seq.lisp.

Symbol Macro: red
Package

coalton-library/ord-tree.

Source

ord-tree.lisp.

Symbol Macro: relaxednode
Package

coalton-library/seq.

Source

seq.lisp.

Symbol Macro: remove-duplicates-rev
Package

coalton-library/list.

Source

list.lisp.

Symbol Macro: remove-leaving-double-black
Package

coalton-library/ord-tree.

Source

ord-tree.lisp.

Symbol Macro: remove-max
Package

coalton-library/ord-tree.

Source

ord-tree.lisp.

Symbol Macro: remove-rev-if
Package

coalton-library/list.

Source

list.lisp.

Symbol Macro: remove-without-as-black
Package

coalton-library/ord-tree.

Source

ord-tree.lisp.

Symbol Macro: replace-first
Package

coalton-library/seq.

Source

seq.lisp.

Symbol Macro: replace-last
Package

coalton-library/seq.

Source

seq.lisp.

Symbol Macro: result/err-_0
Package

coalton-library/classes.

Source

classes.lisp.

Symbol Macro: result/ok-_0
Package

coalton-library/classes.

Source

classes.lisp.

Symbol Macro: seq/leafarray-_0
Package

coalton-library/seq.

Source

seq.lisp.

Symbol Macro: seq/relaxednode-_0
Package

coalton-library/seq.

Source

seq.lisp.

Symbol Macro: seq/relaxednode-_1
Package

coalton-library/seq.

Source

seq.lisp.

Symbol Macro: seq/relaxednode-_2
Package

coalton-library/seq.

Source

seq.lisp.

Symbol Macro: seq/relaxednode-_3
Package

coalton-library/seq.

Source

seq.lisp.

Symbol Macro: set!/double-float
Package

coalton-library/lisparray.

Source

lisparray.lisp.

Symbol Macro: set!/i16
Package

coalton-library/lisparray.

Source

lisparray.lisp.

Symbol Macro: set!/i32
Package

coalton-library/lisparray.

Source

lisparray.lisp.

Symbol Macro: set!/i64
Package

coalton-library/lisparray.

Source

lisparray.lisp.

Symbol Macro: set!/i8
Package

coalton-library/lisparray.

Source

lisparray.lisp.

Symbol Macro: set!/ifix
Package

coalton-library/lisparray.

Source

lisparray.lisp.

Symbol Macro: set!/single-float
Package

coalton-library/lisparray.

Source

lisparray.lisp.

Symbol Macro: set!/u16
Package

coalton-library/lisparray.

Source

lisparray.lisp.

Symbol Macro: set!/u32
Package

coalton-library/lisparray.

Source

lisparray.lisp.

Symbol Macro: set!/u64
Package

coalton-library/lisparray.

Source

lisparray.lisp.

Symbol Macro: set!/u8
Package

coalton-library/lisparray.

Source

lisparray.lisp.

Symbol Macro: set!/ufix
Package

coalton-library/lisparray.

Source

lisparray.lisp.

Symbol Macro: shift-n-onto!
Package

coalton-library/seq.

Source

seq.lisp.

Symbol Macro: single-float-<⎵type
Package

coalton-library/math/num.

Source

num.lisp.

Symbol Macro: single-float-<=
Package

coalton-library/math/num.

Source

num.lisp.

Symbol Macro: single-float->
Package

coalton-library/math/num.

Source

num.lisp.

Symbol Macro: single-float->=
Package

coalton-library/math/num.

Source

num.lisp.

Symbol Macro: single-float-^
Package

coalton-library/math/integral.

Source

integral.lisp.

Symbol Macro: single-float-^^
Package

coalton-library/math/integral.

Source

integral.lisp.

Symbol Macro: single-float-complex-divide
Package

coalton-library/math/complex.

Source

complex.lisp.

Symbol Macro: single-float-complex-equal
Package

coalton-library/math/complex.

Source

complex.lisp.

Symbol Macro: single-float-complex-minus
Package

coalton-library/math/complex.

Source

complex.lisp.

Symbol Macro: single-float-complex-plus
Package

coalton-library/math/complex.

Source

complex.lisp.

Symbol Macro: single-float-complex-times
Package

coalton-library/math/complex.

Source

complex.lisp.

Symbol Macro: single-float-round
Package

coalton-library/math/real.

Source

real.lisp.

Symbol Macro: sq
Package

coalton-library/math/dual.

Source

dual.lisp.

Symbol Macro: stack-for-decreasing-order-traversal
Package

coalton-library/ord-tree.

Source

ord-tree.lisp.

Symbol Macro: stack-for-increasing-order-traversal
Package

coalton-library/ord-tree.

Source

ord-tree.lisp.

Symbol Macro: streamoptions/bidirectional-_0
Package

coalton-library/file.

Source

file.lisp.

Symbol Macro: streamoptions/bidirectional-_1
Package

coalton-library/file.

Source

file.lisp.

Symbol Macro: streamoptions/input-_0
Package

coalton-library/file.

Source

file.lisp.

Symbol Macro: streamoptions/output-_0
Package

coalton-library/file.

Source

file.lisp.

Symbol Macro: streamoptions/output-_1
Package

coalton-library/file.

Source

file.lisp.

Symbol Macro: tree-double-black?
Package

coalton-library/ord-tree.

Source

ord-tree.lisp.

Symbol Macro: tree-iterator
Package

coalton-library/ord-tree.

Source

ord-tree.lisp.

Symbol Macro: tree-minus-black
Package

coalton-library/ord-tree.

Source

ord-tree.lisp.

Symbol Macro: tree-plus-black
Package

coalton-library/ord-tree.

Source

ord-tree.lisp.

Symbol Macro: tree/branch-_0
Package

coalton-library/ord-tree.

Source

ord-tree.lisp.

Symbol Macro: tree/branch-_1
Package

coalton-library/ord-tree.

Source

ord-tree.lisp.

Symbol Macro: tree/branch-_2
Package

coalton-library/ord-tree.

Source

ord-tree.lisp.

Symbol Macro: tree/branch-_3
Package

coalton-library/ord-tree.

Source

ord-tree.lisp.

Symbol Macro: tuple/tuple-_0
Package

coalton-library/classes.

Source

classes.lisp.

Symbol Macro: tuple/tuple-_1
Package

coalton-library/classes.

Source

classes.lisp.

Symbol Macro: tuple3/tuple3-_0
Package

coalton-library/tuple.

Source

tuple.lisp.

Symbol Macro: tuple3/tuple3-_1
Package

coalton-library/tuple.

Source

tuple.lisp.

Symbol Macro: tuple3/tuple3-_2
Package

coalton-library/tuple.

Source

tuple.lisp.

Symbol Macro: tuple4/tuple4-_0
Package

coalton-library/tuple.

Source

tuple.lisp.

Symbol Macro: tuple4/tuple4-_1
Package

coalton-library/tuple.

Source

tuple.lisp.

Symbol Macro: tuple4/tuple4-_2
Package

coalton-library/tuple.

Source

tuple.lisp.

Symbol Macro: tuple4/tuple4-_3
Package

coalton-library/tuple.

Source

tuple.lisp.

Symbol Macro: tuple5/tuple5-_0
Package

coalton-library/tuple.

Source

tuple.lisp.

Symbol Macro: tuple5/tuple5-_1
Package

coalton-library/tuple.

Source

tuple.lisp.

Symbol Macro: tuple5/tuple5-_2
Package

coalton-library/tuple.

Source

tuple.lisp.

Symbol Macro: tuple5/tuple5-_3
Package

coalton-library/tuple.

Source

tuple.lisp.

Symbol Macro: tuple5/tuple5-_4
Package

coalton-library/tuple.

Source

tuple.lisp.

Symbol Macro: u16-<⎵type
Package

coalton-library/math/num.

Source

num.lisp.

Symbol Macro: u16-<=
Package

coalton-library/math/num.

Source

num.lisp.

Symbol Macro: u16->
Package

coalton-library/math/num.

Source

num.lisp.

Symbol Macro: u16->=
Package

coalton-library/math/num.

Source

num.lisp.

Symbol Macro: u16-^
Package

coalton-library/math/integral.

Source

integral.lisp.

Symbol Macro: u16-complex-divide
Package

coalton-library/math/complex.

Source

complex.lisp.

Symbol Macro: u16-complex-equal
Package

coalton-library/math/complex.

Source

complex.lisp.

Symbol Macro: u16-complex-minus
Package

coalton-library/math/complex.

Source

complex.lisp.

Symbol Macro: u16-complex-plus
Package

coalton-library/math/complex.

Source

complex.lisp.

Symbol Macro: u16-complex-times
Package

coalton-library/math/complex.

Source

complex.lisp.

Symbol Macro: u16-even?
Package

coalton-library/math/integral.

Source

integral.lisp.

Symbol Macro: u16-gcd
Package

coalton-library/math/integral.

Source

integral.lisp.

Symbol Macro: u16-isqrt
Package

coalton-library/math/integral.

Source

integral.lisp.

Symbol Macro: u16-lcm
Package

coalton-library/math/integral.

Source

integral.lisp.

Symbol Macro: u16-odd?
Package

coalton-library/math/integral.

Source

integral.lisp.

Symbol Macro: u32-<⎵type
Package

coalton-library/math/num.

Source

num.lisp.

Symbol Macro: u32-<=
Package

coalton-library/math/num.

Source

num.lisp.

Symbol Macro: u32->
Package

coalton-library/math/num.

Source

num.lisp.

Symbol Macro: u32->=
Package

coalton-library/math/num.

Source

num.lisp.

Symbol Macro: u32-^
Package

coalton-library/math/integral.

Source

integral.lisp.

Symbol Macro: u32-complex-divide
Package

coalton-library/math/complex.

Source

complex.lisp.

Symbol Macro: u32-complex-equal
Package

coalton-library/math/complex.

Source

complex.lisp.

Symbol Macro: u32-complex-minus
Package

coalton-library/math/complex.

Source

complex.lisp.

Symbol Macro: u32-complex-plus
Package

coalton-library/math/complex.

Source

complex.lisp.

Symbol Macro: u32-complex-times
Package

coalton-library/math/complex.

Source

complex.lisp.

Symbol Macro: u32-even?
Package

coalton-library/math/integral.

Source

integral.lisp.

Symbol Macro: u32-gcd
Package

coalton-library/math/integral.

Source

integral.lisp.

Symbol Macro: u32-isqrt
Package

coalton-library/math/integral.

Source

integral.lisp.

Symbol Macro: u32-lcm
Package

coalton-library/math/integral.

Source

integral.lisp.

Symbol Macro: u32-odd?
Package

coalton-library/math/integral.

Source

integral.lisp.

Symbol Macro: u64-<⎵type
Package

coalton-library/math/num.

Source

num.lisp.

Symbol Macro: u64-<=
Package

coalton-library/math/num.

Source

num.lisp.

Symbol Macro: u64->
Package

coalton-library/math/num.

Source

num.lisp.

Symbol Macro: u64->=
Package

coalton-library/math/num.

Source

num.lisp.

Symbol Macro: u64-^
Package

coalton-library/math/integral.

Source

integral.lisp.

Symbol Macro: u64-complex-divide
Package

coalton-library/math/complex.

Source

complex.lisp.

Symbol Macro: u64-complex-equal
Package

coalton-library/math/complex.

Source

complex.lisp.

Symbol Macro: u64-complex-minus
Package

coalton-library/math/complex.

Source

complex.lisp.

Symbol Macro: u64-complex-plus
Package

coalton-library/math/complex.

Source

complex.lisp.

Symbol Macro: u64-complex-times
Package

coalton-library/math/complex.

Source

complex.lisp.

Symbol Macro: u64-even?
Package

coalton-library/math/integral.

Source

integral.lisp.

Symbol Macro: u64-gcd
Package

coalton-library/math/integral.

Source

integral.lisp.

Symbol Macro: u64-isqrt
Package

coalton-library/math/integral.

Source

integral.lisp.

Symbol Macro: u64-lcm
Package

coalton-library/math/integral.

Source

integral.lisp.

Symbol Macro: u64-odd?
Package

coalton-library/math/integral.

Source

integral.lisp.

Symbol Macro: u8-<⎵type
Package

coalton-library/math/num.

Source

num.lisp.

Symbol Macro: u8-<=
Package

coalton-library/math/num.

Source

num.lisp.

Symbol Macro: u8->
Package

coalton-library/math/num.

Source

num.lisp.

Symbol Macro: u8->=
Package

coalton-library/math/num.

Source

num.lisp.

Symbol Macro: u8-^
Package

coalton-library/math/integral.

Source

integral.lisp.

Symbol Macro: u8-complex-divide
Package

coalton-library/math/complex.

Source

complex.lisp.

Symbol Macro: u8-complex-equal
Package

coalton-library/math/complex.

Source

complex.lisp.

Symbol Macro: u8-complex-minus
Package

coalton-library/math/complex.

Source

complex.lisp.

Symbol Macro: u8-complex-plus
Package

coalton-library/math/complex.

Source

complex.lisp.

Symbol Macro: u8-complex-times
Package

coalton-library/math/complex.

Source

complex.lisp.

Symbol Macro: u8-even?
Package

coalton-library/math/integral.

Source

integral.lisp.

Symbol Macro: u8-gcd
Package

coalton-library/math/integral.

Source

integral.lisp.

Symbol Macro: u8-isqrt
Package

coalton-library/math/integral.

Source

integral.lisp.

Symbol Macro: u8-lcm
Package

coalton-library/math/integral.

Source

integral.lisp.

Symbol Macro: u8-odd?
Package

coalton-library/math/integral.

Source

integral.lisp.

Symbol Macro: ufix-<⎵type
Package

coalton-library/math/num.

Source

num.lisp.

Symbol Macro: ufix-<=
Package

coalton-library/math/num.

Source

num.lisp.

Symbol Macro: ufix->
Package

coalton-library/math/num.

Source

num.lisp.

Symbol Macro: ufix->=
Package

coalton-library/math/num.

Source

num.lisp.

Symbol Macro: ufix-^
Package

coalton-library/math/integral.

Source

integral.lisp.

Symbol Macro: ufix-complex-divide
Package

coalton-library/math/complex.

Source

complex.lisp.

Symbol Macro: ufix-complex-equal
Package

coalton-library/math/complex.

Source

complex.lisp.

Symbol Macro: ufix-complex-minus
Package

coalton-library/math/complex.

Source

complex.lisp.

Symbol Macro: ufix-complex-plus
Package

coalton-library/math/complex.

Source

complex.lisp.

Symbol Macro: ufix-complex-times
Package

coalton-library/math/complex.

Source

complex.lisp.

Symbol Macro: ufix-even?
Package

coalton-library/math/integral.

Source

integral.lisp.

Symbol Macro: ufix-gcd
Package

coalton-library/math/integral.

Source

integral.lisp.

Symbol Macro: ufix-isqrt
Package

coalton-library/math/integral.

Source

integral.lisp.

Symbol Macro: ufix-lcm
Package

coalton-library/math/integral.

Source

integral.lisp.

Symbol Macro: ufix-odd?
Package

coalton-library/math/integral.

Source

integral.lisp.

Symbol Macro: unify
Package

coalton-library/math/conversions.

Source

conversions.lisp.

Symbol Macro: unsafe-cast
Package

coalton-library/math/conversions.

Source

conversions.lisp.

Symbol Macro: value
Package

coalton-library/ord-map.

Source

ord-map.lisp.

Symbol Macro: yield
Package

coalton-library/ord-tree.

Source

ord-tree.lisp.


6.2.4 Macros

Macro: %define-integer-roundings (coalton-type)
Package

coalton-library/math/real.

Source

real.lisp.

Macro: %define-integral-native (type signed)
Package

coalton-library/math/integral.

Source

integral.lisp.

Macro: %define-native-complex-instances (type repr)
Package

coalton-library/math/complex.

Source

complex.lisp.

Macro: %define-native-expt (type)
Package

coalton-library/math/integral.

Source

integral.lisp.

Macro: %define-native-rationals (type)
Package

coalton-library/math/real.

Source

real.lisp.

Macro: %define-overflow-handler (name bits)
Package

coalton-library/math/num.

Source

num.lisp.

Macro: %define-real-float-elementary (coalton-type underlying-type)

Defines the elmentary instances for a lisp floating-point type

Package

coalton-library/math/elementary.

Source

elementary.lisp.

Macro: %define-remainder-native (type)
Package

coalton-library/math/integral.

Source

integral.lisp.

Macro: %define-standard-complex-instances (type)
Package

coalton-library/math/elementary.

Source

elementary.lisp.

Macro: %define-standard-complex-instances (type)
Package

coalton-library/math/complex.

Source

complex.lisp.

Macro: %handle-file-function ((func &rest args))

A macro for handling potentially erroring lisp file operations. Automatically returns the lisp condition if one is thrown.

Package

coalton-library/file.

Source

file.lisp.

Macro: %unwind-protect (obj exit thunk)

A wrapper on ‘cl:unwind-protect.‘

Package

coalton-library/functions.

Source

functions.lisp.

Macro: define-bits-checked (type handle-overflow)
Package

coalton-library/math/num.

Source

num.lisp.

Macro: define-bits-wrapping (type width)
Package

coalton-library/math/num.

Source

num.lisp.

Macro: define-coalton-editor-macro (name lambda-list &optional docstring)

Define a macro so that Emacs and SLIME see it nicely, and so the forms indent properly. Not intended for actual use in Lisp code.

Package

coalton-impl/faux-macros.

Source

faux-macros.lisp.

Macro: define-default-num (type)
Package

coalton-library/math/num.

Source

num.lisp.

Macro: define-dividable-float (type lisp-type)
Package

coalton-library/math/num.

Source

num.lisp.

Macro: define-env-updater (name arg-list &body body)

Wrap a function that mutates an environment so that the environment update notification hook is called with the function’s name and arg list whenever the function is called.

Package

coalton-impl/typechecker/environment.

Source

environment.lisp.

Macro: define-eq (type)
Package

coalton-library/math/num.

Source

num.lisp.

Macro: define-file-type (type)
Package

coalton-library/file.

Source

file.lisp.

Macro: define-float-fraction-conversion (type)
Package

coalton-library/math/num.

Source

num.lisp.

Macro: define-function-macros ()
Package

coalton-impl/runtime/function-entry.

Source

function-entry.lisp.

Macro: define-instance-into-integral-string (type)
Package

coalton-library/string.

Source

string.lisp.

Macro: define-integer-conversions (from-type)

For each element of *INTEGER-TYPES* other than FROM-TYPE, define an ‘Into’ or ‘TryInto’ instance as appropriate.

(Into :small :large) is defined for any pair of integer types where :LARGE can represent every element of :SMALL, e.g. Into U8 I64 is defined.

(TryInto :from :to) is defined for any other pair of integer types, where there are some elements of :FROM which cannot be represented in :TO. These fall into a few categories:

- (TryInto :signed :unsigned) is implemented rather than (Into :signed :unsigned) where :SIGNED is one of I8, I16, I32, I64, IFix; and :UNSIGNED is one of U8, U16, U32, U64; because negative numbers in the source type cannot be represented in the destination type.

- (TryInto :larger :smaller) is implemented rather than (Into :smaller :larger) where :LARGER is wider than :SMALLER (e.g. U64 is wider than U32, and I64 is wider than I32) because larger (both more-positive and more-negative) values of the source type cannot be represented in the destination type.

Package

coalton-library/math/conversions.

Source

conversions.lisp.

Macro: define-lisparray-specialization (coalton-type lisp-type)

Specialize lisparray access to known primitive types. This allows the lisp compiler to inline array access.

Package

coalton-library/lisparray.

Source

lisparray.lisp.

Macro: define-num-checked (type overflow-handler)

Define a ‘Num’ instance for TYPE which signals on overflow.

Package

coalton-library/math/num.

Source

num.lisp.

Macro: define-num-float (type lisp-type)

Define ‘Num’ for TYPE

Package

coalton-library/math/num.

Source

num.lisp.

Macro: define-num-wrapping (type bits)

Define a ‘Num’ instance for TYPE which wraps on overflow.

Package

coalton-library/math/num.

Source

num.lisp.

Macro: define-ord (type)
Package

coalton-library/math/num.

Source

num.lisp.

Macro: define-reciprocable-float (type)
Package

coalton-library/math/num.

Source

num.lisp.

Macro: integer-into-float (integer coalton-float lisp-float)
Package

coalton-library/math/conversions.

Source

conversions.lisp.

Macro: integer-tryinto-float (integer lisp-float float pow)
Package

coalton-library/math/conversions.

Source

conversions.lisp.

Macro: match1 (pattern form &body body)
Package

coalton-library/seq.

Source

seq.lisp.

Macro: with-environment-updates (updates &body body)

Collect environment updates into a vector bound to UPDATES.

Package

coalton-impl/entry.

Source

entry.lisp.

Macro: with-parser-package (&body body)
Package

coalton-impl/parser/toplevel.

Source

toplevel.lisp.


6.2.5 Ordinary functions

Function: %complex (_0 _1)

%COMPLEX :: ∀ A. (A → A → (COMPLEX A))

Package

coalton-library/math/complex.

Source

complex.lisp.

Function: %copy-node (instance)
Package

coalton-impl/codegen/ast.

Source

ast.lisp.

Function: %ensure-proper-list (cursor)

Enforce that CURSOR points at a proper list before iterating. Empty lists are allowed.

Package

coalton-impl/parser/cursor.

Source

cursor.lisp.

Function: %get-hash-test-funcs (dict1922 _1923)

%GET-HASH-TEST-FUNCS :: ∀ A. HASH A ⇒ (UNIT → (TUPLE (A → A → BOOLEAN) (A → HASH))) Construct closures over the ‘Hash’ instance for KEY

Package

coalton-library/hashtable.

Source

hashtable.lisp.

Function: %if-directory-path (dict2280 action-3226 path-3227)

%IF-DIRECTORY-PATH :: ∀ A B. INTO B PATHNAME ⇒ ((PATHNAME → (RESULT FILEERROR A)) → B → (RESULT FILEERROR A)) Performs an operation only if the path is a valid directory pathname.

Package

coalton-library/file.

Source

file.lisp.

Function: %iterator (_0 _1)

%ITERATOR :: ∀ A. ((UNIT → (OPTIONAL A)) → (OPTIONAL UFIX) → (ITERATOR A))

Package

coalton-library/iterator.

Source

iterator.lisp.

Function: %label-location (cursor position)

Look up the CURSOR-relative error message location for a symbolic POSITION.

Package

coalton-impl/parser/cursor.

Source

cursor.lisp.

Function: %length (dict _0)

%LENGTH :: ∀ A. SLICEABLE A ⇒ (A → UFIX)

Package

coalton-library/slice.

Source

slice.lisp.

Function: %make-cursor (&key value pointer last source message)
Package

coalton-impl/parser/cursor.

Source

cursor.lisp.

Function: %make-hashtable (dict1924 test-2531 hash_-2532 cap-2533)

%MAKE-HASHTABLE :: ∀ A B. HASH A ⇒ ((A → A → BOOLEAN) → (A → HASH) → INTEGER → (HASHTABLE A B)) Inner function: allocate a hash table using the COALTON/HASHTABLE-SHIM interface

Package

coalton-library/hashtable.

Source

hashtable.lisp.

Function: %make-location (&key source span)
Package

coalton-impl/source.

Source

source.lisp.

Function: %make-source-error (&key type source location message notes help-notes context)
Package

source-error/error.

Source

error.lisp.

Function: %make-temp-dir-pathname (_2323)

%MAKE-TEMP-DIR-PATHNAME :: (UNIT → PATHNAME) Makes a temporary directory pathname.

Package

coalton-library/file.

Source

file.lisp.

Function: %make-temp-file-pathname (file-ext-3363)

%MAKE-TEMP-FILE-PATHNAME :: (STRING → PATHNAME) Makes a pathname of a file in the temporary directory. File extensions need to include ‘.‘, like ".txt".

Package

coalton-library/file.

Source

file.lisp.

Function: %map (x)

%MAP :: ∀ A B. ((TREE (MAPPAIR A B)) → (MAP A B))

Package

coalton-library/ord-map.

Source

ord-map.lisp.

Reader: %node-type (instance)
Writer: (setf %node-type) (instance)
Package

coalton-impl/codegen/ast.

Source

ast.lisp.

Target Slot

type.

Function: %open (stream-options-3268 etype-3269)

%OPEN :: ∀ A. (STREAMOPTIONS → LISPTYPE → (RESULT FILEERROR (FILESTREAM A))) Opens a FileStream for a given type and StreamOptions.

Package

coalton-library/file.

Source

file.lisp.

Function: %open-bidirectional (path-3265 if-exists-3266 etype-3267)

%OPEN-BIDIRECTIONAL :: ∀ A. (PATHNAME → IFEXISTS → LISPTYPE → (RESULT FILEERROR (FILESTREAM A))) Opens a two way stream for the given filepath and for a given type.

Package

coalton-library/file.

Source

file.lisp.

Function: %open-input (path-3260 etype-3261)

%OPEN-INPUT :: ∀ A. (PATHNAME → LISPTYPE → (RESULT FILEERROR (FILESTREAM A))) Opens an input stream for the given filepath, and for a given type.

Package

coalton-library/file.

Source

file.lisp.

Function: %open-output (path-3262 if-exists-3263 etype-3264)

%OPEN-OUTPUT :: ∀ A. (PATHNAME → IFEXISTS → LISPTYPE → (RESULT FILEERROR (FILESTREAM A))) Opens an output stream for the given filepath, and for a given type.

Package

coalton-library/file.

Source

file.lisp.

Function: %optional-coerce (z cl-type)

Attempts to coerce Z to an Optional CL-TYPE, returns NONE if failed.

Package

coalton-library/math/num.

Source

num.lisp.

Function: %primary-note (condition)
Package

coalton-impl/source.

Source

source.lisp.

Function: %push (seq-3087 a-3088)

%PUSH :: ∀ A. ((SEQ A) → A → (TUPLE (SEQ A) BOOLEAN))

Package

coalton-library/seq.

Source

seq.lisp.

Function: %read-byte (dict2295 stream-3280)

%READ-BYTE :: ∀ A. %FILEBYTE A ⇒ ((FILESTREAM A) → (RESULT FILEERROR A)) Reads a byte from a FileStream

Package

coalton-library/file.

Source

file.lisp.

Function: %reduce-context (context)
Package

coalton-impl/source.

Source

source.lisp.

Function: %reverse (as-2009 bs-2010)

%REVERSE :: ∀ A. ((LIST A) → (LIST A) → (LIST A))

Package

coalton-library/list.

Source

list.lisp.

Function: %reverse! (xs-2014)

%REVERSE! :: ∀ A. ((LIST A) → (LIST A))
A mutating reverse operation. After (%reverse! LST), LST must not be referenced; the original list, and all its sublists, should be treated as consumed by this operation. Callers should use the return value and only the return value.

Package

coalton-library/list.

Source

list.lisp.

Function: %set-temp-directory (dict2322 path-3361)

%SET-TEMP-DIRECTORY :: ∀ A. INTO A PATHNAME ⇒ (A → (RESULT FILEERROR UNIT)) Sets the temporary directory.

Package

coalton-library/file.

Source

file.lisp.

Function: %shift-n-branches-onto (seq1-3136 seq2-3137 n-3138)

%SHIFT-N-BRANCHES-ONTO :: ∀ A. ((SEQ A) → (SEQ A) → UFIX → UNIT) Moves ‘n‘ subbranches from the front of ‘seq2‘ to the back of ‘seq1‘. Leaves both in a potentially dirty state: the cumulative size table of relaxed nodes may be incaccurate.

Package

coalton-library/seq.

Source

seq.lisp.

Function: %temp-directory (_2321)

%TEMP-DIRECTORY :: (UNIT → PATHNAME)
Returns the current temporary directory, ‘uiop:*temporary-directory*‘.

Package

coalton-library/file.

Source

file.lisp.

Function: %write-byte (dict2296 stream-3281 data-3282)

%WRITE-BYTE :: ∀ A. %FILEBYTE A ⇒ ((FILESTREAM A) → A → (RESULT FILEERROR UNIT)) Writes a ‘Char‘ to the stream.

Package

coalton-library/file.

Source

file.lisp.

Function: a1 (f1 g2)
Package

coalton-impl/runtime/function-entry.

Source

function-entry.lisp.

Function: a10 (f4642 g4643 g4644 g4645 g4646 g4647 g4648 g4649 g4650 g4651 g4652)
Package

coalton-impl/runtime/function-entry.

Source

function-entry.lisp.

Function: a11 (f5126 g5127 g5128 g5129 g5130 g5131 g5132 g5133 g5134 g5135 g5136 g5137)
Package

coalton-impl/runtime/function-entry.

Source

function-entry.lisp.

Function: a12 (f5600 g5601 g5602 g5603 g5604 g5605 g5606 g5607 g5608 g5609 g5610 g5611 g5612)
Package

coalton-impl/runtime/function-entry.

Source

function-entry.lisp.

Function: a13 (f6063 g6064 g6065 g6066 g6067 g6068 g6069 g6070 g6071 g6072 g6073 g6074 g6075 g6076)
Package

coalton-impl/runtime/function-entry.

Source

function-entry.lisp.

Function: a14 (f6514 g6515 g6516 g6517 g6518 g6519 g6520 g6521 g6522 g6523 g6524 g6525 g6526 g6527 g6528)
Package

coalton-impl/runtime/function-entry.

Source

function-entry.lisp.

Function: a15 (f6952 g6953 g6954 g6955 g6956 g6957 g6958 g6959 g6960 g6961 g6962 g6963 g6964 g6965 g6966 g6967)
Package

coalton-impl/runtime/function-entry.

Source

function-entry.lisp.

Function: a16 (f7376 g7377 g7378 g7379 g7380 g7381 g7382 g7383 g7384 g7385 g7386 g7387 g7388 g7389 g7390 g7391 g7392)
Package

coalton-impl/runtime/function-entry.

Source

function-entry.lisp.

Function: a17 (f7785 g7786 g7787 g7788 g7789 g7790 g7791 g7792 g7793 g7794 g7795 g7796 g7797 g7798 g7799 g7800 g7801 g7802)
Package

coalton-impl/runtime/function-entry.

Source

function-entry.lisp.

Function: a18 (f8178 g8179 g8180 g8181 g8182 g8183 g8184 g8185 g8186 g8187 g8188 g8189 g8190 g8191 g8192 g8193 g8194 g8195 g8196)
Package

coalton-impl/runtime/function-entry.

Source

function-entry.lisp.

Function: a19 (f8554 g8555 g8556 g8557 g8558 g8559 g8560 g8561 g8562 g8563 g8564 g8565 g8566 g8567 g8568 g8569 g8570 g8571 g8572 g8573)
Package

coalton-impl/runtime/function-entry.

Source

function-entry.lisp.

Function: a2 (f530 g531 g532)
Package

coalton-impl/runtime/function-entry.

Source

function-entry.lisp.

Function: a20 (f8912 g8913 g8914 g8915 g8916 g8917 g8918 g8919 g8920 g8921 g8922 g8923 g8924 g8925 g8926 g8927 g8928 g8929 g8930 g8931 g8932)
Package

coalton-impl/runtime/function-entry.

Source

function-entry.lisp.

Function: a21 (f9251 g9252 g9253 g9254 g9255 g9256 g9257 g9258 g9259 g9260 g9261 g9262 g9263 g9264 g9265 g9266 g9267 g9268 g9269 g9270 g9271 g9272)
Package

coalton-impl/runtime/function-entry.

Source

function-entry.lisp.

Function: a22 (f9570 g9571 g9572 g9573 g9574 g9575 g9576 g9577 g9578 g9579 g9580 g9581 g9582 g9583 g9584 g9585 g9586 g9587 g9588 g9589 g9590 g9591 g9592)
Package

coalton-impl/runtime/function-entry.

Source

function-entry.lisp.

Function: a23 (f9868 g9869 g9870 g9871 g9872 g9873 g9874 g9875 g9876 g9877 g9878 g9879 g9880 g9881 g9882 g9883 g9884 g9885 g9886 g9887 g9888 g9889 g9890 g9891)
Package

coalton-impl/runtime/function-entry.

Source

function-entry.lisp.

Function: a24 (f10144 g10145 g10146 g10147 g10148 g10149 g10150 g10151 g10152 g10153 g10154 g10155 g10156 g10157 g10158 g10159 g10160 g10161 g10162 g10163 g10164 g10165 g10166 g10167 g10168)
Package

coalton-impl/runtime/function-entry.

Source

function-entry.lisp.

Function: a25 (f10397 g10398 g10399 g10400 g10401 g10402 g10403 g10404 g10405 g10406 g10407 g10408 g10409 g10410 g10411 g10412 g10413 g10414 g10415 g10416 g10417 g10418 g10419 g10420 g10421 g10422)
Package

coalton-impl/runtime/function-entry.

Source

function-entry.lisp.

Function: a26 (f10626 g10627 g10628 g10629 g10630 g10631 g10632 g10633 g10634 g10635 g10636 g10637 g10638 g10639 g10640 g10641 g10642 g10643 g10644 g10645 g10646 g10647 g10648 g10649 g10650 g10651 g10652)
Package

coalton-impl/runtime/function-entry.

Source

function-entry.lisp.

Function: a27 (f10830 g10831 g10832 g10833 g10834 g10835 g10836 g10837 g10838 g10839 g10840 g10841 g10842 g10843 g10844 g10845 g10846 g10847 g10848 g10849 g10850 g10851 g10852 g10853 g10854 g10855 g10856 g10857)
Package

coalton-impl/runtime/function-entry.

Source

function-entry.lisp.

Function: a28 (f11008 g11009 g11010 g11011 g11012 g11013 g11014 g11015 g11016 g11017 g11018 g11019 g11020 g11021 g11022 g11023 g11024 g11025 g11026 g11027 g11028 g11029 g11030 g11031 g11032 g11033 g11034 g11035 g11036)
Package

coalton-impl/runtime/function-entry.

Source

function-entry.lisp.

Function: a29 (f11159 g11160 g11161 g11162 g11163 g11164 g11165 g11166 g11167 g11168 g11169 g11170 g11171 g11172 g11173 g11174 g11175 g11176 g11177 g11178 g11179 g11180 g11181 g11182 g11183 g11184 g11185 g11186 g11187 g11188)
Package

coalton-impl/runtime/function-entry.

Source

function-entry.lisp.

Function: a3 (f1058 g1059 g1060 g1061)
Package

coalton-impl/runtime/function-entry.

Source

function-entry.lisp.

Function: a30 (f11282 g11283 g11284 g11285 g11286 g11287 g11288 g11289 g11290 g11291 g11292 g11293 g11294 g11295 g11296 g11297 g11298 g11299 g11300 g11301 g11302 g11303 g11304 g11305 g11306 g11307 g11308 g11309 g11310 g11311 g11312)
Package

coalton-impl/runtime/function-entry.

Source

function-entry.lisp.

Function: a31 (f11376 g11377 g11378 g11379 g11380 g11381 g11382 g11383 g11384 g11385 g11386 g11387 g11388 g11389 g11390 g11391 g11392 g11393 g11394 g11395 g11396 g11397 g11398 g11399 g11400 g11401 g11402 g11403 g11404 g11405 g11406 g11407)
Package

coalton-impl/runtime/function-entry.

Source

function-entry.lisp.

Function: a4 (f1584 g1585 g1586 g1587 g1588)
Package

coalton-impl/runtime/function-entry.

Source

function-entry.lisp.

Function: a5 (f2107 g2108 g2109 g2110 g2111 g2112)
Package

coalton-impl/runtime/function-entry.

Source

function-entry.lisp.

Function: a6 (f2626 g2627 g2628 g2629 g2630 g2631 g2632)
Package

coalton-impl/runtime/function-entry.

Source

function-entry.lisp.

Function: a7 (f3140 g3141 g3142 g3143 g3144 g3145 g3146 g3147)
Package

coalton-impl/runtime/function-entry.

Source

function-entry.lisp.

Function: a8 (f3648 g3649 g3650 g3651 g3652 g3653 g3654 g3655 g3656)
Package

coalton-impl/runtime/function-entry.

Source

function-entry.lisp.

Function: a9 (f4149 g4150 g4151 g4152 g4153 g4154 g4155 g4156 g4157 g4158)
Package

coalton-impl/runtime/function-entry.

Source

function-entry.lisp.

Function: accessor-list-p (x)
Package

coalton-impl/typechecker/accessor.

Source

accessor.lisp.

Reader: accessor-location (instance)
Package

coalton-impl/typechecker/accessor.

Source

accessor.lisp.

Target Slot

location.

Function: accessor-p (object)
Package

coalton-impl/typechecker/accessor.

Source

accessor.lisp.

Reader: action-function (instance)
Package

coalton-impl/codegen/traverse.

Source

traverse.lisp.

Target Slot

function.

Function: action-list-p (x)
Package

coalton-impl/codegen/traverse.

Source

traverse.lisp.

Function: action-p (object)
Package

coalton-impl/codegen/traverse.

Source

traverse.lisp.

Reader: action-type (instance)
Package

coalton-impl/codegen/traverse.

Source

traverse.lisp.

Target Slot

type.

Reader: action-when (instance)
Package

coalton-impl/codegen/traverse.

Source

traverse.lisp.

Target Slot

when.

Function: aggressive-heuristic (node)

This will probably inline more than is optimal.

Package

coalton-impl/codegen/optimizer.

Source

optimizer.lisp.

Function: ambiguities (env tvars preds)
Package

coalton-impl/typechecker/context-reduction.

Source

context-reduction.lisp.

Function: ambiguity-list-p (x)
Package

coalton-impl/typechecker/context-reduction.

Source

context-reduction.lisp.

Function: ambiguity-p (object)
Package

coalton-impl/typechecker/context-reduction.

Source

context-reduction.lisp.

Reader: ambiguity-preds (instance)
Package

coalton-impl/typechecker/context-reduction.

Source

context-reduction.lisp.

Target Slot

preds.

Reader: ambiguity-var (instance)
Package

coalton-impl/typechecker/context-reduction.

Source

context-reduction.lisp.

Target Slot

var.

Function: append-rev (list-2062 result-2063)

APPEND-REV :: ∀ A. ((LIST A) → (LIST A) → (LIST A))

Package

coalton-library/list.

Source

list.lisp.

Function: apply-dicts (expr ctx env)

If there are predicates on EXPR, then find the typeclass dictionaries in the environment and create a NODE-APPLICATION with all required dictionaries applied.

Package

coalton-impl/codegen/translate-expression.

Source

translate-expression.lisp.

Function: apply-specializations (node env)
Package

coalton-impl/codegen/optimizer.

Source

optimizer.lisp.

Function: aref/double-float (v-1934 i-1935)

aref/DOUBLE-FLOAT :: ((LISPARRAY DOUBLE-FLOAT) → UFIX → DOUBLE-FLOAT)

Package

coalton-library/lisparray.

Source

lisparray.lisp.

Function: aref/i16 (v-1959 i-1960)

aref/I16 :: ((LISPARRAY I16) → UFIX → I16)

Package

coalton-library/lisparray.

Source

lisparray.lisp.

Function: aref/i32 (v-1969 i-1970)

aref/I32 :: ((LISPARRAY I32) → UFIX → I32)

Package

coalton-library/lisparray.

Source

lisparray.lisp.

Function: aref/i64 (v-1979 i-1980)

aref/I64 :: ((LISPARRAY I64) → UFIX → I64)

Package

coalton-library/lisparray.

Source

lisparray.lisp.

Function: aref/i8 (v-1949 i-1950)

aref/I8 :: ((LISPARRAY I8) → UFIX → I8)

Package

coalton-library/lisparray.

Source

lisparray.lisp.

Function: aref/ifix (v-1939 i-1940)

aref/IFIX :: ((LISPARRAY IFIX) → UFIX → IFIX)

Package

coalton-library/lisparray.

Source

lisparray.lisp.

Function: aref/single-float (v-1929 i-1930)

aref/SINGLE-FLOAT :: ((LISPARRAY SINGLE-FLOAT) → UFIX → SINGLE-FLOAT)

Package

coalton-library/lisparray.

Source

lisparray.lisp.

Function: aref/u16 (v-1964 i-1965)

aref/U16 :: ((LISPARRAY U16) → UFIX → U16)

Package

coalton-library/lisparray.

Source

lisparray.lisp.

Function: aref/u32 (v-1974 i-1975)

aref/U32 :: ((LISPARRAY U32) → UFIX → U32)

Package

coalton-library/lisparray.

Source

lisparray.lisp.

Function: aref/u64 (v-1984 i-1985)

aref/U64 :: ((LISPARRAY U64) → UFIX → U64)

Package

coalton-library/lisparray.

Source

lisparray.lisp.

Function: aref/u8 (v-1954 i-1955)

aref/U8 :: ((LISPARRAY U8) → UFIX → U8)

Package

coalton-library/lisparray.

Source

lisparray.lisp.

Function: aref/ufix (v-1944 i-1945)

aref/UFIX :: ((LISPARRAY UFIX) → UFIX → UFIX)

Package

coalton-library/lisparray.

Source

lisparray.lisp.

Function: argument-list-p (x)
Package

coalton-impl/codegen/monomorphize.

Source

monomorphize.lisp.

Function: argument-p (x)
Package

coalton-impl/codegen/monomorphize.

Source

monomorphize.lisp.

Function: as-black (tre-2651)

AS-BLACK :: ∀ A. ((TREE A) → (TREE A))

Package

coalton-library/ord-tree.

Source

ord-tree.lisp.

Function: ast-substitution-list-p (x)
Package

coalton-impl/codegen/ast-substitutions.

Source

ast-substitutions.lisp.

Function: ast-substitution-p (object)
Package

coalton-impl/codegen/ast-substitutions.

Source

ast-substitutions.lisp.

Reader: attribute-location (instance)
Package

coalton-impl/parser/toplevel.

Source

toplevel.lisp.

Target Slot

location.

Function: attribute-monomorphize-location (instance)
Package

coalton-impl/parser/toplevel.

Source

toplevel.lisp.

Function: attribute-monomorphize-p (object)
Package

coalton-impl/parser/toplevel.

Source

toplevel.lisp.

Function: attribute-p (object)
Package

coalton-impl/parser/toplevel.

Source

toplevel.lisp.

Function: attribute-repr-location (instance)
Package

coalton-impl/parser/toplevel.

Source

toplevel.lisp.

Function: attribute-repr-p (object)
Package

coalton-impl/parser/toplevel.

Source

toplevel.lisp.

Function: balance (clr-2662 left-2663 elt-2664 right-2665)

BALANCE :: ∀ A. (COLOR → (TREE A) → A → (TREE A) → (TREE A))

Package

coalton-library/ord-tree.

Source

ord-tree.lisp.

Function: bind-variable (tyvar type)
Package

coalton-impl/typechecker/unify.

Source

unify.lisp.

Function: binding-list-p (x)
Package

coalton-impl/codegen/ast.

Source

ast.lisp.

Function: bindings-offset (bindings offsets)

Given a list of binding names, and a name -> offset map, return the earliest binding start offset.

Package

coalton-impl/codegen/program.

Source

program.lisp.

Function: block-label (label)
Package

coalton-impl/codegen/codegen-expression.

Source

codegen-expression.lisp.

Function: branch (_0 _1 _2 _3)

BRANCH :: ∀ A. (COLOR → (TREE A) → A → (TREE A) → (TREE A))
unexported; a tree with at least one element, and possibly children. (Branch clr less elt right). Every element of LESS is less than ELT, and every element of RIGHT is greater than ELT.

Package

coalton-library/ord-tree.

Source

ord-tree.lisp.

Function: branch-count (seq-3133)

BRANCH-COUNT :: ∀ A. ((SEQ A) → UFIX)

Package

coalton-library/seq.

Source

seq.lisp.

Function: branch-list-p (x)
Package

coalton-impl/codegen/ast.

Source

ast.lisp.

Function: break-label (label)
Package

coalton-impl/codegen/codegen-expression.

Source

codegen-expression.lisp.

Function: bubble-double-black (clr-2805 left-2806 pivot-2807 right-2808)

BUBBLE-DOUBLE-BLACK :: ∀ A. (COLOR → (TREE A) → A → (TREE A) → (TREE A))

Package

coalton-library/ord-tree.

Source

ord-tree.lisp.

Function: buffer-name ()

Return the name of the Emacs buffer containing evaluated or compiled program text.

Package

coalton-impl/reader.

Source

reader.lisp.

Function: build-call (args)
Package

coalton-impl/codegen/resolve-instance.

Source

resolve-instance.lisp.

Function: build-cumulative-size-table (subtrees-3111)

BUILD-CUMULATIVE-SIZE-TABLE :: ∀ A. ((VECTOR (SEQ A)) → (VECTOR UFIX))

Package

coalton-library/seq.

Source

seq.lisp.

Function: butfirst (v-3130)

BUTFIRST :: ∀ A. ((VECTOR A) → (VECTOR A))

Package

coalton-library/seq.

Source

seq.lisp.

Function: butlast (v-3131)

BUTLAST :: ∀ A. ((VECTOR A) → (VECTOR A))

Package

coalton-library/seq.

Source

seq.lisp.

Function: by-inst (env pred)

Find the first instance that matches PRED and return resulting predicate constraints

Returns (PREDS FOUNDP)

Package

coalton-impl/typechecker/context-reduction.

Source

context-reduction.lisp.

Function: by-super (env pred)

Recursively get all super classes of predicate

Requires acyclic superclasses

Package

coalton-impl/typechecker/context-reduction.

Source

context-reduction.lisp.

Function: candidate-manager-get (candidate-manager candidate)

Returns name the given to a compile-candidate

Package

coalton-impl/codegen/monomorphize.

Source

monomorphize.lisp.

Reader: candidate-manager-map (instance)
Package

coalton-impl/codegen/monomorphize.

Source

monomorphize.lisp.

Target Slot

map.

Function: candidate-manager-p (object)
Package

coalton-impl/codegen/monomorphize.

Source

monomorphize.lisp.

Function: candidate-manager-pop (candidate-manager)

Returns a candidate that has been queued for compilation

Package

coalton-impl/codegen/monomorphize.

Source

monomorphize.lisp.

Function: candidate-manager-push (candidate-manager candidate package)

Push a new candidate to be compiled. This function is idempotent.

Package

coalton-impl/codegen/monomorphize.

Source

monomorphize.lisp.

Reader: candidate-manager-stack (instance)
Writer: (setf candidate-manager-stack) (instance)
Package

coalton-impl/codegen/monomorphize.

Source

monomorphize.lisp.

Target Slot

stack.

Function: candidate-selection (node candidate-manager resolve-table package env)
Package

coalton-impl/codegen/monomorphize.

Source

monomorphize.lisp.

Function: candidates (env ambig)
Package

coalton-impl/typechecker/context-reduction.

Source

context-reduction.lisp.

Function: canonical-nth-root (dict1064 dict1065 n-1314 x-1315)

CANONICAL-NTH-ROOT :: ∀ A. (EXPONENTIABLE A) (RECIPROCABLE A) ⇒ (INTEGER → A → A) By definition implementation of ‘nth-root‘ for reals

Package

coalton-library/math/elementary.

Source

elementary.lisp.

Function: canonical-polar (dict1059 dict1060 dict1061 dict1062 dict1063 z-1316)

CANONICAL-POLAR :: ∀ A. (COMPLEX A) (RADICAL A) (RECIPROCABLE A) (QUANTIZABLE A) (TRIGONOMETRIC A) ⇒ ((COMPLEX A) → (TUPLE A A)) By definition implementation of ‘polar‘

Package

coalton-library/math/elementary.

Source

elementary.lisp.

Function: canonicalize (node)
Package

coalton-impl/codegen/optimizer.

Source

optimizer.lisp.

Function: cast-if-inbounds (dict850 dict851 x-602)

CAST-IF-INBOUNDS :: ∀ A B. (ORD A) (BOUNDED B) ⇒ (A → (RESULT STRING B))
Cast X, minBound and maxBound to ‘Integer’, and compare them. If X is within the bounds, ‘unsafe-cast’ it to the result type.

Package

coalton-library/math/conversions.

Source

conversions.lisp.

Reader: cell-internal-inner (instance)
Writer: (setf cell-internal-inner) (instance)
Package

coalton-library/cell.

Source

cell.lisp.

Target Slot

inner.

Function: cell-internal-p (object)
Package

coalton-library/cell.

Source

cell.lisp.

Function: char-offsets (printer-state)
Package

coalton-impl/source.

Source

source.lisp.

Function: check-for-ambiguous-variables (preds type qual-ty env)
Package

coalton-impl/typechecker/parse-type.

Source

parse-type.lisp.

Function: check-for-invalid-recursive-scc (bindings env)
Package

coalton-impl/typechecker/define.

Source

define.lisp.

Function: check-for-orphan-instance (instance)
Package

coalton-impl/typechecker/define-instance.

Source

define-instance.lisp.

Function: check-for-reducible-context (preds qual-ty env)
Package

coalton-impl/typechecker/parse-type.

Source

parse-type.lisp.

Function: check-instance-valid (instance)
Package

coalton-impl/typechecker/define-instance.

Source

define-instance.lisp.

Function: check-pattern-exhaustiveness (pattern env)
Package

coalton-impl/analysis/analysis.

Source

analysis.lisp.

Function: class-environment-data (instance)
Package

coalton-impl/typechecker/environment.

Source

environment.lisp.

Function: class-environment-p (object)
Package

coalton-impl/typechecker/environment.

Source

environment.lisp.

Function: class/%filebyte ()
Package

coalton-library/file.

Source

file.lisp.

Function: class/alternative (super-0 alt empty)
Package

coalton-library/classes.

Source

classes.lisp.

Function: class/applicative (super-0 pure lifta2)
Package

coalton-library/classes.

Source

classes.lisp.

Function: class/bifunctor (bimap)
Package

coalton-library/classes.

Source

classes.lisp.

Function: class/bits (super-0 and or xor not shift)
Package

coalton-library/bits.

Source

bits.lisp.

Function: class/bounded (minbound maxbound)
Package

coalton-library/math/bounded.

Source

bounded.lisp.

Function: class/complex (super-0 complex real-part imag-part)
Package

coalton-library/math/complex.

Source

complex.lisp.

Function: class/default (default)
Package

coalton-library/classes.

Source

classes.lisp.

Function: class/dividable (general/)
Package

coalton-library/math/arith.

Source

arith.lisp.

Function: class/elementary (super-0 super-1 super-2 super-3 super-4)
Package

coalton-library/math/elementary.

Source

elementary.lisp.

Function: class/eq (==)
Package

coalton-library/classes.

Source

classes.lisp.

Function: class/exponentiable (exp pow ln log ee)
Package

coalton-library/math/elementary.

Source

elementary.lisp.

Function: class/file (open read write)
Package

coalton-library/file.

Source

file.lisp.

Function: class/foldable (fold foldr)
Package

coalton-library/classes.

Source

classes.lisp.

Function: class/fromiterator (collect!)
Package

coalton-library/iterator.

Source

iterator.lisp.

Function: class/functor (map)
Package

coalton-library/classes.

Source

classes.lisp.

Function: class/hash (super-0 hash)
Package

coalton-library/hash.

Source

hash.lisp.

Function: class/integral (super-0 super-1 tointeger)
Package

coalton-library/math/integral.

Source

integral.lisp.

Function: class/into (into)
Package

coalton-library/classes.

Source

classes.lisp.

Function: class/intoiterator (into-iter)
Package

coalton-library/iterator.

Source

iterator.lisp.

Function: class/iso (super-0 super-1)
Package

coalton-library/classes.

Source

classes.lisp.

Function: class/monad (super-0 >>=)
Package

coalton-library/classes.

Source

classes.lisp.

Function: class/monadfail (super-0 fail)
Package

coalton-library/classes.

Source

classes.lisp.

Function: class/monoid (super-0 mempty)
Package

coalton-library/classes.

Source

classes.lisp.

Function: class/num (super-0 + - * fromint)
Package

coalton-library/classes.

Source

classes.lisp.

Function: class/ord (super-0 <=>)
Package

coalton-library/classes.

Source

classes.lisp.

Function: class/polar (super-0 super-1 phase polar)
Package

coalton-library/math/elementary.

Source

elementary.lisp.

Function: class/quantizable (proper floor ceiling)
Package

coalton-library/math/real.

Source

real.lisp.

Function: class/radical (nth-root sqrt)
Package

coalton-library/math/elementary.

Source

elementary.lisp.

Function: class/randomaccess (make length readable? writable? unsafe-aref unsafe-set!)
Package

coalton-library/randomaccess.

Source

randomaccess.lisp.

Function: class/rational (super-0 super-1 to-fraction best-approx)
Package

coalton-library/math/real.

Source

real.lisp.

Function: class/real (super-0 super-1 real-approx)
Package

coalton-library/math/real.

Source

real.lisp.

Function: class/reciprocable (super-0 / reciprocal)
Package

coalton-library/math/arith.

Source

arith.lisp.

Function: class/remainder (super-0 quot rem quotrem div mod divmod)
Package

coalton-library/math/integral.

Source

integral.lisp.

Function: class/runtimerepr (runtime-repr)
Package

coalton-library/types.

Source

types.lisp.

Function: class/semigroup (<>)
Package

coalton-library/classes.

Source

classes.lisp.

Function: class/signalable (error)
Package

coalton-library/classes.

Source

classes.lisp.

Function: class/sliceable (%length)
Package

coalton-library/slice.

Source

slice.lisp.

Function: class/transfinite (infinity infinite? nan nan?)
Package

coalton-library/math/arith.

Source

arith.lisp.

Function: class/traversable (traverse)
Package

coalton-library/classes.

Source

classes.lisp.

Function: class/trigonometric (sin cos tan asin acos atan pi)
Package

coalton-library/math/elementary.

Source

elementary.lisp.

Function: class/tryinto (tryinto)
Package

coalton-library/classes.

Source

classes.lisp.

Function: class/unwrappable (unwrap-or-else)
Package

coalton-library/classes.

Source

classes.lisp.

Function: code-char-unchecked (code-2407)

CODE-CHAR-UNCHECKED :: (UFIX → CHAR)
Convert a number to its ASCII character. This function is partial.

Package

coalton-library/char.

Source

char.lisp.

Function: code-environment-data (instance)
Package

coalton-impl/typechecker/environment.

Source

environment.lisp.

Function: code-environment-p (object)
Package

coalton-impl/typechecker/environment.

Source

environment.lisp.

Function: code-update-eql (a b)

Compare environment updates, returning t for set-code updates of the same symbol.

Package

coalton-impl/entry.

Source

entry.lisp.

Function: codegen-let (node sccs local-vars env)
Package

coalton-impl/codegen/codegen-expression.

Source

codegen-expression.lisp.

Function: color-minus-black (c-2640)

COLOR-MINUS-BLACK :: (COLOR → COLOR)

Package

coalton-library/ord-tree.

Source

ord-tree.lisp.

Function: color-plus-black (c-2639)

COLOR-PLUS-BLACK :: (COLOR → COLOR)

Package

coalton-library/ord-tree.

Source

ord-tree.lisp.

Function: compile-candidate (candidate node env)
Package

coalton-impl/codegen/monomorphize.

Source

monomorphize.lisp.

Reader: compile-candidate-args (instance)
Package

coalton-impl/codegen/monomorphize.

Source

monomorphize.lisp.

Target Slot

args.

Function: compile-candidate-list-p (x)
Package

coalton-impl/codegen/monomorphize.

Source

monomorphize.lisp.

Reader: compile-candidate-name (instance)
Package

coalton-impl/codegen/monomorphize.

Source

monomorphize.lisp.

Target Slot

name.

Function: compile-candidate-p (object)
Package

coalton-impl/codegen/monomorphize.

Source

monomorphize.lisp.

Function: compile-definitions (sccs definitions lisp-forms offsets env)

Compile SCCs and generate a final output definition list, merging any present lisp sources.

Package

coalton-impl/codegen/program.

Source

program.lisp.

Function: compile-forms (mode forms)

Compile FORMS as Coalton using the indicated MODE.

Package

coalton-impl/reader.

Source

reader.lisp.

Function: compile-function (name node env)
Package

coalton-impl/codegen/program.

Source

program.lisp.

Function: compile-scc (bindings env)

Compile SCC definitions in a translation unit.

Package

coalton-impl/codegen/program.

Source

program.lisp.

Function: complete-signature-p (patterns env)

Do the set of PATTERNS form a complete signature of the constructed type?

Package

coalton-impl/analysis/pattern-exhaustiveness.

Source

pattern-exhaustiveness.lisp.

Function: complex-divide (dict1027 dict1028 dict1029 a-1075 b-1076)

COMPLEX-DIVIDE :: ∀ A B. (COMPLEX A) (COMPLEX B) (DIVIDABLE A B) ⇒ ((COMPLEX A) → (COMPLEX A) → (COMPLEX B))

Package

coalton-library/math/complex.

Source

complex.lisp.

Function: complex-equal (dict1020 a-1063 b-1064)

COMPLEX-EQUAL :: ∀ A. COMPLEX A ⇒ ((COMPLEX A) → (COMPLEX A) → BOOLEAN)

Package

coalton-library/math/complex.

Source

complex.lisp.

Function: complex-minus (dict1025 a-1067 b-1068)

COMPLEX-MINUS :: ∀ A. COMPLEX A ⇒ ((COMPLEX A) → (COMPLEX A) → (COMPLEX A))

Package

coalton-library/math/complex.

Source

complex.lisp.

Function: complex-plus (dict1024 a-1065 b-1066)

COMPLEX-PLUS :: ∀ A. COMPLEX A ⇒ ((COMPLEX A) → (COMPLEX A) → (COMPLEX A))

Package

coalton-library/math/complex.

Source

complex.lisp.

Function: complex-times (dict1026 a-1069 b-1070)

COMPLEX-TIMES :: ∀ A. COMPLEX A ⇒ ((COMPLEX A) → (COMPLEX A) → (COMPLEX A))

Package

coalton-library/math/complex.

Source

complex.lisp.

Function: complex-tycon-p (tycon)
Package

coalton-impl/typechecker/lisp-type.

Source

lisp-type.lisp.

Function: compose-ksubstitution-lists (s1 s2)

Returns the composition of S1 and S2.

(apply-ksubstitution s2 (apply-ksubstitution s1 k)) == (apply-ksubstitution (compose-ksubstitutions s1 s2) k)

Package

coalton-impl/typechecker/kinds.

Source

kinds.lisp.

Function: condition-stream (condition)
Package

coalton-impl/source.

Source

source.lisp.

Function: config (key &key default)

Get the user configuration associated with the key KEY. If it’s not found, return DEFAULT instead.

Package

coalton-impl/settings.

Source

settings.lisp.

Function: constant-node-p (env node constant-bindings)

If NODE is a constant, returns the constant value corresponding to it. If not, returns NIL

Package

coalton-impl/codegen/constant-propagation.

Source

constant-propagation.lisp.

Function: constant-var-value (var constant-bindings &key no-error)
Package

coalton-impl/codegen/constant-propagation.

Source

constant-propagation.lisp.

Reader: constructor-docstring (instance)
Package

coalton-impl/parser/toplevel.

Source

toplevel.lisp.

Target Slot

docstring.

Reader: constructor-entry-docstring (instance)
Package

coalton-impl/typechecker/environment.

Source

environment.lisp.

Target Slot

docstring.

Function: constructor-entry-list-p (x)
Package

coalton-impl/typechecker/environment.

Source

environment.lisp.

Function: constructor-entry-p (object)
Package

coalton-impl/typechecker/environment.

Source

environment.lisp.

Function: constructor-environment-data (instance)
Package

coalton-impl/typechecker/environment.

Source

environment.lisp.

Function: constructor-environment-p (object)
Package

coalton-impl/typechecker/environment.

Source

environment.lisp.

Function: constructor-list-p (x)
Package

coalton-impl/parser/toplevel.

Source

toplevel.lisp.

Reader: constructor-location (instance)
Package

coalton-impl/parser/toplevel.

Source

toplevel.lisp.

Target Slot

location.

Function: constructor-p (object)
Package

coalton-impl/parser/toplevel.

Source

toplevel.lisp.

Function: consume-monomorphize (attributes toplevel-form message)

Return the unique monomorphize attribute in ATTRIBUTES, or NIL.
If the attribute is not unique, or a repr attribute is present, signal a parse error.

Package

coalton-impl/parser/toplevel.

Source

toplevel.lisp.

Function: consume-repr (attributes toplevel-form message)

Return the unique repr attribute in ATTRIBUTES, or NIL.
If the attribute is not unique, or a monomorphize attribute is present, signal a parse error.

Package

coalton-impl/parser/toplevel.

Source

toplevel.lisp.

Function: continue-label (label)
Package

coalton-impl/codegen/codegen-expression.

Source

codegen-expression.lisp.

Function: copy (seq-3154)

COPY :: ∀ A. ((SEQ A) → (SEQ A)) A shallow copy of ‘seq‘

Package

coalton-library/seq.

Source

seq.lisp.

Function: copy-action (instance)
Package

coalton-impl/codegen/traverse.

Source

traverse.lisp.

Function: copy-ambiguity (instance)
Package

coalton-impl/typechecker/context-reduction.

Source

context-reduction.lisp.

Function: copy-ast-substitution (instance)
Package

coalton-impl/codegen/ast-substitutions.

Source

ast-substitutions.lisp.

Function: copy-attribute-monomorphize (instance)
Package

coalton-impl/parser/toplevel.

Source

toplevel.lisp.

Function: copy-attribute-repr (instance)
Package

coalton-impl/parser/toplevel.

Source

toplevel.lisp.

Function: copy-candidate-manager (instance)
Package

coalton-impl/codegen/monomorphize.

Source

monomorphize.lisp.

Function: copy-cell-internal (instance)
Package

coalton-library/cell.

Source

cell.lisp.

Function: copy-class-environment (instance)
Package

coalton-impl/typechecker/environment.

Source

environment.lisp.

Function: copy-code-environment (instance)
Package

coalton-impl/typechecker/environment.

Source

environment.lisp.

Function: copy-compile-candidate (instance)
Package

coalton-impl/codegen/monomorphize.

Source

monomorphize.lisp.

Function: copy-constructor-entry (instance)
Package

coalton-impl/typechecker/environment.

Source

environment.lisp.

Function: copy-constructor-environment (instance)
Package

coalton-impl/typechecker/environment.

Source

environment.lisp.

Function: copy-cursor (instance)
Package

coalton-impl/parser/cursor.

Source

cursor.lisp.

Function: copy-environment (instance)
Package

coalton-impl/typechecker/environment.

Source

environment.lisp.

Function: copy-environment-map (instance)
Package

coalton-impl/typechecker/map.

Source

map.lisp.

Function: copy-field-definition (instance)
Package

coalton-impl/typechecker/define-type.

Source

define-type.lisp.

Function: copy-function-entry (instance)
Package

coalton-impl/runtime/function-entry.

Source

function-entry.lisp.

Function: copy-function-env-entry (instance)
Package

coalton-impl/typechecker/environment.

Source

environment.lisp.

Function: copy-function-environment (instance)
Package

coalton-impl/typechecker/environment.

Source

environment.lisp.

Function: copy-fundep (instance)
Package

coalton-impl/typechecker/fundeps.

Source

fundeps.lisp.

Function: copy-fundep-entry (instance)
Package

coalton-impl/typechecker/environment.

Source

environment.lisp.

Function: copy-fundep-environment (instance)
Package

coalton-impl/typechecker/environment.

Source

environment.lisp.

Function: copy-global-environment (instance)
Package

coalton-impl/global-lexical.

Source

global-lexical.lisp.

Function: copy-hoist-point (instance)
Package

coalton-impl/codegen/hoister.

Source

hoister.lisp.

Function: copy-hoister (instance)
Package

coalton-impl/codegen/hoister.

Source

hoister.lisp.

Function: copy-immutable-listmap (instance)
Package

coalton-impl/algorithm/immutable-listmap.

Source

immutable-listmap.lisp.

Function: copy-immutable-map (instance)
Package

coalton-impl/algorithm/immutable-map.

Source

immutable-map.lisp.

Function: copy-instance-environment (instance)
Package

coalton-impl/typechecker/environment.

Source

environment.lisp.

Function: copy-kfun (instance)
Package

coalton-impl/typechecker/kinds.

Source

kinds.lisp.

Function: copy-ksubstitution (instance)
Package

coalton-impl/typechecker/kinds.

Source

kinds.lisp.

Function: copy-kyvar (instance)
Package

coalton-impl/typechecker/kinds.

Source

kinds.lisp.

Function: copy-location (instance)
Package

coalton-impl/source.

Source

source.lisp.

Function: copy-match-branch (instance)
Package

coalton-impl/codegen/ast.

Source

ast.lisp.

Function: copy-method-inline-environment (instance)
Package

coalton-impl/typechecker/environment.

Source

environment.lisp.

Function: copy-name-entry (instance)
Package

coalton-impl/typechecker/environment.

Source

environment.lisp.

Function: copy-name-environment (instance)
Package

coalton-impl/typechecker/environment.

Source

environment.lisp.

Function: copy-node-abstraction (instance)
Package

coalton-impl/codegen/ast.

Source

ast.lisp.

Function: copy-node-application (instance)
Package

coalton-impl/codegen/ast.

Source

ast.lisp.

Function: copy-node-bind (instance)
Package

coalton-impl/codegen/ast.

Source

ast.lisp.

Function: copy-node-block (instance)
Package

coalton-impl/codegen/ast.

Source

ast.lisp.

Function: copy-node-break (instance)
Package

coalton-impl/codegen/ast.

Source

ast.lisp.

Function: copy-node-continue (instance)
Package

coalton-impl/codegen/ast.

Source

ast.lisp.

Function: copy-node-direct-application (instance)
Package

coalton-impl/codegen/ast.

Source

ast.lisp.

Function: copy-node-dynamic-extent (instance)
Package

coalton-impl/codegen/ast.

Source

ast.lisp.

Function: copy-node-field (instance)
Package

coalton-impl/codegen/ast.

Source

ast.lisp.

Function: copy-node-let (instance)
Package

coalton-impl/codegen/ast.

Source

ast.lisp.

Function: copy-node-lisp (instance)
Package

coalton-impl/codegen/ast.

Source

ast.lisp.

Function: copy-node-literal (instance)
Package

coalton-impl/codegen/ast.

Source

ast.lisp.

Function: copy-node-loop (instance)
Package

coalton-impl/codegen/ast.

Source

ast.lisp.

Function: copy-node-match (instance)
Package

coalton-impl/codegen/ast.

Source

ast.lisp.

Function: copy-node-return-from (instance)
Package

coalton-impl/codegen/ast.

Source

ast.lisp.

Function: copy-node-seq (instance)
Package

coalton-impl/codegen/ast.

Source

ast.lisp.

Function: copy-node-variable (instance)
Package

coalton-impl/codegen/ast.

Source

ast.lisp.

Function: copy-node-while (instance)
Package

coalton-impl/codegen/ast.

Source

ast.lisp.

Function: copy-node-while-let (instance)
Package

coalton-impl/codegen/ast.

Source

ast.lisp.

Function: copy-partial-class (instance)
Package

coalton-impl/typechecker/define-class.

Source

define-class.lisp.

Function: copy-program (instance)
Package

coalton-impl/parser/toplevel.

Source

toplevel.lisp.

Function: copy-qualified-ty (instance)
Package

coalton-impl/typechecker/predicate.

Source

predicate.lisp.

Function: copy-queue-internal (instance)
Package

coalton-library/queue.

Source

queue.lisp.

Function: copy-source-error (instance)
Package

source-error/error.

Source

error.lisp.

Function: copy-source-name-environment (instance)
Package

coalton-impl/typechecker/environment.

Source

environment.lisp.

Function: copy-specialization-entry (instance)
Package

coalton-impl/typechecker/environment.

Source

environment.lisp.

Function: copy-specialization-environment (instance)
Package

coalton-impl/typechecker/environment.

Source

environment.lisp.

Function: copy-struct-entry (instance)
Package

coalton-impl/typechecker/environment.

Source

environment.lisp.

Function: copy-struct-environment (instance)
Package

coalton-impl/typechecker/environment.

Source

environment.lisp.

Function: copy-struct-field (instance)
Package

coalton-impl/typechecker/environment.

Source

environment.lisp.

Function: copy-struct-or-class-field (instance)
Package

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

Source

struct-or-class.lisp.

Function: copy-substitution (instance)
Package

coalton-impl/typechecker/substitutions.

Source

substitutions.lisp.

Function: copy-tapp (instance)
Package

coalton-impl/typechecker/types.

Source

types.lisp.

Function: copy-tarjan-node (instance)
Package

coalton-impl/algorithm/tarjan-scc.

Source

tarjan-scc.lisp.

Function: copy-tc-env (instance)
Package

coalton-impl/typechecker/tc-env.

Source

tc-env.lisp.

Function: copy-tgen (instance)
Package

coalton-impl/typechecker/types.

Source

types.lisp.

Function: copy-toplevel-definition (instance)
Package

coalton-impl/parser/toplevel.

Source

toplevel.lisp.

Function: copy-translation-unit (instance)
Package

coalton-impl/typechecker/translation-unit.

Source

translation-unit.lisp.

Function: copy-traverse-block (instance)
Package

coalton-impl/typechecker/traverse.

Source

traverse.lisp.

Function: copy-ty (instance)
Package

coalton-impl/typechecker/types.

Source

types.lisp.

Function: copy-ty-class (instance)
Package

coalton-impl/typechecker/environment.

Source

environment.lisp.

Function: copy-ty-class-instance (instance)
Package

coalton-impl/typechecker/environment.

Source

environment.lisp.

Function: copy-ty-class-method (instance)
Package

coalton-impl/typechecker/environment.

Source

environment.lisp.

Function: copy-ty-predicate (instance)
Package

coalton-impl/typechecker/predicate.

Source

predicate.lisp.

Function: copy-ty-scheme (instance)
Package

coalton-impl/typechecker/scheme.

Source

scheme.lisp.

Function: copy-tycon (instance)
Package

coalton-impl/typechecker/types.

Source

types.lisp.

Function: copy-type-definition (instance)
Package

coalton-impl/typechecker/define-type.

Source

define-type.lisp.

Function: copy-type-entry (instance)
Package

coalton-impl/typechecker/environment.

Source

environment.lisp.

Function: copy-type-environment (instance)
Package

coalton-impl/typechecker/environment.

Source

environment.lisp.

Function: copy-tyvar (instance)
Package

coalton-impl/typechecker/types.

Source

types.lisp.

Function: copy-value-environment (instance)
Package

coalton-impl/typechecker/environment.

Source

environment.lisp.

Function: cst-list-p (x)
Package

coalton-impl/util.

Source

utilities.lisp.

Function: cst-search (dict2173 dict2174 guess-3080 cst-3081 idx-3082)

CST-SEARCH :: ∀ A. (ORD A) (NUM A) ⇒ (UFIX → (VECTOR A) → A → (OPTIONAL (TUPLE UFIX A)))

Package

coalton-library/seq.

Source

seq.lisp.

Reader: cursor-last (instance)
Writer: (setf cursor-last) (instance)
Package

coalton-impl/parser/cursor.

Source

cursor.lisp.

Target Slot

last.

Function: cursor-p (object)
Package

coalton-impl/parser/cursor.

Source

cursor.lisp.

Function: cycle (list-1676)

CYCLE :: ∀ A. ((LIST A) → (ITERATOR A)) Cycles through the elements of LIST indefinitely.

Package

coalton-library/iterator.

Source

iterator.lisp.

Function: data-letrec-able-p (initform env)
Package

coalton-impl/codegen/codegen-expression.

Source

codegen-expression.lisp.

Function: default-matrix (pattern-matrix)

Default the given PATTERN-MATRIX.

Package

coalton-impl/analysis/pattern-exhaustiveness.

Source

pattern-exhaustiveness.lisp.

Function: defaults (env)
Package

coalton-impl/typechecker/context-reduction.

Source

context-reduction.lisp.

Function: define-instance-in-environment (instance env)
Package

coalton-impl/typechecker/define-instance.

Source

define-instance.lisp.

Function: define-integer-into-instance (from-type to-type)

Define an infallible ‘Into’ instance for converting FROM-TYPE into TO-TYPE.

Emitted by ‘define-integer-conversions’ only if every element of FROM-TYPE can be represented in TO-TYPE.

Package

coalton-library/math/conversions.

Source

conversions.lisp.

Function: define-integer-try-into-instance (from-type to-type)

Define a fallible ‘TryInto’ instance for converting FROM-TYPE into TO-TYPE.

Emitted by ‘define-integer-conversions’ when some elements of FROM-TYPE cannot be represented in TO-TYPE, either because FROM-TYPE is signed and TO-TYPE is unsigned, or because FROM-TYPE is wider than TO-TYPE.

Package

coalton-library/math/conversions.

Source

conversions.lisp.

Function: definitely-subtype? (sub super)

Test if SUB is a subtype of SUPER, i.e. every element of SUB is also an element of SUPER.

Unlike ‘cl:subtypep’, signal an error if the subtyping relationship cannot be determined.

Package

coalton-library/math/conversions.

Source

conversions.lisp.

Function: definition-bindings (definitions env offsets)

Translate the DEFINITIONS in this TU into bindings, updating an OFFSETS hashtable to record the source offset of each binding’s source definition.

Package

coalton-impl/codegen/program.

Source

program.lisp.

Function: definitions-to-bindings (definitions)
Package

coalton-impl/codegen/hoister.

Source

hoister.lisp.

Function: direct-application (node table)
Package

coalton-impl/codegen/optimizer.

Source

optimizer.lisp.

Function: do-bind-p (form)

Returns t if FORM is in the form of (x <- y+)

Package

coalton-impl/parser/expression.

Source

expression.lisp.

Function: double-float-<⎵type (a-324 b-325)

DOUBLE-FLOAT-< type :: (DOUBLE-FLOAT → DOUBLE-FLOAT → BOOLEAN)

Package

coalton-library/math/num.

Source

num.lisp.

Function: double-float-<= (a-326 b-327)

DOUBLE-FLOAT-<= :: (DOUBLE-FLOAT → DOUBLE-FLOAT → BOOLEAN)

Package

coalton-library/math/num.

Source

num.lisp.

Function: double-float-> (a-320 b-321)

DOUBLE-FLOAT-> :: (DOUBLE-FLOAT → DOUBLE-FLOAT → BOOLEAN)

Package

coalton-library/math/num.

Source

num.lisp.

Function: double-float->= (a-322 b-323)

DOUBLE-FLOAT->= :: (DOUBLE-FLOAT → DOUBLE-FLOAT → BOOLEAN)

Package

coalton-library/math/num.

Source

num.lisp.

Function: double-float-^ (base-937 power-938)

DOUBLE-FLOAT-^ :: (DOUBLE-FLOAT → INTEGER → DOUBLE-FLOAT)

Package

coalton-library/math/integral.

Source

integral.lisp.

Function: double-float-^^ (base-939 power-940)

DOUBLE-FLOAT-^^ :: (DOUBLE-FLOAT → INTEGER → DOUBLE-FLOAT)

Package

coalton-library/math/integral.

Source

integral.lisp.

Function: double-float-complex-divide (a-1283 b-1284)

DOUBLE-FLOAT-COMPLEX-DIVIDE :: ((COMPLEX DOUBLE-FLOAT) → (COMPLEX DOUBLE-FLOAT) → (COMPLEX DOUBLE-FLOAT))

Package

coalton-library/math/complex.

Source

complex.lisp.

Function: double-float-complex-equal (a-1275 b-1276)

DOUBLE-FLOAT-COMPLEX-EQUAL :: ((COMPLEX DOUBLE-FLOAT) → (COMPLEX DOUBLE-FLOAT) → BOOLEAN)

Package

coalton-library/math/complex.

Source

complex.lisp.

Function: double-float-complex-minus (a-1279 b-1280)

DOUBLE-FLOAT-COMPLEX-MINUS :: ((COMPLEX DOUBLE-FLOAT) → (COMPLEX DOUBLE-FLOAT) → (COMPLEX DOUBLE-FLOAT))

Package

coalton-library/math/complex.

Source

complex.lisp.

Function: double-float-complex-plus (a-1277 b-1278)

DOUBLE-FLOAT-COMPLEX-PLUS :: ((COMPLEX DOUBLE-FLOAT) → (COMPLEX DOUBLE-FLOAT) → (COMPLEX DOUBLE-FLOAT))

Package

coalton-library/math/complex.

Source

complex.lisp.

Function: double-float-complex-times (a-1281 b-1282)

DOUBLE-FLOAT-COMPLEX-TIMES :: ((COMPLEX DOUBLE-FLOAT) → (COMPLEX DOUBLE-FLOAT) → (COMPLEX DOUBLE-FLOAT))

Package

coalton-library/math/complex.

Source

complex.lisp.

Function: double-float-round (x-978)

DOUBLE-FLOAT-ROUND :: (DOUBLE-FLOAT → INTEGER)

Package

coalton-library/math/real.

Source

real.lisp.

Function: doubleblackempty ()
Package

coalton-library/ord-tree.

Source

ord-tree.lisp.

Function: dyadic-compare (f-1419 a-1420 b-1421)

DYADIC-COMPARE :: ∀ A. ((INTEGER → INTEGER → A) → DYADIC → DYADIC → A) Return the result of a comparision function F on two dyadics A and B.

Package

coalton-library/math/dyadic.

Source

dyadic.lisp.

Function: dyadic-group (f-1426 a-1427 b-1428)

DYADIC-GROUP :: ((INTEGER → INTEGER → INTEGER) → DYADIC → DYADIC → DYADIC) Apply an operation F on A and B with matching exponents

Package

coalton-library/math/dyadic.

Source

dyadic.lisp.

Function: dyadic-round (x-1439)

DYADIC-ROUND :: (DYADIC → INTEGER)
Rounds a dyadic to the nearest integer with ties going to even numbers.

Package

coalton-library/math/dyadic.

Source

dyadic.lisp.

Function: end-column (printer-state location)
Package

coalton-impl/source.

Source

source.lisp.

Function: end-line (printer-state location)
Package

coalton-impl/source.

Source

source.lisp.

Function: end-offset (note)
Package

coalton-impl/source.

Source

source.lisp.

Function: end-position (printer-state note)
Package

coalton-impl/source.

Source

source.lisp.

Function: end-span (span)

Return an empty span immediately following SPAN.

Package

coalton-impl/source.

Source

source.lisp.

Function: ensure-location (locatable)
Package

coalton-impl/source.

Source

source.lisp.

Function: ensure-namestring (file-designator)
Package

coalton-impl/source.

Source

source.lisp.

Function: ensure-span (spanning)

Is SPANNING is a span, return it unchanged; if it is a cst node, return the node’s span.

Package

coalton-impl/parser/base.

Source

base.lisp.

Function: environment-map-p (object)
Package

coalton-impl/typechecker/map.

Source

map.lisp.

Reader: environment-map-table (instance)
Package

coalton-impl/typechecker/map.

Source

map.lisp.

Target Slot

table.

Reader: environment-map-test (instance)
Package

coalton-impl/typechecker/map.

Source

map.lisp.

Target Slot

test.

Function: environment-p (object)
Package

coalton-impl/typechecker/environment.

Source

environment.lisp.

Reader: environment-source-name-environment (instance)
Package

coalton-impl/typechecker/environment.

Source

environment.lisp.

Target Slot

source-name-environment.

Reader: environment-struct-environment (instance)
Package

coalton-impl/typechecker/environment.

Source

environment.lisp.

Target Slot

struct-environment.

Function: eof ()
Package

coalton-library/file.

Source

file.lisp.

Function: error-ambiguous-pred (pred)
Package

coalton-impl/typechecker/define.

Source

define.lisp.

Function: error-coalton-only (name)
Package

coalton-impl/faux-macros.

Source

faux-macros.lisp.

Function: error-fundep-conflict (env class pred fundep old-from-tys new-from-tys old-to-tys new-to-tys)

Finds a conflicting instance and signals an error

Package

coalton-impl/typechecker/environment.

Source

environment.lisp.

Function: error-unknown-pred (pred)
Package

coalton-impl/typechecker/define.

Source

define.lisp.

Function: eval-toplevel-p (form)

T if form is an instance of EVAL-WHEN containing a COMPILE-TOPLEVEL symbol.

Package

coalton-impl/parser/toplevel.

Source

toplevel.lisp.

Function: exact-ilog (b-1417 x-1418)

EXACT-ILOG :: (INTEGER → INTEGER → (OPTIONAL INTEGER))
Computes the logarithm with base B of X only if the result is an integer.

Package

coalton-library/math/dyadic.

Source

dyadic.lisp.

Function: expand (_0)

EXPAND :: ∀ A. ((TREE A) → (ITERATORSTACKNODE A))

Package

coalton-library/ord-tree.

Source

ord-tree.lisp.

Function: expand-local-tvars (env-tvars local-tvars preds env)
Package

coalton-impl/typechecker/define.

Source

define.lisp.

Function: f1 (f0)
Package

coalton-impl/runtime/function-entry.

Source

function-entry.lisp.

Function: f10 (f4641)
Package

coalton-impl/runtime/function-entry.

Source

function-entry.lisp.

Function: f11 (f5125)
Package

coalton-impl/runtime/function-entry.

Source

function-entry.lisp.

Function: f12 (f5599)
Package

coalton-impl/runtime/function-entry.

Source

function-entry.lisp.

Function: f13 (f6062)
Package

coalton-impl/runtime/function-entry.

Source

function-entry.lisp.

Function: f14 (f6513)
Package

coalton-impl/runtime/function-entry.

Source

function-entry.lisp.

Function: f15 (f6951)
Package

coalton-impl/runtime/function-entry.

Source

function-entry.lisp.

Function: f16 (f7375)
Package

coalton-impl/runtime/function-entry.

Source

function-entry.lisp.

Function: f17 (f7784)
Package

coalton-impl/runtime/function-entry.

Source

function-entry.lisp.

Function: f18 (f8177)
Package

coalton-impl/runtime/function-entry.

Source

function-entry.lisp.

Function: f19 (f8553)
Package

coalton-impl/runtime/function-entry.

Source

function-entry.lisp.

Function: f2 (f529)
Package

coalton-impl/runtime/function-entry.

Source

function-entry.lisp.

Function: f20 (f8911)
Package

coalton-impl/runtime/function-entry.

Source

function-entry.lisp.

Function: f21 (f9250)
Package

coalton-impl/runtime/function-entry.

Source

function-entry.lisp.

Function: f22 (f9569)
Package

coalton-impl/runtime/function-entry.

Source

function-entry.lisp.

Function: f23 (f9867)
Package

coalton-impl/runtime/function-entry.

Source

function-entry.lisp.

Function: f24 (f10143)
Package

coalton-impl/runtime/function-entry.

Source

function-entry.lisp.

Function: f25 (f10396)
Package

coalton-impl/runtime/function-entry.

Source

function-entry.lisp.

Function: f26 (f10625)
Package

coalton-impl/runtime/function-entry.

Source

function-entry.lisp.

Function: f27 (f10829)
Package

coalton-impl/runtime/function-entry.

Source

function-entry.lisp.

Function: f28 (f11007)
Package

coalton-impl/runtime/function-entry.

Source

function-entry.lisp.

Function: f29 (f11158)
Package

coalton-impl/runtime/function-entry.

Source

function-entry.lisp.

Function: f3 (f1057)
Package

coalton-impl/runtime/function-entry.

Source

function-entry.lisp.

Function: f30 (f11281)
Package

coalton-impl/runtime/function-entry.

Source

function-entry.lisp.

Function: f31 (f11375)
Package

coalton-impl/runtime/function-entry.

Source

function-entry.lisp.

Function: f4 (f1583)
Package

coalton-impl/runtime/function-entry.

Source

function-entry.lisp.

Function: f5 (f2106)
Package

coalton-impl/runtime/function-entry.

Source

function-entry.lisp.

Function: f6 (f2625)
Package

coalton-impl/runtime/function-entry.

Source

function-entry.lisp.

Function: f7 (f3139)
Package

coalton-impl/runtime/function-entry.

Source

function-entry.lisp.

Function: f8 (f3647)
Package

coalton-impl/runtime/function-entry.

Source

function-entry.lisp.

Function: f9 (f4148)
Package

coalton-impl/runtime/function-entry.

Source

function-entry.lisp.

Function: factorial (dict880 n-670)

FACTORIAL :: ∀ A. INTEGRAL A ⇒ (A → A) The factorial of N.

Package

coalton-library/math/integral.

Source

integral.lisp.

Reader: field-definition-location (instance)
Package

coalton-impl/typechecker/define-type.

Source

define-type.lisp.

Target Slot

location.

Reader: field-definition-name (instance)
Package

coalton-impl/typechecker/define-type.

Source

define-type.lisp.

Target Slot

name.

Function: field-definition-p (object)
Package

coalton-impl/typechecker/define-type.

Source

define-type.lisp.

Reader: field-definition-type (instance)
Package

coalton-impl/typechecker/define-type.

Source

define-type.lisp.

Target Slot

type.

Function: fill-source-table (cst source-table seen-forms)

Fill SOURCE-TABLE with source information in CST and its children.

Package

coalton-impl/parser/macro.

Source

macro.lisp.

Function: find-column-offsets (line-offsets offsets)

Given the offsets of newlines in a stream, compute the line and column numbers for a sequence of absolute stream offsets.

Package

coalton-impl/source.

Source

source.lisp.

Function: find-constructor (initform env)
Package

coalton-impl/codegen/codegen-expression.

Source

codegen-expression.lisp.

Function: find-duplicate-entry (elements &key test key)
Package

coalton-library/hashtable.

Source

hashtable.lisp.

Function: find-line-offsets (stream)

Compute the offsets of lines in STREAM.

Package

coalton-impl/source.

Source

source.lisp.

Function: find-unnamed-constructor (patterns env)

Find and create a pattern constructor with the type of, but not named in PATTERNS.

Package

coalton-impl/analysis/pattern-exhaustiveness.

Source

pattern-exhaustiveness.lisp.

Function: fire-action (when-key type-key actions args node)

Look up a function in ‘actions‘ corresponding to ‘when-key‘ and ‘type-key‘, and if it exists, apply it with arguments ‘node‘
and (spread) ‘args‘. The return value is the value returned by the action, or the original node if the action returned ‘nil‘ or no action was found.

Package

coalton-impl/codegen/traverse.

Source

traverse.lisp.

Function: first-line-number (notes offset-positions)
Package

coalton-impl/source.

Source

source.lisp.

Function: forbid-attributes (attributes form source)

If ATTRIBUTES is non-zero length, signal a parse error using FORM and SOURCE for location context.

Package

coalton-impl/parser/toplevel.

Source

toplevel.lisp.

Function: fraction-^ (base-929 power-930)

FRACTION-^ :: (FRACTION → INTEGER → FRACTION)

Package

coalton-library/math/integral.

Source

integral.lisp.

Function: fraction-^^ (base-931 power-932)

FRACTION-^^ :: (FRACTION → INTEGER → FRACTION)

Package

coalton-library/math/integral.

Source

integral.lisp.

Function: fraction-complex-divide (a-1297 b-1298)

FRACTION-COMPLEX-DIVIDE :: ((COMPLEX FRACTION) → (COMPLEX FRACTION) → (COMPLEX FRACTION))

Package

coalton-library/math/complex.

Source

complex.lisp.

Function: fraction-complex-equal (a-1289 b-1290)

FRACTION-COMPLEX-EQUAL :: ((COMPLEX FRACTION) → (COMPLEX FRACTION) → BOOLEAN)

Package

coalton-library/math/complex.

Source

complex.lisp.

Function: fraction-complex-minus (a-1293 b-1294)

FRACTION-COMPLEX-MINUS :: ((COMPLEX FRACTION) → (COMPLEX FRACTION) → (COMPLEX FRACTION))

Package

coalton-library/math/complex.

Source

complex.lisp.

Function: fraction-complex-plus (a-1291 b-1292)

FRACTION-COMPLEX-PLUS :: ((COMPLEX FRACTION) → (COMPLEX FRACTION) → (COMPLEX FRACTION))

Package

coalton-library/math/complex.

Source

complex.lisp.

Function: fraction-complex-times (a-1295 b-1296)

FRACTION-COMPLEX-TIMES :: ((COMPLEX FRACTION) → (COMPLEX FRACTION) → (COMPLEX FRACTION))

Package

coalton-library/math/complex.

Source

complex.lisp.

Function: fraction-round (x-962)

FRACTION-ROUND :: (FRACTION → INTEGER)

Package

coalton-library/math/real.

Source

real.lisp.

Function: free-apply (dict2126 free-f-func-2948 free-fa-2949)

FREE-APPLY :: ∀ A B C. FUNCTOR A ⇒ (((FREE A) (B → C)) → ((FREE A) B) → ((FREE A) C)) This is <*> implemented for Free :f

Package

coalton-library/monad/free.

Source

monad/free.lisp.

Function: free-lifta2 (dict2127 op-2953 fa-2954 fb-2955)

FREE-LIFTA2 :: ∀ A B C D. FUNCTOR D ⇒ ((A → B → C) → ((FREE D) A) → ((FREE D) B) → ((FREE D) C))

Package

coalton-library/monad/free.

Source

monad/free.lisp.

Function: fresh-fundep-entry (entry)
Package

coalton-impl/typechecker/environment.

Source

environment.lisp.

Function: function-entry-p (object)
Package

coalton-impl/runtime/function-entry.

Source

function-entry.lisp.

Function: function-env-entry-list-p (x)
Package

coalton-impl/typechecker/environment.

Source

environment.lisp.

Function: function-env-entry-p (object)
Package

coalton-impl/typechecker/environment.

Source

environment.lisp.

Function: function-environment-data (instance)
Package

coalton-impl/typechecker/environment.

Source

environment.lisp.

Function: function-environment-p (object)
Package

coalton-impl/typechecker/environment.

Source

environment.lisp.

Function: fundep-entail% (env expr-preds pred known-tyvars)
Package

coalton-impl/typechecker/context-reduction.

Source

context-reduction.lisp.

Reader: fundep-entry-from (instance)
Package

coalton-impl/typechecker/environment.

Source

environment.lisp.

Target Slot

from.

Function: fundep-entry-p (object)
Package

coalton-impl/typechecker/environment.

Source

environment.lisp.

Reader: fundep-entry-to (instance)
Package

coalton-impl/typechecker/environment.

Source

environment.lisp.

Target Slot

to.

Function: fundep-environment-data (instance)
Package

coalton-impl/typechecker/environment.

Source

environment.lisp.

Function: fundep-environment-p (object)
Package

coalton-impl/typechecker/environment.

Source

environment.lisp.

Function: fundep-list-p (x)
Package

coalton-impl/typechecker/fundeps.

Source

fundeps.lisp.

Function: fundep-list-p (x)
Package

coalton-impl/parser/toplevel.

Source

toplevel.lisp.

Reader: fundep-location (instance)
Package

coalton-impl/parser/toplevel.

Source

toplevel.lisp.

Target Slot

location.

Function: fundep-p (object)
Package

coalton-impl/typechecker/fundeps.

Source

fundeps.lisp.

Function: fundep-p (object)
Package

coalton-impl/parser/toplevel.

Source

toplevel.lisp.

Function: generate-fundep-subs% (env pred subs)
Package

coalton-impl/typechecker/environment.

Source

environment.lisp.

Function: generate-fundep-subs-for-pred% (pred state class-variable-map fundep subs)
Package

coalton-impl/typechecker/environment.

Source

environment.lisp.

Function: get-line-from-index (stream index)

Get the line number corresponding to the character offset INDEX.

Returns (VALUES LINE-NUM LINE-START-INDEX)

Package

source-error/error.

Source

error.lisp.

Function: get-nth-line (stream index)

Get the INDEXth line in STREAM. This function uses 1 based indexing.

Package

source-error/error.

Source

error.lisp.

Reader: global-environment-bindings (instance)
Writer: (setf global-environment-bindings) (instance)
Package

coalton-impl/global-lexical.

Source

global-lexical.lisp.

Target Slot

bindings.

Function: global-environment-p (object)
Package

coalton-impl/global-lexical.

Source

global-lexical.lisp.

Function: group-vectors (dict2186 len-3106 vec-3107)

GROUP-VECTORS :: ∀ A. RUNTIMEREPR A ⇒ (UFIX → (VECTOR A) → (VECTOR (VECTOR A))) Return a vector of vectors of elements from ‘vec‘, each of length ‘len‘ ecxept for the last one which has a nonzero length less than or equal
to ‘len‘.

Package

coalton-library/seq.

Source

seq.lisp.

Function: height (seq-3077)

HEIGHT :: ∀ A. ((SEQ A) → UFIX)

Package

coalton-library/seq.

Source

seq.lisp.

Function: heuristic-inline-applications (node env &key max-depth max-unroll heuristic)

Recursively inline function calls in ‘node‘, using the environment ‘env‘ to look up the function bodies to substitute. The traversal keeps a call stack and will not continue past the specified ‘max-depth‘. For recursive functions, traversal will not continue if the function already appears more than ‘max-unroll‘ times in the call stack. Otherwise, if a function’s code can be found in ‘env‘ and the ‘heuristic‘ returns true, then the body will be inlined.

Special logic prevents inlining ‘coalton:Cons‘ in let bindings to avoid breaking recursive data let expressions, since the codegen requires direct constructor calls.

Package

coalton-impl/codegen/optimizer.

Source

optimizer.lisp.

Function: hoist-point-add (node package hoist-point)
Package

coalton-impl/codegen/hoister.

Source

hoister.lisp.

Function: hoist-point-blocks (node hoist-point)
Package

coalton-impl/codegen/hoister.

Source

hoister.lisp.

Reader: hoist-point-bound-variables (instance)
Writer: (setf hoist-point-bound-variables) (instance)
Package

coalton-impl/codegen/hoister.

Source

hoister.lisp.

Target Slot

bound-variables.

Reader: hoist-point-definitions (instance)
Package

coalton-impl/codegen/hoister.

Source

hoister.lisp.

Target Slot

definitions.

Function: hoist-point-list-p (x)
Package

coalton-impl/codegen/hoister.

Source

hoister.lisp.

Function: hoist-point-p (object)
Package

coalton-impl/codegen/hoister.

Source

hoister.lisp.

Reader: hoister-hoist-points (instance)
Writer: (setf hoister-hoist-points) (instance)
Package

coalton-impl/codegen/hoister.

Source

hoister.lisp.

Target Slot

hoist-points.

Function: hoister-p (object)
Package

coalton-impl/codegen/hoister.

Source

hoister.lisp.

Reader: hoister-top-hoist-point (instance)
Package

coalton-impl/codegen/hoister.

Source

hoister.lisp.

Target Slot

top-hoist-point.

Function: i16-<⎵type (a-268 b-269)

I16-< type :: (I16 → I16 → BOOLEAN)

Package

coalton-library/math/num.

Source

num.lisp.

Function: i16-<= (a-270 b-271)

I16-<= :: (I16 → I16 → BOOLEAN)

Package

coalton-library/math/num.

Source

num.lisp.

Function: i16-> (a-264 b-265)

I16-> :: (I16 → I16 → BOOLEAN)

Package

coalton-library/math/num.

Source

num.lisp.

Function: i16->= (a-266 b-267)

I16->= :: (I16 → I16 → BOOLEAN)

Package

coalton-library/math/num.

Source

num.lisp.

Function: i16-^ (base-742 power-743)

I16-^ :: (I16 → I16 → I16)

Package

coalton-library/math/integral.

Source

integral.lisp.

Function: i16-complex-divide (a-1199 b-1200)

I16-COMPLEX-DIVIDE :: ((COMPLEX I16) → (COMPLEX I16) → (COMPLEX I16))

Package

coalton-library/math/complex.

Source

complex.lisp.

Function: i16-complex-equal (a-1191 b-1192)

I16-COMPLEX-EQUAL :: ((COMPLEX I16) → (COMPLEX I16) → BOOLEAN)

Package

coalton-library/math/complex.

Source

complex.lisp.

Function: i16-complex-minus (a-1195 b-1196)

I16-COMPLEX-MINUS :: ((COMPLEX I16) → (COMPLEX I16) → (COMPLEX I16))

Package

coalton-library/math/complex.

Source

complex.lisp.

Function: i16-complex-plus (a-1193 b-1194)

I16-COMPLEX-PLUS :: ((COMPLEX I16) → (COMPLEX I16) → (COMPLEX I16))

Package

coalton-library/math/complex.

Source

complex.lisp.

Function: i16-complex-times (a-1197 b-1198)

I16-COMPLEX-TIMES :: ((COMPLEX I16) → (COMPLEX I16) → (COMPLEX I16))

Package

coalton-library/math/complex.

Source

complex.lisp.

Function: i16-even? (n-740)

I16-EVEN? :: (I16 → BOOLEAN)

Package

coalton-library/math/integral.

Source

integral.lisp.

Function: i16-gcd (a-744 b-745)

I16-GCD :: (I16 → I16 → I16)

Package

coalton-library/math/integral.

Source

integral.lisp.

Function: i16-isqrt (a-748)

I16-ISQRT :: (I16 → I16)

Package

coalton-library/math/integral.

Source

integral.lisp.

Function: i16-lcm (a-746 b-747)

I16-LCM :: (I16 → I16 → I16)

Package

coalton-library/math/integral.

Source

integral.lisp.

Function: i16-odd? (n-741)

I16-ODD? :: (I16 → BOOLEAN)

Package

coalton-library/math/integral.

Source

integral.lisp.

Function: i32-<⎵type (a-284 b-285)

I32-< type :: (I32 → I32 → BOOLEAN)

Package

coalton-library/math/num.

Source

num.lisp.

Function: i32-<= (a-286 b-287)

I32-<= :: (I32 → I32 → BOOLEAN)

Package

coalton-library/math/num.

Source

num.lisp.

Function: i32-> (a-280 b-281)

I32-> :: (I32 → I32 → BOOLEAN)

Package

coalton-library/math/num.

Source

num.lisp.

Function: i32->= (a-282 b-283)

I32->= :: (I32 → I32 → BOOLEAN)

Package

coalton-library/math/num.

Source

num.lisp.

Function: i32-^ (base-763 power-764)

I32-^ :: (I32 → I32 → I32)

Package

coalton-library/math/integral.

Source

integral.lisp.

Function: i32-complex-divide (a-1213 b-1214)

I32-COMPLEX-DIVIDE :: ((COMPLEX I32) → (COMPLEX I32) → (COMPLEX I32))

Package

coalton-library/math/complex.

Source

complex.lisp.

Function: i32-complex-equal (a-1205 b-1206)

I32-COMPLEX-EQUAL :: ((COMPLEX I32) → (COMPLEX I32) → BOOLEAN)

Package

coalton-library/math/complex.

Source

complex.lisp.

Function: i32-complex-minus (a-1209 b-1210)

I32-COMPLEX-MINUS :: ((COMPLEX I32) → (COMPLEX I32) → (COMPLEX I32))

Package

coalton-library/math/complex.

Source

complex.lisp.

Function: i32-complex-plus (a-1207 b-1208)

I32-COMPLEX-PLUS :: ((COMPLEX I32) → (COMPLEX I32) → (COMPLEX I32))

Package

coalton-library/math/complex.

Source

complex.lisp.

Function: i32-complex-times (a-1211 b-1212)

I32-COMPLEX-TIMES :: ((COMPLEX I32) → (COMPLEX I32) → (COMPLEX I32))

Package

coalton-library/math/complex.

Source

complex.lisp.

Function: i32-even? (n-761)

I32-EVEN? :: (I32 → BOOLEAN)

Package

coalton-library/math/integral.

Source

integral.lisp.

Function: i32-gcd (a-765 b-766)

I32-GCD :: (I32 → I32 → I32)

Package

coalton-library/math/integral.

Source

integral.lisp.

Function: i32-isqrt (a-769)

I32-ISQRT :: (I32 → I32)

Package

coalton-library/math/integral.

Source

integral.lisp.

Function: i32-lcm (a-767 b-768)

I32-LCM :: (I32 → I32 → I32)

Package

coalton-library/math/integral.

Source

integral.lisp.

Function: i32-odd? (n-762)

I32-ODD? :: (I32 → BOOLEAN)

Package

coalton-library/math/integral.

Source

integral.lisp.

Function: i64-<⎵type (a-300 b-301)

I64-< type :: (I64 → I64 → BOOLEAN)

Package

coalton-library/math/num.

Source

num.lisp.

Function: i64-<= (a-302 b-303)

I64-<= :: (I64 → I64 → BOOLEAN)

Package

coalton-library/math/num.

Source

num.lisp.

Function: i64-> (a-296 b-297)

I64-> :: (I64 → I64 → BOOLEAN)

Package

coalton-library/math/num.

Source

num.lisp.

Function: i64->= (a-298 b-299)

I64->= :: (I64 → I64 → BOOLEAN)

Package

coalton-library/math/num.

Source

num.lisp.

Function: i64-^ (base-784 power-785)

I64-^ :: (I64 → I64 → I64)

Package

coalton-library/math/integral.

Source

integral.lisp.

Function: i64-complex-divide (a-1227 b-1228)

I64-COMPLEX-DIVIDE :: ((COMPLEX I64) → (COMPLEX I64) → (COMPLEX I64))

Package

coalton-library/math/complex.

Source

complex.lisp.

Function: i64-complex-equal (a-1219 b-1220)

I64-COMPLEX-EQUAL :: ((COMPLEX I64) → (COMPLEX I64) → BOOLEAN)

Package

coalton-library/math/complex.

Source

complex.lisp.

Function: i64-complex-minus (a-1223 b-1224)

I64-COMPLEX-MINUS :: ((COMPLEX I64) → (COMPLEX I64) → (COMPLEX I64))

Package

coalton-library/math/complex.

Source

complex.lisp.

Function: i64-complex-plus (a-1221 b-1222)

I64-COMPLEX-PLUS :: ((COMPLEX I64) → (COMPLEX I64) → (COMPLEX I64))

Package

coalton-library/math/complex.

Source

complex.lisp.

Function: i64-complex-times (a-1225 b-1226)

I64-COMPLEX-TIMES :: ((COMPLEX I64) → (COMPLEX I64) → (COMPLEX I64))

Package

coalton-library/math/complex.

Source

complex.lisp.

Function: i64-even? (n-782)

I64-EVEN? :: (I64 → BOOLEAN)

Package

coalton-library/math/integral.

Source

integral.lisp.

Function: i64-gcd (a-786 b-787)

I64-GCD :: (I64 → I64 → I64)

Package

coalton-library/math/integral.

Source

integral.lisp.

Function: i64-isqrt (a-790)

I64-ISQRT :: (I64 → I64)

Package

coalton-library/math/integral.

Source

integral.lisp.

Function: i64-lcm (a-788 b-789)

I64-LCM :: (I64 → I64 → I64)

Package

coalton-library/math/integral.

Source

integral.lisp.

Function: i64-odd? (n-783)

I64-ODD? :: (I64 → BOOLEAN)

Package

coalton-library/math/integral.

Source

integral.lisp.

Function: i8-<⎵type (a-252 b-253)

I8-< type :: (I8 → I8 → BOOLEAN)

Package

coalton-library/math/num.

Source

num.lisp.

Function: i8-<= (a-254 b-255)

I8-<= :: (I8 → I8 → BOOLEAN)

Package

coalton-library/math/num.

Source

num.lisp.

Function: i8-> (a-248 b-249)

I8-> :: (I8 → I8 → BOOLEAN)

Package

coalton-library/math/num.

Source

num.lisp.

Function: i8->= (a-250 b-251)

I8->= :: (I8 → I8 → BOOLEAN)

Package

coalton-library/math/num.

Source

num.lisp.

Function: i8-^ (base-721 power-722)

I8-^ :: (I8 → I8 → I8)

Package

coalton-library/math/integral.

Source

integral.lisp.

Function: i8-complex-divide (a-1185 b-1186)

I8-COMPLEX-DIVIDE :: ((COMPLEX I8) → (COMPLEX I8) → (COMPLEX I8))

Package

coalton-library/math/complex.

Source

complex.lisp.

Function: i8-complex-equal (a-1177 b-1178)

I8-COMPLEX-EQUAL :: ((COMPLEX I8) → (COMPLEX I8) → BOOLEAN)

Package

coalton-library/math/complex.

Source

complex.lisp.

Function: i8-complex-minus (a-1181 b-1182)

I8-COMPLEX-MINUS :: ((COMPLEX I8) → (COMPLEX I8) → (COMPLEX I8))

Package

coalton-library/math/complex.

Source

complex.lisp.

Function: i8-complex-plus (a-1179 b-1180)

I8-COMPLEX-PLUS :: ((COMPLEX I8) → (COMPLEX I8) → (COMPLEX I8))

Package

coalton-library/math/complex.

Source

complex.lisp.

Function: i8-complex-times (a-1183 b-1184)

I8-COMPLEX-TIMES :: ((COMPLEX I8) → (COMPLEX I8) → (COMPLEX I8))

Package

coalton-library/math/complex.

Source

complex.lisp.

Function: i8-even? (n-719)

I8-EVEN? :: (I8 → BOOLEAN)

Package

coalton-library/math/integral.

Source

integral.lisp.

Function: i8-gcd (a-723 b-724)

I8-GCD :: (I8 → I8 → I8)

Package

coalton-library/math/integral.

Source

integral.lisp.

Function: i8-isqrt (a-727)

I8-ISQRT :: (I8 → I8)

Package

coalton-library/math/integral.

Source

integral.lisp.

Function: i8-lcm (a-725 b-726)

I8-LCM :: (I8 → I8 → I8)

Package

coalton-library/math/integral.

Source

integral.lisp.

Function: i8-odd? (n-720)

I8-ODD? :: (I8 → BOOLEAN)

Package

coalton-library/math/integral.

Source

integral.lisp.

Function: identifier-list-p (x)
Package

coalton-impl/parser/base.

Source

base.lisp.

Function: identifier-src-list-p (x)
Package

coalton-impl/parser/base.

Source

base.lisp.

Reader: identifier-src-location (instance)
Package

coalton-impl/parser/base.

Source

base.lisp.

Target Slot

location.

Function: identifier-src-p (object)
Package

coalton-impl/parser/base.

Source

base.lisp.

Function: ifix-<⎵type (a-236 b-237)

IFIX-< type :: (IFIX → IFIX → BOOLEAN)

Package

coalton-library/math/num.

Source

num.lisp.

Function: ifix-<= (a-238 b-239)

IFIX-<= :: (IFIX → IFIX → BOOLEAN)

Package

coalton-library/math/num.

Source

num.lisp.

Function: ifix-> (a-232 b-233)

IFIX-> :: (IFIX → IFIX → BOOLEAN)

Package

coalton-library/math/num.

Source

num.lisp.

Function: ifix->= (a-234 b-235)

IFIX->= :: (IFIX → IFIX → BOOLEAN)

Package

coalton-library/math/num.

Source

num.lisp.

Function: ifix-^ (base-805 power-806)

IFIX-^ :: (IFIX → IFIX → IFIX)

Package

coalton-library/math/integral.

Source

integral.lisp.

Function: ifix-complex-divide (a-1241 b-1242)

IFIX-COMPLEX-DIVIDE :: ((COMPLEX IFIX) → (COMPLEX IFIX) → (COMPLEX IFIX))

Package

coalton-library/math/complex.

Source

complex.lisp.

Function: ifix-complex-equal (a-1233 b-1234)

IFIX-COMPLEX-EQUAL :: ((COMPLEX IFIX) → (COMPLEX IFIX) → BOOLEAN)

Package

coalton-library/math/complex.

Source

complex.lisp.

Function: ifix-complex-minus (a-1237 b-1238)

IFIX-COMPLEX-MINUS :: ((COMPLEX IFIX) → (COMPLEX IFIX) → (COMPLEX IFIX))

Package

coalton-library/math/complex.

Source

complex.lisp.

Function: ifix-complex-plus (a-1235 b-1236)

IFIX-COMPLEX-PLUS :: ((COMPLEX IFIX) → (COMPLEX IFIX) → (COMPLEX IFIX))

Package

coalton-library/math/complex.

Source

complex.lisp.

Function: ifix-complex-times (a-1239 b-1240)

IFIX-COMPLEX-TIMES :: ((COMPLEX IFIX) → (COMPLEX IFIX) → (COMPLEX IFIX))

Package

coalton-library/math/complex.

Source

complex.lisp.

Function: ifix-even? (n-803)

IFIX-EVEN? :: (IFIX → BOOLEAN)

Package

coalton-library/math/integral.

Source

integral.lisp.

Function: ifix-gcd (a-807 b-808)

IFIX-GCD :: (IFIX → IFIX → IFIX)

Package

coalton-library/math/integral.

Source

integral.lisp.

Function: ifix-isqrt (a-811)

IFIX-ISQRT :: (IFIX → IFIX)

Package

coalton-library/math/integral.

Source

integral.lisp.

Function: ifix-lcm (a-809 b-810)

IFIX-LCM :: (IFIX → IFIX → IFIX)

Package

coalton-library/math/integral.

Source

integral.lisp.

Function: ifix-odd? (n-804)

IFIX-ODD? :: (IFIX → BOOLEAN)

Package

coalton-library/math/integral.

Source

integral.lisp.

Function: immutable-listmap-p (object)
Package

coalton-impl/algorithm/immutable-listmap.

Source

immutable-listmap.lisp.

Function: immutable-map-p (object)
Package

coalton-impl/algorithm/immutable-map.

Source

immutable-map.lisp.

Function: infer-binding-type (binding expected-type subs env)

Infer the type of BINDING then unify against EXPECTED-TYPE. Adds BINDING’s parameters to the environment.

Package

coalton-impl/typechecker/define.

Source

define.lisp.

Function: infer-bindings-type (bindings dec-table subs env)
Package

coalton-impl/typechecker/define.

Source

define.lisp.

Function: infer-class-kinds (class env ksubs)
Package

coalton-impl/typechecker/define-class.

Source

define-class.lisp.

Function: infer-class-scc-kinds (classes env)
Package

coalton-impl/typechecker/define-class.

Source

define-class.lisp.

Function: infer-define-type-scc-kinds (types env)
Package

coalton-impl/typechecker/define-type.

Source

define-type.lisp.

Function: infer-expl-binding-type (binding declared-ty location subs env)

Infer the type of BINDING and then ensure it matches DECLARED-TY.

Package

coalton-impl/typechecker/define.

Source

define.lisp.

Function: infer-impls-binding-type (bindings subs env)

Infer the type’s of BINDINGS and then qualify those types into schemes.

Package

coalton-impl/typechecker/define.

Source

define.lisp.

Function: infer-let-bindings (bindings declares subs env)
Package

coalton-impl/typechecker/define.

Source

define.lisp.

Function: inline-applications (node env)

If inlining is globally enabled, perform function inlining on the node NODE in the environment ENV.

Package

coalton-impl/codegen/optimizer.

Source

optimizer.lisp.

Function: inline-methods (node env)
Package

coalton-impl/codegen/optimizer.

Source

optimizer.lisp.

Function: insert-fundep-entry% (env class fundep entry)
Package

coalton-impl/typechecker/environment.

Source

environment.lisp.

Function: instance-bindings (instances env offsets)

Translate the INSTANCES defined by this TU into bindings, updating an OFFSETS hashtable to record the source offset of each binding’s source instance.

Package

coalton-impl/codegen/program.

Source

program.lisp.

Reader: instance-environment-codegen-syms (instance)
Package

coalton-impl/typechecker/environment.

Source

environment.lisp.

Target Slot

codegen-syms.

Function: instance-environment-p (object)
Package

coalton-impl/typechecker/environment.

Source

environment.lisp.

Function: instance-method-definition-list-p (x)
Package

coalton-impl/typechecker/toplevel.

Source

toplevel.lisp.

Function: instance-method-definition-list-p (x)
Package

coalton-impl/parser/toplevel.

Source

toplevel.lisp.

Function: instance-method-definition-location (instance)
Package

coalton-impl/typechecker/toplevel.

Source

toplevel.lisp.

Reader: instance-method-definition-location (instance)
Package

coalton-impl/parser/toplevel.

Source

toplevel.lisp.

Target Slot

location.

Function: instance-method-definition-p (object)
Package

coalton-impl/typechecker/toplevel.

Source

toplevel.lisp.

Function: instance-method-definition-p (object)
Package

coalton-impl/parser/toplevel.

Source

toplevel.lisp.

Function: instance/alternative⎵list-coalton-library/classes:alt (a-2296 b-2297)
Package

coalton-library/list.

Source

list.lisp.

Function: instance/alternative⎵optional-coalton-library/classes:alt (x-1830 y-1831)
Package

coalton-library/optional.

Source

optional.lisp.

Function: instance/applicative⎵(free⎵:a) (g2132)
Package

coalton-library/monad/free.

Source

monad/free.lisp.

Function: instance/applicative⎵(free⎵:a)-coalton-library/classes:lifta2 (dict2134)
Package

coalton-library/monad/free.

Source

monad/free.lisp.

Function: instance/applicative⎵(free⎵:a)-coalton-library/classes:pure (dict2133)
Package

coalton-library/monad/free.

Source

monad/free.lisp.

Function: instance/applicative⎵(result⎵:a)-coalton-library/classes:lifta2 (f-1879 a-1880 b-1881)
Package

coalton-library/result.

Source

result.lisp.

Function: instance/applicative⎵(result⎵:a)-coalton-library/classes:pure (x-1878)
Package

coalton-library/result.

Source

result.lisp.

Function: instance/applicative⎵(st⎵:a)-coalton-library/classes:lifta2 (fab-2624 sca-2625 scb-2626)
Package

coalton-library/monad/state.

Source

monad/state.lisp.

Function: instance/applicative⎵(st⎵:a)-coalton-library/classes:pure (x-2622)
Package

coalton-library/monad/state.

Source

monad/state.lisp.

Function: instance/applicative⎵cell-coalton-library/classes:lifta2 (f-1582 c1-1583 c2-1584)
Package

coalton-library/cell.

Source

cell.lisp.

Function: instance/applicative⎵cell-coalton-library/classes:pure (data-1356)
Package

coalton-library/cell.

Source

cell.lisp.

Function: instance/applicative⎵list-coalton-library/classes:lifta2 (f-2292 as-2293 bs-2294)
Package

coalton-library/list.

Source

list.lisp.

Function: instance/applicative⎵list-coalton-library/classes:pure (x-2291)
Package

coalton-library/list.

Source

list.lisp.

Function: instance/applicative⎵optional-coalton-library/classes:lifta2 (f-1822 x-1823 y-1824)
Package

coalton-library/optional.

Source

optional.lisp.

Function: instance/applicative⎵optional-coalton-library/classes:pure (x-1821)
Package

coalton-library/optional.

Source

optional.lisp.

Function: instance/bifunctor⎵result-coalton-library/classes:bimap (f-1890 g-1891 res-1892)
Package

coalton-library/result.

Source

result.lisp.

Function: instance/bifunctor⎵tuple-coalton-library/classes:bimap (f-1615 g-1616 g1392)
Package

coalton-library/tuple.

Source

tuple.lisp.

Function: instance/bits:bits⎵i16-coalton-library/bits:and (a-505 b-506)
Package

coalton-library/math/num.

Source

num.lisp.

Function: instance/bits:bits⎵i16-coalton-library/bits:not (x-511)
Package

coalton-library/math/num.

Source

num.lisp.

Function: instance/bits:bits⎵i16-coalton-library/bits:or (a-507 b-508)
Package

coalton-library/math/num.

Source

num.lisp.

Function: instance/bits:bits⎵i16-coalton-library/bits:shift (amount-512 bits-513)
Package

coalton-library/math/num.

Source

num.lisp.

Function: instance/bits:bits⎵i16-coalton-library/bits:xor (a-509 b-510)
Package

coalton-library/math/num.

Source

num.lisp.

Function: instance/bits:bits⎵i32-coalton-library/bits:and (a-514 b-515)
Package

coalton-library/math/num.

Source

num.lisp.

Function: instance/bits:bits⎵i32-coalton-library/bits:not (x-520)
Package

coalton-library/math/num.

Source

num.lisp.

Function: instance/bits:bits⎵i32-coalton-library/bits:or (a-516 b-517)
Package

coalton-library/math/num.

Source

num.lisp.

Function: instance/bits:bits⎵i32-coalton-library/bits:shift (amount-521 bits-522)
Package

coalton-library/math/num.

Source

num.lisp.

Function: instance/bits:bits⎵i32-coalton-library/bits:xor (a-518 b-519)
Package

coalton-library/math/num.

Source

num.lisp.

Function: instance/bits:bits⎵i64-coalton-library/bits:and (a-523 b-524)
Package

coalton-library/math/num.

Source

num.lisp.

Function: instance/bits:bits⎵i64-coalton-library/bits:not (x-529)
Package

coalton-library/math/num.

Source

num.lisp.

Function: instance/bits:bits⎵i64-coalton-library/bits:or (a-525 b-526)
Package

coalton-library/math/num.

Source

num.lisp.

Function: instance/bits:bits⎵i64-coalton-library/bits:shift (amount-530 bits-531)
Package

coalton-library/math/num.

Source

num.lisp.

Function: instance/bits:bits⎵i64-coalton-library/bits:xor (a-527 b-528)
Package

coalton-library/math/num.

Source

num.lisp.

Function: instance/bits:bits⎵i8-coalton-library/bits:and (a-496 b-497)
Package

coalton-library/math/num.

Source

num.lisp.

Function: instance/bits:bits⎵i8-coalton-library/bits:not (x-502)
Package

coalton-library/math/num.

Source

num.lisp.

Function: instance/bits:bits⎵i8-coalton-library/bits:or (a-498 b-499)
Package

coalton-library/math/num.

Source

num.lisp.

Function: instance/bits:bits⎵i8-coalton-library/bits:shift (amount-503 bits-504)
Package

coalton-library/math/num.

Source

num.lisp.

Function: instance/bits:bits⎵i8-coalton-library/bits:xor (a-500 b-501)
Package

coalton-library/math/num.

Source

num.lisp.

Function: instance/bits:bits⎵ifix-coalton-library/bits:and (a-532 b-533)
Package

coalton-library/math/num.

Source

num.lisp.

Function: instance/bits:bits⎵ifix-coalton-library/bits:not (x-538)
Package

coalton-library/math/num.

Source

num.lisp.

Function: instance/bits:bits⎵ifix-coalton-library/bits:or (a-534 b-535)
Package

coalton-library/math/num.

Source

num.lisp.

Function: instance/bits:bits⎵ifix-coalton-library/bits:shift (amount-539 bits-540)
Package

coalton-library/math/num.

Source

num.lisp.

Function: instance/bits:bits⎵ifix-coalton-library/bits:xor (a-536 b-537)
Package

coalton-library/math/num.

Source

num.lisp.

Function: instance/bits:bits⎵integer-coalton-library/bits:and (a-487 b-488)
Package

coalton-library/math/num.

Source

num.lisp.

Function: instance/bits:bits⎵integer-coalton-library/bits:not (x-493)
Package

coalton-library/math/num.

Source

num.lisp.

Function: instance/bits:bits⎵integer-coalton-library/bits:or (a-489 b-490)
Package

coalton-library/math/num.

Source

num.lisp.

Function: instance/bits:bits⎵integer-coalton-library/bits:shift (amount-494 bits-495)
Package

coalton-library/math/num.

Source

num.lisp.

Function: instance/bits:bits⎵integer-coalton-library/bits:xor (a-491 b-492)
Package

coalton-library/math/num.

Source

num.lisp.

Function: instance/bits:bits⎵u16-coalton-library/bits:and (a-550 b-551)
Package

coalton-library/math/num.

Source

num.lisp.

Function: instance/bits:bits⎵u16-coalton-library/bits:not (x-556)
Package

coalton-library/math/num.

Source

num.lisp.

Function: instance/bits:bits⎵u16-coalton-library/bits:or (a-552 b-553)
Package

coalton-library/math/num.

Source

num.lisp.

Function: instance/bits:bits⎵u16-coalton-library/bits:shift (amount-557 bits-558)
Package

coalton-library/math/num.

Source

num.lisp.

Function: instance/bits:bits⎵u16-coalton-library/bits:xor (a-554 b-555)
Package

coalton-library/math/num.

Source

num.lisp.

Function: instance/bits:bits⎵u32-coalton-library/bits:and (a-559 b-560)
Package

coalton-library/math/num.

Source

num.lisp.

Function: instance/bits:bits⎵u32-coalton-library/bits:not (x-565)
Package

coalton-library/math/num.

Source

num.lisp.

Function: instance/bits:bits⎵u32-coalton-library/bits:or (a-561 b-562)
Package

coalton-library/math/num.

Source

num.lisp.

Function: instance/bits:bits⎵u32-coalton-library/bits:shift (amount-566 bits-567)
Package

coalton-library/math/num.

Source

num.lisp.

Function: instance/bits:bits⎵u32-coalton-library/bits:xor (a-563 b-564)
Package

coalton-library/math/num.

Source

num.lisp.

Function: instance/bits:bits⎵u64-coalton-library/bits:and (a-568 b-569)
Package

coalton-library/math/num.

Source

num.lisp.

Function: instance/bits:bits⎵u64-coalton-library/bits:not (x-574)
Package

coalton-library/math/num.

Source

num.lisp.

Function: instance/bits:bits⎵u64-coalton-library/bits:or (a-570 b-571)
Package

coalton-library/math/num.

Source

num.lisp.

Function: instance/bits:bits⎵u64-coalton-library/bits:shift (amount-575 bits-576)
Package

coalton-library/math/num.

Source

num.lisp.

Function: instance/bits:bits⎵u64-coalton-library/bits:xor (a-572 b-573)
Package

coalton-library/math/num.

Source

num.lisp.

Function: instance/bits:bits⎵u8-coalton-library/bits:and (a-541 b-542)
Package

coalton-library/math/num.

Source

num.lisp.

Function: instance/bits:bits⎵u8-coalton-library/bits:not (x-547)
Package

coalton-library/math/num.

Source

num.lisp.

Function: instance/bits:bits⎵u8-coalton-library/bits:or (a-543 b-544)
Package

coalton-library/math/num.

Source

num.lisp.

Function: instance/bits:bits⎵u8-coalton-library/bits:shift (amount-548 bits-549)
Package

coalton-library/math/num.

Source

num.lisp.

Function: instance/bits:bits⎵u8-coalton-library/bits:xor (a-545 b-546)
Package

coalton-library/math/num.

Source

num.lisp.

Function: instance/bits:bits⎵ufix-coalton-library/bits:and (a-577 b-578)
Package

coalton-library/math/num.

Source

num.lisp.

Function: instance/bits:bits⎵ufix-coalton-library/bits:not (x-583)
Package

coalton-library/math/num.

Source

num.lisp.

Function: instance/bits:bits⎵ufix-coalton-library/bits:or (a-579 b-580)
Package

coalton-library/math/num.

Source

num.lisp.

Function: instance/bits:bits⎵ufix-coalton-library/bits:shift (amount-584 bits-585)
Package

coalton-library/math/num.

Source

num.lisp.

Function: instance/bits:bits⎵ufix-coalton-library/bits:xor (a-581 b-582)
Package

coalton-library/math/num.

Source

num.lisp.

Function: instance/coalton-library/hash:hash⎵boolean-coalton-library/hash:hash (item-198)
Package

coalton-library/boolean.

Source

boolean.lisp.

Function: instance/coalton-library/hash:hash⎵char-coalton-library/hash:hash (item-2426)
Package

coalton-library/char.

Source

char.lisp.

Function: instance/coalton-library/hash:hash⎵double-float-coalton-library/hash:hash (item-598)
Package

coalton-library/math/num.

Source

num.lisp.

Function: instance/coalton-library/hash:hash⎵i16-coalton-library/hash:hash (item-588)
Package

coalton-library/math/num.

Source

num.lisp.

Function: instance/coalton-library/hash:hash⎵i32-coalton-library/hash:hash (item-589)
Package

coalton-library/math/num.

Source

num.lisp.

Function: instance/coalton-library/hash:hash⎵i64-coalton-library/hash:hash (item-590)
Package

coalton-library/math/num.

Source

num.lisp.

Function: instance/coalton-library/hash:hash⎵i8-coalton-library/hash:hash (item-587)
Package

coalton-library/math/num.

Source

num.lisp.

Function: instance/coalton-library/hash:hash⎵ifix-coalton-library/hash:hash (item-595)
Package

coalton-library/math/num.

Source

num.lisp.

Function: instance/coalton-library/hash:hash⎵integer-coalton-library/hash:hash (item-586)
Package

coalton-library/math/num.

Source

num.lisp.

Function: instance/coalton-library/hash:hash⎵single-float-coalton-library/hash:hash (item-597)
Package

coalton-library/math/num.

Source

num.lisp.

Function: instance/coalton-library/hash:hash⎵string-coalton-library/hash:hash (item-2482)
Package

coalton-library/string.

Source

string.lisp.

Function: instance/coalton-library/hash:hash⎵u16-coalton-library/hash:hash (item-592)
Package

coalton-library/math/num.

Source

num.lisp.

Function: instance/coalton-library/hash:hash⎵u32-coalton-library/hash:hash (item-593)
Package

coalton-library/math/num.

Source

num.lisp.

Function: instance/coalton-library/hash:hash⎵u64-coalton-library/hash:hash (item-594)
Package

coalton-library/math/num.

Source

num.lisp.

Function: instance/coalton-library/hash:hash⎵u8-coalton-library/hash:hash (item-591)
Package

coalton-library/math/num.

Source

num.lisp.

Function: instance/coalton-library/hash:hash⎵ufix-coalton-library/hash:hash (item-596)
Package

coalton-library/math/num.

Source

num.lisp.

Function: instance/coalton-library/types:runtimerepr⎵((free⎵:a)⎵:b)-coalton-library/types:runtime-repr (_2128)
Package

coalton-library/monad/free.

Source

monad/free.lisp.

Function: instance/coalton-library/types:runtimerepr⎵(cell⎵:a)-coalton-library/types:runtime-repr (_1337)
Package

coalton-library/cell.

Source

cell.lisp.

Function: instance/coalton-library/types:runtimerepr⎵(complex⎵:a)-coalton-library/types:runtime-repr (_1018)
Package

coalton-library/math/complex.

Source

complex.lisp.

Function: instance/coalton-library/types:runtimerepr⎵(dual⎵:a)-coalton-library/types:runtime-repr (_1143)
Package

coalton-library/math/dual.

Source

dual.lisp.

Function: instance/coalton-library/types:runtimerepr⎵(hashtable⎵:a⎵:b)-coalton-library/types:runtime-repr (_1937)
Package

coalton-library/hashtable.

Source

hashtable.lisp.

Function: instance/coalton-library/types:runtimerepr⎵(iteratorstacknode⎵:a)-coalton-library/types:runtime-repr (_2020)
Package

coalton-library/ord-tree.

Source

ord-tree.lisp.

Function: instance/coalton-library/types:runtimerepr⎵(map⎵:a⎵:b)-coalton-library/types:runtime-repr (_2079)
Package

coalton-library/ord-map.

Source

ord-map.lisp.

Function: instance/coalton-library/types:runtimerepr⎵(mappair⎵:a⎵:b)-coalton-library/types:runtime-repr (_2077)
Package

coalton-library/ord-map.

Source

ord-map.lisp.

Function: instance/coalton-library/types:runtimerepr⎵(profile⎵:a)-coalton-library/types:runtime-repr (_2255)
Package

coalton-library/system.

Source

system.lisp.

Function: instance/coalton-library/types:runtimerepr⎵(quantization⎵:a)-coalton-library/types:runtime-repr (_913)
Package

coalton-library/math/real.

Source

real.lisp.

Function: instance/coalton-library/types:runtimerepr⎵(queue⎵:a)-coalton-library/types:runtime-repr (_1971)
Package

coalton-library/queue.

Source

queue.lisp.

Function: instance/coalton-library/types:runtimerepr⎵(st⎵:a⎵:b)-coalton-library/types:runtime-repr (_1988)
Package

coalton-library/monad/state.

Source

monad/state.lisp.

Function: instance/coalton-library/types:runtimerepr⎵(tree⎵:a)-coalton-library/types:runtime-repr (_2018)
Package

coalton-library/ord-tree.

Source

ord-tree.lisp.

Function: instance/coalton-library/types:runtimerepr⎵(tuple3⎵:a⎵:b⎵:c)-coalton-library/types:runtime-repr (_1368)
Package

coalton-library/tuple.

Source

tuple.lisp.

Function: instance/coalton-library/types:runtimerepr⎵(tuple4⎵:a⎵:b⎵:c⎵:d)-coalton-library/types:runtime-repr (_1370)
Package

coalton-library/tuple.

Source

tuple.lisp.

Function: instance/coalton-library/types:runtimerepr⎵(tuple5⎵:a⎵:b⎵:c⎵:d⎵:e)-coalton-library/types:runtime-repr (_1372)
Package

coalton-library/tuple.

Source

tuple.lisp.

Function: instance/coalton-library/types:runtimerepr⎵color-coalton-library/types:runtime-repr (_2016)
Package

coalton-library/ord-tree.

Source

ord-tree.lisp.

Function: instance/coalton-library/types:runtimerepr⎵dyadic-coalton-library/types:runtime-repr (_1114)
Package

coalton-library/math/dyadic.

Source

dyadic.lisp.

Function: instance/coalton-library/types:runtimerepr⎵hash-coalton-library/types:runtime-repr (_726)
Package

coalton-library/hash.

Source

hash.lisp.

Function: instance/coalton-library/types:runtimerepr⎵i16-coalton-library/types:runtime-repr (_635)
Package

coalton.

Source

primitive-types.lisp.

Function: instance/coalton-library/types:runtimerepr⎵i32-coalton-library/types:runtime-repr (_637)
Package

coalton.

Source

primitive-types.lisp.

Function: instance/coalton-library/types:runtimerepr⎵i64-coalton-library/types:runtime-repr (_639)
Package

coalton.

Source

primitive-types.lisp.

Function: instance/coalton-library/types:runtimerepr⎵i8-coalton-library/types:runtime-repr (_633)
Package

coalton.

Source

primitive-types.lisp.

Function: instance/coalton-library/types:runtimerepr⎵ifix-coalton-library/types:runtime-repr (_641)
Package

coalton.

Source

primitive-types.lisp.

Function: instance/coalton-library/types:runtimerepr⎵lispcondition-coalton-library/types:runtime-repr (_2265)
Package

coalton-library/system.

Source

system.lisp.

Function: instance/coalton-library/types:runtimerepr⎵u16-coalton-library/types:runtime-repr (_627)
Package

coalton.

Source

primitive-types.lisp.

Function: instance/coalton-library/types:runtimerepr⎵u32-coalton-library/types:runtime-repr (_629)
Package

coalton.

Source

primitive-types.lisp.

Function: instance/coalton-library/types:runtimerepr⎵u64-coalton-library/types:runtime-repr (_631)
Package

coalton.

Source

primitive-types.lisp.

Function: instance/coalton-library/types:runtimerepr⎵u8-coalton-library/types:runtime-repr (_625)
Package

coalton.

Source

primitive-types.lisp.

Function: instance/coalton-library/types:runtimerepr⎵ufix-coalton-library/types:runtime-repr (_643)
Package

coalton.

Source

primitive-types.lisp.

Function: instance/coalton-library/types:runtimerepr⎵void-coalton-library/types:runtime-repr (_623)
Package

coalton.

Source

primitive-types.lisp.

Function: instance/complex⎵(complex⎵:a) (g1045)
Package

coalton-library/math/complex.

Source

complex.lisp.

Function: instance/complex⎵(complex⎵:a)-coalton-library/math/complex:complex (dict1046 a-1095 b-1096)
Package

coalton-library/math/complex.

Source

complex.lisp.

Function: instance/complex⎵(complex⎵:a)-coalton-library/math/complex:imag-part (dict1048 a-1099)
Package

coalton-library/math/complex.

Source

complex.lisp.

Function: instance/complex⎵(complex⎵:a)-coalton-library/math/complex:real-part (dict1047 a-1097)
Package

coalton-library/math/complex.

Source

complex.lisp.

Function: instance/complex⎵double-float-coalton-library/math/complex:complex (a-1285 b-1286)
Package

coalton-library/math/complex.

Source

complex.lisp.

Function: instance/complex⎵double-float-coalton-library/math/complex:imag-part (a-1288)
Package

coalton-library/math/complex.

Source

complex.lisp.

Function: instance/complex⎵double-float-coalton-library/math/complex:real-part (a-1287)
Package

coalton-library/math/complex.

Source

complex.lisp.

Function: instance/complex⎵fraction-coalton-library/math/complex:complex (a-1299 b-1300)
Package

coalton-library/math/complex.

Source

complex.lisp.

Function: instance/complex⎵fraction-coalton-library/math/complex:imag-part (a-1302)
Package

coalton-library/math/complex.

Source

complex.lisp.

Function: instance/complex⎵fraction-coalton-library/math/complex:real-part (a-1301)
Package

coalton-library/math/complex.

Source

complex.lisp.

Function: instance/complex⎵i16-coalton-library/math/complex:complex (a-1201 b-1202)
Package

coalton-library/math/complex.

Source

complex.lisp.

Function: instance/complex⎵i16-coalton-library/math/complex:imag-part (a-1204)
Package

coalton-library/math/complex.

Source

complex.lisp.

Function: instance/complex⎵i16-coalton-library/math/complex:real-part (a-1203)
Package

coalton-library/math/complex.

Source

complex.lisp.

Function: instance/complex⎵i32-coalton-library/math/complex:complex (a-1215 b-1216)
Package

coalton-library/math/complex.

Source

complex.lisp.

Function: instance/complex⎵i32-coalton-library/math/complex:imag-part (a-1218)
Package

coalton-library/math/complex.

Source

complex.lisp.

Function: instance/complex⎵i32-coalton-library/math/complex:real-part (a-1217)
Package

coalton-library/math/complex.

Source

complex.lisp.

Function: instance/complex⎵i64-coalton-library/math/complex:complex (a-1229 b-1230)
Package

coalton-library/math/complex.

Source

complex.lisp.

Function: instance/complex⎵i64-coalton-library/math/complex:imag-part (a-1232)
Package

coalton-library/math/complex.

Source

complex.lisp.

Function: instance/complex⎵i64-coalton-library/math/complex:real-part (a-1231)
Package

coalton-library/math/complex.

Source

complex.lisp.

Function: instance/complex⎵i8-coalton-library/math/complex:complex (a-1187 b-1188)
Package

coalton-library/math/complex.

Source

complex.lisp.

Function: instance/complex⎵i8-coalton-library/math/complex:imag-part (a-1190)
Package

coalton-library/math/complex.

Source

complex.lisp.

Function: instance/complex⎵i8-coalton-library/math/complex:real-part (a-1189)
Package

coalton-library/math/complex.

Source

complex.lisp.

Function: instance/complex⎵ifix-coalton-library/math/complex:complex (a-1243 b-1244)
Package

coalton-library/math/complex.

Source

complex.lisp.

Function: instance/complex⎵ifix-coalton-library/math/complex:imag-part (a-1246)
Package

coalton-library/math/complex.

Source

complex.lisp.

Function: instance/complex⎵ifix-coalton-library/math/complex:real-part (a-1245)
Package

coalton-library/math/complex.

Source

complex.lisp.

Function: instance/complex⎵integer-coalton-library/math/complex:complex (a-1257 b-1258)
Package

coalton-library/math/complex.

Source

complex.lisp.

Function: instance/complex⎵integer-coalton-library/math/complex:imag-part (a-1260)
Package

coalton-library/math/complex.

Source

complex.lisp.

Function: instance/complex⎵integer-coalton-library/math/complex:real-part (a-1259)
Package

coalton-library/math/complex.

Source

complex.lisp.

Function: instance/complex⎵single-float-coalton-library/math/complex:complex (a-1271 b-1272)
Package

coalton-library/math/complex.

Source

complex.lisp.

Function: instance/complex⎵single-float-coalton-library/math/complex:imag-part (a-1274)
Package

coalton-library/math/complex.

Source

complex.lisp.

Function: instance/complex⎵single-float-coalton-library/math/complex:real-part (a-1273)
Package

coalton-library/math/complex.

Source

complex.lisp.

Function: instance/complex⎵u16-coalton-library/math/complex:complex (a-1131 b-1132)
Package

coalton-library/math/complex.

Source

complex.lisp.

Function: instance/complex⎵u16-coalton-library/math/complex:imag-part (a-1134)
Package

coalton-library/math/complex.

Source

complex.lisp.

Function: instance/complex⎵u16-coalton-library/math/complex:real-part (a-1133)
Package

coalton-library/math/complex.

Source

complex.lisp.

Function: instance/complex⎵u32-coalton-library/math/complex:complex (a-1145 b-1146)
Package

coalton-library/math/complex.

Source

complex.lisp.

Function: instance/complex⎵u32-coalton-library/math/complex:imag-part (a-1148)
Package

coalton-library/math/complex.

Source

complex.lisp.

Function: instance/complex⎵u32-coalton-library/math/complex:real-part (a-1147)
Package

coalton-library/math/complex.

Source

complex.lisp.

Function: instance/complex⎵u64-coalton-library/math/complex:complex (a-1159 b-1160)
Package

coalton-library/math/complex.

Source

complex.lisp.

Function: instance/complex⎵u64-coalton-library/math/complex:imag-part (a-1162)
Package

coalton-library/math/complex.

Source

complex.lisp.

Function: instance/complex⎵u64-coalton-library/math/complex:real-part (a-1161)
Package

coalton-library/math/complex.

Source

complex.lisp.

Function: instance/complex⎵u8-coalton-library/math/complex:complex (a-1117 b-1118)
Package

coalton-library/math/complex.

Source

complex.lisp.

Function: instance/complex⎵u8-coalton-library/math/complex:imag-part (a-1120)
Package

coalton-library/math/complex.

Source

complex.lisp.

Function: instance/complex⎵u8-coalton-library/math/complex:real-part (a-1119)
Package

coalton-library/math/complex.

Source

complex.lisp.

Function: instance/complex⎵ufix-coalton-library/math/complex:complex (a-1173 b-1174)
Package

coalton-library/math/complex.

Source

complex.lisp.

Function: instance/complex⎵ufix-coalton-library/math/complex:imag-part (a-1176)
Package

coalton-library/math/complex.

Source

complex.lisp.

Function: instance/complex⎵ufix-coalton-library/math/complex:real-part (a-1175)
Package

coalton-library/math/complex.

Source

complex.lisp.

Function: instance/default⎵(cell⎵:a) (g1352)
Package

coalton-library/cell.

Source

cell.lisp.

Function: instance/default⎵(cell⎵:a)-coalton-library/classes:default (dict1353 _1354)
Package

coalton-library/cell.

Source

cell.lisp.

Function: instance/default⎵(hashtable⎵:a⎵:b) (g1947)
Package

coalton-library/hashtable.

Source

hashtable.lisp.

Function: instance/default⎵(hashtable⎵:a⎵:b)-coalton-library/classes:default (dict1948)
Package

coalton-library/hashtable.

Source

hashtable.lisp.

Function: instance/default⎵(list⎵:a)-coalton-library/classes:default (_1790)
Package

coalton-library/list.

Source

list.lisp.

Function: instance/default⎵(optional⎵:a)-coalton-library/classes:default (_1658)
Package

coalton-library/optional.

Source

optional.lisp.

Function: instance/default⎵(queue⎵:a)-coalton-library/classes:default (g1979)
Package

coalton-library/queue.

Source

queue.lisp.

Function: instance/default⎵(seq⎵:a) (g2198)
Package

coalton-library/seq.

Source

seq.lisp.

Function: instance/default⎵(seq⎵:a)-coalton-library/classes:default (dict2199)
Package

coalton-library/seq.

Source

seq.lisp.

Function: instance/default⎵(tuple⎵:a⎵:b) (g1442 g1443)
Package

coalton-library/tuple.

Source

tuple.lisp.

Function: instance/default⎵(tuple⎵:a⎵:b)-coalton-library/classes:default (dict1444 dict1445 _1446)
Package

coalton-library/tuple.

Source

tuple.lisp.

Function: instance/default⎵(tuple3⎵:a⎵:b⎵:c) (g1448 g1449 g1450)
Package

coalton-library/tuple.

Source

tuple.lisp.

Function: instance/default⎵(tuple3⎵:a⎵:b⎵:c)-coalton-library/classes:default (dict1451 dict1452 dict1453 _1454)
Package

coalton-library/tuple.

Source

tuple.lisp.

Function: instance/default⎵(tuple4⎵:a⎵:b⎵:c⎵:d) (g1456 g1457 g1458 g1459)
Package

coalton-library/tuple.

Source

tuple.lisp.

Function: instance/default⎵(tuple4⎵:a⎵:b⎵:c⎵:d)-coalton-library/classes:default (dict1460 dict1461 dict1462 dict1463 _1464)
Package

coalton-library/tuple.

Source

tuple.lisp.

Function: instance/default⎵(tuple5⎵:a⎵:b⎵:c⎵:d⎵:e) (g1466 g1467 g1468 g1469 g1470)
Package

coalton-library/tuple.

Source

tuple.lisp.

Function: instance/default⎵(tuple5⎵:a⎵:b⎵:c⎵:d⎵:e)-coalton-library/classes:default (dict1471 dict1472 dict1473 dict1474 dict1475 _1476)
Package

coalton-library/tuple.

Source

tuple.lisp.

Function: instance/default⎵(vector⎵:a)-coalton-library/classes:default (g1876)
Package

coalton-library/vector.

Source

vector.lisp.

Function: instance/default⎵boolean-coalton-library/classes:default (_762)
Package

coalton-library/boolean.

Source

boolean.lisp.

Function: instance/default⎵double-float-coalton-library/classes:default (_821)
Package

coalton-library/math/num.

Source

num.lisp.

Function: instance/default⎵hash-coalton-library/classes:default (_728)
Package

coalton-library/hash.

Source

hash.lisp.

Function: instance/default⎵i16-coalton-library/classes:default (_803)
Package

coalton-library/math/num.

Source

num.lisp.

Function: instance/default⎵i32-coalton-library/classes:default (_805)
Package

coalton-library/math/num.

Source

num.lisp.

Function: instance/default⎵i64-coalton-library/classes:default (_807)
Package

coalton-library/math/num.

Source

num.lisp.

Function: instance/default⎵i8-coalton-library/classes:default (_799)
Package

coalton-library/math/num.

Source

num.lisp.

Function: instance/default⎵ifix-coalton-library/classes:default (_815)
Package

coalton-library/math/num.

Source

num.lisp.

Function: instance/default⎵integer-coalton-library/classes:default (_819)
Package

coalton-library/math/num.

Source

num.lisp.

Function: instance/default⎵single-float-coalton-library/classes:default (_823)
Package

coalton-library/math/num.

Source

num.lisp.

Function: instance/default⎵string-coalton-library/classes:default (_1892)
Package

coalton-library/string.

Source

string.lisp.

Function: instance/default⎵u16-coalton-library/classes:default (_809)
Package

coalton-library/math/num.

Source

num.lisp.

Function: instance/default⎵u32-coalton-library/classes:default (_811)
Package

coalton-library/math/num.

Source

num.lisp.

Function: instance/default⎵u64-coalton-library/classes:default (_813)
Package

coalton-library/math/num.

Source

num.lisp.

Function: instance/default⎵u8-coalton-library/classes:default (_801)
Package

coalton-library/math/num.

Source

num.lisp.

Function: instance/default⎵ufix-coalton-library/classes:default (_817)
Package

coalton-library/math/num.

Source

num.lisp.

Function: instance/dividable⎵:a⎵:a (g793)
Package

coalton-library/math/arith.

Source

arith.lisp.

Function: instance/dividable⎵:a⎵:a-coalton-library/math/arith:general/ (dict794 a-214 b-215)
Package

coalton-library/math/arith.

Source

arith.lisp.

Function: instance/dividable⎵integer⎵double-float-coalton-library/math/arith:general/ (x-484 y-485)
Package

coalton-library/math/num.

Source

num.lisp.

Function: instance/dividable⎵integer⎵fraction-coalton-library/math/arith:general/ (x-646 y-647)
Package

coalton-library/math/fraction.

Source

fraction.lisp.

Function: instance/dividable⎵integer⎵single-float-coalton-library/math/arith:general/ (x-481 y-482)
Package

coalton-library/math/num.

Source

num.lisp.

Function: instance/elementary⎵(complex⎵:a) (g1101)
Package

coalton-library/math/elementary.

Source

elementary.lisp.

Function: instance/eq⎵(cell⎵:a) (g1339)
Package

coalton-library/cell.

Source

cell.lisp.

Function: instance/eq⎵(cell⎵:a)-coalton-library/classes:== (dict1340 c1-1567 c2-1568)
Package

coalton-library/cell.

Source

cell.lisp.

Function: instance/eq⎵(complex⎵:a) (g1032)
Package

coalton-library/math/complex.

Source

complex.lisp.

Function: instance/eq⎵(complex⎵:a)-coalton-library/classes:== (dict1033 a-1080 b-1081)
Package

coalton-library/math/complex.

Source

complex.lisp.

Function: instance/eq⎵(dual⎵:a) (g1145)
Package

coalton-library/math/dual.

Source

dual.lisp.

Function: instance/eq⎵(dual⎵:a)-coalton-library/classes:== (dict1146 g1147 g1148)
Package

coalton-library/math/dual.

Source

dual.lisp.

Function: instance/eq⎵(hashtable⎵:a⎵:b) (g1939 g1940)
Package

coalton-library/hashtable.

Source

hashtable.lisp.

Function: instance/eq⎵(hashtable⎵:a⎵:b)-coalton-library/classes:== (dict1941 dict1942 ht1-2556 ht2-2557)
Package

coalton-library/hashtable.

Source

hashtable.lisp.

Function: instance/eq⎵(list⎵:a) (g1780)
Package

coalton-library/list.

Source

list.lisp.

Function: instance/eq⎵(list⎵:a)-coalton-library/classes:== (dict1781 a-2270 b-2271)
Package

coalton-library/list.

Source

list.lisp.

Function: instance/eq⎵(map⎵:a⎵:b) (g2085 g2086)
Package

coalton-library/ord-map.

Source

ord-map.lisp.

Function: instance/eq⎵(map⎵:a⎵:b)-coalton-library/classes:== (dict2087 dict2088 left-2917 right-2918)
Package

coalton-library/ord-map.

Source

ord-map.lisp.

Function: instance/eq⎵(mappair⎵:a⎵:b) (g2081)
Package

coalton-library/ord-map.

Source

ord-map.lisp.

Function: instance/eq⎵(mappair⎵:a⎵:b)-coalton-library/classes:== (dict2082 left-2913 right-2914)
Package

coalton-library/ord-map.

Source

ord-map.lisp.

Function: instance/eq⎵(optional⎵:a) (g1639)
Package

coalton-library/optional.

Source

optional.lisp.

Function: instance/eq⎵(optional⎵:a)-coalton-library/classes:== (dict1640 x-1799 y-1800)
Package

coalton-library/optional.

Source

optional.lisp.

Function: instance/eq⎵(queue⎵:a) (g1973)
Package

coalton-library/queue.

Source

queue.lisp.

Function: instance/eq⎵(queue⎵:a)-coalton-library/classes:== (dict1974 q1-2594 q2-2595)
Package

coalton-library/queue.

Source

queue.lisp.

Function: instance/eq⎵(result⎵:a⎵:b) (g1692 g1693)
Package

coalton-library/result.

Source

result.lisp.

Function: instance/eq⎵(result⎵:a⎵:b)-coalton-library/classes:== (dict1694 dict1695 a-1858 b-1859)
Package

coalton-library/result.

Source

result.lisp.

Function: instance/eq⎵(seq⎵:a) (g2204)
Package

coalton-library/seq.

Source

seq.lisp.

Function: instance/eq⎵(seq⎵:a)-coalton-library/classes:== (dict2205 a-3181 b-3182)
Package

coalton-library/seq.

Source

seq.lisp.

Function: instance/eq⎵(slice⎵:a) (g1909)
Package

coalton-library/slice.

Source

slice.lisp.

Function: instance/eq⎵(slice⎵:a)-coalton-library/classes:== (dict1910 s1-2517 s2-2518)
Package

coalton-library/slice.

Source

slice.lisp.

Function: instance/eq⎵(tree⎵:a) (g2022)
Package

coalton-library/ord-tree.

Source

ord-tree.lisp.

Function: instance/eq⎵(tree⎵:a)-coalton-library/classes:== (dict2023 left-2838 right-2839)
Package

coalton-library/ord-tree.

Source

ord-tree.lisp.

Function: instance/eq⎵(tuple⎵:a⎵:b) (g1374 g1375)
Package

coalton-library/tuple.

Source

tuple.lisp.

Function: instance/eq⎵(tuple⎵:a⎵:b)-coalton-library/classes:== (dict1376 dict1377 g1378 g1379)
Package

coalton-library/tuple.

Source

tuple.lisp.

Function: instance/eq⎵(tuple3⎵:a⎵:b⎵:c) (g1394 g1395 g1396)
Package

coalton-library/tuple.

Source

tuple.lisp.

Function: instance/eq⎵(tuple3⎵:a⎵:b⎵:c)-coalton-library/classes:== (dict1397 dict1398 dict1399 a-1619 b-1620)
Package

coalton-library/tuple.

Source

tuple.lisp.

Function: instance/eq⎵(tuple4⎵:a⎵:b⎵:c⎵:d) (g1406 g1407 g1408 g1409)
Package

coalton-library/tuple.

Source

tuple.lisp.

Function: instance/eq⎵(tuple4⎵:a⎵:b⎵:c⎵:d)-coalton-library/classes:== (dict1410 dict1411 dict1412 dict1413 a-1622 b-1623)
Package

coalton-library/tuple.

Source

tuple.lisp.

Function: instance/eq⎵(tuple5⎵:a⎵:b⎵:c⎵:d⎵:e) (g1422 g1423 g1424 g1425 g1426)
Package

coalton-library/tuple.

Source

tuple.lisp.

Function: instance/eq⎵(tuple5⎵:a⎵:b⎵:c⎵:d⎵:e)-coalton-library/classes:== (dict1427 dict1428 dict1429 dict1430 dict1431 a-1625 b-1626)
Package

coalton-library/tuple.

Source

tuple.lisp.

Function: instance/eq⎵(vector⎵:a) (g1866)
Package

coalton-library/vector.

Source

vector.lisp.

Function: instance/eq⎵(vector⎵:a)-coalton-library/classes:== (dict1867 v1-2372 v2-2373)
Package

coalton-library/vector.

Source

vector.lisp.

Function: instance/eq⎵boolean-coalton-library/classes:== (x-194 y-195)
Package

coalton-library/boolean.

Source

boolean.lisp.

Function: instance/eq⎵char-coalton-library/classes:== (x-2422 y-2423)
Package

coalton-library/char.

Source

char.lisp.

Function: instance/eq⎵color-coalton-library/classes:== (a-2836 b-2837)
Package

coalton-library/ord-tree.

Source

ord-tree.lisp.

Function: instance/eq⎵double-float-coalton-library/classes:== (a-352 b-353)
Package

coalton-library/math/num.

Source

num.lisp.

Function: instance/eq⎵dyadic-coalton-library/classes:== (a-1453 b-1454)
Package

coalton-library/math/dyadic.

Source

dyadic.lisp.

Function: instance/eq⎵fraction-coalton-library/classes:== (a-632 b-633)
Package

coalton-library/math/fraction.

Source

fraction.lisp.

Function: instance/eq⎵hash-coalton-library/classes:== (a-134 b-135)
Package

coalton-library/hash.

Source

hash.lisp.

Function: instance/eq⎵i16-coalton-library/classes:== (a-338 b-339)
Package

coalton-library/math/num.

Source

num.lisp.

Function: instance/eq⎵i32-coalton-library/classes:== (a-342 b-343)
Package

coalton-library/math/num.

Source

num.lisp.

Function: instance/eq⎵i64-coalton-library/classes:== (a-346 b-347)
Package

coalton-library/math/num.

Source

num.lisp.

Function: instance/eq⎵i8-coalton-library/classes:== (a-334 b-335)
Package

coalton-library/math/num.

Source

num.lisp.

Function: instance/eq⎵ifix-coalton-library/classes:== (a-330 b-331)
Package

coalton-library/math/num.

Source

num.lisp.

Function: instance/eq⎵integer-coalton-library/classes:== (a-328 b-329)
Package

coalton-library/math/num.

Source

num.lisp.

Function: instance/eq⎵ord-coalton-library/classes:== (a-50 b-51)
Package

coalton-library/classes.

Source

classes.lisp.

Function: instance/eq⎵pathname-coalton-library/classes:== (a-3211 b-3212)
Package

coalton-library/file.

Source

file.lisp.

Function: instance/eq⎵single-float-coalton-library/classes:== (a-350 b-351)
Package

coalton-library/math/num.

Source

num.lisp.

Function: instance/eq⎵string-coalton-library/classes:== (a-2457 b-2458)
Package

coalton-library/string.

Source

string.lisp.

Function: instance/eq⎵types:lisptype-coalton-library/classes:== (a-48 b-49)
Package

coalton-library/classes.

Source

classes.lisp.

Function: instance/eq⎵u16-coalton-library/classes:== (a-340 b-341)
Package

coalton-library/math/num.

Source

num.lisp.

Function: instance/eq⎵u32-coalton-library/classes:== (a-344 b-345)
Package

coalton-library/math/num.

Source

num.lisp.

Function: instance/eq⎵u64-coalton-library/classes:== (a-348 b-349)
Package

coalton-library/math/num.

Source

num.lisp.

Function: instance/eq⎵u8-coalton-library/classes:== (a-336 b-337)
Package

coalton-library/math/num.

Source

num.lisp.

Function: instance/eq⎵ufix-coalton-library/classes:== (a-332 b-333)
Package

coalton-library/math/num.

Source

num.lisp.

Function: instance/eq⎵unit-coalton-library/classes:== (_684 _685)
Package

coalton-library/classes.

Source

classes.lisp.

Function: instance/exponentiable⎵(complex⎵:a) (g1081)
Package

coalton-library/math/elementary.

Source

elementary.lisp.

Function: instance/exponentiable⎵(complex⎵:a)-coalton-library/math/elementary:ee (dict1086)
Package

coalton-library/math/elementary.

Source

elementary.lisp.

Function: instance/exponentiable⎵(complex⎵:a)-coalton-library/math/elementary:exp (dict1082 z-1363)
Package

coalton-library/math/elementary.

Source

elementary.lisp.

Function: instance/exponentiable⎵(complex⎵:a)-coalton-library/math/elementary:ln (dict1084 z-1360)
Package

coalton-library/math/elementary.

Source

elementary.lisp.

Function: instance/exponentiable⎵(complex⎵:a)-coalton-library/math/elementary:log (dict1085 b-1369 x-1370)
Package

coalton-library/math/elementary.

Source

elementary.lisp.

Function: instance/exponentiable⎵(complex⎵:a)-coalton-library/math/elementary:pow (dict1083 x-1367 y-1368)
Package

coalton-library/math/elementary.

Source

elementary.lisp.

Function: instance/exponentiable⎵(dual⎵:a) (g1221 g1222 g1223)
Package

coalton-library/math/dual.

Source

dual.lisp.

Function: instance/exponentiable⎵(dual⎵:a)-coalton-library/math/elementary:ee (dict1238 dict1239 dict1240)
Package

coalton-library/math/dual.

Source

dual.lisp.

Function: instance/exponentiable⎵(dual⎵:a)-coalton-library/math/elementary:exp (dict1224 dict1225 dict1226 g1227)
Package

coalton-library/math/dual.

Source

dual.lisp.

Function: instance/exponentiable⎵(dual⎵:a)-coalton-library/math/elementary:ln (dict1231 dict1232 dict1233 g1234)
Package

coalton-library/math/dual.

Source

dual.lisp.

Function: instance/exponentiable⎵(dual⎵:a)-coalton-library/math/elementary:log (dict1235 dict1236 dict1237 dual1-1527 dual2-1528)
Package

coalton-library/math/dual.

Source

dual.lisp.

Function: instance/exponentiable⎵(dual⎵:a)-coalton-library/math/elementary:pow (dict1228 dict1229 dict1230 dual1-1525 dual2-1526)
Package

coalton-library/math/dual.

Source

dual.lisp.

Function: instance/exponentiable⎵double-float-coalton-library/math/elementary:exp (x-1353)
Package

coalton-library/math/elementary.

Source

elementary.lisp.

Function: instance/exponentiable⎵double-float-coalton-library/math/elementary:ln (x-1356)
Package

coalton-library/math/elementary.

Source

elementary.lisp.

Function: instance/exponentiable⎵double-float-coalton-library/math/elementary:log (b-1354 x-1355)
Package

coalton-library/math/elementary.

Source

elementary.lisp.

Function: instance/exponentiable⎵double-float-coalton-library/math/elementary:pow (x-1351 y-1352)
Package

coalton-library/math/elementary.

Source

elementary.lisp.

Function: instance/exponentiable⎵single-float-coalton-library/math/elementary:exp (x-1336)
Package

coalton-library/math/elementary.

Source

elementary.lisp.

Function: instance/exponentiable⎵single-float-coalton-library/math/elementary:ln (x-1339)
Package

coalton-library/math/elementary.

Source

elementary.lisp.

Function: instance/exponentiable⎵single-float-coalton-library/math/elementary:log (b-1337 x-1338)
Package

coalton-library/math/elementary.

Source

elementary.lisp.

Function: instance/exponentiable⎵single-float-coalton-library/math/elementary:pow (x-1334 y-1335)
Package

coalton-library/math/elementary.

Source

elementary.lisp.

Function: instance/file⎵char-coalton-library/file:open (stream-options-3288)
Package

coalton-library/file.

Source

file.lisp.

Function: instance/file⎵char-coalton-library/file:read (fs-3290)
Package

coalton-library/file.

Source

file.lisp.

Function: instance/file⎵char-coalton-library/file:write (fs-3291 data-3292)
Package

coalton-library/file.

Source

file.lisp.

Function: instance/file⎵i16-coalton-library/file:open (stream-options-3314)
Package

coalton-library/file.

Source

file.lisp.

Function: instance/file⎵i16-coalton-library/file:read (fs-3316)
Package

coalton-library/file.

Source

file.lisp.

Function: instance/file⎵i16-coalton-library/file:write (fs-3317 data-3318)
Package

coalton-library/file.

Source

file.lisp.

Function: instance/file⎵i32-coalton-library/file:open (stream-options-3324)
Package

coalton-library/file.

Source

file.lisp.

Function: instance/file⎵i32-coalton-library/file:read (fs-3326)
Package

coalton-library/file.

Source

file.lisp.

Function: instance/file⎵i32-coalton-library/file:write (fs-3327 data-3328)
Package

coalton-library/file.

Source

file.lisp.

Function: instance/file⎵i64-coalton-library/file:open (stream-options-3334)
Package

coalton-library/file.

Source

file.lisp.

Function: instance/file⎵i64-coalton-library/file:read (fs-3336)
Package

coalton-library/file.

Source

file.lisp.

Function: instance/file⎵i64-coalton-library/file:write (fs-3337 data-3338)
Package

coalton-library/file.

Source

file.lisp.

Function: instance/file⎵i8-coalton-library/file:open (stream-options-3304)
Package

coalton-library/file.

Source

file.lisp.

Function: instance/file⎵i8-coalton-library/file:read (fs-3306)
Package

coalton-library/file.

Source

file.lisp.

Function: instance/file⎵i8-coalton-library/file:write (fs-3307 data-3308)
Package

coalton-library/file.

Source

file.lisp.

Function: instance/file⎵ifix-coalton-library/file:open (stream-options-3294)
Package

coalton-library/file.

Source

file.lisp.

Function: instance/file⎵ifix-coalton-library/file:read (fs-3296)
Package

coalton-library/file.

Source

file.lisp.

Function: instance/file⎵ifix-coalton-library/file:write (fs-3297 data-3298)
Package

coalton-library/file.

Source

file.lisp.

Function: instance/file⎵u16-coalton-library/file:open (stream-options-3319)
Package

coalton-library/file.

Source

file.lisp.

Function: instance/file⎵u16-coalton-library/file:read (fs-3321)
Package

coalton-library/file.

Source

file.lisp.

Function: instance/file⎵u16-coalton-library/file:write (fs-3322 data-3323)
Package

coalton-library/file.

Source

file.lisp.

Function: instance/file⎵u32-coalton-library/file:open (stream-options-3329)
Package

coalton-library/file.

Source

file.lisp.

Function: instance/file⎵u32-coalton-library/file:read (fs-3331)
Package

coalton-library/file.

Source

file.lisp.

Function: instance/file⎵u32-coalton-library/file:write (fs-3332 data-3333)
Package

coalton-library/file.

Source

file.lisp.

Function: instance/file⎵u64-coalton-library/file:open (stream-options-3339)
Package

coalton-library/file.

Source

file.lisp.

Function: instance/file⎵u64-coalton-library/file:read (fs-3341)
Package

coalton-library/file.

Source

file.lisp.

Function: instance/file⎵u64-coalton-library/file:write (fs-3342 data-3343)
Package

coalton-library/file.

Source

file.lisp.

Function: instance/file⎵u8-coalton-library/file:open (stream-options-3309)
Package

coalton-library/file.

Source

file.lisp.

Function: instance/file⎵u8-coalton-library/file:read (fs-3311)
Package

coalton-library/file.

Source

file.lisp.

Function: instance/file⎵u8-coalton-library/file:write (fs-3312 data-3313)
Package

coalton-library/file.

Source

file.lisp.

Function: instance/file⎵ufix-coalton-library/file:open (stream-options-3299)
Package

coalton-library/file.

Source

file.lisp.

Function: instance/file⎵ufix-coalton-library/file:read (fs-3301)
Package

coalton-library/file.

Source

file.lisp.

Function: instance/file⎵ufix-coalton-library/file:write (fs-3302 data-3303)
Package

coalton-library/file.

Source

file.lisp.

Function: instance/foldable⎵(free⎵:a) (g2143)
Package

coalton-library/monad/free.

Source

monad/free.lisp.

Function: instance/foldable⎵(free⎵:a)-coalton-library/classes:fold (dict2144 f-2976)
Package

coalton-library/monad/free.

Source

monad/free.lisp.

Function: instance/foldable⎵(free⎵:a)-coalton-library/classes:foldr (dict2146 f-2970)
Package

coalton-library/monad/free.

Source

monad/free.lisp.

Function: instance/foldable⎵list-coalton-library/classes:fold (f-2300 y-2301 xs-2302)
Package

coalton-library/list.

Source

list.lisp.

Function: instance/foldable⎵list-coalton-library/classes:foldr (f-2305 y-2306 xs-2307)
Package

coalton-library/list.

Source

list.lisp.

Function: instance/foldable⎵queue-coalton-library/classes:fold (f-2600 init-2601 q-2602)
Package

coalton-library/queue.

Source

queue.lisp.

Function: instance/foldable⎵queue-coalton-library/classes:foldr (f-2603 init-2604 q-2605)
Package

coalton-library/queue.

Source

queue.lisp.

Function: instance/foldable⎵slice-coalton-library/classes:fold (f-2519 init-2520 s-2521)
Package

coalton-library/slice.

Source

slice.lisp.

Function: instance/foldable⎵slice-coalton-library/classes:foldr (f-2522 init-2523 s-2524)
Package

coalton-library/slice.

Source

slice.lisp.

Function: instance/foldable⎵tree-coalton-library/classes:fold (func-2841 init-2842 tre-2843)
Package

coalton-library/ord-tree.

Source

ord-tree.lisp.

Function: instance/foldable⎵tree-coalton-library/classes:foldr (func-2844 init-2845 tre-2846)
Package

coalton-library/ord-tree.

Source

ord-tree.lisp.

Function: instance/foldable⎵vector-coalton-library/classes:fold (f-2378 init-2379 vec-2380)
Package

coalton-library/vector.

Source

vector.lisp.

Function: instance/foldable⎵vector-coalton-library/classes:foldr (f-2381 init-2382 vec-2383)
Package

coalton-library/vector.

Source

vector.lisp.

Function: instance/functor⎵(arrow⎵:a)-coalton-library/classes:map (f-749 g-750 g751)
Package

coalton-library/functions.

Source

functions.lisp.

Function: instance/functor⎵(free⎵:a) (g2130)
Package

coalton-library/monad/free.

Source

monad/free.lisp.

Function: instance/functor⎵(free⎵:a)-coalton-library/classes:map (dict2131 f-2956 freef-2957)
Package

coalton-library/monad/free.

Source

monad/free.lisp.

Function: instance/functor⎵(map⎵:a)-coalton-library/classes:map (func-2920 mp-2921)
Package

coalton-library/ord-map.

Source

ord-map.lisp.

Function: instance/functor⎵(result⎵:a)-coalton-library/classes:map (f-1874 x-1875)
Package

coalton-library/result.

Source

result.lisp.

Function: instance/functor⎵(st⎵:a)-coalton-library/classes:map (fa->b-2617 sca-2618)
Package

coalton-library/monad/state.

Source

monad/state.lisp.

Function: instance/functor⎵cell-coalton-library/classes:map (f-1580 c-1581)
Package

coalton-library/cell.

Source

cell.lisp.

Function: instance/functor⎵iterator-coalton-library/classes:map (func-1787 iter-1788)
Package

coalton-library/iterator.

Source

iterator.lisp.

Function: instance/functor⎵list-coalton-library/classes:map (f-2287 l-2288)
Package

coalton-library/list.

Source

list.lisp.

Function: instance/functor⎵optional-coalton-library/classes:map (f-1818 x-1819)
Package

coalton-library/optional.

Source

optional.lisp.

Function: instance/functor⎵queue-coalton-library/classes:map (f-2596 q-2597)
Package

coalton-library/queue.

Source

queue.lisp.

Function: instance/functor⎵seq-coalton-library/classes:map (f-3173 seq-3174)
Package

coalton-library/seq.

Source

seq.lisp.

Function: instance/functor⎵vector-coalton-library/classes:map (f-2374 v-2375)
Package

coalton-library/vector.

Source

vector.lisp.

Function: instance/hash⎵(dual⎵:a) (g1265)
Package

coalton-library/math/dual.

Source

dual.lisp.

Function: instance/hash⎵(dual⎵:a)-coalton-library/hash:hash (dict1266 g1267)
Package

coalton-library/math/dual.

Source

dual.lisp.

Function: instance/hash⎵(hashtable⎵:a⎵:b) (g1949 g1950)
Package

coalton-library/hashtable.

Source

hashtable.lisp.

Function: instance/hash⎵(hashtable⎵:a⎵:b)-coalton-library/hash:hash (dict1951 dict1952 table-2565)
Package

coalton-library/hashtable.

Source

hashtable.lisp.

Function: instance/hash⎵(list⎵:a) (g1784)
Package

coalton-library/list.

Source

list.lisp.

Function: instance/hash⎵(list⎵:a)-coalton-library/hash:hash (dict1785 lst-2282)
Package

coalton-library/list.

Source

list.lisp.

Function: instance/hash⎵(map⎵:a⎵:b) (g2089 g2090)
Package

coalton-library/ord-map.

Source

ord-map.lisp.

Function: instance/hash⎵(map⎵:a⎵:b)-coalton-library/hash:hash (dict2091 dict2092 mp-2919)
Package

coalton-library/ord-map.

Source

ord-map.lisp.

Function: instance/hash⎵(tree⎵:a) (g2024)
Package

coalton-library/ord-tree.

Source

ord-tree.lisp.

Function: instance/hash⎵(tree⎵:a)-coalton-library/hash:hash (dict2025 tre-2840)
Package

coalton-library/ord-tree.

Source

ord-tree.lisp.

Function: instance/hash⎵(tuple⎵:a⎵:b) (g1388 g1389)
Package

coalton-library/tuple.

Source

tuple.lisp.

Function: instance/hash⎵(tuple⎵:a⎵:b)-coalton-library/hash:hash (dict1390 dict1391 item-1614)
Package

coalton-library/tuple.

Source

tuple.lisp.

Function: instance/hash⎵(tuple3⎵:a⎵:b⎵:c) (g1400 g1401 g1402)
Package

coalton-library/tuple.

Source

tuple.lisp.

Function: instance/hash⎵(tuple3⎵:a⎵:b⎵:c)-coalton-library/hash:hash (dict1403 dict1404 dict1405 item-1621)
Package

coalton-library/tuple.

Source

tuple.lisp.

Function: instance/hash⎵(tuple4⎵:a⎵:b⎵:c⎵:d) (g1414 g1415 g1416 g1417)
Package

coalton-library/tuple.

Source

tuple.lisp.

Function: instance/hash⎵(tuple4⎵:a⎵:b⎵:c⎵:d)-coalton-library/hash:hash (dict1418 dict1419 dict1420 dict1421 item-1624)
Package

coalton-library/tuple.

Source

tuple.lisp.

Function: instance/hash⎵(tuple5⎵:a⎵:b⎵:c⎵:d⎵:e) (g1432 g1433 g1434 g1435 g1436)
Package

coalton-library/tuple.

Source

tuple.lisp.

Function: instance/hash⎵(tuple5⎵:a⎵:b⎵:c⎵:d⎵:e)-coalton-library/hash:hash (dict1437 dict1438 dict1439 dict1440 dict1441 item-1627)
Package

coalton-library/tuple.

Source

tuple.lisp.

Function: instance/hash⎵hash-coalton-library/hash:hash (item-141)
Package

coalton-library/hash.

Source

hash.lisp.

Function: instance/integral⎵i16-coalton-library/math/integral:tointeger (g294)
Package

coalton-library/math/integral.

Source

integral.lisp.

Function: instance/integral⎵i32-coalton-library/math/integral:tointeger (g294)
Package

coalton-library/math/integral.

Source

integral.lisp.

Function: instance/integral⎵i64-coalton-library/math/integral:tointeger (g272)
Package

coalton-library/math/integral.

Source

integral.lisp.

Function: instance/integral⎵i8-coalton-library/math/integral:tointeger (g294)
Package

coalton-library/math/integral.

Source

integral.lisp.

Function: instance/integral⎵ifix-coalton-library/math/integral:tointeger (g294)
Package

coalton-library/math/integral.

Source

integral.lisp.

Function: instance/integral⎵integer-coalton-library/math/integral:tointeger (g260)
Package

coalton-library/math/integral.

Source

integral.lisp.

Function: instance/integral⎵u16-coalton-library/math/integral:tointeger (g275)
Package

coalton-library/math/integral.

Source

integral.lisp.

Function: instance/integral⎵u32-coalton-library/math/integral:tointeger (g275)
Package

coalton-library/math/integral.

Source

integral.lisp.

Function: instance/integral⎵u64-coalton-library/math/integral:tointeger (g275)
Package

coalton-library/math/integral.

Source

integral.lisp.

Function: instance/integral⎵u8-coalton-library/math/integral:tointeger (g275)
Package

coalton-library/math/integral.

Source

integral.lisp.

Function: instance/integral⎵ufix-coalton-library/math/integral:tointeger (g275)
Package

coalton-library/math/integral.

Source

integral.lisp.

Function: instance/into⎵(:a⎵:b)⎵(seq⎵:b) (g2200 g2201)
Package

coalton-library/seq.

Source

seq.lisp.

Function: instance/into⎵(:a⎵:b)⎵(seq⎵:b)-coalton-library/classes:into (dict2202 dict2203 fld-3180)
Package

coalton-library/seq.

Source

seq.lisp.

Function: instance/into⎵(cell⎵:a)⎵:a-coalton-library/classes:into (cel-1358)
Package

coalton-library/cell.

Source

cell.lisp.

Function: instance/into⎵(cell⎵:a)⎵string (g1350)
Package

coalton-library/cell.

Source

cell.lisp.

Function: instance/into⎵(cell⎵:a)⎵string-coalton-library/classes:into (dict1351 c-1585)
Package

coalton-library/cell.

Source

cell.lisp.

Function: instance/into⎵(list⎵:a)⎵(vector⎵:a)-coalton-library/classes:into (lst-2392)
Package

coalton-library/vector.

Source

vector.lisp.

Function: instance/into⎵(list⎵char)⎵string-coalton-library/classes:into (lst-2466)
Package

coalton-library/string.

Source

string.lisp.

Function: instance/into⎵(mappair⎵:a⎵:b)⎵(tuple⎵:a⎵:b)-coalton-library/classes:into (pair-2912)
Package

coalton-library/ord-map.

Source

ord-map.lisp.

Function: instance/into⎵(optional⎵:a)⎵(list⎵:a)-coalton-library/classes:into (opt-2317)
Package

coalton-library/list.

Source

list.lisp.

Function: instance/into⎵(optional⎵:a)⎵(result⎵unit⎵:a)-coalton-library/classes:into (opt-1897)
Package

coalton-library/result.

Source

result.lisp.

Function: instance/into⎵(result⎵:a⎵:b)⎵(optional⎵:b)-coalton-library/classes:into (res-1895)
Package

coalton-library/result.

Source

result.lisp.

Function: instance/into⎵(seq⎵:a)⎵(list⎵:a)-coalton-library/classes:into (seq-3185)
Package

coalton-library/seq.

Source

seq.lisp.

Function: instance/into⎵(seq⎵:a)⎵(vector:vector⎵:a)-coalton-library/classes:into (seq-3186)
Package

coalton-library/seq.

Source

seq.lisp.

Function: instance/into⎵(slice⎵:a)⎵(vector⎵:a)-coalton-library/classes:into (s-2525)
Package

coalton-library/slice.

Source

slice.lisp.

Function: instance/into⎵(tuple⎵:a⎵:b)⎵(tuple⎵:b⎵:a)-coalton-library/classes:into (g1386)
Package

coalton-library/tuple.

Source

tuple.lisp.

Function: instance/into⎵(vector⎵:a)⎵(list⎵:a)-coalton-library/classes:into (v-2398)
Package

coalton-library/vector.

Source

vector.lisp.

Function: instance/into⎵(vector⎵:a)⎵(slice⎵:a)-coalton-library/classes:into (v-2527)
Package

coalton-library/slice.

Source

slice.lisp.

Function: instance/into⎵:a⎵(cell⎵:a)-coalton-library/classes:into (data-1357)
Package

coalton-library/cell.

Source

cell.lisp.

Function: instance/into⎵:a⎵(complex⎵:a) (g1030)
Package

coalton-library/math/complex.

Source

complex.lisp.

Function: instance/into⎵:a⎵(complex⎵:a)-coalton-library/classes:into (dict1031 a-1079)
Package

coalton-library/math/complex.

Source

complex.lisp.

Function: instance/into⎵:a⎵:a-coalton-library/classes:into (x-54)
Package

coalton-library/classes.

Source

classes.lisp.

Function: instance/into⎵char⎵string-coalton-library/classes:into (chr-2465)
Package

coalton-library/string.

Source

string.lisp.

Function: instance/into⎵double-float⎵string-coalton-library/classes:into (z-2480)
Package

coalton-library/string.

Source

string.lisp.

Function: instance/into⎵dyadic⎵fraction-coalton-library/classes:into (a-1468)
Package

coalton-library/math/dyadic.

Source

dyadic.lisp.

Function: instance/into⎵fraction⎵string-coalton-library/classes:into (frc-2478)
Package

coalton-library/string.

Source

string.lisp.

Function: instance/into⎵i16⎵double-float-coalton-library/classes:into (x-613)
Package

coalton-library/math/conversions.

Source

conversions.lisp.

Function: instance/into⎵i16⎵i32-coalton-library/classes:into (x-4)
Package

coalton-library/math/conversions.

Source

conversions.lisp.

Function: instance/into⎵i16⎵i64-coalton-library/classes:into (x-6)
Package

coalton-library/math/conversions.

Source

conversions.lisp.

Function: instance/into⎵i16⎵ifix-coalton-library/classes:into (x-8)
Package

coalton-library/math/conversions.

Source

conversions.lisp.

Function: instance/into⎵i16⎵integer-coalton-library/classes:into (x-9)
Package

coalton-library/math/conversions.

Source

conversions.lisp.

Function: instance/into⎵i16⎵single-float-coalton-library/classes:into (x-609)
Package

coalton-library/math/conversions.

Source

conversions.lisp.

Function: instance/into⎵i16⎵string-coalton-library/classes:into (z-2472)
Package

coalton-library/string.

Source

string.lisp.

Function: instance/into⎵i32⎵double-float-coalton-library/classes:into (x-615)
Package

coalton-library/math/conversions.

Source

conversions.lisp.

Function: instance/into⎵i32⎵i64-coalton-library/classes:into (x-6)
Package

coalton-library/math/conversions.

Source

conversions.lisp.

Function: instance/into⎵i32⎵ifix-coalton-library/classes:into (x-8)
Package

coalton-library/math/conversions.

Source

conversions.lisp.

Function: instance/into⎵i32⎵integer-coalton-library/classes:into (x-9)
Package

coalton-library/math/conversions.

Source

conversions.lisp.

Function: instance/into⎵i32⎵string-coalton-library/classes:into (z-2474)
Package

coalton-library/string.

Source

string.lisp.

Function: instance/into⎵i64⎵integer-coalton-library/classes:into (x-9)
Package

coalton-library/math/conversions.

Source

conversions.lisp.

Function: instance/into⎵i64⎵string-coalton-library/classes:into (z-2476)
Package

coalton-library/string.

Source

string.lisp.

Function: instance/into⎵i8⎵double-float-coalton-library/classes:into (x-611)
Package

coalton-library/math/conversions.

Source

conversions.lisp.

Function: instance/into⎵i8⎵i16-coalton-library/classes:into (x-2)
Package

coalton-library/math/conversions.

Source

conversions.lisp.

Function: instance/into⎵i8⎵i32-coalton-library/classes:into (x-4)
Package

coalton-library/math/conversions.

Source

conversions.lisp.

Function: instance/into⎵i8⎵i64-coalton-library/classes:into (x-6)
Package

coalton-library/math/conversions.

Source

conversions.lisp.

Function: instance/into⎵i8⎵ifix-coalton-library/classes:into (x-8)
Package

coalton-library/math/conversions.

Source

conversions.lisp.

Function: instance/into⎵i8⎵integer-coalton-library/classes:into (x-9)
Package

coalton-library/math/conversions.

Source

conversions.lisp.

Function: instance/into⎵i8⎵single-float-coalton-library/classes:into (x-607)
Package

coalton-library/math/conversions.

Source

conversions.lisp.

Function: instance/into⎵i8⎵string-coalton-library/classes:into (z-2470)
Package

coalton-library/string.

Source

string.lisp.

Function: instance/into⎵ifix⎵i64-coalton-library/classes:into (x-7)
Package

coalton-library/math/conversions.

Source

conversions.lisp.

Function: instance/into⎵ifix⎵integer-coalton-library/classes:into (x-9)
Package

coalton-library/math/conversions.

Source

conversions.lisp.

Function: instance/into⎵ifix⎵string-coalton-library/classes:into (z-2468)
Package

coalton-library/string.

Source

string.lisp.

Function: instance/into⎵integer⎵dyadic-coalton-library/classes:into (g1116)
Package

coalton-library/math/dyadic.

Source

dyadic.lisp.

Function: instance/into⎵integer⎵string-coalton-library/classes:into (z-2467)
Package

coalton-library/string.

Source

string.lisp.

Function: instance/into⎵pathname⎵string-coalton-library/classes:into (p-3210)
Package

coalton-library/file.

Source

file.lisp.

Function: instance/into⎵single-float⎵string-coalton-library/classes:into (z-2479)
Package

coalton-library/string.

Source

string.lisp.

Function: instance/into⎵string⎵(list⎵char)-coalton-library/classes:into (str-2464)
Package

coalton-library/string.

Source

string.lisp.

Function: instance/into⎵string⎵pathname-coalton-library/classes:into (s-3209)
Package

coalton-library/file.

Source

file.lisp.

Function: instance/into⎵u16⎵double-float-coalton-library/classes:into (x-612)
Package

coalton-library/math/conversions.

Source

conversions.lisp.

Function: instance/into⎵u16⎵i32-coalton-library/classes:into (x-4)
Package

coalton-library/math/conversions.

Source

conversions.lisp.

Function: instance/into⎵u16⎵i64-coalton-library/classes:into (x-6)
Package

coalton-library/math/conversions.

Source

conversions.lisp.

Function: instance/into⎵u16⎵ifix-coalton-library/classes:into (x-8)
Package

coalton-library/math/conversions.

Source

conversions.lisp.

Function: instance/into⎵u16⎵integer-coalton-library/classes:into (x-9)
Package

coalton-library/math/conversions.

Source

conversions.lisp.

Function: instance/into⎵u16⎵single-float-coalton-library/classes:into (x-608)
Package

coalton-library/math/conversions.

Source

conversions.lisp.

Function: instance/into⎵u16⎵string-coalton-library/classes:into (z-2473)
Package

coalton-library/string.

Source

string.lisp.

Function: instance/into⎵u16⎵u32-coalton-library/classes:into (x-3)
Package

coalton-library/math/conversions.

Source

conversions.lisp.

Function: instance/into⎵u16⎵u64-coalton-library/classes:into (x-5)
Package

coalton-library/math/conversions.

Source

conversions.lisp.

Function: instance/into⎵u16⎵ufix-coalton-library/classes:into (x-7)
Package

coalton-library/math/conversions.

Source

conversions.lisp.

Function: instance/into⎵u32⎵double-float-coalton-library/classes:into (x-614)
Package

coalton-library/math/conversions.

Source

conversions.lisp.

Function: instance/into⎵u32⎵i64-coalton-library/classes:into (x-6)
Package

coalton-library/math/conversions.

Source

conversions.lisp.

Function: instance/into⎵u32⎵ifix-coalton-library/classes:into (x-8)
Package

coalton-library/math/conversions.

Source

conversions.lisp.

Function: instance/into⎵u32⎵integer-coalton-library/classes:into (x-9)
Package

coalton-library/math/conversions.

Source

conversions.lisp.

Function: instance/into⎵u32⎵string-coalton-library/classes:into (z-2475)
Package

coalton-library/string.

Source

string.lisp.

Function: instance/into⎵u32⎵u64-coalton-library/classes:into (x-5)
Package

coalton-library/math/conversions.

Source

conversions.lisp.

Function: instance/into⎵u32⎵ufix-coalton-library/classes:into (x-7)
Package

coalton-library/math/conversions.

Source

conversions.lisp.

Function: instance/into⎵u64⎵integer-coalton-library/classes:into (x-9)
Package

coalton-library/math/conversions.

Source

conversions.lisp.

Function: instance/into⎵u64⎵string-coalton-library/classes:into (z-2477)
Package

coalton-library/string.

Source

string.lisp.

Function: instance/into⎵u8⎵double-float-coalton-library/classes:into (x-610)
Package

coalton-library/math/conversions.

Source

conversions.lisp.

Function: instance/into⎵u8⎵i16-coalton-library/classes:into (x-2)
Package

coalton-library/math/conversions.

Source

conversions.lisp.

Function: instance/into⎵u8⎵i32-coalton-library/classes:into (x-4)
Package

coalton-library/math/conversions.

Source

conversions.lisp.

Function: instance/into⎵u8⎵i64-coalton-library/classes:into (x-6)
Package

coalton-library/math/conversions.

Source

conversions.lisp.

Function: instance/into⎵u8⎵ifix-coalton-library/classes:into (x-8)
Package

coalton-library/math/conversions.

Source

conversions.lisp.

Function: instance/into⎵u8⎵integer-coalton-library/classes:into (x-9)
Package

coalton-library/math/conversions.

Source

conversions.lisp.

Function: instance/into⎵u8⎵single-float-coalton-library/classes:into (x-606)
Package

coalton-library/math/conversions.

Source

conversions.lisp.

Function: instance/into⎵u8⎵string-coalton-library/classes:into (z-2471)
Package

coalton-library/string.

Source

string.lisp.

Function: instance/into⎵u8⎵u16-coalton-library/classes:into (x-1)
Package

coalton-library/math/conversions.

Source

conversions.lisp.

Function: instance/into⎵u8⎵u32-coalton-library/classes:into (x-3)
Package

coalton-library/math/conversions.

Source

conversions.lisp.

Function: instance/into⎵u8⎵u64-coalton-library/classes:into (x-5)
Package

coalton-library/math/conversions.

Source

conversions.lisp.

Function: instance/into⎵u8⎵ufix-coalton-library/classes:into (x-7)
Package

coalton-library/math/conversions.

Source

conversions.lisp.

Function: instance/into⎵ufix⎵i64-coalton-library/classes:into (x-7)
Package

coalton-library/math/conversions.

Source

conversions.lisp.

Function: instance/into⎵ufix⎵ifix-coalton-library/classes:into (x-8)
Package

coalton-library/math/conversions.

Source

conversions.lisp.

Function: instance/into⎵ufix⎵integer-coalton-library/classes:into (x-9)
Package

coalton-library/math/conversions.

Source

conversions.lisp.

Function: instance/into⎵ufix⎵string-coalton-library/classes:into (z-2469)
Package

coalton-library/string.

Source

string.lisp.

Function: instance/into⎵ufix⎵u64-coalton-library/classes:into (x-6)
Package

coalton-library/math/conversions.

Source

conversions.lisp.

Function: instance/intoiterator⎵(iterator⎵:a)⎵:a-coalton-library/iterator:into-iter (x-1580)
Package

coalton-library/iterator.

Source

iterator.lisp.

Function: instance/intoiterator⎵unit⎵:a-coalton-library/iterator:into-iter (_1578)
Package

coalton-library/iterator.

Source

iterator.lisp.

Function: instance/iter:fromiterator⎵(hashtable⎵:a⎵:b)⎵(tuple⎵:a⎵:b) (g1943)
Package

coalton-library/hashtable.

Source

hashtable.lisp.

Function: instance/iter:fromiterator⎵(hashtable⎵:a⎵:b)⎵(tuple⎵:a⎵:b)-coalton-library/iterator:collect! (dict1944 iter-2560)
Package

coalton-library/hashtable.

Source

hashtable.lisp.

Function: instance/iter:fromiterator⎵(list⎵:a)⎵:a-coalton-library/iterator:collect! (iter-2316)
Package

coalton-library/list.

Source

list.lisp.

Function: instance/iter:fromiterator⎵(map⎵:a⎵:b)⎵(tuple⎵:a⎵:b) (g2093)
Package

coalton-library/ord-map.

Source

ord-map.lisp.

Function: instance/iter:fromiterator⎵(map⎵:a⎵:b)⎵(tuple⎵:a⎵:b)-coalton-library/iterator:collect! (dict2094)
Package

coalton-library/ord-map.

Source

ord-map.lisp.

Function: instance/iter:fromiterator⎵(optional⎵:a)⎵(optional⎵:b) (g1656)
Package

coalton-library/optional.

Source

optional.lisp.

Function: instance/iter:fromiterator⎵(optional⎵:a)⎵(optional⎵:b)-coalton-library/iterator:collect! (dict1657 iter-1839)
Package

coalton-library/optional.

Source

optional.lisp.

Function: instance/iter:fromiterator⎵(queue⎵:a)⎵:a-coalton-library/iterator:collect! (iter-2609)
Package

coalton-library/queue.

Source

queue.lisp.

Function: instance/iter:fromiterator⎵(result⎵:a⎵:b)⎵(result⎵:a⎵:c) (g1706)
Package

coalton-library/result.

Source

result.lisp.

Function: instance/iter:fromiterator⎵(result⎵:a⎵:b)⎵(result⎵:a⎵:c)-coalton-library/iterator:collect! (dict1707 iter-1906)
Package

coalton-library/result.

Source

result.lisp.

Function: instance/iter:fromiterator⎵(seq⎵:a)⎵:a (g2196)
Package

coalton-library/seq.

Source

seq.lisp.

Function: instance/iter:fromiterator⎵(seq⎵:a)⎵:a-coalton-library/iterator:collect! (dict2197)
Package

coalton-library/seq.

Source

seq.lisp.

Function: instance/iter:fromiterator⎵(slice⎵:a)⎵:a-coalton-library/iterator:collect! (iter-2515)
Package

coalton-library/slice.

Source

slice.lisp.

Function: instance/iter:fromiterator⎵(tree⎵:a)⎵:a (g2026)
Package

coalton-library/ord-tree.

Source

ord-tree.lisp.

Function: instance/iter:fromiterator⎵(tree⎵:a)⎵:a-coalton-library/iterator:collect! (dict2027)
Package

coalton-library/ord-tree.

Source

ord-tree.lisp.

Function: instance/iter:fromiterator⎵(vector⎵:a)⎵:a-coalton-library/iterator:collect! (iter-2402)
Package

coalton-library/vector.

Source

vector.lisp.

Function: instance/iter:fromiterator⎵string⎵char-coalton-library/iterator:collect! (iter-2462)
Package

coalton-library/string.

Source

string.lisp.

Function: instance/iter:intoiterator⎵(hashtable⎵:a⎵:b)⎵(tuple⎵:a⎵:b)-coalton-library/iterator:into-iter (table-2559)
Package

coalton-library/hashtable.

Source

hashtable.lisp.

Function: instance/iter:intoiterator⎵(list⎵:a)⎵:a-coalton-library/iterator:into-iter (list-2314)
Package

coalton-library/list.

Source

list.lisp.

Function: instance/iter:intoiterator⎵(map⎵:a⎵:b)⎵(tuple⎵:a⎵:b)-coalton-library/iterator:into-iter (mp-2097)
Package

coalton-library/ord-map.

Source

ord-map.lisp.

Function: instance/iter:intoiterator⎵(optional⎵:a)⎵:a-coalton-library/iterator:into-iter (opt-1836)
Package

coalton-library/optional.

Source

optional.lisp.

Function: instance/iter:intoiterator⎵(queue⎵:a)⎵:a-coalton-library/iterator:into-iter (q-2606)
Package

coalton-library/queue.

Source

queue.lisp.

Function: instance/iter:intoiterator⎵(result⎵:a⎵:b)⎵:b-coalton-library/iterator:into-iter (result-1903)
Package

coalton-library/result.

Source

result.lisp.

Function: instance/iter:intoiterator⎵(seq⎵:a)⎵:a-coalton-library/iterator:into-iter (seq-3170)
Package

coalton-library/seq.

Source

seq.lisp.

Function: instance/iter:intoiterator⎵(slice⎵:a)⎵:a-coalton-library/iterator:into-iter (s-2512)
Package

coalton-library/slice.

Source

slice.lisp.

Function: instance/iter:intoiterator⎵(tree⎵:a)⎵:a-coalton-library/iterator:into-iter (g2032)
Package

coalton-library/ord-tree.

Source

ord-tree.lisp.

Function: instance/iter:intoiterator⎵(vector⎵:a)⎵:a-coalton-library/iterator:into-iter (vec-2399)
Package

coalton-library/vector.

Source

vector.lisp.

Function: instance/iter:intoiterator⎵string⎵char-coalton-library/iterator:into-iter (str-2461)
Package

coalton-library/string.

Source

string.lisp.

Function: instance/monad⎵(free⎵:a) (g2135)
Package

coalton-library/monad/free.

Source

monad/free.lisp.

Function: instance/monad⎵(free⎵:a)-coalton-library/classes:>>= (dict2136 fa-2960 a->fb-2961)
Package

coalton-library/monad/free.

Source

monad/free.lisp.

Function: instance/monad⎵(result⎵:a)-coalton-library/classes:>>= (m-1886 f-1887)
Package

coalton-library/result.

Source

result.lisp.

Function: instance/monad⎵(st⎵:a)-coalton-library/classes:>>= (sca-2632 fa->scb-2633)
Package

coalton-library/monad/state.

Source

monad/state.lisp.

Function: instance/monad⎵list-coalton-library/classes:>>= (m-2298 f-2299)
Package

coalton-library/list.

Source

list.lisp.

Function: instance/monad⎵optional-coalton-library/classes:>>= (x-1827 f-1828)
Package

coalton-library/optional.

Source

optional.lisp.

Function: instance/monadfail⎵optional-coalton-library/classes:fail (_1652)
Package

coalton-library/optional.

Source

optional.lisp.

Function: instance/monoid⎵(optional⎵:a) (g1650)
Package

coalton-library/optional.

Source

optional.lisp.

Function: instance/monoid⎵(optional⎵:a)-coalton-library/classes:mempty (dict1651)
Package

coalton-library/optional.

Source

optional.lisp.

Function: instance/monoid⎵(result⎵:a⎵:b) (g1702)
Package

coalton-library/result.

Source

result.lisp.

Function: instance/monoid⎵(result⎵:a⎵:b)-coalton-library/classes:mempty (dict1703)
Package

coalton-library/result.

Source

result.lisp.

Function: instance/monoid⎵(seq⎵:a) (g2194)
Package

coalton-library/seq.

Source

seq.lisp.

Function: instance/monoid⎵(seq⎵:a)-coalton-library/classes:mempty (dict2195)
Package

coalton-library/seq.

Source

seq.lisp.

Function: instance/monoid⎵(tree⎵:a) (g2030)
Package

coalton-library/ord-tree.

Source

ord-tree.lisp.

Function: instance/monoid⎵(tree⎵:a)-coalton-library/classes:mempty (dict2031)
Package

coalton-library/ord-tree.

Source

ord-tree.lisp.

Function: instance/num⎵(cell⎵:a) (g1343)
Package

coalton-library/cell.

Source

cell.lisp.

Function: instance/num⎵(cell⎵:a)-coalton-library/classes:* (dict1346 c1-1575 c2-1576)
Package

coalton-library/cell.

Source

cell.lisp.

Function: instance/num⎵(cell⎵:a)-coalton-library/classes:+ (dict1344 c1-1571 c2-1572)
Package

coalton-library/cell.

Source

cell.lisp.

Function: instance/num⎵(cell⎵:a)-coalton-library/classes:- (dict1345 c1-1573 c2-1574)
Package

coalton-library/cell.

Source

cell.lisp.

Function: instance/num⎵(cell⎵:a)-coalton-library/classes:fromint (dict1347 i-1577)
Package

coalton-library/cell.

Source

cell.lisp.

Function: instance/num⎵(complex⎵:a) (g1034)
Package

coalton-library/math/complex.

Source

complex.lisp.

Function: instance/num⎵(complex⎵:a)-coalton-library/classes:* (dict1037 a-1086 b-1087)
Package

coalton-library/math/complex.

Source

complex.lisp.

Function: instance/num⎵(complex⎵:a)-coalton-library/classes:+ (dict1035 a-1082 b-1083)
Package

coalton-library/math/complex.

Source

complex.lisp.

Function: instance/num⎵(complex⎵:a)-coalton-library/classes:- (dict1036 a-1084 b-1085)
Package

coalton-library/math/complex.

Source

complex.lisp.

Function: instance/num⎵(complex⎵:a)-coalton-library/classes:fromint (dict1038 n-1088)
Package

coalton-library/math/complex.

Source

complex.lisp.

Function: instance/num⎵(dual⎵:a) (g1151)
Package

coalton-library/math/dual.

Source

dual.lisp.

Function: instance/num⎵(dual⎵:a)-coalton-library/classes:* (dict1158 g1159 g1160)
Package

coalton-library/math/dual.

Source

dual.lisp.

Function: instance/num⎵(dual⎵:a)-coalton-library/classes:+ (dict1152 g1153 g1154)
Package

coalton-library/math/dual.

Source

dual.lisp.

Function: instance/num⎵(dual⎵:a)-coalton-library/classes:- (dict1155 g1156 g1157)
Package

coalton-library/math/dual.

Source

dual.lisp.

Function: instance/num⎵(dual⎵:a)-coalton-library/classes:fromint (dict1161 z-1502)
Package

coalton-library/math/dual.

Source

dual.lisp.

Function: instance/num⎵(optional⎵:a) (g1643)
Package

coalton-library/optional.

Source

optional.lisp.

Function: instance/num⎵(optional⎵:a)-coalton-library/classes:* (dict1646 a-1811 b-1812)
Package

coalton-library/optional.

Source

optional.lisp.

Function: instance/num⎵(optional⎵:a)-coalton-library/classes:+ (dict1644 a-1807 b-1808)
Package

coalton-library/optional.

Source

optional.lisp.

Function: instance/num⎵(optional⎵:a)-coalton-library/classes:- (dict1645 a-1809 b-1810)
Package

coalton-library/optional.

Source

optional.lisp.

Function: instance/num⎵(optional⎵:a)-coalton-library/classes:fromint (dict1647 x-1813)
Package

coalton-library/optional.

Source

optional.lisp.

Function: instance/num⎵double-float-coalton-library/classes:* (a-469 b-470)
Package

coalton-library/math/num.

Source

num.lisp.

Function: instance/num⎵double-float-coalton-library/classes:+ (a-465 b-466)
Package

coalton-library/math/num.

Source

num.lisp.

Function: instance/num⎵double-float-coalton-library/classes:- (a-467 b-468)
Package

coalton-library/math/num.

Source

num.lisp.

Function: instance/num⎵double-float-coalton-library/classes:fromint (x-471)
Package

coalton-library/math/num.

Source

num.lisp.

Function: instance/num⎵dyadic-coalton-library/classes:* (a-1461 b-1462)
Package

coalton-library/math/dyadic.

Source

dyadic.lisp.

Function: instance/num⎵dyadic-coalton-library/classes:+ (a-1457 b-1458)
Package

coalton-library/math/dyadic.

Source

dyadic.lisp.

Function: instance/num⎵dyadic-coalton-library/classes:- (a-1459 b-1460)
Package

coalton-library/math/dyadic.

Source

dyadic.lisp.

Function: instance/num⎵dyadic-coalton-library/classes:fromint (x-1467)
Package

coalton-library/math/dyadic.

Source

dyadic.lisp.

Function: instance/num⎵fraction-coalton-library/classes:* (p-640 q-641)
Package

coalton-library/math/fraction.

Source

fraction.lisp.

Function: instance/num⎵fraction-coalton-library/classes:+ (p-636 q-637)
Package

coalton-library/math/fraction.

Source

fraction.lisp.

Function: instance/num⎵fraction-coalton-library/classes:- (p-638 q-639)
Package

coalton-library/math/fraction.

Source

fraction.lisp.

Function: instance/num⎵fraction-coalton-library/classes:fromint (z-642)
Package

coalton-library/math/fraction.

Source

fraction.lisp.

Function: instance/num⎵i16-coalton-library/classes:* (a-398 b-399)
Package

coalton-library/math/num.

Source

num.lisp.

Function: instance/num⎵i16-coalton-library/classes:+ (a-394 b-395)
Package

coalton-library/math/num.

Source

num.lisp.

Function: instance/num⎵i16-coalton-library/classes:- (a-396 b-397)
Package

coalton-library/math/num.

Source

num.lisp.

Function: instance/num⎵i16-coalton-library/classes:fromint (x-400)
Package

coalton-library/math/num.

Source

num.lisp.

Function: instance/num⎵i32-coalton-library/classes:* (a-405 b-406)
Package

coalton-library/math/num.

Source

num.lisp.

Function: instance/num⎵i32-coalton-library/classes:+ (a-401 b-402)
Package

coalton-library/math/num.

Source

num.lisp.

Function: instance/num⎵i32-coalton-library/classes:- (a-403 b-404)
Package

coalton-library/math/num.

Source

num.lisp.

Function: instance/num⎵i32-coalton-library/classes:fromint (x-407)
Package

coalton-library/math/num.

Source

num.lisp.

Function: instance/num⎵i64-coalton-library/classes:* (a-412 b-413)
Package

coalton-library/math/num.

Source

num.lisp.

Function: instance/num⎵i64-coalton-library/classes:+ (a-408 b-409)
Package

coalton-library/math/num.

Source

num.lisp.

Function: instance/num⎵i64-coalton-library/classes:- (a-410 b-411)
Package

coalton-library/math/num.

Source

num.lisp.

Function: instance/num⎵i64-coalton-library/classes:fromint (x-414)
Package

coalton-library/math/num.

Source

num.lisp.

Function: instance/num⎵i8-coalton-library/classes:* (a-391 b-392)
Package

coalton-library/math/num.

Source

num.lisp.

Function: instance/num⎵i8-coalton-library/classes:+ (a-387 b-388)
Package

coalton-library/math/num.

Source

num.lisp.

Function: instance/num⎵i8-coalton-library/classes:- (a-389 b-390)
Package

coalton-library/math/num.

Source

num.lisp.

Function: instance/num⎵i8-coalton-library/classes:fromint (x-393)
Package

coalton-library/math/num.

Source

num.lisp.

Function: instance/num⎵ifix-coalton-library/classes:* (a-419 b-420)
Package

coalton-library/math/num.

Source

num.lisp.

Function: instance/num⎵ifix-coalton-library/classes:+ (a-415 b-416)
Package

coalton-library/math/num.

Source

num.lisp.

Function: instance/num⎵ifix-coalton-library/classes:- (a-417 b-418)
Package

coalton-library/math/num.

Source

num.lisp.

Function: instance/num⎵ifix-coalton-library/classes:fromint (x-421)
Package

coalton-library/math/num.

Source

num.lisp.

Function: instance/num⎵integer-coalton-library/classes:* (a-384 b-385)
Package

coalton-library/math/num.

Source

num.lisp.

Function: instance/num⎵integer-coalton-library/classes:+ (a-380 b-381)
Package

coalton-library/math/num.

Source

num.lisp.

Function: instance/num⎵integer-coalton-library/classes:- (a-382 b-383)
Package

coalton-library/math/num.

Source

num.lisp.

Function: instance/num⎵integer-coalton-library/classes:fromint (x-386)
Package

coalton-library/math/num.

Source

num.lisp.

Function: instance/num⎵single-float-coalton-library/classes:* (a-461 b-462)
Package

coalton-library/math/num.

Source

num.lisp.

Function: instance/num⎵single-float-coalton-library/classes:+ (a-457 b-458)
Package

coalton-library/math/num.

Source

num.lisp.

Function: instance/num⎵single-float-coalton-library/classes:- (a-459 b-460)
Package

coalton-library/math/num.

Source

num.lisp.

Function: instance/num⎵single-float-coalton-library/classes:fromint (x-463)
Package

coalton-library/math/num.

Source

num.lisp.

Function: instance/num⎵u16-coalton-library/classes:* (a-433 b-434)
Package

coalton-library/math/num.

Source

num.lisp.

Function: instance/num⎵u16-coalton-library/classes:+ (a-429 b-430)
Package

coalton-library/math/num.

Source

num.lisp.

Function: instance/num⎵u16-coalton-library/classes:- (a-431 b-432)
Package

coalton-library/math/num.

Source

num.lisp.

Function: instance/num⎵u16-coalton-library/classes:fromint (x-435)
Package

coalton-library/math/num.

Source

num.lisp.

Function: instance/num⎵u32-coalton-library/classes:* (a-440 b-441)
Package

coalton-library/math/num.

Source

num.lisp.

Function: instance/num⎵u32-coalton-library/classes:+ (a-436 b-437)
Package

coalton-library/math/num.

Source

num.lisp.

Function: instance/num⎵u32-coalton-library/classes:- (a-438 b-439)
Package

coalton-library/math/num.

Source

num.lisp.

Function: instance/num⎵u32-coalton-library/classes:fromint (x-442)
Package

coalton-library/math/num.

Source

num.lisp.

Function: instance/num⎵u64-coalton-library/classes:* (a-447 b-448)
Package

coalton-library/math/num.

Source

num.lisp.

Function: instance/num⎵u64-coalton-library/classes:+ (a-443 b-444)
Package

coalton-library/math/num.

Source

num.lisp.

Function: instance/num⎵u64-coalton-library/classes:- (a-445 b-446)
Package

coalton-library/math/num.

Source

num.lisp.

Function: instance/num⎵u64-coalton-library/classes:fromint (x-449)
Package

coalton-library/math/num.

Source

num.lisp.

Function: instance/num⎵u8-coalton-library/classes:* (a-426 b-427)
Package

coalton-library/math/num.

Source

num.lisp.

Function: instance/num⎵u8-coalton-library/classes:+ (a-422 b-423)
Package

coalton-library/math/num.

Source

num.lisp.

Function: instance/num⎵u8-coalton-library/classes:- (a-424 b-425)
Package

coalton-library/math/num.

Source

num.lisp.

Function: instance/num⎵u8-coalton-library/classes:fromint (x-428)
Package

coalton-library/math/num.

Source

num.lisp.

Function: instance/num⎵ufix-coalton-library/classes:* (a-454 b-455)
Package

coalton-library/math/num.

Source

num.lisp.

Function: instance/num⎵ufix-coalton-library/classes:+ (a-450 b-451)
Package

coalton-library/math/num.

Source

num.lisp.

Function: instance/num⎵ufix-coalton-library/classes:- (a-452 b-453)
Package

coalton-library/math/num.

Source

num.lisp.

Function: instance/num⎵ufix-coalton-library/classes:fromint (x-456)
Package

coalton-library/math/num.

Source

num.lisp.

Function: instance/ord⎵(cell⎵:a) (g1341)
Package

coalton-library/cell.

Source

cell.lisp.

Function: instance/ord⎵(cell⎵:a)-coalton-library/classes:<=> (dict1342 c1-1569 c2-1570)
Package

coalton-library/cell.

Source

cell.lisp.

Function: instance/ord⎵(dual⎵:a) (g1259)
Package

coalton-library/math/dual.

Source

dual.lisp.

Function: instance/ord⎵(dual⎵:a)-coalton-library/classes:<=> (dict1260 g1261 g1262)
Package

coalton-library/math/dual.

Source

dual.lisp.

Function: instance/ord⎵(list⎵:a) (g1782)
Package

coalton-library/list.

Source

list.lisp.

Function: instance/ord⎵(list⎵:a)-coalton-library/classes:<=> (dict1783 left-2276 right-2277)
Package

coalton-library/list.

Source

list.lisp.

Function: instance/ord⎵(mappair⎵:a⎵:b) (g2083)
Package

coalton-library/ord-map.

Source

ord-map.lisp.

Function: instance/ord⎵(mappair⎵:a⎵:b)-coalton-library/classes:<=> (dict2084 left-2915 right-2916)
Package

coalton-library/ord-map.

Source

ord-map.lisp.

Function: instance/ord⎵(optional⎵:a) (g1641)
Package

coalton-library/optional.

Source

optional.lisp.

Function: instance/ord⎵(optional⎵:a)-coalton-library/classes:<=> (dict1642 x-1803 y-1804)
Package

coalton-library/optional.

Source

optional.lisp.

Function: instance/ord⎵(result⎵:a⎵:b) (g1696 g1697)
Package

coalton-library/result.

Source

result.lisp.

Function: instance/ord⎵(result⎵:a⎵:b)-coalton-library/classes:<=> (dict1698 dict1699 a-1864 b-1865)
Package

coalton-library/result.

Source

result.lisp.

Function: instance/ord⎵(tuple⎵:a⎵:b) (g1382 g1383)
Package

coalton-library/tuple.

Source

tuple.lisp.

Function: instance/ord⎵(tuple⎵:a⎵:b)-coalton-library/classes:<=> (dict1384 dict1385 a-1606 b-1607)
Package

coalton-library/tuple.

Source

tuple.lisp.

Function: instance/ord⎵boolean-coalton-library/classes:<=> (x-196 y-197)
Package

coalton-library/boolean.

Source

boolean.lisp.

Function: instance/ord⎵char-coalton-library/classes:<=> (x-2424 y-2425)
Package

coalton-library/char.

Source

char.lisp.

Function: instance/ord⎵double-float-coalton-library/classes:<=> (a-378 b-379)
Package

coalton-library/math/num.

Source

num.lisp.

Function: instance/ord⎵dyadic-coalton-library/classes:<=> (a-1455 b-1456)
Package

coalton-library/math/dyadic.

Source

dyadic.lisp.

Function: instance/ord⎵fraction-coalton-library/classes:<=> (a-634 b-635)
Package

coalton-library/math/fraction.

Source

fraction.lisp.

Function: instance/ord⎵hash-coalton-library/classes:<=> (a-136 b-137)
Package

coalton-library/hash.

Source

hash.lisp.

Function: instance/ord⎵i16-coalton-library/classes:<=> (a-364 b-365)
Package

coalton-library/math/num.

Source

num.lisp.

Function: instance/ord⎵i32-coalton-library/classes:<=> (a-368 b-369)
Package

coalton-library/math/num.

Source

num.lisp.

Function: instance/ord⎵i64-coalton-library/classes:<=> (a-372 b-373)
Package

coalton-library/math/num.

Source

num.lisp.

Function: instance/ord⎵i8-coalton-library/classes:<=> (a-360 b-361)
Package

coalton-library/math/num.

Source

num.lisp.

Function: instance/ord⎵ifix-coalton-library/classes:<=> (a-356 b-357)
Package

coalton-library/math/num.

Source

num.lisp.

Function: instance/ord⎵integer-coalton-library/classes:<=> (a-354 b-355)
Package

coalton-library/math/num.

Source

num.lisp.

Function: instance/ord⎵ord-coalton-library/classes:<=> (a-52 b-53)
Package

coalton-library/classes.

Source

classes.lisp.

Function: instance/ord⎵pathname-coalton-library/classes:<=> (p-3213 q-3214)
Package

coalton-library/file.

Source

file.lisp.

Function: instance/ord⎵single-float-coalton-library/classes:<=> (a-376 b-377)
Package

coalton-library/math/num.

Source

num.lisp.

Function: instance/ord⎵string-coalton-library/classes:<=> (a-2459 b-2460)
Package

coalton-library/string.

Source

string.lisp.

Function: instance/ord⎵u16-coalton-library/classes:<=> (a-366 b-367)
Package

coalton-library/math/num.

Source

num.lisp.

Function: instance/ord⎵u32-coalton-library/classes:<=> (a-370 b-371)
Package

coalton-library/math/num.

Source

num.lisp.

Function: instance/ord⎵u64-coalton-library/classes:<=> (a-374 b-375)
Package

coalton-library/math/num.

Source

num.lisp.

Function: instance/ord⎵u8-coalton-library/classes:<=> (a-362 b-363)
Package

coalton-library/math/num.

Source

num.lisp.

Function: instance/ord⎵ufix-coalton-library/classes:<=> (a-358 b-359)
Package

coalton-library/math/num.

Source

num.lisp.

Function: instance/polar⎵(complex⎵:a) (g1098)
Package

coalton-library/math/elementary.

Source

elementary.lisp.

Function: instance/polar⎵(complex⎵:a)-coalton-library/math/elementary:phase (dict1099 zz-1400)
Package

coalton-library/math/elementary.

Source

elementary.lisp.

Function: instance/polar⎵(complex⎵:a)-coalton-library/math/elementary:polar (dict1100 zz-1402)
Package

coalton-library/math/elementary.

Source

elementary.lisp.

Function: instance/polar⎵double-float-coalton-library/math/elementary:phase (x-1349)
Package

coalton-library/math/elementary.

Source

elementary.lisp.

Function: instance/polar⎵double-float-coalton-library/math/elementary:polar (x-1350)
Package

coalton-library/math/elementary.

Source

elementary.lisp.

Function: instance/polar⎵single-float-coalton-library/math/elementary:phase (x-1332)
Package

coalton-library/math/elementary.

Source

elementary.lisp.

Function: instance/polar⎵single-float-coalton-library/math/elementary:polar (x-1333)
Package

coalton-library/math/elementary.

Source

elementary.lisp.

Function: instance/quantizable⎵double-float-coalton-library/math/real:ceiling (q-980)
Package

coalton-library/math/real.

Source

real.lisp.

Function: instance/quantizable⎵double-float-coalton-library/math/real:floor (q-979)
Package

coalton-library/math/real.

Source

real.lisp.

Function: instance/quantizable⎵double-float-coalton-library/math/real:proper (q-981)
Package

coalton-library/math/real.

Source

real.lisp.

Function: instance/quantizable⎵dyadic-coalton-library/math/real:ceiling (x-1479)
Package

coalton-library/math/dyadic.

Source

dyadic.lisp.

Function: instance/quantizable⎵dyadic-coalton-library/math/real:floor (x-1476)
Package

coalton-library/math/dyadic.

Source

dyadic.lisp.

Function: instance/quantizable⎵dyadic-coalton-library/math/real:proper (x-1471)
Package

coalton-library/math/dyadic.

Source

dyadic.lisp.

Function: instance/quantizable⎵fraction-coalton-library/math/real:ceiling (q-964)
Package

coalton-library/math/real.

Source

real.lisp.

Function: instance/quantizable⎵fraction-coalton-library/math/real:floor (q-963)
Package

coalton-library/math/real.

Source

real.lisp.

Function: instance/quantizable⎵fraction-coalton-library/math/real:proper (q-965)
Package

coalton-library/math/real.

Source

real.lisp.

Function: instance/quantizable⎵single-float-coalton-library/math/real:ceiling (q-972)
Package

coalton-library/math/real.

Source

real.lisp.

Function: instance/quantizable⎵single-float-coalton-library/math/real:floor (q-971)
Package

coalton-library/math/real.

Source

real.lisp.

Function: instance/quantizable⎵single-float-coalton-library/math/real:proper (q-973)
Package

coalton-library/math/real.

Source

real.lisp.

Function: instance/radical⎵(complex⎵:a) (g1087)
Package

coalton-library/math/elementary.

Source

elementary.lisp.

Function: instance/radical⎵(complex⎵:a)-coalton-library/math/elementary:nth-root (dict1088 n-1376 z-1377)
Package

coalton-library/math/elementary.

Source

elementary.lisp.

Function: instance/radical⎵(complex⎵:a)-coalton-library/math/elementary:sqrt (dict1089 z-1371)
Package

coalton-library/math/elementary.

Source

elementary.lisp.

Function: instance/radical⎵(dual⎵:a) (g1243 g1244 g1245 g1246)
Package

coalton-library/math/dual.

Source

dual.lisp.

Function: instance/radical⎵(dual⎵:a)-coalton-library/math/elementary:nth-root (dict1247 dict1248 dict1249 dict1250 n-1529 g1251)
Package

coalton-library/math/dual.

Source

dual.lisp.

Function: instance/radical⎵(dual⎵:a)-coalton-library/math/elementary:sqrt (dict1252 dict1253 dict1254 dict1255 g1256)
Package

coalton-library/math/dual.

Source

dual.lisp.

Function: instance/radical⎵double-float-coalton-library/math/elementary:nth-root (n-1358 x-1359)
Package

coalton-library/math/elementary.

Source

elementary.lisp.

Function: instance/radical⎵double-float-coalton-library/math/elementary:sqrt (x-1357)
Package

coalton-library/math/elementary.

Source

elementary.lisp.

Function: instance/radical⎵single-float-coalton-library/math/elementary:nth-root (n-1341 x-1342)
Package

coalton-library/math/elementary.

Source

elementary.lisp.

Function: instance/radical⎵single-float-coalton-library/math/elementary:sqrt (x-1340)
Package

coalton-library/math/elementary.

Source

elementary.lisp.

Function: instance/ram:randomaccess⎵(vector⎵:a)⎵:a-coalton-library/randomaccess:length (a-2386)
Package

coalton-library/vector.

Source

vector.lisp.

Function: instance/ram:randomaccess⎵(vector⎵:a)⎵:a-coalton-library/randomaccess:make (n-2384 x-2385)
Package

coalton-library/vector.

Source

vector.lisp.

Function: instance/ram:randomaccess⎵(vector⎵:a)⎵:a-coalton-library/randomaccess:readable? (_1868)
Package

coalton-library/vector.

Source

vector.lisp.

Function: instance/ram:randomaccess⎵(vector⎵:a)⎵:a-coalton-library/randomaccess:unsafe-aref (a-2387 n-2388)
Package

coalton-library/vector.

Source

vector.lisp.

Function: instance/ram:randomaccess⎵(vector⎵:a)⎵:a-coalton-library/randomaccess:unsafe-set! (a-2389 n-2390 x-2391)
Package

coalton-library/vector.

Source

vector.lisp.

Function: instance/ram:randomaccess⎵(vector⎵:a)⎵:a-coalton-library/randomaccess:writable? (_1869)
Package

coalton-library/vector.

Source

vector.lisp.

Function: instance/rational⎵double-float-coalton-library/math/real:best-approx (x-985)
Package

coalton-library/math/real.

Source

real.lisp.

Function: instance/rational⎵double-float-coalton-library/math/real:to-fraction (x-984)
Package

coalton-library/math/real.

Source

real.lisp.

Function: instance/rational⎵dyadic-coalton-library/math/real:best-approx (x-1483)
Package

coalton-library/math/dyadic.

Source

dyadic.lisp.

Function: instance/rational⎵dyadic-coalton-library/math/real:to-fraction (x-1482)
Package

coalton-library/math/dyadic.

Source

dyadic.lisp.

Function: instance/rational⎵fraction-coalton-library/math/real:best-approx (x-969)
Package

coalton-library/math/real.

Source

real.lisp.

Function: instance/rational⎵fraction-coalton-library/math/real:to-fraction (x-968)
Package

coalton-library/math/real.

Source

real.lisp.

Function: instance/rational⎵single-float-coalton-library/math/real:best-approx (x-977)
Package

coalton-library/math/real.

Source

real.lisp.

Function: instance/rational⎵single-float-coalton-library/math/real:to-fraction (x-976)
Package

coalton-library/math/real.

Source

real.lisp.

Function: instance/real⎵double-float-coalton-library/math/real:real-approx (prec-982 x-983)
Package

coalton-library/math/real.

Source

real.lisp.

Function: instance/real⎵dyadic-coalton-library/math/real:real-approx (a-1480 x-1481)
Package

coalton-library/math/dyadic.

Source

dyadic.lisp.

Function: instance/real⎵fraction-coalton-library/math/real:real-approx (prec-966 x-967)
Package

coalton-library/math/real.

Source

real.lisp.

Function: instance/real⎵single-float-coalton-library/math/real:real-approx (prec-974 x-975)
Package

coalton-library/math/real.

Source

real.lisp.

Function: instance/reciprocable⎵(complex⎵:a) (g1039 g1040)
Package

coalton-library/math/complex.

Source

complex.lisp.

Function: instance/reciprocable⎵(complex⎵:a)-coalton-library/math/arith:/ (dict1041 dict1042 a-1093 b-1094)
Package

coalton-library/math/complex.

Source

complex.lisp.

Function: instance/reciprocable⎵(complex⎵:a)-coalton-library/math/arith:reciprocal (dict1043 dict1044 x-1089)
Package

coalton-library/math/complex.

Source

complex.lisp.

Function: instance/reciprocable⎵(dual⎵:a) (g1168)
Package

coalton-library/math/dual.

Source

dual.lisp.

Function: instance/reciprocable⎵(dual⎵:a)-coalton-library/math/arith:/ (dict1169 g1170 g1171)
Package

coalton-library/math/dual.

Source

dual.lisp.

Function: instance/reciprocable⎵(dual⎵:a)-coalton-library/math/arith:reciprocal (dict1172 g1173)
Package

coalton-library/math/dual.

Source

dual.lisp.

Function: instance/reciprocable⎵double-float-coalton-library/math/arith:/ (x-478 y-479)
Package

coalton-library/math/num.

Source

num.lisp.

Function: instance/reciprocable⎵double-float-coalton-library/math/arith:reciprocal (x-480)
Package

coalton-library/math/num.

Source

num.lisp.

Function: instance/reciprocable⎵fraction-coalton-library/math/arith:/ (a-643 b-644)
Package

coalton-library/math/fraction.

Source

fraction.lisp.

Function: instance/reciprocable⎵fraction-coalton-library/math/arith:reciprocal (q-645)
Package

coalton-library/math/fraction.

Source

fraction.lisp.

Function: instance/reciprocable⎵single-float-coalton-library/math/arith:/ (x-475 y-476)
Package

coalton-library/math/num.

Source

num.lisp.

Function: instance/reciprocable⎵single-float-coalton-library/math/arith:reciprocal (x-477)
Package

coalton-library/math/num.

Source

num.lisp.

Function: instance/remainder⎵fraction-coalton-library/math/integral:div (a-925 n-926)
Package

coalton-library/math/integral.

Source

integral.lisp.

Function: instance/remainder⎵fraction-coalton-library/math/integral:divmod (a-927 n-928)
Package

coalton-library/math/integral.

Source

integral.lisp.

Function: instance/remainder⎵fraction-coalton-library/math/integral:mod (a-923 n-924)
Package

coalton-library/math/integral.

Source

integral.lisp.

Function: instance/remainder⎵fraction-coalton-library/math/integral:quot (a-917 n-918)
Package

coalton-library/math/integral.

Source

integral.lisp.

Function: instance/remainder⎵fraction-coalton-library/math/integral:quotrem (a-921 n-922)
Package

coalton-library/math/integral.

Source

integral.lisp.

Function: instance/remainder⎵fraction-coalton-library/math/integral:rem (a-919 n-920)
Package

coalton-library/math/integral.

Source

integral.lisp.

Function: instance/remainder⎵i16-coalton-library/math/integral:div (a-736 n-737)
Package

coalton-library/math/integral.

Source

integral.lisp.

Function: instance/remainder⎵i16-coalton-library/math/integral:divmod (a-738 n-739)
Package

coalton-library/math/integral.

Source

integral.lisp.

Function: instance/remainder⎵i16-coalton-library/math/integral:mod (a-734 n-735)
Package

coalton-library/math/integral.

Source

integral.lisp.

Function: instance/remainder⎵i16-coalton-library/math/integral:quot (a-728 n-729)
Package

coalton-library/math/integral.

Source

integral.lisp.

Function: instance/remainder⎵i16-coalton-library/math/integral:quotrem (a-732 n-733)
Package

coalton-library/math/integral.

Source

integral.lisp.

Function: instance/remainder⎵i16-coalton-library/math/integral:rem (a-730 n-731)
Package

coalton-library/math/integral.

Source

integral.lisp.

Function: instance/remainder⎵i32-coalton-library/math/integral:div (a-757 n-758)
Package

coalton-library/math/integral.

Source

integral.lisp.

Function: instance/remainder⎵i32-coalton-library/math/integral:divmod (a-759 n-760)
Package

coalton-library/math/integral.

Source

integral.lisp.

Function: instance/remainder⎵i32-coalton-library/math/integral:mod (a-755 n-756)
Package

coalton-library/math/integral.

Source

integral.lisp.

Function: instance/remainder⎵i32-coalton-library/math/integral:quot (a-749 n-750)
Package

coalton-library/math/integral.

Source

integral.lisp.

Function: instance/remainder⎵i32-coalton-library/math/integral:quotrem (a-753 n-754)
Package

coalton-library/math/integral.

Source

integral.lisp.

Function: instance/remainder⎵i32-coalton-library/math/integral:rem (a-751 n-752)
Package

coalton-library/math/integral.

Source

integral.lisp.

Function: instance/remainder⎵i64-coalton-library/math/integral:div (a-778 n-779)
Package

coalton-library/math/integral.

Source

integral.lisp.

Function: instance/remainder⎵i64-coalton-library/math/integral:divmod (a-780 n-781)
Package

coalton-library/math/integral.

Source

integral.lisp.

Function: instance/remainder⎵i64-coalton-library/math/integral:mod (a-776 n-777)
Package

coalton-library/math/integral.

Source

integral.lisp.

Function: instance/remainder⎵i64-coalton-library/math/integral:quot (a-770 n-771)
Package

coalton-library/math/integral.

Source

integral.lisp.

Function: instance/remainder⎵i64-coalton-library/math/integral:quotrem (a-774 n-775)
Package

coalton-library/math/integral.

Source

integral.lisp.

Function: instance/remainder⎵i64-coalton-library/math/integral:rem (a-772 n-773)
Package

coalton-library/math/integral.

Source

integral.lisp.

Function: instance/remainder⎵i8-coalton-library/math/integral:div (a-715 n-716)
Package

coalton-library/math/integral.

Source

integral.lisp.

Function: instance/remainder⎵i8-coalton-library/math/integral:divmod (a-717 n-718)
Package

coalton-library/math/integral.

Source

integral.lisp.

Function: instance/remainder⎵i8-coalton-library/math/integral:mod (a-713 n-714)
Package

coalton-library/math/integral.

Source

integral.lisp.

Function: instance/remainder⎵i8-coalton-library/math/integral:quot (a-707 n-708)
Package

coalton-library/math/integral.

Source

integral.lisp.

Function: instance/remainder⎵i8-coalton-library/math/integral:quotrem (a-711 n-712)
Package

coalton-library/math/integral.

Source

integral.lisp.

Function: instance/remainder⎵i8-coalton-library/math/integral:rem (a-709 n-710)
Package

coalton-library/math/integral.

Source

integral.lisp.

Function: instance/remainder⎵ifix-coalton-library/math/integral:div (a-799 n-800)
Package

coalton-library/math/integral.

Source

integral.lisp.

Function: instance/remainder⎵ifix-coalton-library/math/integral:divmod (a-801 n-802)
Package

coalton-library/math/integral.

Source

integral.lisp.

Function: instance/remainder⎵ifix-coalton-library/math/integral:mod (a-797 n-798)
Package

coalton-library/math/integral.

Source

integral.lisp.

Function: instance/remainder⎵ifix-coalton-library/math/integral:quot (a-791 n-792)
Package

coalton-library/math/integral.

Source

integral.lisp.

Function: instance/remainder⎵ifix-coalton-library/math/integral:quotrem (a-795 n-796)
Package

coalton-library/math/integral.

Source

integral.lisp.

Function: instance/remainder⎵ifix-coalton-library/math/integral:rem (a-793 n-794)
Package

coalton-library/math/integral.

Source

integral.lisp.

Function: instance/remainder⎵integer-coalton-library/math/integral:div (a-694 n-695)
Package

coalton-library/math/integral.

Source

integral.lisp.

Function: instance/remainder⎵integer-coalton-library/math/integral:divmod (a-696 n-697)
Package

coalton-library/math/integral.

Source

integral.lisp.

Function: instance/remainder⎵integer-coalton-library/math/integral:mod (a-692 n-693)
Package

coalton-library/math/integral.

Source

integral.lisp.

Function: instance/remainder⎵integer-coalton-library/math/integral:quot (a-686 n-687)
Package

coalton-library/math/integral.

Source

integral.lisp.

Function: instance/remainder⎵integer-coalton-library/math/integral:quotrem (a-690 n-691)
Package

coalton-library/math/integral.

Source

integral.lisp.

Function: instance/remainder⎵integer-coalton-library/math/integral:rem (a-688 n-689)
Package

coalton-library/math/integral.

Source

integral.lisp.

Function: instance/remainder⎵u16-coalton-library/math/integral:div (a-841 n-842)
Package

coalton-library/math/integral.

Source

integral.lisp.

Function: instance/remainder⎵u16-coalton-library/math/integral:divmod (a-843 n-844)
Package

coalton-library/math/integral.

Source

integral.lisp.

Function: instance/remainder⎵u16-coalton-library/math/integral:mod (a-839 n-840)
Package

coalton-library/math/integral.

Source

integral.lisp.

Function: instance/remainder⎵u16-coalton-library/math/integral:quot (a-833 n-834)
Package

coalton-library/math/integral.

Source

integral.lisp.

Function: instance/remainder⎵u16-coalton-library/math/integral:quotrem (a-837 n-838)
Package

coalton-library/math/integral.

Source

integral.lisp.

Function: instance/remainder⎵u16-coalton-library/math/integral:rem (a-835 n-836)
Package

coalton-library/math/integral.

Source

integral.lisp.

Function: instance/remainder⎵u32-coalton-library/math/integral:div (a-862 n-863)
Package

coalton-library/math/integral.

Source

integral.lisp.

Function: instance/remainder⎵u32-coalton-library/math/integral:divmod (a-864 n-865)
Package

coalton-library/math/integral.

Source

integral.lisp.

Function: instance/remainder⎵u32-coalton-library/math/integral:mod (a-860 n-861)
Package

coalton-library/math/integral.

Source

integral.lisp.

Function: instance/remainder⎵u32-coalton-library/math/integral:quot (a-854 n-855)
Package

coalton-library/math/integral.

Source

integral.lisp.

Function: instance/remainder⎵u32-coalton-library/math/integral:quotrem (a-858 n-859)
Package

coalton-library/math/integral.

Source

integral.lisp.

Function: instance/remainder⎵u32-coalton-library/math/integral:rem (a-856 n-857)
Package

coalton-library/math/integral.

Source

integral.lisp.

Function: instance/remainder⎵u64-coalton-library/math/integral:div (a-883 n-884)
Package

coalton-library/math/integral.

Source

integral.lisp.

Function: instance/remainder⎵u64-coalton-library/math/integral:divmod (a-885 n-886)
Package

coalton-library/math/integral.

Source

integral.lisp.

Function: instance/remainder⎵u64-coalton-library/math/integral:mod (a-881 n-882)
Package

coalton-library/math/integral.

Source

integral.lisp.

Function: instance/remainder⎵u64-coalton-library/math/integral:quot (a-875 n-876)
Package

coalton-library/math/integral.

Source

integral.lisp.

Function: instance/remainder⎵u64-coalton-library/math/integral:quotrem (a-879 n-880)
Package

coalton-library/math/integral.

Source

integral.lisp.

Function: instance/remainder⎵u64-coalton-library/math/integral:rem (a-877 n-878)
Package

coalton-library/math/integral.

Source

integral.lisp.

Function: instance/remainder⎵u8-coalton-library/math/integral:div (a-820 n-821)
Package

coalton-library/math/integral.

Source

integral.lisp.

Function: instance/remainder⎵u8-coalton-library/math/integral:divmod (a-822 n-823)
Package

coalton-library/math/integral.

Source

integral.lisp.

Function: instance/remainder⎵u8-coalton-library/math/integral:mod (a-818 n-819)
Package

coalton-library/math/integral.

Source

integral.lisp.

Function: instance/remainder⎵u8-coalton-library/math/integral:quot (a-812 n-813)
Package

coalton-library/math/integral.

Source

integral.lisp.

Function: instance/remainder⎵u8-coalton-library/math/integral:quotrem (a-816 n-817)
Package

coalton-library/math/integral.

Source

integral.lisp.

Function: instance/remainder⎵u8-coalton-library/math/integral:rem (a-814 n-815)
Package

coalton-library/math/integral.

Source

integral.lisp.

Function: instance/remainder⎵ufix-coalton-library/math/integral:div (a-904 n-905)
Package

coalton-library/math/integral.

Source

integral.lisp.

Function: instance/remainder⎵ufix-coalton-library/math/integral:divmod (a-906 n-907)
Package

coalton-library/math/integral.

Source

integral.lisp.

Function: instance/remainder⎵ufix-coalton-library/math/integral:mod (a-902 n-903)
Package

coalton-library/math/integral.

Source

integral.lisp.

Function: instance/remainder⎵ufix-coalton-library/math/integral:quot (a-896 n-897)
Package

coalton-library/math/integral.

Source

integral.lisp.

Function: instance/remainder⎵ufix-coalton-library/math/integral:quotrem (a-900 n-901)
Package

coalton-library/math/integral.

Source

integral.lisp.

Function: instance/remainder⎵ufix-coalton-library/math/integral:rem (a-898 n-899)
Package

coalton-library/math/integral.

Source

integral.lisp.

Function: instance/runtimerepr⎵(:a⎵→⎵:b)-coalton-library/types:runtime-repr (_603)
Package

coalton-library/types.

Source

types.lisp.

Function: instance/runtimerepr⎵(list⎵:a)-coalton-library/types:runtime-repr (_605)
Package

coalton-library/types.

Source

types.lisp.

Function: instance/runtimerepr⎵(proxy⎵:a)-coalton-library/types:runtime-repr (_609)
Package

coalton-library/types.

Source

types.lisp.

Function: instance/runtimerepr⎵boolean-coalton-library/types:runtime-repr (_589)
Package

coalton-library/types.

Source

types.lisp.

Function: instance/runtimerepr⎵char-coalton-library/types:runtime-repr (_591)
Package

coalton-library/types.

Source

types.lisp.

Function: instance/runtimerepr⎵double-float-coalton-library/types:runtime-repr (_597)
Package

coalton-library/types.

Source

types.lisp.

Function: instance/runtimerepr⎵fraction-coalton-library/types:runtime-repr (_601)
Package

coalton-library/types.

Source

types.lisp.

Function: instance/runtimerepr⎵integer-coalton-library/types:runtime-repr (_593)
Package

coalton-library/types.

Source

types.lisp.

Function: instance/runtimerepr⎵lisptype-coalton-library/types:runtime-repr (_607)
Package

coalton-library/types.

Source

types.lisp.

Function: instance/runtimerepr⎵single-float-coalton-library/types:runtime-repr (_595)
Package

coalton-library/types.

Source

types.lisp.

Function: instance/runtimerepr⎵string-coalton-library/types:runtime-repr (_599)
Package

coalton-library/types.

Source

types.lisp.

Function: instance/semigroup⎵(cell⎵:a) (g1348)
Package

coalton-library/cell.

Source

cell.lisp.

Function: instance/semigroup⎵(cell⎵:a)-coalton-library/classes:<> (dict1349 a-1578 b-1579)
Package

coalton-library/cell.

Source

cell.lisp.

Function: instance/semigroup⎵(list⎵:a)-coalton-library/classes:<> (a-2285 b-2286)
Package

coalton-library/list.

Source

list.lisp.

Function: instance/semigroup⎵(map⎵:a⎵:b) (g2095)
Package

coalton-library/ord-map.

Source

ord-map.lisp.

Function: instance/semigroup⎵(map⎵:a⎵:b)-coalton-library/classes:<> (dict2096)
Package

coalton-library/ord-map.

Source

ord-map.lisp.

Function: instance/semigroup⎵(optional⎵:a) (g1648)
Package

coalton-library/optional.

Source

optional.lisp.

Function: instance/semigroup⎵(optional⎵:a)-coalton-library/classes:<> (dict1649 a-1814 b-1815)
Package

coalton-library/optional.

Source

optional.lisp.

Function: instance/semigroup⎵(queue⎵:a)-coalton-library/classes:<> (q1-1977 q2-1978)
Package

coalton-library/queue.

Source

queue.lisp.

Function: instance/semigroup⎵(result⎵:a⎵:b) (g1700)
Package

coalton-library/result.

Source

result.lisp.

Function: instance/semigroup⎵(result⎵:a⎵:b)-coalton-library/classes:<> (dict1701 a-1870 b-1871)
Package

coalton-library/result.

Source

result.lisp.

Function: instance/semigroup⎵(seq⎵:a) (g2192)
Package

coalton-library/seq.

Source

seq.lisp.

Function: instance/semigroup⎵(seq⎵:a)-coalton-library/classes:<> (dict2193)
Package

coalton-library/seq.

Source

seq.lisp.

Function: instance/semigroup⎵(tree⎵:a) (g2028)
Package

coalton-library/ord-tree.

Source

ord-tree.lisp.

Function: instance/semigroup⎵(tree⎵:a)-coalton-library/classes:<> (dict2029)
Package

coalton-library/ord-tree.

Source

ord-tree.lisp.

Function: instance/semigroup⎵(vector⎵:a)-coalton-library/classes:<> (v1-1874 v2-1875)
Package

coalton-library/vector.

Source

vector.lisp.

Function: instance/semigroup⎵hash-coalton-library/classes:<> (a-138 b-139)
Package

coalton-library/hash.

Source

hash.lisp.

Function: instance/semigroup⎵string-coalton-library/classes:<> (str1-1889 str2-1890)
Package

coalton-library/string.

Source

string.lisp.

Function: instance/signalable⎵fileerror-coalton-library/classes:error (ferr-3215)
Package

coalton-library/file.

Source

file.lisp.

Function: instance/signalable⎵lispcondition-coalton-library/classes:error (condition-3208)
Package

coalton-library/system.

Source

system.lisp.

Function: instance/signalable⎵string-coalton-library/classes:error (str-7)
Package

coalton-library/classes.

Source

classes.lisp.

Function: instance/sliceable⎵(slice⎵:a)-coalton-library/slice::%length (s-1912)
Package

coalton-library/slice.

Source

slice.lisp.

Function: instance/sliceable⎵(vector⎵:a)-coalton-library/slice::%length (v-1911)
Package

coalton-library/slice.

Source

slice.lisp.

Function: instance/transfinite⎵double-float-coalton-library/math/arith:infinite? (x-219)
Package

coalton-library/math/arith.

Source

arith.lisp.

Function: instance/transfinite⎵double-float-coalton-library/math/arith:nan? (x-218)
Package

coalton-library/math/arith.

Source

arith.lisp.

Function: instance/transfinite⎵single-float-coalton-library/math/arith:infinite? (x-217)
Package

coalton-library/math/arith.

Source

arith.lisp.

Function: instance/transfinite⎵single-float-coalton-library/math/arith:nan? (x-216)
Package

coalton-library/math/arith.

Source

arith.lisp.

Function: instance/traversable⎵(free⎵:a) (g2137)
Package

coalton-library/monad/free.

Source

monad/free.lisp.

Function: instance/traversable⎵(free⎵:a)-coalton-library/classes:traverse (dict2138 dict2139 f-2964 freea-2965)
Package

coalton-library/monad/free.

Source

monad/free.lisp.

Function: instance/traversable⎵list-coalton-library/classes:traverse (dict1786 f-2310 xs-2311)
Package

coalton-library/list.

Source

list.lisp.

Function: instance/trigonometric⎵(complex⎵:a) (g1090)
Package

coalton-library/math/elementary.

Source

elementary.lisp.

Function: instance/trigonometric⎵(complex⎵:a)-coalton-library/math/elementary:acos (dict1095 z-1398)
Package

coalton-library/math/elementary.

Source

elementary.lisp.

Function: instance/trigonometric⎵(complex⎵:a)-coalton-library/math/elementary:asin (dict1094 z-1397)
Package

coalton-library/math/elementary.

Source

elementary.lisp.

Function: instance/trigonometric⎵(complex⎵:a)-coalton-library/math/elementary:atan (dict1096 z-1399)
Package

coalton-library/math/elementary.

Source

elementary.lisp.

Function: instance/trigonometric⎵(complex⎵:a)-coalton-library/math/elementary:cos (dict1092 z-1387)
Package

coalton-library/math/elementary.

Source

elementary.lisp.

Function: instance/trigonometric⎵(complex⎵:a)-coalton-library/math/elementary:pi (dict1097)
Package

coalton-library/math/elementary.

Source

elementary.lisp.

Function: instance/trigonometric⎵(complex⎵:a)-coalton-library/math/elementary:sin (dict1091 z-1382)
Package

coalton-library/math/elementary.

Source

elementary.lisp.

Function: instance/trigonometric⎵(complex⎵:a)-coalton-library/math/elementary:tan (dict1093 z-1392)
Package

coalton-library/math/elementary.

Source

elementary.lisp.

Function: instance/trigonometric⎵(dual⎵:a) (g1177 g1178 g1179 g1180)
Package

coalton-library/math/dual.

Source

dual.lisp.

Function: instance/trigonometric⎵(dual⎵:a)-coalton-library/math/elementary:acos (dict1201 dict1202 dict1203 dict1204 g1205)
Package

coalton-library/math/dual.

Source

dual.lisp.

Function: instance/trigonometric⎵(dual⎵:a)-coalton-library/math/elementary:asin (dict1196 dict1197 dict1198 dict1199 g1200)
Package

coalton-library/math/dual.

Source

dual.lisp.

Function: instance/trigonometric⎵(dual⎵:a)-coalton-library/math/elementary:atan (dict1206 dict1207 dict1208 dict1209 g1210)
Package

coalton-library/math/dual.

Source

dual.lisp.

Function: instance/trigonometric⎵(dual⎵:a)-coalton-library/math/elementary:cos (dict1186 dict1187 dict1188 dict1189 g1190)
Package

coalton-library/math/dual.

Source

dual.lisp.

Function: instance/trigonometric⎵(dual⎵:a)-coalton-library/math/elementary:pi (dict1211 dict1212 dict1213 dict1214)
Package

coalton-library/math/dual.

Source

dual.lisp.

Function: instance/trigonometric⎵(dual⎵:a)-coalton-library/math/elementary:sin (dict1181 dict1182 dict1183 dict1184 g1185)
Package

coalton-library/math/dual.

Source

dual.lisp.

Function: instance/trigonometric⎵(dual⎵:a)-coalton-library/math/elementary:tan (dict1191 dict1192 dict1193 dict1194 g1195)
Package

coalton-library/math/dual.

Source

dual.lisp.

Function: instance/trigonometric⎵double-float-coalton-library/math/elementary:acos (x-1347)
Package

coalton-library/math/elementary.

Source

elementary.lisp.

Function: instance/trigonometric⎵double-float-coalton-library/math/elementary:asin (x-1346)
Package

coalton-library/math/elementary.

Source

elementary.lisp.

Function: instance/trigonometric⎵double-float-coalton-library/math/elementary:atan (x-1348)
Package

coalton-library/math/elementary.

Source

elementary.lisp.

Function: instance/trigonometric⎵double-float-coalton-library/math/elementary:cos (x-1344)
Package

coalton-library/math/elementary.

Source

elementary.lisp.

Function: instance/trigonometric⎵double-float-coalton-library/math/elementary:sin (x-1343)
Package

coalton-library/math/elementary.

Source

elementary.lisp.

Function: instance/trigonometric⎵double-float-coalton-library/math/elementary:tan (x-1345)
Package

coalton-library/math/elementary.

Source

elementary.lisp.

Function: instance/trigonometric⎵single-float-coalton-library/math/elementary:acos (x-1330)
Package

coalton-library/math/elementary.

Source

elementary.lisp.

Function: instance/trigonometric⎵single-float-coalton-library/math/elementary:asin (x-1329)
Package

coalton-library/math/elementary.

Source

elementary.lisp.

Function: instance/trigonometric⎵single-float-coalton-library/math/elementary:atan (x-1331)
Package

coalton-library/math/elementary.

Source

elementary.lisp.

Function: instance/trigonometric⎵single-float-coalton-library/math/elementary:cos (x-1327)
Package

coalton-library/math/elementary.

Source

elementary.lisp.

Function: instance/trigonometric⎵single-float-coalton-library/math/elementary:sin (x-1326)
Package

coalton-library/math/elementary.

Source

elementary.lisp.

Function: instance/trigonometric⎵single-float-coalton-library/math/elementary:tan (x-1328)
Package

coalton-library/math/elementary.

Source

elementary.lisp.

Function: instance/tryinto⎵double-float⎵fraction⎵string-coalton-library/classes:tryinto (x-474)
Package

coalton-library/math/num.

Source

num.lisp.

Function: instance/tryinto⎵i16⎵i8⎵string-coalton-library/classes:tryinto (g1)
Package

coalton-library/math/conversions.

Source

conversions.lisp.

Function: instance/tryinto⎵i16⎵u16⎵string-coalton-library/classes:tryinto (g2)
Package

coalton-library/math/conversions.

Source

conversions.lisp.

Function: instance/tryinto⎵i16⎵u32⎵string-coalton-library/classes:tryinto (g3)
Package

coalton-library/math/conversions.

Source

conversions.lisp.

Function: instance/tryinto⎵i16⎵u64⎵string-coalton-library/classes:tryinto (g5)
Package

coalton-library/math/conversions.

Source

conversions.lisp.

Function: instance/tryinto⎵i16⎵u8⎵string-coalton-library/classes:tryinto (g0)
Package

coalton-library/math/conversions.

Source

conversions.lisp.

Function: instance/tryinto⎵i16⎵ufix⎵string-coalton-library/classes:tryinto (g7)
Package

coalton-library/math/conversions.

Source

conversions.lisp.

Function: instance/tryinto⎵i32⎵i16⎵string-coalton-library/classes:tryinto (g3)
Package

coalton-library/math/conversions.

Source

conversions.lisp.

Function: instance/tryinto⎵i32⎵i8⎵string-coalton-library/classes:tryinto (g1)
Package

coalton-library/math/conversions.

Source

conversions.lisp.

Function: instance/tryinto⎵i32⎵single-float⎵string-coalton-library/classes:tryinto (x-623)
Package

coalton-library/math/conversions.

Source

conversions.lisp.

Function: instance/tryinto⎵i32⎵u16⎵string-coalton-library/classes:tryinto (g2)
Package

coalton-library/math/conversions.

Source

conversions.lisp.

Function: instance/tryinto⎵i32⎵u32⎵string-coalton-library/classes:tryinto (g4)
Package

coalton-library/math/conversions.

Source

conversions.lisp.

Function: instance/tryinto⎵i32⎵u64⎵string-coalton-library/classes:tryinto (g5)
Package

coalton-library/math/conversions.

Source

conversions.lisp.

Function: instance/tryinto⎵i32⎵u8⎵string-coalton-library/classes:tryinto (g0)
Package

coalton-library/math/conversions.

Source

conversions.lisp.

Function: instance/tryinto⎵i32⎵ufix⎵string-coalton-library/classes:tryinto (g7)
Package

coalton-library/math/conversions.

Source

conversions.lisp.

Function: instance/tryinto⎵i64⎵double-float⎵string-coalton-library/classes:tryinto (x-624)
Package

coalton-library/math/conversions.

Source

conversions.lisp.

Function: instance/tryinto⎵i64⎵i16⎵string-coalton-library/classes:tryinto (g3)
Package

coalton-library/math/conversions.

Source

conversions.lisp.

Function: instance/tryinto⎵i64⎵i32⎵string-coalton-library/classes:tryinto (g5)
Package

coalton-library/math/conversions.

Source

conversions.lisp.

Function: instance/tryinto⎵i64⎵i8⎵string-coalton-library/classes:tryinto (g1)
Package

coalton-library/math/conversions.

Source

conversions.lisp.

Function: instance/tryinto⎵i64⎵ifix⎵string-coalton-library/classes:tryinto (g8)
Package

coalton-library/math/conversions.

Source

conversions.lisp.

Function: instance/tryinto⎵i64⎵single-float⎵string-coalton-library/classes:tryinto (x-618)
Package

coalton-library/math/conversions.

Source

conversions.lisp.

Function: instance/tryinto⎵i64⎵u16⎵string-coalton-library/classes:tryinto (g2)
Package

coalton-library/math/conversions.

Source

conversions.lisp.

Function: instance/tryinto⎵i64⎵u32⎵string-coalton-library/classes:tryinto (g4)
Package

coalton-library/math/conversions.

Source

conversions.lisp.

Function: instance/tryinto⎵i64⎵u64⎵string-coalton-library/classes:tryinto (g6)
Package

coalton-library/math/conversions.

Source

conversions.lisp.

Function: instance/tryinto⎵i64⎵u8⎵string-coalton-library/classes:tryinto (g0)
Package

coalton-library/math/conversions.

Source

conversions.lisp.

Function: instance/tryinto⎵i64⎵ufix⎵string-coalton-library/classes:tryinto (g7)
Package

coalton-library/math/conversions.

Source

conversions.lisp.

Function: instance/tryinto⎵i8⎵u16⎵string-coalton-library/classes:tryinto (g1)
Package

coalton-library/math/conversions.

Source

conversions.lisp.

Function: instance/tryinto⎵i8⎵u32⎵string-coalton-library/classes:tryinto (g3)
Package

coalton-library/math/conversions.

Source

conversions.lisp.

Function: instance/tryinto⎵i8⎵u64⎵string-coalton-library/classes:tryinto (g5)
Package

coalton-library/math/conversions.

Source

conversions.lisp.

Function: instance/tryinto⎵i8⎵u8⎵string-coalton-library/classes:tryinto (g0)
Package

coalton-library/math/conversions.

Source

conversions.lisp.

Function: instance/tryinto⎵i8⎵ufix⎵string-coalton-library/classes:tryinto (g7)
Package

coalton-library/math/conversions.

Source

conversions.lisp.

Function: instance/tryinto⎵ifix⎵double-float⎵string-coalton-library/classes:tryinto (x-626)
Package

coalton-library/math/conversions.

Source

conversions.lisp.

Function: instance/tryinto⎵ifix⎵i16⎵string-coalton-library/classes:tryinto (g3)
Package

coalton-library/math/conversions.

Source

conversions.lisp.

Function: instance/tryinto⎵ifix⎵i32⎵string-coalton-library/classes:tryinto (g5)
Package

coalton-library/math/conversions.

Source

conversions.lisp.

Function: instance/tryinto⎵ifix⎵i8⎵string-coalton-library/classes:tryinto (g1)
Package

coalton-library/math/conversions.

Source

conversions.lisp.

Function: instance/tryinto⎵ifix⎵single-float⎵string-coalton-library/classes:tryinto (x-620)
Package

coalton-library/math/conversions.

Source

conversions.lisp.

Function: instance/tryinto⎵ifix⎵u16⎵string-coalton-library/classes:tryinto (g2)
Package

coalton-library/math/conversions.

Source

conversions.lisp.

Function: instance/tryinto⎵ifix⎵u32⎵string-coalton-library/classes:tryinto (g4)
Package

coalton-library/math/conversions.

Source

conversions.lisp.

Function: instance/tryinto⎵ifix⎵u64⎵string-coalton-library/classes:tryinto (g6)
Package

coalton-library/math/conversions.

Source

conversions.lisp.

Function: instance/tryinto⎵ifix⎵u8⎵string-coalton-library/classes:tryinto (g0)
Package

coalton-library/math/conversions.

Source

conversions.lisp.

Function: instance/tryinto⎵ifix⎵ufix⎵string-coalton-library/classes:tryinto (g8)
Package

coalton-library/math/conversions.

Source

conversions.lisp.

Function: instance/tryinto⎵integer⎵double-float⎵string-coalton-library/classes:tryinto (x-617)
Package

coalton-library/math/conversions.

Source

conversions.lisp.

Function: instance/tryinto⎵integer⎵i16⎵string-coalton-library/classes:tryinto (g3)
Package

coalton-library/math/conversions.

Source

conversions.lisp.

Function: instance/tryinto⎵integer⎵i32⎵string-coalton-library/classes:tryinto (g5)
Package

coalton-library/math/conversions.

Source

conversions.lisp.

Function: instance/tryinto⎵integer⎵i64⎵string-coalton-library/classes:tryinto (g7)
Package

coalton-library/math/conversions.

Source

conversions.lisp.

Function: instance/tryinto⎵integer⎵i8⎵string-coalton-library/classes:tryinto (g1)
Package

coalton-library/math/conversions.

Source

conversions.lisp.

Function: instance/tryinto⎵integer⎵ifix⎵string-coalton-library/classes:tryinto (g9)
Package

coalton-library/math/conversions.

Source

conversions.lisp.

Function: instance/tryinto⎵integer⎵single-float⎵string-coalton-library/classes:tryinto (x-616)
Package

coalton-library/math/conversions.

Source

conversions.lisp.

Function: instance/tryinto⎵integer⎵u16⎵string-coalton-library/classes:tryinto (g2)
Package

coalton-library/math/conversions.

Source

conversions.lisp.

Function: instance/tryinto⎵integer⎵u32⎵string-coalton-library/classes:tryinto (g4)
Package

coalton-library/math/conversions.

Source

conversions.lisp.

Function: instance/tryinto⎵integer⎵u64⎵string-coalton-library/classes:tryinto (g6)
Package

coalton-library/math/conversions.

Source

conversions.lisp.

Function: instance/tryinto⎵integer⎵u8⎵string-coalton-library/classes:tryinto (g0)
Package

coalton-library/math/conversions.

Source

conversions.lisp.

Function: instance/tryinto⎵integer⎵ufix⎵string-coalton-library/classes:tryinto (g8)
Package

coalton-library/math/conversions.

Source

conversions.lisp.

Function: instance/tryinto⎵single-float⎵fraction⎵string-coalton-library/classes:tryinto (x-473)
Package

coalton-library/math/num.

Source

num.lisp.

Function: instance/tryinto⎵string⎵integer⎵string-coalton-library/classes:tryinto (s-2481)
Package

coalton-library/string.

Source

string.lisp.

Function: instance/tryinto⎵u16⎵i16⎵string-coalton-library/classes:tryinto (g2)
Package

coalton-library/math/conversions.

Source

conversions.lisp.

Function: instance/tryinto⎵u16⎵i8⎵string-coalton-library/classes:tryinto (g1)
Package

coalton-library/math/conversions.

Source

conversions.lisp.

Function: instance/tryinto⎵u16⎵u8⎵string-coalton-library/classes:tryinto (g0)
Package

coalton-library/math/conversions.

Source

conversions.lisp.

Function: instance/tryinto⎵u32⎵i16⎵string-coalton-library/classes:tryinto (g3)
Package

coalton-library/math/conversions.

Source

conversions.lisp.

Function: instance/tryinto⎵u32⎵i32⎵string-coalton-library/classes:tryinto (g4)
Package

coalton-library/math/conversions.

Source

conversions.lisp.

Function: instance/tryinto⎵u32⎵i8⎵string-coalton-library/classes:tryinto (g1)
Package

coalton-library/math/conversions.

Source

conversions.lisp.

Function: instance/tryinto⎵u32⎵single-float⎵string-coalton-library/classes:tryinto (x-622)
Package

coalton-library/math/conversions.

Source

conversions.lisp.

Function: instance/tryinto⎵u32⎵u16⎵string-coalton-library/classes:tryinto (g2)
Package

coalton-library/math/conversions.

Source

conversions.lisp.

Function: instance/tryinto⎵u32⎵u8⎵string-coalton-library/classes:tryinto (g0)
Package

coalton-library/math/conversions.

Source

conversions.lisp.

Function: instance/tryinto⎵u64⎵double-float⎵string-coalton-library/classes:tryinto (x-625)
Package

coalton-library/math/conversions.

Source

conversions.lisp.

Function: instance/tryinto⎵u64⎵i16⎵string-coalton-library/classes:tryinto (g3)
Package

coalton-library/math/conversions.

Source

conversions.lisp.

Function: instance/tryinto⎵u64⎵i32⎵string-coalton-library/classes:tryinto (g5)
Package

coalton-library/math/conversions.

Source

conversions.lisp.

Function: instance/tryinto⎵u64⎵i64⎵string-coalton-library/classes:tryinto (g6)
Package

coalton-library/math/conversions.

Source

conversions.lisp.

Function: instance/tryinto⎵u64⎵i8⎵string-coalton-library/classes:tryinto (g1)
Package

coalton-library/math/conversions.

Source

conversions.lisp.

Function: instance/tryinto⎵u64⎵ifix⎵string-coalton-library/classes:tryinto (g8)
Package

coalton-library/math/conversions.

Source

conversions.lisp.

Function: instance/tryinto⎵u64⎵single-float⎵string-coalton-library/classes:tryinto (x-619)
Package

coalton-library/math/conversions.

Source

conversions.lisp.

Function: instance/tryinto⎵u64⎵u16⎵string-coalton-library/classes:tryinto (g2)
Package

coalton-library/math/conversions.

Source

conversions.lisp.

Function: instance/tryinto⎵u64⎵u32⎵string-coalton-library/classes:tryinto (g4)
Package

coalton-library/math/conversions.

Source

conversions.lisp.

Function: instance/tryinto⎵u64⎵u8⎵string-coalton-library/classes:tryinto (g0)
Package

coalton-library/math/conversions.

Source

conversions.lisp.

Function: instance/tryinto⎵u64⎵ufix⎵string-coalton-library/classes:tryinto (g7)
Package

coalton-library/math/conversions.

Source

conversions.lisp.

Function: instance/tryinto⎵u8⎵i8⎵string-coalton-library/classes:tryinto (g0)
Package

coalton-library/math/conversions.

Source

conversions.lisp.

Function: instance/tryinto⎵ufix⎵double-float⎵string-coalton-library/classes:tryinto (x-627)
Package

coalton-library/math/conversions.

Source

conversions.lisp.

Function: instance/tryinto⎵ufix⎵i16⎵string-coalton-library/classes:tryinto (g3)
Package

coalton-library/math/conversions.

Source

conversions.lisp.

Function: instance/tryinto⎵ufix⎵i32⎵string-coalton-library/classes:tryinto (g5)
Package

coalton-library/math/conversions.

Source

conversions.lisp.

Function: instance/tryinto⎵ufix⎵i8⎵string-coalton-library/classes:tryinto (g1)
Package

coalton-library/math/conversions.

Source

conversions.lisp.

Function: instance/tryinto⎵ufix⎵single-float⎵string-coalton-library/classes:tryinto (x-621)
Package

coalton-library/math/conversions.

Source

conversions.lisp.

Function: instance/tryinto⎵ufix⎵u16⎵string-coalton-library/classes:tryinto (g2)
Package

coalton-library/math/conversions.

Source

conversions.lisp.

Function: instance/tryinto⎵ufix⎵u32⎵string-coalton-library/classes:tryinto (g4)
Package

coalton-library/math/conversions.

Source

conversions.lisp.

Function: instance/tryinto⎵ufix⎵u8⎵string-coalton-library/classes:tryinto (g0)
Package

coalton-library/math/conversions.

Source

conversions.lisp.

Function: instance/types:runtimerepr⎵(filestream⎵:a)-coalton-library/types:runtime-repr (_2297)
Package

coalton-library/file.

Source

file.lisp.

Function: instance/types:runtimerepr⎵(iterator⎵:a)-coalton-library/types:runtime-repr (_1574)
Package

coalton-library/iterator.

Source

iterator.lisp.

Function: instance/types:runtimerepr⎵(lisparray⎵:a)-coalton-library/types:runtime-repr (_1749)
Package

coalton-library/lisparray.

Source

lisparray.lisp.

Function: instance/types:runtimerepr⎵(optional⎵:a)-coalton-library/types:runtime-repr (_676)
Package

coalton-library/classes.

Source

classes.lisp.

Function: instance/types:runtimerepr⎵(result⎵:a⎵:b)-coalton-library/types:runtime-repr (_678)
Package

coalton-library/classes.

Source

classes.lisp.

Function: instance/types:runtimerepr⎵(seq⎵:a)-coalton-library/types:runtime-repr (_2190)
Package

coalton-library/seq.

Source

seq.lisp.

Function: instance/types:runtimerepr⎵(slice⎵:a)-coalton-library/types:runtime-repr (_1905)
Package

coalton-library/slice.

Source

slice.lisp.

Function: instance/types:runtimerepr⎵(tuple⎵:a⎵:b)-coalton-library/types:runtime-repr (_682)
Package

coalton-library/classes.

Source

classes.lisp.

Function: instance/types:runtimerepr⎵(vector⎵:a)-coalton-library/types:runtime-repr (_1864)
Package

coalton-library/vector.

Source

vector.lisp.

Function: instance/types:runtimerepr⎵fileerror-coalton-library/types:runtime-repr (_2273)
Package

coalton-library/file.

Source

file.lisp.

Function: instance/types:runtimerepr⎵ifexists-coalton-library/types:runtime-repr (_2299)
Package

coalton-library/file.

Source

file.lisp.

Function: instance/types:runtimerepr⎵ord-coalton-library/types:runtime-repr (_680)
Package

coalton-library/classes.

Source

classes.lisp.

Function: instance/types:runtimerepr⎵pathname-coalton-library/types:runtime-repr (_2271)
Package

coalton-library/file.

Source

file.lisp.

Function: instance/types:runtimerepr⎵streamoptions-coalton-library/types:runtime-repr (_2301)
Package

coalton-library/file.

Source

file.lisp.

Function: instance/unwrappable⎵(result⎵:a)-coalton-library/classes:unwrap-or-else (succeed-1899 fail-1900 res-1901)
Package

coalton-library/result.

Source

result.lisp.

Function: instance/unwrappable⎵optional-coalton-library/classes:unwrap-or-else (succeed-1832 fail-1833 opt-1834)
Package

coalton-library/optional.

Source

optional.lisp.

Function: integer-<⎵type (a-228 b-229)

INTEGER-< type :: (INTEGER → INTEGER → BOOLEAN)

Package

coalton-library/math/num.

Source

num.lisp.

Function: integer-<= (a-230 b-231)

INTEGER-<= :: (INTEGER → INTEGER → BOOLEAN)

Package

coalton-library/math/num.

Source

num.lisp.

Function: integer-> (a-224 b-225)

INTEGER-> :: (INTEGER → INTEGER → BOOLEAN)

Package

coalton-library/math/num.

Source

num.lisp.

Function: integer->= (a-226 b-227)

INTEGER->= :: (INTEGER → INTEGER → BOOLEAN)

Package

coalton-library/math/num.

Source

num.lisp.

Function: integer-^ (base-700 power-701)

INTEGER-^ :: (INTEGER → INTEGER → INTEGER)

Package

coalton-library/math/integral.

Source

integral.lisp.

Function: integer-complex-divide (a-1255 b-1256)

INTEGER-COMPLEX-DIVIDE :: ((COMPLEX INTEGER) → (COMPLEX INTEGER) → (COMPLEX INTEGER))

Package

coalton-library/math/complex.

Source

complex.lisp.

Function: integer-complex-equal (a-1247 b-1248)

INTEGER-COMPLEX-EQUAL :: ((COMPLEX INTEGER) → (COMPLEX INTEGER) → BOOLEAN)

Package

coalton-library/math/complex.

Source

complex.lisp.

Function: integer-complex-minus (a-1251 b-1252)

INTEGER-COMPLEX-MINUS :: ((COMPLEX INTEGER) → (COMPLEX INTEGER) → (COMPLEX INTEGER))

Package

coalton-library/math/complex.

Source

complex.lisp.

Function: integer-complex-plus (a-1249 b-1250)

INTEGER-COMPLEX-PLUS :: ((COMPLEX INTEGER) → (COMPLEX INTEGER) → (COMPLEX INTEGER))

Package

coalton-library/math/complex.

Source

complex.lisp.

Function: integer-complex-times (a-1253 b-1254)

INTEGER-COMPLEX-TIMES :: ((COMPLEX INTEGER) → (COMPLEX INTEGER) → (COMPLEX INTEGER))

Package

coalton-library/math/complex.

Source

complex.lisp.

Function: integer-even? (n-698)

INTEGER-EVEN? :: (INTEGER → BOOLEAN)

Package

coalton-library/math/integral.

Source

integral.lisp.

Function: integer-gcd (a-702 b-703)

INTEGER-GCD :: (INTEGER → INTEGER → INTEGER)

Package

coalton-library/math/integral.

Source

integral.lisp.

Function: integer-isqrt (a-706)

INTEGER-ISQRT :: (INTEGER → INTEGER)

Package

coalton-library/math/integral.

Source

integral.lisp.

Function: integer-lcm (a-704 b-705)

INTEGER-LCM :: (INTEGER → INTEGER → INTEGER)

Package

coalton-library/math/integral.

Source

integral.lisp.

Function: integer-odd? (n-699)

INTEGER-ODD? :: (INTEGER → BOOLEAN)

Package

coalton-library/math/integral.

Source

integral.lisp.

Function: justkey (_0)

JUSTKEY :: ∀ A B. (A → (MAPPAIR A B))

Package

coalton-library/ord-map.

Source

ord-map.lisp.

Function: key (pair-2853)

KEY :: ∀ A B. ((MAPPAIR A B) → A)

Package

coalton-library/ord-map.

Source

ord-map.lisp.

Function: keyword-src-list-p (x)
Package

coalton-impl/parser/base.

Source

base.lisp.

Reader: keyword-src-location (instance)
Package

coalton-impl/parser/base.

Source

base.lisp.

Target Slot

location.

Function: keyword-src-p (object)
Package

coalton-impl/parser/base.

Source

base.lisp.

Function: kind-list-p (x)
Package

coalton-impl/typechecker/kinds.

Source

kinds.lisp.

Function: kind-p (object)
Package

coalton-impl/typechecker/kinds.

Source

kinds.lisp.

Function: ksubstitution-list-p (x)
Package

coalton-impl/typechecker/kinds.

Source

kinds.lisp.

Function: ksubstitution-p (object)
Package

coalton-impl/typechecker/kinds.

Source

kinds.lisp.

Function: kyvar-list-p (x)
Package

coalton-impl/typechecker/kinds.

Source

kinds.lisp.

Function: kyvar-p (object)
Package

coalton-impl/typechecker/kinds.

Source

kinds.lisp.

Function: last-line-number (notes offset-positions)
Package

coalton-impl/source.

Source

source.lisp.

Function: leafarray (_0)

LEAFARRAY :: ∀ A. ((VECTOR A) → (SEQ A))

Package

coalton-library/seq.

Source

seq.lisp.

Function: line-contents (printer-state line-number)
Package

coalton-impl/source.

Source

source.lisp.

Function: lisp-coalton-var-alist-p (x)
Package

coalton-impl/codegen/ast.

Source

ast.lisp.

Function: lisp-package (package)

Create a Lisp package by evaluating the defpackage representation of a PACKAGE form.

Package

coalton-impl/parser/toplevel.

Source

toplevel.lisp.

Function: lisp-type= (x y)
Package

coalton-impl/typechecker/lisp-type.

Source

lisp-type.lisp.

Function: lisparray-tycon-p (tycon)
Package

coalton-impl/typechecker/lisp-type.

Source

lisp-type.lisp.

Function: lisperror (_0)

LISPERROR :: (LISPCONDITION → FILEERROR)

Package

coalton-library/file.

Source

file.lisp.

Function: location-lines (printer-state note)

Return the start and end lines of NOTE

Package

coalton-impl/source.

Source

source.lisp.

Function: location-p (object)
Package

coalton-impl/source.

Source

source.lisp.

Function: location-point< (a b)
Package

coalton-impl/source.

Source

source.lisp.

Function: location-points (location)
Package

coalton-impl/source.

Source

source.lisp.

Function: location-positions (printer-state note)

Return the start and end positions of NOTE

Package

coalton-impl/source.

Source

source.lisp.

Function: lookup-pred (pred ctx-pred sub-pred method-accessor env)

Search for PRED in CTX-PRED recursing through superclasses if necessary

Package

coalton-impl/codegen/resolve-instance.

Source

resolve-instance.lisp.

Function: lookup-pred-base (pred ctx-pred ctx-name env)
Package

coalton-impl/codegen/resolve-instance.

Source

resolve-instance.lisp.

Function: make-action (when type function)
Package

coalton-impl/codegen/traverse.

Source

traverse.lisp.

Function: make-ambiguity (&key var preds)
Package

coalton-impl/typechecker/context-reduction.

Source

context-reduction.lisp.

Function: make-binding-list-actions ()

These are the custom traversal actions needed to ensure that ‘traverse‘’s ‘args‘ consists of a list of the variable names which are bound at the given point.

Package

coalton-impl/codegen/traverse.

Source

traverse.lisp.

Function: make-cell-internal (&key inner)
Package

coalton-library/cell.

Source

cell.lisp.

Function: make-class-environment (&key data)
Package

coalton-impl/typechecker/environment.

Source

environment.lisp.

Function: make-code-environment (&key data)
Package

coalton-impl/typechecker/environment.

Source

environment.lisp.

Function: make-compile-candidate (&key name args)
Package

coalton-impl/codegen/monomorphize.

Source

monomorphize.lisp.

Function: make-constructor-environment (&key data)
Package

coalton-impl/typechecker/environment.

Source

environment.lisp.

Function: make-default-actions ()

Traversal actions which recurse through the AST, passing arguments unchanged. With no other actions, this will simply create a mostly deep copy of internal ‘node‘s (and ‘match-branch‘es) of the AST, but shallow copy all other slots, including types, patterns, and leaf nodes.

Package

coalton-impl/codegen/traverse.

Source

traverse.lisp.

Function: make-default-constructor-environment ()

Create a TYPE-ENVIRONMENT containing early constructors

Package

coalton-impl/typechecker/environment.

Source

environment.lisp.

Function: make-default-type-environment ()

Create a TYPE-ENVIRONMENT containing early types

Package

coalton-impl/typechecker/environment.

Source

environment.lisp.

Function: make-environment (&key value-environment type-environment constructor-environment struct-environment class-environment fundep-environment instance-environment function-environment name-environment method-inline-environment code-environment specialization-environment source-name-environment)
Package

coalton-impl/typechecker/environment.

Source

environment.lisp.

Function: make-environment-map (&key table test)
Package

coalton-impl/typechecker/map.

Source

map.lisp.

Function: make-environment-updater (update-log)

Produce source form of the contents of an environment UPDATE-LOG (i.e., calls to functions in typechecker/environment).

Package

coalton-impl/entry.

Source

entry.lisp.

Function: make-field-definition (&key name type location)
Package

coalton-impl/typechecker/define-type.

Source

define-type.lisp.

Function: make-function-entry (&key arity function curried)
Package

coalton-impl/runtime/function-entry.

Source

function-entry.lisp.

Function: make-function-environment (&key data)
Package

coalton-impl/typechecker/environment.

Source

environment.lisp.

Function: make-fundep-entry (&key from to)
Package

coalton-impl/typechecker/environment.

Source

environment.lisp.

Function: make-fundep-environment (&key data)
Package

coalton-impl/typechecker/environment.

Source

environment.lisp.

Function: make-global-environment (&key bindings)
Package

coalton-impl/global-lexical.

Source

global-lexical.lisp.

Function: make-hoist-point (&key bound-variables definitions)
Package

coalton-impl/codegen/hoister.

Source

hoister.lisp.

Function: make-instance-environment (&key instances codegen-syms)
Package

coalton-impl/typechecker/environment.

Source

environment.lisp.

Function: make-kstar (&key)
Package

coalton-impl/typechecker/kinds.

Source

kinds.lisp.

Function: make-local-vars (vars &key package)
Package

coalton-impl/parser/renamer.

Source

renamer.lisp.

Function: make-method-fun (method package class env)
Package

coalton-impl/codegen/codegen-class.

Source

codegen-class.lisp.

Function: make-method-inline-environment (&key data)
Package

coalton-impl/typechecker/environment.

Source

environment.lisp.

Function: make-name-environment (&key data)
Package

coalton-impl/typechecker/environment.

Source

environment.lisp.

Function: make-node-from-branches (dict2188 branches-3149)

MAKE-NODE-FROM-BRANCHES :: ∀ A. RUNTIMEREPR A ⇒ ((VECTOR (SEQ A)) → (SEQ A)) Makes a ‘Seq‘ tall enough to contain all the branches. Branches are
all assumed to have the same height.

Package

coalton-library/seq.

Source

seq.lisp.

Function: make-node-integer-literal (&key location value)
Package

coalton-impl/parser/expression.

Source

expression.lisp.

Function: make-partial-class (&key superclasses method-tys)
Package

coalton-impl/typechecker/define-class.

Source

define-class.lisp.

Function: make-printer-state (source-stream condition)
Package

coalton-impl/source.

Source

source.lisp.

Function: make-prologue ()

Return source form of an assertion that prevents mixing development and release modes.

Package

coalton-impl/entry.

Source

entry.lisp.

Function: make-queue-internal (&key elements last length)
Package

coalton-library/queue.

Source

queue.lisp.

Function: make-relaxed-node (ht-3147 branches-3148)

MAKE-RELAXED-NODE :: ∀ A. (UFIX → (VECTOR (SEQ A)) → (SEQ A))

Package

coalton-library/seq.

Source

seq.lisp.

Function: make-runtime-repr-instance (type)
Package

coalton-impl/typechecker/define-type.

Source

define-type.lisp.

Function: make-source-error (&key type span source highlight message primary-note notes help-notes context)

Construct a ‘SOURCE-ERROR’ with a message and primary note attached to the provided form.

Package

source-error/error.

Source

error.lisp.

Function: make-source-error-resolved-note (&key type start-line start-column end-line end-column message)
Package

source-error/error.

Source

error.lisp.

Function: make-source-name-environment (&key data)
Package

coalton-impl/typechecker/environment.

Source

environment.lisp.

Function: make-specialization-environment (&key data)
Package

coalton-impl/typechecker/environment.

Source

environment.lisp.

Function: make-struct-environment (&key data)
Package

coalton-impl/typechecker/environment.

Source

environment.lisp.

Function: make-tarjan-node (&key index low-link on-stack)
Package

coalton-impl/algorithm/tarjan-scc.

Source

tarjan-scc.lisp.

Function: make-toplevel-package (&key location docstring name import import-as import-from shadow export)
Package

coalton-impl/parser/toplevel.

Source

toplevel.lisp.

Function: make-type-environment (&key data)
Package

coalton-impl/typechecker/environment.

Source

environment.lisp.

Function: make-value-environment (&key data)
Package

coalton-impl/typechecker/environment.

Source

environment.lisp.

Function: mappair (_0 _1)

MAPPAIR :: ∀ A B. (A → B → (MAPPAIR A B))

Package

coalton-library/ord-map.

Source

ord-map.lisp.

Function: match-branch-p (object)
Package

coalton-impl/codegen/ast.

Source

ast.lisp.

Function: match-dynamic-extent-lift (node env)

Stack allocates uncaptured ADTs constructed in the head of a match expression

Package

coalton-impl/codegen/optimizer.

Source

optimizer.lisp.

Function: max-depth (notes)
Package

coalton-impl/source.

Source

source.lisp.

Function: maybe-def-p (symbol)

Return T if SYMBOL’s name starts with ’DEF’.

Package

coalton-impl/parser/toplevel.

Source

toplevel.lisp.

Function: maybe-read-coalton (stream source)

If the first form on STREAM indicates that Coalton code is present, read a program, and perform the indicated operation (compile, codegen, etc.). SOURCE provides metadata for the stream argument, for error messages.

Package

coalton-impl/reader.

Source

reader.lisp.

Function: maybe-runtime-repr-instance (type)
Package

coalton-impl/typechecker/define-type.

Source

define-type.lisp.

Function: merge-forms (forms-a forms-b &optional merged)

Stably merge two lists of forms.

1. The inputs and output are lists of 2-lists, structured as (OFFSET FORM).
2. The order of both lists is preserved.
3. Lists are merged by recursively selecting the head of the list with the lowest offset.

Example:

(merge-forms ’((2 "b") (8 "d") (1 "a"))
’((5 "x") (7 "x")))

=> ((2 "b") (5 "x") (7 "x") (8 "d") (1 "a"))

(Note that the order of elements in the first list is preserved)

Package

coalton-impl/codegen/program.

Source

program.lisp.

Function: method-definition-docstring (instance)
Package

coalton-impl/parser/toplevel.

Source

toplevel.lisp.

Function: method-definition-list-p (x)
Package

coalton-impl/parser/toplevel.

Source

toplevel.lisp.

Function: method-definition-location (instance)
Package

coalton-impl/parser/toplevel.

Source

toplevel.lisp.

Function: method-definition-p (object)
Package

coalton-impl/parser/toplevel.

Source

toplevel.lisp.

Function: method-inline-environment-data (instance)
Package

coalton-impl/typechecker/environment.

Source

environment.lisp.

Function: method-inline-environment-p (object)
Package

coalton-impl/typechecker/environment.

Source

environment.lisp.

Function: multiline-p (printer-state note)

Return the start and end lines of NOTE

Package

coalton-impl/source.

Source

source.lisp.

Reader: name-entry-docstring (instance)
Package

coalton-impl/typechecker/environment.

Source

environment.lisp.

Target Slot

docstring.

Reader: name-entry-location (instance)
Package

coalton-impl/typechecker/environment.

Source

environment.lisp.

Target Slot

location.

Function: name-entry-p (object)
Package

coalton-impl/typechecker/environment.

Source

environment.lisp.

Function: name-environment-data (instance)
Package

coalton-impl/typechecker/environment.

Source

environment.lisp.

Function: name-environment-p (object)
Package

coalton-impl/typechecker/environment.

Source

environment.lisp.

Function: node-abstraction-location (instance)
Package

coalton-impl/typechecker/expression.

Source

expression.lisp.

Function: node-abstraction-location (instance)
Package

coalton-impl/parser/expression.

Source

expression.lisp.

Function: node-abstraction-type (instance)
Package

coalton-impl/codegen/ast.

Source

ast.lisp.

Function: (setf node-abstraction-type) (instance)
Package

coalton-impl/codegen/ast.

Source

ast.lisp.

Function: node-abstraction-type (instance)
Package

coalton-impl/typechecker/expression.

Source

expression.lisp.

Function: node-accessor-location (instance)
Package

coalton-impl/typechecker/expression.

Source

expression.lisp.

Function: node-accessor-location (instance)
Package

coalton-impl/parser/expression.

Source

expression.lisp.

Function: node-accessor-p (object)
Package

coalton-impl/typechecker/expression.

Source

expression.lisp.

Function: node-accessor-p (object)
Package

coalton-impl/parser/expression.

Source

expression.lisp.

Function: node-accessor-type (instance)
Package

coalton-impl/typechecker/expression.

Source

expression.lisp.

Function: node-and-location (instance)
Package

coalton-impl/typechecker/expression.

Source

expression.lisp.

Function: node-and-location (instance)
Package

coalton-impl/parser/expression.

Source

expression.lisp.

Function: node-and-p (object)
Package

coalton-impl/typechecker/expression.

Source

expression.lisp.

Function: node-and-p (object)
Package

coalton-impl/parser/expression.

Source

expression.lisp.

Function: node-and-type (instance)
Package

coalton-impl/typechecker/expression.

Source

expression.lisp.

Function: node-application-location (instance)
Package

coalton-impl/typechecker/expression.

Source

expression.lisp.

Function: node-application-location (instance)
Package

coalton-impl/parser/expression.

Source

expression.lisp.

Function: node-application-p (object)
Package

coalton-impl/typechecker/expression.

Source

expression.lisp.

Function: node-application-p (object)
Package

coalton-impl/parser/expression.

Source

expression.lisp.

Function: node-application-type (instance)
Package

coalton-impl/codegen/ast.

Source

ast.lisp.

Function: (setf node-application-type) (instance)
Package

coalton-impl/codegen/ast.

Source

ast.lisp.

Function: node-application-type (instance)
Package

coalton-impl/typechecker/expression.

Source

expression.lisp.

Reader: node-bind-location (instance)
Package

coalton-impl/typechecker/expression.

Source

expression.lisp.

Target Slot

location.

Reader: node-bind-location (instance)
Package

coalton-impl/parser/expression.

Source

expression.lisp.

Target Slot

location.

Function: node-bind-p (object)
Package

coalton-impl/codegen/ast.

Source

ast.lisp.

Function: node-bind-p (object)
Package

coalton-impl/typechecker/expression.

Source

expression.lisp.

Function: node-bind-p (object)
Package

coalton-impl/parser/expression.

Source

expression.lisp.

Function: node-bind-type (instance)
Package

coalton-impl/codegen/ast.

Source

ast.lisp.

Function: (setf node-bind-type) (instance)
Package

coalton-impl/codegen/ast.

Source

ast.lisp.

Function: node-block-p (object)
Package

coalton-impl/codegen/ast.

Source

ast.lisp.

Function: node-block-type (instance)
Package

coalton-impl/codegen/ast.

Source

ast.lisp.

Function: (setf node-block-type) (instance)
Package

coalton-impl/codegen/ast.

Source

ast.lisp.

Function: node-body-element-list-p (x)
Package

coalton-impl/typechecker/expression.

Source

expression.lisp.

Function: node-body-element-list-p (x)
Package

coalton-impl/parser/expression.

Source

expression.lisp.

Function: node-body-element-p (x)
Package

coalton-impl/typechecker/expression.

Source

expression.lisp.

Function: node-body-element-p (x)
Package

coalton-impl/parser/expression.

Source

expression.lisp.

Function: node-body-p (object)
Package

coalton-impl/typechecker/expression.

Source

expression.lisp.

Function: node-body-p (object)
Package

coalton-impl/parser/expression.

Source

expression.lisp.

Function: node-break-location (instance)
Package

coalton-impl/typechecker/expression.

Source

expression.lisp.

Function: node-break-location (instance)
Package

coalton-impl/parser/expression.

Source

expression.lisp.

Function: node-break-p (object)
Package

coalton-impl/codegen/ast.

Source

ast.lisp.

Function: node-break-p (object)
Package

coalton-impl/typechecker/expression.

Source

expression.lisp.

Function: node-break-p (object)
Package

coalton-impl/parser/expression.

Source

expression.lisp.

Function: node-break-type (instance)
Package

coalton-impl/codegen/ast.

Source

ast.lisp.

Function: (setf node-break-type) (instance)
Package

coalton-impl/codegen/ast.

Source

ast.lisp.

Function: node-break-type (instance)
Package

coalton-impl/typechecker/expression.

Source

expression.lisp.

Function: node-can-be-propagated (node env)

Returns true if a given node should be const propagated to a callee. Currently only typeclass dictionaries will be propagated, although constant values could be.

Package

coalton-impl/codegen/monomorphize.

Source

monomorphize.lisp.

Function: node-cond-clause-list-p (x)
Package

coalton-impl/typechecker/expression.

Source

expression.lisp.

Function: node-cond-clause-list-p (x)
Package

coalton-impl/parser/expression.

Source

expression.lisp.

Reader: node-cond-clause-location (instance)
Package

coalton-impl/typechecker/expression.

Source

expression.lisp.

Target Slot

location.

Reader: node-cond-clause-location (instance)
Package

coalton-impl/parser/expression.

Source

expression.lisp.

Target Slot

location.

Function: node-cond-clause-p (object)
Package

coalton-impl/typechecker/expression.

Source

expression.lisp.

Function: node-cond-clause-p (object)
Package

coalton-impl/parser/expression.

Source

expression.lisp.

Function: node-cond-location (instance)
Package

coalton-impl/typechecker/expression.

Source

expression.lisp.

Function: node-cond-location (instance)
Package

coalton-impl/parser/expression.

Source

expression.lisp.

Function: node-cond-p (object)
Package

coalton-impl/typechecker/expression.

Source

expression.lisp.

Function: node-cond-p (object)
Package

coalton-impl/parser/expression.

Source

expression.lisp.

Function: node-cond-type (instance)
Package

coalton-impl/typechecker/expression.

Source

expression.lisp.

Function: node-continue-location (instance)
Package

coalton-impl/typechecker/expression.

Source

expression.lisp.

Function: node-continue-location (instance)
Package

coalton-impl/parser/expression.

Source

expression.lisp.

Function: node-continue-p (object)
Package

coalton-impl/codegen/ast.

Source

ast.lisp.

Function: node-continue-p (object)
Package

coalton-impl/typechecker/expression.

Source

expression.lisp.

Function: node-continue-p (object)
Package

coalton-impl/parser/expression.

Source

expression.lisp.

Function: node-continue-type (instance)
Package

coalton-impl/codegen/ast.

Source

ast.lisp.

Function: (setf node-continue-type) (instance)
Package

coalton-impl/codegen/ast.

Source

ast.lisp.

Function: node-continue-type (instance)
Package

coalton-impl/typechecker/expression.

Source

expression.lisp.

Function: node-direct-application-type (instance)
Package

coalton-impl/codegen/ast.

Source

ast.lisp.

Function: (setf node-direct-application-type) (instance)
Package

coalton-impl/codegen/ast.

Source

ast.lisp.

Reader: node-do-bind-location (instance)
Package

coalton-impl/typechecker/expression.

Source

expression.lisp.

Target Slot

location.

Reader: node-do-bind-location (instance)
Package

coalton-impl/parser/expression.

Source

expression.lisp.

Target Slot

location.

Function: node-do-bind-p (object)
Package

coalton-impl/typechecker/expression.

Source

expression.lisp.

Function: node-do-bind-p (object)
Package

coalton-impl/parser/expression.

Source

expression.lisp.

Function: node-do-body-element-list-p (x)
Package

coalton-impl/typechecker/expression.

Source

expression.lisp.

Function: node-do-body-element-list-p (x)
Package

coalton-impl/parser/expression.

Source

expression.lisp.

Function: node-do-body-element-p (x)
Package

coalton-impl/typechecker/expression.

Source

expression.lisp.

Function: node-do-body-element-p (x)
Package

coalton-impl/parser/expression.

Source

expression.lisp.

Function: node-do-location (instance)
Package

coalton-impl/typechecker/expression.

Source

expression.lisp.

Function: node-do-location (instance)
Package

coalton-impl/parser/expression.

Source

expression.lisp.

Function: node-do-p (object)
Package

coalton-impl/typechecker/expression.

Source

expression.lisp.

Function: node-do-p (object)
Package

coalton-impl/parser/expression.

Source

expression.lisp.

Function: node-do-type (instance)
Package

coalton-impl/typechecker/expression.

Source

expression.lisp.

Function: node-dynamic-extent-p (object)
Package

coalton-impl/codegen/ast.

Source

ast.lisp.

Function: node-dynamic-extent-type (instance)
Package

coalton-impl/codegen/ast.

Source

ast.lisp.

Function: (setf node-dynamic-extent-type) (instance)
Package

coalton-impl/codegen/ast.

Source

ast.lisp.

Function: node-field-type (instance)
Package

coalton-impl/codegen/ast.

Source

ast.lisp.

Function: (setf node-field-type) (instance)
Package

coalton-impl/codegen/ast.

Source

ast.lisp.

Function: node-for-location (instance)
Package

coalton-impl/typechecker/expression.

Source

expression.lisp.

Function: node-for-location (instance)
Package

coalton-impl/parser/expression.

Source

expression.lisp.

Function: node-for-p (object)
Package

coalton-impl/typechecker/expression.

Source

expression.lisp.

Function: node-for-p (object)
Package

coalton-impl/parser/expression.

Source

expression.lisp.

Function: node-for-type (instance)
Package

coalton-impl/typechecker/expression.

Source

expression.lisp.

Function: node-if-location (instance)
Package

coalton-impl/typechecker/expression.

Source

expression.lisp.

Function: node-if-location (instance)
Package

coalton-impl/parser/expression.

Source

expression.lisp.

Function: node-if-p (object)
Package

coalton-impl/typechecker/expression.

Source

expression.lisp.

Function: node-if-p (object)
Package

coalton-impl/parser/expression.

Source

expression.lisp.

Function: node-if-type (instance)
Package

coalton-impl/typechecker/expression.

Source

expression.lisp.

Function: node-integer-literal-location (instance)
Package

coalton-impl/typechecker/expression.

Source

expression.lisp.

Function: node-integer-literal-location (instance)
Package

coalton-impl/parser/expression.

Source

expression.lisp.

Function: node-integer-literal-p (object)
Package

coalton-impl/typechecker/expression.

Source

expression.lisp.

Function: node-integer-literal-p (object)
Package

coalton-impl/parser/expression.

Source

expression.lisp.

Function: node-integer-literal-type (instance)
Package

coalton-impl/typechecker/expression.

Source

expression.lisp.

Function: node-let-binding-list-p (x)
Package

coalton-impl/typechecker/expression.

Source

expression.lisp.

Function: node-let-binding-list-p (x)
Package

coalton-impl/parser/expression.

Source

expression.lisp.

Reader: node-let-binding-location (instance)
Package

coalton-impl/typechecker/expression.

Source

expression.lisp.

Target Slot

location.

Reader: node-let-binding-location (instance)
Package

coalton-impl/parser/expression.

Source

expression.lisp.

Target Slot

location.

Function: node-let-binding-p (object)
Package

coalton-impl/typechecker/expression.

Source

expression.lisp.

Function: node-let-binding-p (object)
Package

coalton-impl/parser/expression.

Source

expression.lisp.

Function: node-let-declare-list-p (x)
Package

coalton-impl/parser/expression.

Source

expression.lisp.

Reader: node-let-declare-location (instance)
Package

coalton-impl/parser/expression.

Source

expression.lisp.

Target Slot

location.

Function: node-let-declare-p (object)
Package

coalton-impl/parser/expression.

Source

expression.lisp.

Function: node-let-location (instance)
Package

coalton-impl/typechecker/expression.

Source

expression.lisp.

Function: node-let-location (instance)
Package

coalton-impl/parser/expression.

Source

expression.lisp.

Function: node-let-p (object)
Package

coalton-impl/typechecker/expression.

Source

expression.lisp.

Function: node-let-p (object)
Package

coalton-impl/parser/expression.

Source

expression.lisp.

Function: node-let-type (instance)
Package

coalton-impl/codegen/ast.

Source

ast.lisp.

Function: (setf node-let-type) (instance)
Package

coalton-impl/codegen/ast.

Source

ast.lisp.

Function: node-let-type (instance)
Package

coalton-impl/typechecker/expression.

Source

expression.lisp.

Function: node-lisp-location (instance)
Package

coalton-impl/typechecker/expression.

Source

expression.lisp.

Function: node-lisp-location (instance)
Package

coalton-impl/parser/expression.

Source

expression.lisp.

Function: node-lisp-p (object)
Package

coalton-impl/typechecker/expression.

Source

expression.lisp.

Function: node-lisp-p (object)
Package

coalton-impl/parser/expression.

Source

expression.lisp.

Function: node-lisp-type (instance)
Package

coalton-impl/codegen/ast.

Source

ast.lisp.

Function: (setf node-lisp-type) (instance)
Package

coalton-impl/codegen/ast.

Source

ast.lisp.

Function: node-list-p (x)
Package

coalton-impl/codegen/ast.

Source

ast.lisp.

Function: node-list-p (x)
Package

coalton-impl/typechecker/expression.

Source

expression.lisp.

Function: node-list-p (x)
Package

coalton-impl/parser/expression.

Source

expression.lisp.

Function: node-literal-location (instance)
Package

coalton-impl/typechecker/expression.

Source

expression.lisp.

Function: node-literal-location (instance)
Package

coalton-impl/parser/expression.

Source

expression.lisp.

Function: node-literal-p (object)
Package

coalton-impl/typechecker/expression.

Source

expression.lisp.

Function: node-literal-p (object)
Package

coalton-impl/parser/expression.

Source

expression.lisp.

Function: node-literal-type (instance)
Package

coalton-impl/codegen/ast.

Source

ast.lisp.

Function: (setf node-literal-type) (instance)
Package

coalton-impl/codegen/ast.

Source

ast.lisp.

Function: node-literal-type (instance)
Package

coalton-impl/typechecker/expression.

Source

expression.lisp.

Reader: node-location (instance)
Package

coalton-impl/typechecker/expression.

Source

expression.lisp.

Target Slot

location.

Reader: node-location (instance)
Package

coalton-impl/parser/expression.

Source

expression.lisp.

Target Slot

location.

Function: node-loop-location (instance)
Package

coalton-impl/typechecker/expression.

Source

expression.lisp.

Function: node-loop-location (instance)
Package

coalton-impl/parser/expression.

Source

expression.lisp.

Function: node-loop-p (object)
Package

coalton-impl/codegen/ast.

Source

ast.lisp.

Function: node-loop-p (object)
Package

coalton-impl/typechecker/expression.

Source

expression.lisp.

Function: node-loop-p (object)
Package

coalton-impl/parser/expression.

Source

expression.lisp.

Function: node-loop-type (instance)
Package

coalton-impl/codegen/ast.

Source

ast.lisp.

Function: (setf node-loop-type) (instance)
Package

coalton-impl/codegen/ast.

Source

ast.lisp.

Function: node-loop-type (instance)
Package

coalton-impl/typechecker/expression.

Source

expression.lisp.

Function: node-match-branch-list-p (x)
Package

coalton-impl/typechecker/expression.

Source

expression.lisp.

Function: node-match-branch-list-p (x)
Package

coalton-impl/parser/expression.

Source

expression.lisp.

Reader: node-match-branch-location (instance)
Package

coalton-impl/typechecker/expression.

Source

expression.lisp.

Target Slot

location.

Reader: node-match-branch-location (instance)
Package

coalton-impl/parser/expression.

Source

expression.lisp.

Target Slot

location.

Function: node-match-branch-p (object)
Package

coalton-impl/typechecker/expression.

Source

expression.lisp.

Function: node-match-branch-p (object)
Package

coalton-impl/parser/expression.

Source

expression.lisp.

Function: node-match-location (instance)
Package

coalton-impl/typechecker/expression.

Source

expression.lisp.

Function: node-match-location (instance)
Package

coalton-impl/parser/expression.

Source

expression.lisp.

Function: node-match-p (object)
Package

coalton-impl/codegen/ast.

Source

ast.lisp.

Function: node-match-p (object)
Package

coalton-impl/typechecker/expression.

Source

expression.lisp.

Function: node-match-p (object)
Package

coalton-impl/parser/expression.

Source

expression.lisp.

Function: node-match-type (instance)
Package

coalton-impl/codegen/ast.

Source

ast.lisp.

Function: (setf node-match-type) (instance)
Package

coalton-impl/codegen/ast.

Source

ast.lisp.

Function: node-match-type (instance)
Package

coalton-impl/typechecker/expression.

Source

expression.lisp.

Function: node-or-location (instance)
Package

coalton-impl/typechecker/expression.

Source

expression.lisp.

Function: node-or-location (instance)
Package

coalton-impl/parser/expression.

Source

expression.lisp.

Function: node-or-p (object)
Package

coalton-impl/typechecker/expression.

Source

expression.lisp.

Function: node-or-p (object)
Package

coalton-impl/parser/expression.

Source

expression.lisp.

Function: node-or-type (instance)
Package

coalton-impl/typechecker/expression.

Source

expression.lisp.

Function: node-p (object)
Package

coalton-impl/codegen/ast.

Source

ast.lisp.

Function: node-p (object)
Package

coalton-impl/typechecker/expression.

Source

expression.lisp.

Function: node-p (object)
Package

coalton-impl/parser/expression.

Source

expression.lisp.

Function: node-progn-location (instance)
Package

coalton-impl/typechecker/expression.

Source

expression.lisp.

Function: node-progn-location (instance)
Package

coalton-impl/parser/expression.

Source

expression.lisp.

Function: node-progn-p (object)
Package

coalton-impl/typechecker/expression.

Source

expression.lisp.

Function: node-progn-p (object)
Package

coalton-impl/parser/expression.

Source

expression.lisp.

Function: node-progn-type (instance)
Package

coalton-impl/typechecker/expression.

Source

expression.lisp.

Function: node-return-from-p (object)
Package

coalton-impl/codegen/ast.

Source

ast.lisp.

Function: node-return-from-type (instance)
Package

coalton-impl/codegen/ast.

Source

ast.lisp.

Function: (setf node-return-from-type) (instance)
Package

coalton-impl/codegen/ast.

Source

ast.lisp.

Function: node-return-info-list-p (x)
Package

coalton-impl/typechecker/define.

Source

define.lisp.

Function: node-return-info-p (x)
Package

coalton-impl/typechecker/define.

Source

define.lisp.

Function: node-return-location (instance)
Package

coalton-impl/typechecker/expression.

Source

expression.lisp.

Function: node-return-location (instance)
Package

coalton-impl/parser/expression.

Source

expression.lisp.

Function: node-return-p (object)
Package

coalton-impl/typechecker/expression.

Source

expression.lisp.

Function: node-return-p (object)
Package

coalton-impl/parser/expression.

Source

expression.lisp.

Function: node-return-type (instance)
Package

coalton-impl/typechecker/expression.

Source

expression.lisp.

Function: node-seq-p (object)
Package

coalton-impl/codegen/ast.

Source

ast.lisp.

Function: node-seq-type (instance)
Package

coalton-impl/codegen/ast.

Source

ast.lisp.

Function: (setf node-seq-type) (instance)
Package

coalton-impl/codegen/ast.

Source

ast.lisp.

Function: node-subtype-p (symbol)
Package

coalton-impl/codegen/traverse.

Source

traverse.lisp.

Function: node-the-location (instance)
Package

coalton-impl/parser/expression.

Source

expression.lisp.

Function: node-the-p (object)
Package

coalton-impl/parser/expression.

Source

expression.lisp.

Function: node-unless-location (instance)
Package

coalton-impl/typechecker/expression.

Source

expression.lisp.

Function: node-unless-location (instance)
Package

coalton-impl/parser/expression.

Source

expression.lisp.

Function: node-unless-p (object)
Package

coalton-impl/typechecker/expression.

Source

expression.lisp.

Function: node-unless-p (object)
Package

coalton-impl/parser/expression.

Source

expression.lisp.

Function: node-unless-type (instance)
Package

coalton-impl/typechecker/expression.

Source

expression.lisp.

Function: node-variable-list-p (x)
Package

coalton-impl/typechecker/expression.

Source

expression.lisp.

Function: node-variable-list-p (x)
Package

coalton-impl/parser/expression.

Source

expression.lisp.

Function: node-variable-location (instance)
Package

coalton-impl/typechecker/expression.

Source

expression.lisp.

Function: node-variable-location (instance)
Package

coalton-impl/parser/expression.

Source

expression.lisp.

Function: node-variable-p (object)
Package

coalton-impl/typechecker/expression.

Source

expression.lisp.

Function: node-variable-p (object)
Package

coalton-impl/parser/expression.

Source

expression.lisp.

Function: node-variable-type (instance)
Package

coalton-impl/codegen/ast.

Source

ast.lisp.

Function: (setf node-variable-type) (instance)
Package

coalton-impl/codegen/ast.

Source

ast.lisp.

Function: node-variable-type (instance)
Package

coalton-impl/typechecker/expression.

Source

expression.lisp.

Function: node-when-location (instance)
Package

coalton-impl/typechecker/expression.

Source

expression.lisp.

Function: node-when-location (instance)
Package

coalton-impl/parser/expression.

Source

expression.lisp.

Function: node-when-p (object)
Package

coalton-impl/typechecker/expression.

Source

expression.lisp.

Function: node-when-p (object)
Package

coalton-impl/parser/expression.

Source

expression.lisp.

Function: node-when-type (instance)
Package

coalton-impl/typechecker/expression.

Source

expression.lisp.

Function: node-while-let-location (instance)
Package

coalton-impl/typechecker/expression.

Source

expression.lisp.

Function: node-while-let-location (instance)
Package

coalton-impl/parser/expression.

Source

expression.lisp.

Function: node-while-let-p (object)
Package

coalton-impl/codegen/ast.

Source

ast.lisp.

Function: node-while-let-p (object)
Package

coalton-impl/typechecker/expression.

Source

expression.lisp.

Function: node-while-let-p (object)
Package

coalton-impl/parser/expression.

Source

expression.lisp.

Function: node-while-let-type (instance)
Package

coalton-impl/codegen/ast.

Source

ast.lisp.

Function: (setf node-while-let-type) (instance)
Package

coalton-impl/codegen/ast.

Source

ast.lisp.

Function: node-while-let-type (instance)
Package

coalton-impl/typechecker/expression.

Source

expression.lisp.

Function: node-while-location (instance)
Package

coalton-impl/typechecker/expression.

Source

expression.lisp.

Function: node-while-location (instance)
Package

coalton-impl/parser/expression.

Source

expression.lisp.

Function: node-while-p (object)
Package

coalton-impl/codegen/ast.

Source

ast.lisp.

Function: node-while-p (object)
Package

coalton-impl/typechecker/expression.

Source

expression.lisp.

Function: node-while-p (object)
Package

coalton-impl/parser/expression.

Source

expression.lisp.

Function: node-while-type (instance)
Package

coalton-impl/codegen/ast.

Source

ast.lisp.

Function: (setf node-while-type) (instance)
Package

coalton-impl/codegen/ast.

Source

ast.lisp.

Function: node-while-type (instance)
Package

coalton-impl/typechecker/expression.

Source

expression.lisp.

Function: note-help-p (note)
Package

coalton-impl/source.

Source

source.lisp.

Function: note-highlight-char (note)
Package

coalton-impl/source.

Source

source.lisp.

Function: note-primary-p (note)
Package

coalton-impl/source.

Source

source.lisp.

Function: num-classes ()
Package

coalton-impl/typechecker/context-reduction.

Source

context-reduction.lisp.

Function: offset-position (printer-state location)
Package

coalton-impl/source.

Source

source.lisp.

Function: optimize-bindings-initial (bindings package env)
Package

coalton-impl/codegen/optimizer.

Source

optimizer.lisp.

Function: package-clause-parser (name)
Package

coalton-impl/parser/toplevel.

Source

toplevel.lisp.

Function: parse-accessor (form source)
Package

coalton-impl/parser/expression.

Source

expression.lisp.

Function: parse-argument-list (form source)
Package

coalton-impl/parser/toplevel.

Source

toplevel.lisp.

Function: parse-body-element (form source)
Package

coalton-impl/parser/expression.

Source

expression.lisp.

Function: parse-body-last-node (form source)
Package

coalton-impl/parser/expression.

Source

expression.lisp.

Function: parse-cond-clause (form source)
Package

coalton-impl/parser/expression.

Source

expression.lisp.

Function: parse-constructor (form enclosing-form docstring source)
Package

coalton-impl/parser/toplevel.

Source

toplevel.lisp.

Function: parse-declare (form source)
Package

coalton-impl/parser/toplevel.

Source

toplevel.lisp.

Function: parse-define (form source)
Package

coalton-impl/parser/toplevel.

Source

toplevel.lisp.

Function: parse-define-class (form source)
Package

coalton-impl/parser/toplevel.

Source

toplevel.lisp.

Function: parse-define-instance (form source)
Package

coalton-impl/parser/toplevel.

Source

toplevel.lisp.

Function: parse-define-struct (form source)
Package

coalton-impl/parser/toplevel.

Source

toplevel.lisp.

Function: parse-define-type (form source)
Package

coalton-impl/parser/toplevel.

Source

toplevel.lisp.

Function: parse-definition-body (form enclosing-form source)
Package

coalton-impl/parser/toplevel.

Source

toplevel.lisp.

Function: parse-do (form source)
Package

coalton-impl/parser/expression.

Source

expression.lisp.

Function: parse-do-body-element (form source)
Package

coalton-impl/parser/expression.

Source

expression.lisp.

Function: parse-do-body-last-node (form parent-form source)
Package

coalton-impl/parser/expression.

Source

expression.lisp.

Function: parse-export (package cursor)
Package

coalton-impl/parser/toplevel.

Source

toplevel.lisp.

Function: parse-fundep (form source)

Parse a functional dependency in FORM, consisting of two lists of one or more type variables separated by ‘->‘:

:a ... :n -> :a ... :n

Package

coalton-impl/parser/toplevel.

Source

toplevel.lisp.

Function: parse-identifier (form source)
Package

coalton-impl/parser/toplevel.

Source

toplevel.lisp.

Function: parse-import (package cursor)
Package

coalton-impl/parser/toplevel.

Source

toplevel.lisp.

Function: parse-import-from (package cursor)

Parse an IMPORT-FROM clause: a package designator followed by uninterned symbols.

Package

coalton-impl/parser/toplevel.

Source

toplevel.lisp.

Function: parse-import-statement (package cursor)
Package

coalton-impl/parser/toplevel.

Source

toplevel.lisp.

Function: parse-instance-method-definition (form parent-form source)
Package

coalton-impl/parser/toplevel.

Source

toplevel.lisp.

Function: parse-let-binding (form source)
Package

coalton-impl/parser/expression.

Source

expression.lisp.

Function: parse-let-declare (form source)
Package

coalton-impl/parser/expression.

Source

expression.lisp.

Function: parse-lisp-toplevel-form (form program source)

Parse lisp forms that are to be literally included in compiler output.

If the outermost form matches (eval-when (compile-toplevel) ..), evaluate the enclosed forms.

Package

coalton-impl/parser/toplevel.

Source

toplevel.lisp.

Function: parse-literal (form source)
Package

coalton-impl/parser/expression.

Source

expression.lisp.

Function: parse-match-branch (form source)
Package

coalton-impl/parser/expression.

Source

expression.lisp.

Function: parse-method (method-form form source)
Package

coalton-impl/parser/toplevel.

Source

toplevel.lisp.

Function: parse-monomorphize (form source)
Package

coalton-impl/parser/toplevel.

Source

toplevel.lisp.

Function: parse-node-bind (form source)
Package

coalton-impl/parser/expression.

Source

expression.lisp.

Function: parse-node-do-bind (form source)
Package

coalton-impl/parser/expression.

Source

expression.lisp.

Function: parse-package (cursor)

Parse a coalton package declaration.

Package

coalton-impl/parser/toplevel.

Source

toplevel.lisp.

Function: parse-package-clause (package cursor)

Parse a package clause form CURSOR and add it to PACKAGE.

Package

coalton-impl/parser/toplevel.

Source

toplevel.lisp.

Function: parse-repr (form source)
Package

coalton-impl/parser/toplevel.

Source

toplevel.lisp.

Function: parse-shadow (package cursor)
Package

coalton-impl/parser/toplevel.

Source

toplevel.lisp.

Function: parse-specialize (form source)
Package

coalton-impl/parser/toplevel.

Source

toplevel.lisp.

Function: parse-struct-field (form source)
Package

coalton-impl/parser/toplevel.

Source

toplevel.lisp.

Function: parse-type-list (forms location)
Package

coalton-impl/parser/types.

Source

types.lisp.

Function: parse-type-variable (form source)
Package

coalton-impl/parser/toplevel.

Source

toplevel.lisp.

Reader: partial-class-method-tys (instance)
Package

coalton-impl/typechecker/define-class.

Source

define-class.lisp.

Target Slot

method-tys.

Function: partial-class-p (object)
Package

coalton-impl/typechecker/define-class.

Source

define-class.lisp.

Reader: partial-class-superclasses (instance)
Package

coalton-impl/typechecker/define-class.

Source

define-class.lisp.

Target Slot

superclasses.

Reader: partial-type-env-class-table (instance)
Package

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

Source

partial-type-env.lisp.

Target Slot

class-table.

Function: partial-type-env-p (object)
Package

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

Source

partial-type-env.lisp.

Function: patherror (_0 _1)

PATHERROR :: (STRING → PATHNAME → FILEERROR)

Package

coalton-library/file.

Source

file.lisp.

Function: pattern-constructor-location (instance)
Package

coalton-impl/typechecker/pattern.

Source

pattern.lisp.

Function: pattern-constructor-location (instance)
Package

coalton-impl/parser/pattern.

Source

pattern.lisp.

Function: pattern-constructor-p (object)
Package

coalton-impl/parser/pattern.

Source

pattern.lisp.

Function: pattern-constructor-type (instance)
Package

coalton-impl/typechecker/pattern.

Source

pattern.lisp.

Function: pattern-constructor-type (instance)
Package

coalton-impl/codegen/pattern.

Source

pattern.lisp.

Function: pattern-list-p (x)
Package

coalton-impl/codegen/pattern.

Source

pattern.lisp.

Function: pattern-list-p (x)
Package

coalton-impl/parser/pattern.

Source

pattern.lisp.

Function: pattern-literal-location (instance)
Package

coalton-impl/typechecker/pattern.

Source

pattern.lisp.

Function: pattern-literal-location (instance)
Package

coalton-impl/parser/pattern.

Source

pattern.lisp.

Function: pattern-literal-p (object)
Package

coalton-impl/parser/pattern.

Source

pattern.lisp.

Function: pattern-literal-type (instance)
Package

coalton-impl/typechecker/pattern.

Source

pattern.lisp.

Function: pattern-literal-type (instance)
Package

coalton-impl/codegen/pattern.

Source

pattern.lisp.

Reader: pattern-location (instance)
Package

coalton-impl/typechecker/pattern.

Source

pattern.lisp.

Target Slot

location.

Reader: pattern-location (instance)
Package

coalton-impl/parser/pattern.

Source

pattern.lisp.

Target Slot

location.

Function: pattern-matrix-p (x)
Package

coalton-impl/analysis/pattern-exhaustiveness.

Source

pattern-exhaustiveness.lisp.

Function: pattern-p (object)
Package

coalton-impl/typechecker/pattern.

Source

pattern.lisp.

Function: pattern-p (object)
Package

coalton-impl/codegen/pattern.

Source

pattern.lisp.

Function: pattern-p (object)
Package

coalton-impl/parser/pattern.

Source

pattern.lisp.

Function: pattern-var-list-p (x)
Package

coalton-impl/typechecker/pattern.

Source

pattern.lisp.

Function: pattern-var-list-p (x)
Package

coalton-impl/parser/pattern.

Source

pattern.lisp.

Function: pattern-var-location (instance)
Package

coalton-impl/typechecker/pattern.

Source

pattern.lisp.

Function: pattern-var-location (instance)
Package

coalton-impl/parser/pattern.

Source

pattern.lisp.

Function: pattern-var-type (instance)
Package

coalton-impl/typechecker/pattern.

Source

pattern.lisp.

Function: pattern-var-type (instance)
Package

coalton-impl/codegen/pattern.

Source

pattern.lisp.

Function: pattern-wildcard-location (instance)
Package

coalton-impl/typechecker/pattern.

Source

pattern.lisp.

Function: pattern-wildcard-location (instance)
Package

coalton-impl/parser/pattern.

Source

pattern.lisp.

Function: pattern-wildcard-p (object)
Package

coalton-impl/parser/pattern.

Source

pattern.lisp.

Function: pattern-wildcard-type (instance)
Package

coalton-impl/typechecker/pattern.

Source

pattern.lisp.

Function: pattern-wildcard-type (instance)
Package

coalton-impl/codegen/pattern.

Source

pattern.lisp.

Function: perfect-subtree-size-at-height (dict2172 h-3079)

PERFECT-SUBTREE-SIZE-AT-HEIGHT :: ∀ A. INTEGRAL A ⇒ (A → UFIX)

Package

coalton-library/seq.

Source

seq.lisp.

Function: pointfree (node table env)
Package

coalton-impl/codegen/optimizer.

Source

optimizer.lisp.

Function: positioned-annotations (printer-state)
Package

coalton-impl/source.

Source

source.lisp.

Function: pprint-kind (stream kind)
Package

coalton-impl/typechecker/kinds.

Source

kinds.lisp.

Function: pprint-qualified-ty (stream qualified-ty)
Package

coalton-impl/typechecker/predicate.

Source

predicate.lisp.

Function: pprint-scheme (stream scheme)
Package

coalton-impl/typechecker/scheme.

Source

scheme.lisp.

Function: pprint-substitution (stream sub &optional colon-p at-sign-p)
Package

coalton-impl/typechecker/substitutions.

Source

substitutions.lisp.

Function: pred-context-p (x)
Package

coalton-impl/codegen/resolve-instance.

Source

resolve-instance.lisp.

Function: pred-from-context (name context)

Lookup the predicate called NAME in CONTEXT

Package

coalton-impl/codegen/resolve-instance.

Source

resolve-instance.lisp.

Function: print-condition-location (stream printer-state condition)
Package

coalton-impl/source.

Source

source.lisp.

Function: print-empty-line (stream printer-state)
Package

coalton-impl/source.

Source

source.lisp.

Function: print-finished-notes-for-line (stream printer-state line-number)
Package

coalton-impl/source.

Source

source.lisp.

Function: print-form (stream form &optional package)

Print a FORM to a STREAM, separated by 2 lines.

Package

coalton-impl/entry.

Source

entry.lisp.

Function: print-form (form)

Prevent truncation of a FORM that will be immediately re-read.

Package

coalton-impl/reader.

Source

reader.lisp.

Function: print-help (stream printer-state help)
Package

coalton-impl/source.

Source

source.lisp.

Function: print-line-contents (stream printer-state line-number)
Package

coalton-impl/source.

Source

source.lisp.

Function: print-line-number (stream printer-state line-number show-line-number)
Package

coalton-impl/source.

Source

source.lisp.

Function: print-line-prefix (stream printer-state &key line-number)
Package

coalton-impl/source.

Source

source.lisp.

Function: print-lines-until (stream printer-state line-number)
Package

coalton-impl/source.

Source

source.lisp.

Function: print-node-traversal-order (node)

Print the pre-order and post-order traversal structure of ‘node‘ without any slot information.

Package

coalton-impl/codegen/traverse.

Source

traverse.lisp.

Function: print-note (stream printer-state note)
Package

coalton-impl/source.

Source

source.lisp.

Function: print-note-end (stream printer-state note)
Package

coalton-impl/source.

Source

source.lisp.

Function: print-note-start (stream printer-state note)
Package

coalton-impl/source.

Source

source.lisp.

Function: print-notes (stream printer-state)
Package

coalton-impl/source.

Source

source.lisp.

Function: print-single-line-note (stream printer-state note)
Package

coalton-impl/source.

Source

source.lisp.

Function: probe-symbol (package-name symbol-name)

Look up SYMBOL-NAME in PACKAGE-NAME, returning its value if the package exists and the symbol is bound.

Package

coalton-impl/reader.

Source

reader.lisp.

Function: process-specialize (specialize env)
Package

coalton-impl/typechecker/specialize.

Source

specialize.lisp.

Function: program-p (object)
Package

coalton-impl/parser/toplevel.

Source

toplevel.lisp.

Function: propagatable-p (x)
Package

coalton-impl/codegen/monomorphize.

Source

monomorphize.lisp.

Function: proper-list-p (cursor)

Return T if cursor is pointing at a proper list.

Package

coalton-impl/parser/cursor.

Source

cursor.lisp.

Function: qualified-ty-list-p (x)
Package

coalton-impl/typechecker/predicate.

Source

predicate.lisp.

Reader: qualified-ty-location (instance)
Package

coalton-impl/parser/types.

Source

types.lisp.

Target Slot

location.

Function: qualified-ty-p (object)
Package

coalton-impl/typechecker/predicate.

Source

predicate.lisp.

Reader: queue-internal-elements (instance)
Writer: (setf queue-internal-elements) (instance)
Package

coalton-library/queue.

Source

queue.lisp.

Target Slot

elements.

Reader: queue-internal-last (instance)
Writer: (setf queue-internal-last) (instance)
Package

coalton-library/queue.

Source

queue.lisp.

Target Slot

last.

Reader: queue-internal-length (instance)
Writer: (setf queue-internal-length) (instance)
Package

coalton-library/queue.

Source

queue.lisp.

Target Slot

length.

Function: queue-internal-p (object)
Package

coalton-library/queue.

Source

queue.lisp.

Function: rational-approx (dict891 dict892 dict893 precision-948 x-949)

RATIONAL-APPROX :: ∀ A B. (INTEGRAL A) (RATIONAL B) (RECIPROCABLE B) ⇒ (A → B → FRACTION) Implemention of ‘real-approx’ for rationals.

Package

coalton-library/math/real.

Source

real.lisp.

Function: read-coalton-toplevel-open-paren (stream char)

This is the dispatch function for open paren in the Coalton readtable.
It ensures the presence of source metadata for STREAM and then calls MAYBE-READ-COALTON.

Package

coalton-impl/reader.

Source

reader.lisp.

Function: read-lisp (stream source first-form)

Helper for MAYBE-READ-COALTON when the first form wasn’t Coalton: revert to reading plain Lisp.

Package

coalton-impl/reader.

Source

reader.lisp.

Function: read-toplevel-package (stream source)

Read and parse a Coalton toplevel package form.

Package

coalton-impl/parser/toplevel.

Source

toplevel.lisp.

Function: rebalance-branches (dict2189 branches-3160)

REBALANCE-BRANCHES :: ∀ A. RUNTIMEREPR A ⇒ ((VECTOR (SEQ A)) → (SEQ A)) Ensures each member of ‘branches‘ has between ‘min-branching‘ and ‘max-branching‘ subnodes of their own. Returns a new ‘Seq‘ whose branches are the rebalanced ‘branches‘.

This function assumes that each member of ‘branches‘ has the same height. It also assumes that each member of ‘branches‘ is itself already balanced.

It attempts to rebalance with a minimum of array copying.

Package

coalton-library/seq.

Source

seq.lisp.

Function: rebuild-cst (form source-table fallback-source seen-forms)

Rebuild a CST from the FORM.

SOURCE-TABLE contains a pointer mapping from macro input forms to source information. FALLBACK-SOURCE is the source information of the macro to use as a fallback. SEEN-FORMS is a hash table of known forms to prevent hang on cyclical list forms.

Package

coalton-impl/parser/macro.

Source

macro.lisp.

Function: rebuild-size-table (seq-3143)

REBUILD-SIZE-TABLE :: ∀ A. ((SEQ A) → (SEQ A))

Package

coalton-library/seq.

Source

seq.lisp.

Function: relaxednode (_0 _1 _2 _3)

RELAXEDNODE :: ∀ A. (UFIX → UFIX → (VECTOR UFIX) → (VECTOR (SEQ A)) → (SEQ A))

Package

coalton-library/seq.

Source

seq.lisp.

Function: remove-duplicates-rev (dict1769 xs-2099 acc-2100)

REMOVE-DUPLICATES-REV :: ∀ A. EQ A ⇒ ((LIST A) → (LIST A) → (LIST A))

Package

coalton-library/list.

Source

list.lisp.

Function: remove-leaving-double-black (tre-2789)

REMOVE-LEAVING-DOUBLE-BLACK :: ∀ A. ((TREE A) → (TREE A))
Remove the pivot of TRE from TRE, fusing its left and right children to form a new tree.

The result tree may be in an intermediate state with a double-black node.

Package

coalton-library/ord-tree.

Source

ord-tree.lisp.

Function: remove-max (tre-2809)

REMOVE-MAX :: ∀ A. ((TREE A) → (TUPLE (TREE A) A))

Package

coalton-library/ord-tree.

Source

ord-tree.lisp.

Function: remove-rev-if (pred-2104 ys-2105 acc-2106)

REMOVE-REV-IF :: ∀ A. ((A → BOOLEAN) → (LIST A) → (LIST A) → (LIST A))

Package

coalton-library/list.

Source

list.lisp.

Function: remove-without-as-black (dict2012 tre-2781 elt-2782)

REMOVE-WITHOUT-AS-BLACK :: ∀ A. ORD A ⇒ ((TREE A) → A → (OPTIONAL (TREE A)))

Package

coalton-library/ord-tree.

Source

ord-tree.lisp.

Function: replace-first (v-3124 a-3125)

REPLACE-FIRST :: ∀ A. ((VECTOR A) → A → (VECTOR A))

Package

coalton-library/seq.

Source

seq.lisp.

Function: replace-last (v-3127 a-3128)

REPLACE-LAST :: ∀ A. ((VECTOR A) → A → (VECTOR A))

Package

coalton-library/seq.

Source

seq.lisp.

Function: report-source-condition (condition stream)
Package

coalton-impl/source.

Source

source.lisp.

Function: resolve-compount-superclass (node env)
Package

coalton-impl/codegen/optimizer.

Source

optimizer.lisp.

Function: resolve-context-super (pred context env)

Search for PRED in all CONTEXT preds and return a node

Package

coalton-impl/codegen/resolve-instance.

Source

resolve-instance.lisp.

Function: resolve-static-superclass (node env)
Package

coalton-impl/codegen/optimizer.

Source

optimizer.lisp.

Function: resolve-var (node resolve-table)

Lookup a given node in the RESOLVE-TABLE, returning it if it exists. Otherwise returns the original node. This function is used to propagate dictionaries that have been moved by the hoister.

Package

coalton-impl/codegen/monomorphize.

Source

monomorphize.lisp.

Function: rewrite-callsites (node candidate-manager resolve-table env)
Package

coalton-impl/codegen/monomorphize.

Source

monomorphize.lisp.

Function: rewrite-recursive-calls (binding table)
Package

coalton-impl/typechecker/define.

Source

define.lisp.

Function: scheme-binding-list-p (x)
Package

coalton-impl/typechecker/scheme.

Source

scheme.lisp.

Function: scheme-list-p (x)
Package

coalton-impl/typechecker/scheme.

Source

scheme.lisp.

Function: set!/double-float (v-1936 i-1937 x-1938)

set!/DOUBLE-FLOAT :: ((LISPARRAY DOUBLE-FLOAT) → UFIX → DOUBLE-FLOAT → UNIT)

Package

coalton-library/lisparray.

Source

lisparray.lisp.

Function: set!/i16 (v-1961 i-1962 x-1963)

set!/I16 :: ((LISPARRAY I16) → UFIX → I16 → UNIT)

Package

coalton-library/lisparray.

Source

lisparray.lisp.

Function: set!/i32 (v-1971 i-1972 x-1973)

set!/I32 :: ((LISPARRAY I32) → UFIX → I32 → UNIT)

Package

coalton-library/lisparray.

Source

lisparray.lisp.

Function: set!/i64 (v-1981 i-1982 x-1983)

set!/I64 :: ((LISPARRAY I64) → UFIX → I64 → UNIT)

Package

coalton-library/lisparray.

Source

lisparray.lisp.

Function: set!/i8 (v-1951 i-1952 x-1953)

set!/I8 :: ((LISPARRAY I8) → UFIX → I8 → UNIT)

Package

coalton-library/lisparray.

Source

lisparray.lisp.

Function: set!/ifix (v-1941 i-1942 x-1943)

set!/IFIX :: ((LISPARRAY IFIX) → UFIX → IFIX → UNIT)

Package

coalton-library/lisparray.

Source

lisparray.lisp.

Function: set!/single-float (v-1931 i-1932 x-1933)

set!/SINGLE-FLOAT :: ((LISPARRAY SINGLE-FLOAT) → UFIX → SINGLE-FLOAT → UNIT)

Package

coalton-library/lisparray.

Source

lisparray.lisp.

Function: set!/u16 (v-1966 i-1967 x-1968)

set!/U16 :: ((LISPARRAY U16) → UFIX → U16 → UNIT)

Package

coalton-library/lisparray.

Source

lisparray.lisp.

Function: set!/u32 (v-1976 i-1977 x-1978)

set!/U32 :: ((LISPARRAY U32) → UFIX → U32 → UNIT)

Package

coalton-library/lisparray.

Source

lisparray.lisp.

Function: set!/u64 (v-1986 i-1987 x-1988)

set!/U64 :: ((LISPARRAY U64) → UFIX → U64 → UNIT)

Package

coalton-library/lisparray.

Source

lisparray.lisp.

Function: set!/u8 (v-1956 i-1957 x-1958)

set!/U8 :: ((LISPARRAY U8) → UFIX → U8 → UNIT)

Package

coalton-library/lisparray.

Source

lisparray.lisp.

Function: set!/ufix (v-1946 i-1947 x-1948)

set!/UFIX :: ((LISPARRAY UFIX) → UFIX → UFIX → UNIT)

Package

coalton-library/lisparray.

Source

lisparray.lisp.

Function: setf-accessor (ctor-ent nth-slot instance)
Package

coalton-impl/codegen/codegen-expression.

Source

codegen-expression.lisp.

Function: shift-n-onto! (target-3115 source-3116 n0-3117)

SHIFT-N-ONTO! :: ∀ A. ((VECTOR A) → (VECTOR A) → UFIX → UNIT)
Shifts the first ‘n‘ members of ‘source‘ onto the end of ‘target‘, and shifts the each member of ‘target‘ down by ‘n‘ positions. Mutates both ‘target‘ and ‘source‘. If ‘n‘ is greater than or equal to the length of the ‘source‘, then the entire ‘source‘ is so shifted.

Package

coalton-library/seq.

Source

seq.lisp.

Function: shorthand-let-p (form)

Returns t if FORM is in the form of (let x = y+)

Package

coalton-impl/parser/expression.

Source

expression.lisp.

Function: simplify-context (f preds)

Simplify PREDS to head-normal form

Package

coalton-impl/typechecker/context-reduction.

Source

context-reduction.lisp.

Function: single-float-<⎵type (a-316 b-317)

SINGLE-FLOAT-< type :: (SINGLE-FLOAT → SINGLE-FLOAT → BOOLEAN)

Package

coalton-library/math/num.

Source

num.lisp.

Function: single-float-<= (a-318 b-319)

SINGLE-FLOAT-<= :: (SINGLE-FLOAT → SINGLE-FLOAT → BOOLEAN)

Package

coalton-library/math/num.

Source

num.lisp.

Function: single-float-> (a-312 b-313)

SINGLE-FLOAT-> :: (SINGLE-FLOAT → SINGLE-FLOAT → BOOLEAN)

Package

coalton-library/math/num.

Source

num.lisp.

Function: single-float->= (a-314 b-315)

SINGLE-FLOAT->= :: (SINGLE-FLOAT → SINGLE-FLOAT → BOOLEAN)

Package

coalton-library/math/num.

Source

num.lisp.

Function: single-float-^ (base-933 power-934)

SINGLE-FLOAT-^ :: (SINGLE-FLOAT → INTEGER → SINGLE-FLOAT)

Package

coalton-library/math/integral.

Source

integral.lisp.

Function: single-float-^^ (base-935 power-936)

SINGLE-FLOAT-^^ :: (SINGLE-FLOAT → INTEGER → SINGLE-FLOAT)

Package

coalton-library/math/integral.

Source

integral.lisp.

Function: single-float-complex-divide (a-1269 b-1270)

SINGLE-FLOAT-COMPLEX-DIVIDE :: ((COMPLEX SINGLE-FLOAT) → (COMPLEX SINGLE-FLOAT) → (COMPLEX SINGLE-FLOAT))

Package

coalton-library/math/complex.

Source

complex.lisp.

Function: single-float-complex-equal (a-1261 b-1262)

SINGLE-FLOAT-COMPLEX-EQUAL :: ((COMPLEX SINGLE-FLOAT) → (COMPLEX SINGLE-FLOAT) → BOOLEAN)

Package

coalton-library/math/complex.

Source

complex.lisp.

Function: single-float-complex-minus (a-1265 b-1266)

SINGLE-FLOAT-COMPLEX-MINUS :: ((COMPLEX SINGLE-FLOAT) → (COMPLEX SINGLE-FLOAT) → (COMPLEX SINGLE-FLOAT))

Package

coalton-library/math/complex.

Source

complex.lisp.

Function: single-float-complex-plus (a-1263 b-1264)

SINGLE-FLOAT-COMPLEX-PLUS :: ((COMPLEX SINGLE-FLOAT) → (COMPLEX SINGLE-FLOAT) → (COMPLEX SINGLE-FLOAT))

Package

coalton-library/math/complex.

Source

complex.lisp.

Function: single-float-complex-times (a-1267 b-1268)

SINGLE-FLOAT-COMPLEX-TIMES :: ((COMPLEX SINGLE-FLOAT) → (COMPLEX SINGLE-FLOAT) → (COMPLEX SINGLE-FLOAT))

Package

coalton-library/math/complex.

Source

complex.lisp.

Function: single-float-round (x-970)

SINGLE-FLOAT-ROUND :: (SINGLE-FLOAT → INTEGER)

Package

coalton-library/math/real.

Source

real.lisp.

Function: solve-accessor (accessor env)
Package

coalton-impl/typechecker/accessor.

Source

accessor.lisp.

Reader: source-error-context (instance)
Package

source-error/error.

Source

error.lisp.

Target Slot

context.

Function: source-error-context-list-p (x)
Package

source-error/error.

Source

error.lisp.

Reader: source-error-context-message (instance)
Package

source-error/error.

Source

error.lisp.

Target Slot

message.

Function: source-error-context-p (object)
Package

source-error/error.

Source

error.lisp.

Function: source-error-help-list-p (x)
Package

source-error/error.

Source

error.lisp.

Reader: source-error-help-message (instance)
Package

source-error/error.

Source

error.lisp.

Target Slot

message.

Reader: source-error-help-notes (instance)
Package

source-error/error.

Source

error.lisp.

Target Slot

help-notes.

Function: source-error-help-p (object)
Package

source-error/error.

Source

error.lisp.

Reader: source-error-help-replacement (instance)
Package

source-error/error.

Source

error.lisp.

Target Slot

replacement.

Reader: source-error-help-span (instance)
Package

source-error/error.

Source

error.lisp.

Target Slot

span.

Reader: source-error-message (instance)
Package

source-error/error.

Source

error.lisp.

Target Slot

message.

Function: source-error-note-list-p (x)
Package

source-error/error.

Source

error.lisp.

Reader: source-error-note-message (instance)
Package

source-error/error.

Source

error.lisp.

Target Slot

message.

Function: source-error-note-p (object)
Package

source-error/error.

Source

error.lisp.

Reader: source-error-note-span (instance)
Package

source-error/error.

Source

error.lisp.

Target Slot

span.

Reader: source-error-note-type (instance)
Package

source-error/error.

Source

error.lisp.

Target Slot

type.

Reader: source-error-notes (instance)
Package

source-error/error.

Source

error.lisp.

Target Slot

notes.

Function: source-error-p (object)
Package

source-error/error.

Source

error.lisp.

Reader: source-error-resolved-note-end-column (instance)
Package

source-error/error.

Source

error.lisp.

Target Slot

end-column.

Reader: source-error-resolved-note-end-line (instance)
Package

source-error/error.

Source

error.lisp.

Target Slot

end-line.

Reader: source-error-resolved-note-message (instance)
Package

source-error/error.

Source

error.lisp.

Target Slot

message.

Function: source-error-resolved-note-p (object)
Package

source-error/error.

Source

error.lisp.

Reader: source-error-resolved-note-start-column (instance)
Package

source-error/error.

Source

error.lisp.

Target Slot

start-column.

Reader: source-error-resolved-note-start-line (instance)
Package

source-error/error.

Source

error.lisp.

Target Slot

start-line.

Reader: source-error-resolved-note-type (instance)
Package

source-error/error.

Source

error.lisp.

Target Slot

type.

Reader: source-error-type (instance)
Package

source-error/error.

Source

error.lisp.

Target Slot

type.

Function: source-filename ()

Return the name of the file from which program text is being compiled or loaded.

Package

coalton-impl/reader.

Source

reader.lisp.

Function: source-name-environment-data (instance)
Package

coalton-impl/typechecker/environment.

Source

environment.lisp.

Function: source-name-environment-p (object)
Package

coalton-impl/typechecker/environment.

Source

environment.lisp.

Function: source< (a b)
Package

coalton-impl/source.

Source

source.lisp.

Function: span-empty-p (span)

Return T if span is zero-length.

Package

coalton-impl/source.

Source

source.lisp.

Function: span< (a b)

Return T if span A starts before span B. If both spans start at the same offset, return T if A is shorter than B.

Package

coalton-impl/source.

Source

source.lisp.

Function: specialization-entry-list-p (x)
Package

coalton-impl/typechecker/environment.

Source

environment.lisp.

Function: specialization-entry-p (object)
Package

coalton-impl/typechecker/environment.

Source

environment.lisp.

Function: specialization-environment-data (instance)
Package

coalton-impl/typechecker/environment.

Source

environment.lisp.

Function: specialization-environment-p (object)
Package

coalton-impl/typechecker/environment.

Source

environment.lisp.

Function: specialize-matrix (pattern-matrix pattern)

Specialize the given PATTERN-MATRIX to the constructor given in PATTERN.

Package

coalton-impl/analysis/pattern-exhaustiveness.

Source

pattern-exhaustiveness.lisp.

Function: sq (dict1140 x-1487)

SQ :: ∀ A. NUM A ⇒ (A → A)

Package

coalton-library/math/dual.

Source

dual.lisp.

Function: stack-for-decreasing-order-traversal (stack-2828 node-2829)

STACK-FOR-DECREASING-ORDER-TRAVERSAL :: ∀ A. ((CELL (LIST (ITERATORSTACKNODE A))) → (TREE A) → UNIT)

Package

coalton-library/ord-tree.

Source

ord-tree.lisp.

Function: stack-for-increasing-order-traversal (stack-2823 node-2824)

STACK-FOR-INCREASING-ORDER-TRAVERSAL :: ∀ A. ((CELL (LIST (ITERATORSTACKNODE A))) → (TREE A) → UNIT)

Package

coalton-library/ord-tree.

Source

ord-tree.lisp.

Function: standard-expression-type-mismatch-error (node subs expected-type ty)

Utility for signalling a type-mismatch error in INFER-EXPRESSION-TYPE

Package

coalton-impl/typechecker/define.

Source

define.lisp.

Function: start-column (printer-state location)
Package

coalton-impl/source.

Source

source.lisp.

Function: start-line (printer-state location)
Package

coalton-impl/source.

Source

source.lisp.

Function: start-offset (note)
Package

coalton-impl/source.

Source

source.lisp.

Function: start-position (printer-state note)
Package

coalton-impl/source.

Source

source.lisp.

Function: static-dict-lift (node name hoister package env)
Package

coalton-impl/codegen/optimizer.

Source

optimizer.lisp.

Function: string-list-p (x)
Package

coalton-impl/util.

Source

utilities.lisp.

Reader: struct-entry-docstring (instance)
Package

coalton-impl/typechecker/environment.

Source

environment.lisp.

Target Slot

docstring.

Function: struct-entry-list-p (x)
Package

coalton-impl/typechecker/environment.

Source

environment.lisp.

Function: struct-entry-p (object)
Package

coalton-impl/typechecker/environment.

Source

environment.lisp.

Function: struct-environment-data (instance)
Package

coalton-impl/typechecker/environment.

Source

environment.lisp.

Function: struct-environment-p (object)
Package

coalton-impl/typechecker/environment.

Source

environment.lisp.

Reader: struct-field-docstring (instance)
Package

coalton-impl/typechecker/environment.

Source

environment.lisp.

Target Slot

docstring.

Function: struct-field-docstring (instance)
Package

coalton-impl/parser/toplevel.

Source

toplevel.lisp.

Function: struct-field-list-p (x)
Package

coalton-impl/typechecker/environment.

Source

environment.lisp.

Function: struct-field-list-p (x)
Package

coalton-impl/parser/toplevel.

Source

toplevel.lisp.

Function: struct-field-location (instance)
Package

coalton-impl/parser/toplevel.

Source

toplevel.lisp.

Function: struct-field-p (object)
Package

coalton-impl/typechecker/environment.

Source

environment.lisp.

Function: struct-field-p (object)
Package

coalton-impl/parser/toplevel.

Source

toplevel.lisp.

Function: struct-or-class-field-p (object)
Package

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

Source

struct-or-class.lisp.

Function: substitution-list-p (thing)
Package

coalton-impl/typechecker/substitutions.

Source

substitutions.lisp.

Function: super-entail (env preds pred)

Does PRED hold if and only if all of PREDS hold, only checking superclass relations?

Package

coalton-impl/typechecker/context-reduction.

Source

context-reduction.lisp.

Function: superclass-accessors (pred ctx-pred env)
Package

coalton-impl/codegen/resolve-instance.

Source

resolve-instance.lisp.

Function: symbol-list-p (x)
Package

coalton-impl/util.

Source

utilities.lisp.

Function: take-label (form)

Takes form (HEAD . (MAYBEKEYWORD . REST)) and returns three values, either

MAYBEKEYWORD REST MAYBECST

if MAYBEKEYWORD is a keyword, or else

NIL (MAYBEKEYWORD . REST) NIL

if (CST:SECOND FORM) is not a keyword.

Package

coalton-impl/parser/expression.

Source

expression.lisp.

Function: tapp-location (instance)
Package

coalton-impl/parser/types.

Source

types.lisp.

Reader: tarjan-node-index (instance)
Writer: (setf tarjan-node-index) (instance)
Package

coalton-impl/algorithm/tarjan-scc.

Source

tarjan-scc.lisp.

Target Slot

index.

Package

coalton-impl/algorithm/tarjan-scc.

Source

tarjan-scc.lisp.

Target Slot

low-link.

Reader: tarjan-node-on-stack (instance)
Writer: (setf tarjan-node-on-stack) (instance)
Package

coalton-impl/algorithm/tarjan-scc.

Source

tarjan-scc.lisp.

Target Slot

on-stack.

Function: tarjan-node-p (object)
Package

coalton-impl/algorithm/tarjan-scc.

Source

tarjan-scc.lisp.

Function: tc-env-suggest-value (env name)

If value lookup failed, generate suggestions for what to do, if anything.

Package

coalton-impl/typechecker/tc-env.

Source

tc-env.lisp.

Function: top-level-binding-name (binding)
Package

coalton-impl/global-lexical.

Source

global-lexical.lisp.

Function: top-level-binding-value (binding)
Package

coalton-impl/global-lexical.

Source

global-lexical.lisp.

Function: (setf top-level-binding-value) (binding)
Package

coalton-impl/global-lexical.

Source

global-lexical.lisp.

Function: toplevel-declare-list-p (x)
Package

coalton-impl/parser/toplevel.

Source

toplevel.lisp.

Reader: toplevel-declare-location (instance)
Package

coalton-impl/parser/toplevel.

Source

toplevel.lisp.

Target Slot

location.

Function: toplevel-declare-p (object)
Package

coalton-impl/parser/toplevel.

Source

toplevel.lisp.

Function: toplevel-define-class-docstring (instance)
Package

coalton-impl/parser/toplevel.

Source

toplevel.lisp.

Function: toplevel-define-class-list-p (x)
Package

coalton-impl/parser/toplevel.

Source

toplevel.lisp.

Function: toplevel-define-class-location (instance)
Package

coalton-impl/parser/toplevel.

Source

toplevel.lisp.

Function: toplevel-define-class-p (object)
Package

coalton-impl/parser/toplevel.

Source

toplevel.lisp.

Function: toplevel-define-docstring (instance)
Package

coalton-impl/parser/toplevel.

Source

toplevel.lisp.

Function: toplevel-define-instance-docstring (instance)
Package

coalton-impl/parser/toplevel.

Source

toplevel.lisp.

Function: toplevel-define-instance-list-p (x)
Package

coalton-impl/typechecker/toplevel.

Source

toplevel.lisp.

Function: toplevel-define-instance-list-p (x)
Package

coalton-impl/parser/toplevel.

Source

toplevel.lisp.

Function: toplevel-define-instance-location (instance)
Package

coalton-impl/typechecker/toplevel.

Source

toplevel.lisp.

Function: toplevel-define-instance-location (instance)
Package

coalton-impl/parser/toplevel.

Source

toplevel.lisp.

Function: toplevel-define-instance-p (object)
Package

coalton-impl/typechecker/toplevel.

Source

toplevel.lisp.

Function: toplevel-define-instance-p (object)
Package

coalton-impl/parser/toplevel.

Source

toplevel.lisp.

Function: toplevel-define-list-p (x)
Package

coalton-impl/typechecker/toplevel.

Source

toplevel.lisp.

Function: toplevel-define-list-p (x)
Package

coalton-impl/parser/toplevel.

Source

toplevel.lisp.

Function: toplevel-define-location (instance)
Package

coalton-impl/typechecker/toplevel.

Source

toplevel.lisp.

Function: toplevel-define-location (instance)
Package

coalton-impl/parser/toplevel.

Source

toplevel.lisp.

Function: toplevel-define-p (object)
Package

coalton-impl/typechecker/toplevel.

Source

toplevel.lisp.

Function: toplevel-define-p (object)
Package

coalton-impl/parser/toplevel.

Source

toplevel.lisp.

Function: toplevel-define-struct-docstring (instance)
Package

coalton-impl/parser/toplevel.

Source

toplevel.lisp.

Function: toplevel-define-struct-list-p (x)
Package

coalton-impl/parser/toplevel.

Source

toplevel.lisp.

Function: toplevel-define-struct-location (instance)
Package

coalton-impl/parser/toplevel.

Source

toplevel.lisp.

Function: toplevel-define-struct-p (object)
Package

coalton-impl/parser/toplevel.

Source

toplevel.lisp.

Function: toplevel-define-type-docstring (instance)
Package

coalton-impl/parser/toplevel.

Source

toplevel.lisp.

Function: toplevel-define-type-list-p (x)
Package

coalton-impl/parser/toplevel.

Source

toplevel.lisp.

Function: toplevel-define-type-location (instance)
Package

coalton-impl/parser/toplevel.

Source

toplevel.lisp.

Function: toplevel-define-type-p (object)
Package

coalton-impl/parser/toplevel.

Source

toplevel.lisp.

Reader: toplevel-definition-docstring (instance)
Package

coalton-impl/parser/toplevel.

Source

toplevel.lisp.

Target Slot

docstring.

Reader: toplevel-definition-location (instance)
Package

coalton-impl/typechecker/toplevel.

Source

toplevel.lisp.

Target Slot

location.

Reader: toplevel-definition-location (instance)
Package

coalton-impl/parser/toplevel.

Source

toplevel.lisp.

Target Slot

location.

Function: toplevel-definition-p (object)
Package

coalton-impl/typechecker/toplevel.

Source

toplevel.lisp.

Function: toplevel-definition-p (object)
Package

coalton-impl/parser/toplevel.

Source

toplevel.lisp.

Function: toplevel-lisp-form-list-p (x)
Package

coalton-impl/parser/toplevel.

Source

toplevel.lisp.

Reader: toplevel-lisp-form-location (instance)
Package

coalton-impl/parser/toplevel.

Source

toplevel.lisp.

Target Slot

location.

Function: toplevel-lisp-form-p (object)
Package

coalton-impl/parser/toplevel.

Source

toplevel.lisp.

Function: toplevel-package-docstring (instance)
Package

coalton-impl/parser/toplevel.

Source

toplevel.lisp.

Reader: toplevel-package-export (instance)
Writer: (setf toplevel-package-export) (instance)
Package

coalton-impl/parser/toplevel.

Source

toplevel.lisp.

Target Slot

export.

Reader: toplevel-package-import (instance)
Writer: (setf toplevel-package-import) (instance)
Package

coalton-impl/parser/toplevel.

Source

toplevel.lisp.

Target Slot

import.

Reader: toplevel-package-import-as (instance)
Writer: (setf toplevel-package-import-as) (instance)
Package

coalton-impl/parser/toplevel.

Source

toplevel.lisp.

Target Slot

import-as.

Reader: toplevel-package-import-from (instance)
Writer: (setf toplevel-package-import-from) (instance)
Package

coalton-impl/parser/toplevel.

Source

toplevel.lisp.

Target Slot

import-from.

Function: toplevel-package-location (instance)
Package

coalton-impl/parser/toplevel.

Source

toplevel.lisp.

Function: toplevel-package-p (object)
Package

coalton-impl/parser/toplevel.

Source

toplevel.lisp.

Reader: toplevel-package-shadow (instance)
Writer: (setf toplevel-package-shadow) (instance)
Package

coalton-impl/parser/toplevel.

Source

toplevel.lisp.

Target Slot

shadow.

Function: toplevel-specialize-list-p (x)
Package

coalton-impl/parser/toplevel.

Source

toplevel.lisp.

Reader: toplevel-specialize-location (instance)
Package

coalton-impl/parser/toplevel.

Source

toplevel.lisp.

Target Slot

location.

Function: toplevel-specialize-p (object)
Package

coalton-impl/parser/toplevel.

Source

toplevel.lisp.

Function: translation-unit-p (object)
Package

coalton-impl/typechecker/translation-unit.

Source

translation-unit.lisp.

Reader: traverse-abstraction (instance)
Package

coalton-impl/typechecker/traverse.

Source

traverse.lisp.

Target Slot

abstraction.

Reader: traverse-accessor (instance)
Package

coalton-impl/typechecker/traverse.

Source

traverse.lisp.

Target Slot

accessor.

Reader: traverse-and (instance)
Package

coalton-impl/typechecker/traverse.

Source

traverse.lisp.

Target Slot

and.

Reader: traverse-application (instance)
Package

coalton-impl/typechecker/traverse.

Source

traverse.lisp.

Target Slot

application.

Reader: traverse-bind (instance)
Package

coalton-impl/typechecker/traverse.

Source

traverse.lisp.

Target Slot

bind.

Function: traverse-block-p (object)
Package

coalton-impl/typechecker/traverse.

Source

traverse.lisp.

Reader: traverse-body (instance)
Package

coalton-impl/typechecker/traverse.

Source

traverse.lisp.

Target Slot

body.

Reader: traverse-break (instance)
Package

coalton-impl/typechecker/traverse.

Source

traverse.lisp.

Target Slot

break.

Reader: traverse-cond (instance)
Package

coalton-impl/typechecker/traverse.

Source

traverse.lisp.

Target Slot

cond.

Reader: traverse-cond-clause (instance)
Package

coalton-impl/typechecker/traverse.

Source

traverse.lisp.

Target Slot

cond-clause.

Reader: traverse-continue (instance)
Package

coalton-impl/typechecker/traverse.

Source

traverse.lisp.

Target Slot

continue.

Reader: traverse-do (instance)
Package

coalton-impl/typechecker/traverse.

Source

traverse.lisp.

Target Slot

do.

Reader: traverse-do-bind (instance)
Package

coalton-impl/typechecker/traverse.

Source

traverse.lisp.

Target Slot

do-bind.

Reader: traverse-for (instance)
Package

coalton-impl/typechecker/traverse.

Source

traverse.lisp.

Target Slot

for.

Reader: traverse-if (instance)
Package

coalton-impl/typechecker/traverse.

Source

traverse.lisp.

Target Slot

if.

Reader: traverse-integer-literal (instance)
Package

coalton-impl/typechecker/traverse.

Source

traverse.lisp.

Target Slot

integer-literal.

Reader: traverse-let (instance)
Package

coalton-impl/typechecker/traverse.

Source

traverse.lisp.

Target Slot

let.

Reader: traverse-let-binding (instance)
Package

coalton-impl/typechecker/traverse.

Source

traverse.lisp.

Target Slot

let-binding.

Reader: traverse-lisp (instance)
Package

coalton-impl/typechecker/traverse.

Source

traverse.lisp.

Target Slot

lisp.

Reader: traverse-literal (instance)
Package

coalton-impl/typechecker/traverse.

Source

traverse.lisp.

Target Slot

literal.

Reader: traverse-loop (instance)
Package

coalton-impl/typechecker/traverse.

Source

traverse.lisp.

Target Slot

loop.

Reader: traverse-match (instance)
Package

coalton-impl/typechecker/traverse.

Source

traverse.lisp.

Target Slot

match.

Reader: traverse-match-branch (instance)
Package

coalton-impl/typechecker/traverse.

Source

traverse.lisp.

Target Slot

match-branch.

Reader: traverse-or (instance)
Package

coalton-impl/typechecker/traverse.

Source

traverse.lisp.

Target Slot

or.

Reader: traverse-progn (instance)
Package

coalton-impl/typechecker/traverse.

Source

traverse.lisp.

Target Slot

progn.

Reader: traverse-return (instance)
Package

coalton-impl/typechecker/traverse.

Source

traverse.lisp.

Target Slot

return.

Reader: traverse-unless (instance)
Package

coalton-impl/typechecker/traverse.

Source

traverse.lisp.

Target Slot

unless.

Reader: traverse-variable (instance)
Package

coalton-impl/typechecker/traverse.

Source

traverse.lisp.

Target Slot

variable.

Reader: traverse-when (instance)
Package

coalton-impl/typechecker/traverse.

Source

traverse.lisp.

Target Slot

when.

Reader: traverse-while (instance)
Package

coalton-impl/typechecker/traverse.

Source

traverse.lisp.

Target Slot

while.

Reader: traverse-while-let (instance)
Package

coalton-impl/typechecker/traverse.

Source

traverse.lisp.

Target Slot

while-let.

Function: tree-double-black? (tre-2655)

TREE-DOUBLE-BLACK? :: ∀ A. ((TREE A) → BOOLEAN)

Package

coalton-library/ord-tree.

Source

ord-tree.lisp.

Function: tree-iterator (add-to-stack-2817 tre-2818)

TREE-ITERATOR :: ∀ A. (((CELL (LIST (ITERATORSTACKNODE A))) → (TREE A) → UNIT) → (TREE A) → (ITERATOR A))

Package

coalton-library/ord-tree.

Source

ord-tree.lisp.

Function: tree-minus-black (tre-2646)

TREE-MINUS-BLACK :: ∀ A. ((TREE A) → (TREE A))

Package

coalton-library/ord-tree.

Source

ord-tree.lisp.

Function: tree-plus-black (tre-2641)

TREE-PLUS-BLACK :: ∀ A. ((TREE A) → (TREE A))

Package

coalton-library/ord-tree.

Source

ord-tree.lisp.

Function: true (x)
Package

coalton-impl/typechecker/context-reduction.

Source

context-reduction.lisp.

Function: try-recurse-transparent-type (from parameter env)

Called when taking a lisp-type of a parameterized type, where a concrete type is given to the parameter. For example, a type ‘(Foo :t)‘ is defined, and we try to take a lisp-type of ‘(Foo UFix)‘. The ‘FROM‘ argument gets the type ‘Foo‘ and the ‘parameter‘ argument gets the type ‘UFix‘.

There is a special opportunity of optimization when ‘Foo‘ is defined as a transparent type, e.g. ‘(repr :transparent) (define-type (Foo :t) (Content (Lisparray :t)))‘. In that case, ‘(Foo UFix)‘ can have a Lisp type ‘(cl:simple-array cl:fixnum)‘, which allows Lisp compiler to optimize further. We check the conditions and returns a specialized Lisp type if possible.

If we can’t get a specialized Lisp type, this returns nil, and let the fallback branch take care of it.

Package

coalton-impl/typechecker/lisp-type.

Source

lisp-type.lisp.

Reader: ty-class-docstring (instance)
Package

coalton-impl/typechecker/environment.

Source

environment.lisp.

Target Slot

docstring.

Reader: ty-class-instance-docstring (instance)
Package

coalton-impl/typechecker/environment.

Source

environment.lisp.

Target Slot

docstring.

Function: ty-class-instance-list-p (x)
Package

coalton-impl/typechecker/environment.

Source

environment.lisp.

Function: ty-class-instance-p (object)
Package

coalton-impl/typechecker/environment.

Source

environment.lisp.

Function: ty-class-list-p (x)
Package

coalton-impl/typechecker/environment.

Source

environment.lisp.

Reader: ty-class-location (instance)
Package

coalton-impl/typechecker/environment.

Source

environment.lisp.

Target Slot

location.

Reader: ty-class-method-docstring (instance)
Package

coalton-impl/typechecker/environment.

Source

environment.lisp.

Target Slot

docstring.

Function: ty-class-method-list-p (x)
Package

coalton-impl/typechecker/environment.

Source

environment.lisp.

Function: ty-class-method-p (object)
Package

coalton-impl/typechecker/environment.

Source

environment.lisp.

Function: ty-class-p (object)
Package

coalton-impl/typechecker/environment.

Source

environment.lisp.

Function: ty-list-p (x)
Package

coalton-impl/parser/types.

Source

types.lisp.

Function: ty-list-p (x)
Package

coalton-impl/typechecker/types.

Source

types.lisp.

Reader: ty-location (instance)
Package

coalton-impl/parser/types.

Source

types.lisp.

Target Slot

location.

Function: ty-p (object)
Package

coalton-impl/parser/types.

Source

types.lisp.

Function: ty-p (object)
Package

coalton-impl/typechecker/types.

Source

types.lisp.

Function: ty-predicate-list-p (x)
Package

coalton-impl/parser/types.

Source

types.lisp.

Function: ty-predicate-list-p (x)
Package

coalton-impl/typechecker/predicate.

Source

predicate.lisp.

Reader: ty-predicate-location (instance)
Package

coalton-impl/parser/types.

Source

types.lisp.

Target Slot

location.

Reader: ty-predicate-location (instance)
Package

coalton-impl/typechecker/predicate.

Source

predicate.lisp.

Target Slot

location.

Function: ty-predicate-p (object)
Package

coalton-impl/parser/types.

Source

types.lisp.

Function: tycon-list-p (x)
Package

coalton-impl/parser/types.

Source

types.lisp.

Function: tycon-location (instance)
Package

coalton-impl/parser/types.

Source

types.lisp.

Reader: type-definition-constructor-args (instance)
Package

coalton-impl/typechecker/define-type.

Source

define-type.lisp.

Target Slot

constructor-args.

Function: type-definition-list-p (x)
Package

coalton-impl/parser/type-definition.

Source

type-definition.lisp.

Function: type-definition-list-p (x)
Package

coalton-impl/typechecker/define-type.

Source

define-type.lisp.

Reader: type-definition-location (instance)
Package

coalton-impl/typechecker/define-type.

Source

define-type.lisp.

Target Slot

location.

Function: type-definition-p (x)
Package

coalton-impl/parser/type-definition.

Source

type-definition.lisp.

Function: type-definition-p (object)
Package

coalton-impl/typechecker/define-type.

Source

define-type.lisp.

Reader: type-entry-docstring (instance)
Package

coalton-impl/typechecker/environment.

Source

environment.lisp.

Target Slot

docstring.

Reader: type-entry-location (instance)
Package

coalton-impl/typechecker/environment.

Source

environment.lisp.

Target Slot

location.

Function: type-entry-p (object)
Package

coalton-impl/typechecker/environment.

Source

environment.lisp.

Function: type-environment-data (instance)
Package

coalton-impl/typechecker/environment.

Source

environment.lisp.

Function: type-environment-p (object)
Package

coalton-impl/typechecker/environment.

Source

environment.lisp.

Function: typecheck-instance (instance unparsed-instance env)
Package

coalton-impl/typechecker/define-instance.

Source

define-instance.lisp.

Function: tyvar-list-p (x)
Package

coalton-impl/parser/types.

Source

types.lisp.

Function: tyvar-list-p (x)
Package

coalton-impl/typechecker/types.

Source

types.lisp.

Function: tyvar-location (instance)
Package

coalton-impl/parser/types.

Source

types.lisp.

Function: u16-<⎵type (a-276 b-277)

U16-< type :: (U16 → U16 → BOOLEAN)

Package

coalton-library/math/num.

Source

num.lisp.

Function: u16-<= (a-278 b-279)

U16-<= :: (U16 → U16 → BOOLEAN)

Package

coalton-library/math/num.

Source

num.lisp.

Function: u16-> (a-272 b-273)

U16-> :: (U16 → U16 → BOOLEAN)

Package

coalton-library/math/num.

Source

num.lisp.

Function: u16->= (a-274 b-275)

U16->= :: (U16 → U16 → BOOLEAN)

Package

coalton-library/math/num.

Source

num.lisp.

Function: u16-^ (base-847 power-848)

U16-^ :: (U16 → U16 → U16)

Package

coalton-library/math/integral.

Source

integral.lisp.

Function: u16-complex-divide (a-1129 b-1130)

U16-COMPLEX-DIVIDE :: ((COMPLEX U16) → (COMPLEX U16) → (COMPLEX U16))

Package

coalton-library/math/complex.

Source

complex.lisp.

Function: u16-complex-equal (a-1121 b-1122)

U16-COMPLEX-EQUAL :: ((COMPLEX U16) → (COMPLEX U16) → BOOLEAN)

Package

coalton-library/math/complex.

Source

complex.lisp.

Function: u16-complex-minus (a-1125 b-1126)

U16-COMPLEX-MINUS :: ((COMPLEX U16) → (COMPLEX U16) → (COMPLEX U16))

Package

coalton-library/math/complex.

Source

complex.lisp.

Function: u16-complex-plus (a-1123 b-1124)

U16-COMPLEX-PLUS :: ((COMPLEX U16) → (COMPLEX U16) → (COMPLEX U16))

Package

coalton-library/math/complex.

Source

complex.lisp.

Function: u16-complex-times (a-1127 b-1128)

U16-COMPLEX-TIMES :: ((COMPLEX U16) → (COMPLEX U16) → (COMPLEX U16))

Package

coalton-library/math/complex.

Source

complex.lisp.

Function: u16-even? (n-845)

U16-EVEN? :: (U16 → BOOLEAN)

Package

coalton-library/math/integral.

Source

integral.lisp.

Function: u16-gcd (a-849 b-850)

U16-GCD :: (U16 → U16 → U16)

Package

coalton-library/math/integral.

Source

integral.lisp.

Function: u16-isqrt (a-853)

U16-ISQRT :: (U16 → U16)

Package

coalton-library/math/integral.

Source

integral.lisp.

Function: u16-lcm (a-851 b-852)

U16-LCM :: (U16 → U16 → U16)

Package

coalton-library/math/integral.

Source

integral.lisp.

Function: u16-odd? (n-846)

U16-ODD? :: (U16 → BOOLEAN)

Package

coalton-library/math/integral.

Source

integral.lisp.

Function: u32-<⎵type (a-292 b-293)

U32-< type :: (U32 → U32 → BOOLEAN)

Package

coalton-library/math/num.

Source

num.lisp.

Function: u32-<= (a-294 b-295)

U32-<= :: (U32 → U32 → BOOLEAN)

Package

coalton-library/math/num.

Source

num.lisp.

Function: u32-> (a-288 b-289)

U32-> :: (U32 → U32 → BOOLEAN)

Package

coalton-library/math/num.

Source

num.lisp.

Function: u32->= (a-290 b-291)

U32->= :: (U32 → U32 → BOOLEAN)

Package

coalton-library/math/num.

Source

num.lisp.

Function: u32-^ (base-868 power-869)

U32-^ :: (U32 → U32 → U32)

Package

coalton-library/math/integral.

Source

integral.lisp.

Function: u32-complex-divide (a-1143 b-1144)

U32-COMPLEX-DIVIDE :: ((COMPLEX U32) → (COMPLEX U32) → (COMPLEX U32))

Package

coalton-library/math/complex.

Source

complex.lisp.

Function: u32-complex-equal (a-1135 b-1136)

U32-COMPLEX-EQUAL :: ((COMPLEX U32) → (COMPLEX U32) → BOOLEAN)

Package

coalton-library/math/complex.

Source

complex.lisp.

Function: u32-complex-minus (a-1139 b-1140)

U32-COMPLEX-MINUS :: ((COMPLEX U32) → (COMPLEX U32) → (COMPLEX U32))

Package

coalton-library/math/complex.

Source

complex.lisp.

Function: u32-complex-plus (a-1137 b-1138)

U32-COMPLEX-PLUS :: ((COMPLEX U32) → (COMPLEX U32) → (COMPLEX U32))

Package

coalton-library/math/complex.

Source

complex.lisp.

Function: u32-complex-times (a-1141 b-1142)

U32-COMPLEX-TIMES :: ((COMPLEX U32) → (COMPLEX U32) → (COMPLEX U32))

Package

coalton-library/math/complex.

Source

complex.lisp.

Function: u32-even? (n-866)

U32-EVEN? :: (U32 → BOOLEAN)

Package

coalton-library/math/integral.

Source

integral.lisp.

Function: u32-gcd (a-870 b-871)

U32-GCD :: (U32 → U32 → U32)

Package

coalton-library/math/integral.

Source

integral.lisp.

Function: u32-isqrt (a-874)

U32-ISQRT :: (U32 → U32)

Package

coalton-library/math/integral.

Source

integral.lisp.

Function: u32-lcm (a-872 b-873)

U32-LCM :: (U32 → U32 → U32)

Package

coalton-library/math/integral.

Source

integral.lisp.

Function: u32-odd? (n-867)

U32-ODD? :: (U32 → BOOLEAN)

Package

coalton-library/math/integral.

Source

integral.lisp.

Function: u64-<⎵type (a-308 b-309)

U64-< type :: (U64 → U64 → BOOLEAN)

Package

coalton-library/math/num.

Source

num.lisp.

Function: u64-<= (a-310 b-311)

U64-<= :: (U64 → U64 → BOOLEAN)

Package

coalton-library/math/num.

Source

num.lisp.

Function: u64-> (a-304 b-305)

U64-> :: (U64 → U64 → BOOLEAN)

Package

coalton-library/math/num.

Source

num.lisp.

Function: u64->= (a-306 b-307)

U64->= :: (U64 → U64 → BOOLEAN)

Package

coalton-library/math/num.

Source

num.lisp.

Function: u64-^ (base-889 power-890)

U64-^ :: (U64 → U64 → U64)

Package

coalton-library/math/integral.

Source

integral.lisp.

Function: u64-complex-divide (a-1157 b-1158)

U64-COMPLEX-DIVIDE :: ((COMPLEX U64) → (COMPLEX U64) → (COMPLEX U64))

Package

coalton-library/math/complex.

Source

complex.lisp.

Function: u64-complex-equal (a-1149 b-1150)

U64-COMPLEX-EQUAL :: ((COMPLEX U64) → (COMPLEX U64) → BOOLEAN)

Package

coalton-library/math/complex.

Source

complex.lisp.

Function: u64-complex-minus (a-1153 b-1154)

U64-COMPLEX-MINUS :: ((COMPLEX U64) → (COMPLEX U64) → (COMPLEX U64))

Package

coalton-library/math/complex.

Source

complex.lisp.

Function: u64-complex-plus (a-1151 b-1152)

U64-COMPLEX-PLUS :: ((COMPLEX U64) → (COMPLEX U64) → (COMPLEX U64))

Package

coalton-library/math/complex.

Source

complex.lisp.

Function: u64-complex-times (a-1155 b-1156)

U64-COMPLEX-TIMES :: ((COMPLEX U64) → (COMPLEX U64) → (COMPLEX U64))

Package

coalton-library/math/complex.

Source

complex.lisp.

Function: u64-even? (n-887)

U64-EVEN? :: (U64 → BOOLEAN)

Package

coalton-library/math/integral.

Source

integral.lisp.

Function: u64-gcd (a-891 b-892)

U64-GCD :: (U64 → U64 → U64)

Package

coalton-library/math/integral.

Source

integral.lisp.

Function: u64-isqrt (a-895)

U64-ISQRT :: (U64 → U64)

Package

coalton-library/math/integral.

Source

integral.lisp.

Function: u64-lcm (a-893 b-894)

U64-LCM :: (U64 → U64 → U64)

Package

coalton-library/math/integral.

Source

integral.lisp.

Function: u64-odd? (n-888)

U64-ODD? :: (U64 → BOOLEAN)

Package

coalton-library/math/integral.

Source

integral.lisp.

Function: u8-<⎵type (a-260 b-261)

U8-< type :: (U8 → U8 → BOOLEAN)

Package

coalton-library/math/num.

Source

num.lisp.

Function: u8-<= (a-262 b-263)

U8-<= :: (U8 → U8 → BOOLEAN)

Package

coalton-library/math/num.

Source

num.lisp.

Function: u8-> (a-256 b-257)

U8-> :: (U8 → U8 → BOOLEAN)

Package

coalton-library/math/num.

Source

num.lisp.

Function: u8->= (a-258 b-259)

U8->= :: (U8 → U8 → BOOLEAN)

Package

coalton-library/math/num.

Source

num.lisp.

Function: u8-^ (base-826 power-827)

U8-^ :: (U8 → U8 → U8)

Package

coalton-library/math/integral.

Source

integral.lisp.

Function: u8-complex-divide (a-1115 b-1116)

U8-COMPLEX-DIVIDE :: ((COMPLEX U8) → (COMPLEX U8) → (COMPLEX U8))

Package

coalton-library/math/complex.

Source

complex.lisp.

Function: u8-complex-equal (a-1107 b-1108)

U8-COMPLEX-EQUAL :: ((COMPLEX U8) → (COMPLEX U8) → BOOLEAN)

Package

coalton-library/math/complex.

Source

complex.lisp.

Function: u8-complex-minus (a-1111 b-1112)

U8-COMPLEX-MINUS :: ((COMPLEX U8) → (COMPLEX U8) → (COMPLEX U8))

Package

coalton-library/math/complex.

Source

complex.lisp.

Function: u8-complex-plus (a-1109 b-1110)

U8-COMPLEX-PLUS :: ((COMPLEX U8) → (COMPLEX U8) → (COMPLEX U8))

Package

coalton-library/math/complex.

Source

complex.lisp.

Function: u8-complex-times (a-1113 b-1114)

U8-COMPLEX-TIMES :: ((COMPLEX U8) → (COMPLEX U8) → (COMPLEX U8))

Package

coalton-library/math/complex.

Source

complex.lisp.

Function: u8-even? (n-824)

U8-EVEN? :: (U8 → BOOLEAN)

Package

coalton-library/math/integral.

Source

integral.lisp.

Function: u8-gcd (a-828 b-829)

U8-GCD :: (U8 → U8 → U8)

Package

coalton-library/math/integral.

Source

integral.lisp.

Function: u8-isqrt (a-832)

U8-ISQRT :: (U8 → U8)

Package

coalton-library/math/integral.

Source

integral.lisp.

Function: u8-lcm (a-830 b-831)

U8-LCM :: (U8 → U8 → U8)

Package

coalton-library/math/integral.

Source

integral.lisp.

Function: u8-odd? (n-825)

U8-ODD? :: (U8 → BOOLEAN)

Package

coalton-library/math/integral.

Source

integral.lisp.

Function: ufix-<⎵type (a-244 b-245)

UFIX-< type :: (UFIX → UFIX → BOOLEAN)

Package

coalton-library/math/num.

Source

num.lisp.

Function: ufix-<= (a-246 b-247)

UFIX-<= :: (UFIX → UFIX → BOOLEAN)

Package

coalton-library/math/num.

Source

num.lisp.

Function: ufix-> (a-240 b-241)

UFIX-> :: (UFIX → UFIX → BOOLEAN)

Package

coalton-library/math/num.

Source

num.lisp.

Function: ufix->= (a-242 b-243)

UFIX->= :: (UFIX → UFIX → BOOLEAN)

Package

coalton-library/math/num.

Source

num.lisp.

Function: ufix-^ (base-910 power-911)

UFIX-^ :: (UFIX → UFIX → UFIX)

Package

coalton-library/math/integral.

Source

integral.lisp.

Function: ufix-complex-divide (a-1171 b-1172)

UFIX-COMPLEX-DIVIDE :: ((COMPLEX UFIX) → (COMPLEX UFIX) → (COMPLEX UFIX))

Package

coalton-library/math/complex.

Source

complex.lisp.

Function: ufix-complex-equal (a-1163 b-1164)

UFIX-COMPLEX-EQUAL :: ((COMPLEX UFIX) → (COMPLEX UFIX) → BOOLEAN)

Package

coalton-library/math/complex.

Source

complex.lisp.

Function: ufix-complex-minus (a-1167 b-1168)

UFIX-COMPLEX-MINUS :: ((COMPLEX UFIX) → (COMPLEX UFIX) → (COMPLEX UFIX))

Package

coalton-library/math/complex.

Source

complex.lisp.

Function: ufix-complex-plus (a-1165 b-1166)

UFIX-COMPLEX-PLUS :: ((COMPLEX UFIX) → (COMPLEX UFIX) → (COMPLEX UFIX))

Package

coalton-library/math/complex.

Source

complex.lisp.

Function: ufix-complex-times (a-1169 b-1170)

UFIX-COMPLEX-TIMES :: ((COMPLEX UFIX) → (COMPLEX UFIX) → (COMPLEX UFIX))

Package

coalton-library/math/complex.

Source

complex.lisp.

Function: ufix-even? (n-908)

UFIX-EVEN? :: (UFIX → BOOLEAN)

Package

coalton-library/math/integral.

Source

integral.lisp.

Function: ufix-gcd (a-912 b-913)

UFIX-GCD :: (UFIX → UFIX → UFIX)

Package

coalton-library/math/integral.

Source

integral.lisp.

Function: ufix-isqrt (a-916)

UFIX-ISQRT :: (UFIX → UFIX)

Package

coalton-library/math/integral.

Source

integral.lisp.

Function: ufix-lcm (a-914 b-915)

UFIX-LCM :: (UFIX → UFIX → UFIX)

Package

coalton-library/math/integral.

Source

integral.lisp.

Function: ufix-odd? (n-909)

UFIX-ODD? :: (UFIX → BOOLEAN)

Package

coalton-library/math/integral.

Source

integral.lisp.

Function: unify (_849 use-601)

UNIFY :: ∀ A. (A → A → A)
Declare a constraint that two values are of the same type.

Used in ‘cast-if-inbounds’ to force the type inference engine to read minBound and maxBound from the correct ‘Bounded’ instance.

Package

coalton-library/math/conversions.

Source

conversions.lisp.

Function: unreachable-fun ()
Package

coalton-impl/runtime/function-entry.

Source

function-entry.lisp.

Function: unsafe-cast (x-600)

UNSAFE-CAST :: ∀ A B. (A → B)
Both :ANY and :OTHER must be natively represented by a subtype of ‘cl:integer’, and X must be a valid member of :OTHER.

Package

coalton-library/math/conversions.

Source

conversions.lisp.

Function: update-env-for-type-definition (type tyvars parsed-type env)
Package

coalton-impl/typechecker/define-type.

Source

define-type.lisp.

Function: update-environment (env &key value-environment type-environment constructor-environment struct-environment class-environment fundep-environment instance-environment function-environment name-environment method-inline-environment code-environment specialization-environment source-name-environment)
Package

coalton-impl/typechecker/environment.

Source

environment.lisp.

Function: update-function-env (bindings env)
Package

coalton-impl/codegen/optimizer.

Source

optimizer.lisp.

Function: useful-pattern-clause-p (pattern-matrix clause env)

Is CLAUSE useful with respect to PATTERN-MATRIX?

PATTERN-MATRIX is a list of lists representing a pattern matrix in row-major format. CLAUSE is a list representing a row-vector of patterns.

Package

coalton-impl/analysis/pattern-exhaustiveness.

Source

pattern-exhaustiveness.lisp.

Function: valid-candidate-p (name args bound-variables env)

Returns the candidate for a given function and arguments. Returns nil if a given application cannot be a candidate.

Package

coalton-impl/codegen/monomorphize.

Source

monomorphize.lisp.

Function: value (pair-2856)

VALUE :: ∀ A B. ((MAPPAIR A B) → B)

Package

coalton-library/ord-map.

Source

ord-map.lisp.

Function: value-environment-data (instance)
Package

coalton-impl/typechecker/environment.

Source

environment.lisp.

Function: value-environment-p (object)
Package

coalton-impl/typechecker/environment.

Source

environment.lisp.

Function: variable-binding (var used-variables)
Package

coalton-impl/analysis/unused-variables.

Source

unused-variables.lisp.

Function: wrap-in-block (inner)

Check whether INNER contains any return statements which need a block. If so, wrap INNER in a block named for the current function. Otherwise, return INNER unchanged.

There is currently no way for any return node to jump outside its function’s block, but this traversal handles the most general case by checking for any return nodes targeting *CURRENT-FUNCTION-NAME* which don’t occur in an already existing block with a matching label.

Package

coalton-impl/codegen/translate-expression.

Source

translate-expression.lisp.

Function: wrap-with-pattern-params (pattern-params inner)

Wrap INNER in nested ‘NODE-MATCH’ expressions to pattern match on PATTERN-PARAMS

Package

coalton-impl/codegen/translate-expression.

Source

translate-expression.lisp.

Function: write-nchar (char n stream)
Package

coalton-impl/source.

Source

source.lisp.

Function: yield (_0)

YIELD :: ∀ A. (A → (ITERATORSTACKNODE A))

Package

coalton-library/ord-tree.

Source

ord-tree.lisp.


6.2.6 Generic functions

Generic Function: build-typed-binding (binding name value params)
Package

coalton-impl/typechecker/define.

Source

define.lisp.

Methods
Method: build-typed-binding ((binding toplevel-define) name value params)
Method: build-typed-binding ((binding node-let-binding) name value params)
Method: build-typed-binding ((binding instance-method-definition) name value params)
Generic Reader: character-position (object)
Package

coalton-impl/source.

Methods
Reader Method: character-position ((char-position-stream char-position-stream))

automatically generated reader method

Source

source.lisp.

Target Slot

position.

Generic Writer: (setf character-position) (object)
Package

coalton-impl/source.

Methods
Writer Method: (setf character-position) ((char-position-stream char-position-stream))

automatically generated writer method

Source

source.lisp.

Target Slot

position.

Generic Function: check-for-var-matching-constructor (pat env)
Package

coalton-impl/analysis/analysis.

Source

analysis.lisp.

Methods
Method: check-for-var-matching-constructor ((pat pattern-var) env)
Method: check-for-var-matching-constructor ((pat pattern-literal) env)
Method: check-for-var-matching-constructor ((pat pattern-wildcard) env)
Method: check-for-var-matching-constructor ((pat pattern-constructor) env)
Generic Reader: class/alternative-alt (object)
Package

coalton-library/classes.

Methods
Reader Method: class/alternative-alt ((class/alternative class/alternative))

automatically generated reader method

Source

classes.lisp.

Target Slot

alt.

Generic Writer: (setf class/alternative-alt) (object)
Package

coalton-library/classes.

Methods
Writer Method: (setf class/alternative-alt) ((class/alternative class/alternative))

automatically generated writer method

Source

classes.lisp.

Target Slot

alt.

Generic Reader: class/alternative-empty (object)
Package

coalton-library/classes.

Methods
Reader Method: class/alternative-empty ((class/alternative class/alternative))

automatically generated reader method

Source

classes.lisp.

Target Slot

empty.

Generic Writer: (setf class/alternative-empty) (object)
Package

coalton-library/classes.

Methods
Writer Method: (setf class/alternative-empty) ((class/alternative class/alternative))

automatically generated writer method

Source

classes.lisp.

Target Slot

empty.

Generic Reader: class/alternative-super-0 (object)
Package

coalton-library/classes.

Methods
Reader Method: class/alternative-super-0 ((class/alternative class/alternative))

automatically generated reader method

Source

classes.lisp.

Target Slot

super-0.

Generic Writer: (setf class/alternative-super-0) (object)
Package

coalton-library/classes.

Methods
Writer Method: (setf class/alternative-super-0) ((class/alternative class/alternative))

automatically generated writer method

Source

classes.lisp.

Target Slot

super-0.

Generic Reader: class/applicative-lifta2 (object)
Package

coalton-library/classes.

Methods
Reader Method: class/applicative-lifta2 ((class/applicative class/applicative))

automatically generated reader method

Source

classes.lisp.

Target Slot

lifta2.

Generic Writer: (setf class/applicative-lifta2) (object)
Package

coalton-library/classes.

Methods
Writer Method: (setf class/applicative-lifta2) ((class/applicative class/applicative))

automatically generated writer method

Source

classes.lisp.

Target Slot

lifta2.

Generic Reader: class/applicative-pure (object)
Package

coalton-library/classes.

Methods
Reader Method: class/applicative-pure ((class/applicative class/applicative))

automatically generated reader method

Source

classes.lisp.

Target Slot

pure.

Generic Writer: (setf class/applicative-pure) (object)
Package

coalton-library/classes.

Methods
Writer Method: (setf class/applicative-pure) ((class/applicative class/applicative))

automatically generated writer method

Source

classes.lisp.

Target Slot

pure.

Generic Reader: class/applicative-super-0 (object)
Package

coalton-library/classes.

Methods
Reader Method: class/applicative-super-0 ((class/applicative class/applicative))

automatically generated reader method

Source

classes.lisp.

Target Slot

super-0.

Generic Writer: (setf class/applicative-super-0) (object)
Package

coalton-library/classes.

Methods
Writer Method: (setf class/applicative-super-0) ((class/applicative class/applicative))

automatically generated writer method

Source

classes.lisp.

Target Slot

super-0.

Generic Reader: class/bifunctor-bimap (object)
Package

coalton-library/classes.

Methods
Reader Method: class/bifunctor-bimap ((class/bifunctor class/bifunctor))

automatically generated reader method

Source

classes.lisp.

Target Slot

bimap.

Generic Writer: (setf class/bifunctor-bimap) (object)
Package

coalton-library/classes.

Methods
Writer Method: (setf class/bifunctor-bimap) ((class/bifunctor class/bifunctor))

automatically generated writer method

Source

classes.lisp.

Target Slot

bimap.

Generic Reader: class/bits-and (object)
Package

coalton-library/bits.

Methods
Reader Method: class/bits-and ((class/bits class/bits))

automatically generated reader method

Source

bits.lisp.

Target Slot

and.

Generic Writer: (setf class/bits-and) (object)
Package

coalton-library/bits.

Methods
Writer Method: (setf class/bits-and) ((class/bits class/bits))

automatically generated writer method

Source

bits.lisp.

Target Slot

and.

Generic Reader: class/bits-not (object)
Package

coalton-library/bits.

Methods
Reader Method: class/bits-not ((class/bits class/bits))

automatically generated reader method

Source

bits.lisp.

Target Slot

not.

Generic Writer: (setf class/bits-not) (object)
Package

coalton-library/bits.

Methods
Writer Method: (setf class/bits-not) ((class/bits class/bits))

automatically generated writer method

Source

bits.lisp.

Target Slot

not.

Generic Reader: class/bits-or (object)
Package

coalton-library/bits.

Methods
Reader Method: class/bits-or ((class/bits class/bits))

automatically generated reader method

Source

bits.lisp.

Target Slot

or.

Generic Writer: (setf class/bits-or) (object)
Package

coalton-library/bits.

Methods
Writer Method: (setf class/bits-or) ((class/bits class/bits))

automatically generated writer method

Source

bits.lisp.

Target Slot

or.

Generic Reader: class/bits-shift (object)
Package

coalton-library/bits.

Methods
Reader Method: class/bits-shift ((class/bits class/bits))

automatically generated reader method

Source

bits.lisp.

Target Slot

shift.

Generic Writer: (setf class/bits-shift) (object)
Package

coalton-library/bits.

Methods
Writer Method: (setf class/bits-shift) ((class/bits class/bits))

automatically generated writer method

Source

bits.lisp.

Target Slot

shift.

Generic Reader: class/bits-super-0 (object)
Package

coalton-library/bits.

Methods
Reader Method: class/bits-super-0 ((class/bits class/bits))

automatically generated reader method

Source

bits.lisp.

Target Slot

super-0.

Generic Writer: (setf class/bits-super-0) (object)
Package

coalton-library/bits.

Methods
Writer Method: (setf class/bits-super-0) ((class/bits class/bits))

automatically generated writer method

Source

bits.lisp.

Target Slot

super-0.

Generic Reader: class/bits-xor (object)
Package

coalton-library/bits.

Methods
Reader Method: class/bits-xor ((class/bits class/bits))

automatically generated reader method

Source

bits.lisp.

Target Slot

xor.

Generic Writer: (setf class/bits-xor) (object)
Package

coalton-library/bits.

Methods
Writer Method: (setf class/bits-xor) ((class/bits class/bits))

automatically generated writer method

Source

bits.lisp.

Target Slot

xor.

Generic Reader: class/bounded-maxbound (object)
Package

coalton-library/math/bounded.

Methods
Reader Method: class/bounded-maxbound ((class/bounded class/bounded))

automatically generated reader method

Source

bounded.lisp.

Target Slot

maxbound.

Generic Writer: (setf class/bounded-maxbound) (object)
Package

coalton-library/math/bounded.

Methods
Writer Method: (setf class/bounded-maxbound) ((class/bounded class/bounded))

automatically generated writer method

Source

bounded.lisp.

Target Slot

maxbound.

Generic Reader: class/bounded-minbound (object)
Package

coalton-library/math/bounded.

Methods
Reader Method: class/bounded-minbound ((class/bounded class/bounded))

automatically generated reader method

Source

bounded.lisp.

Target Slot

minbound.

Generic Writer: (setf class/bounded-minbound) (object)
Package

coalton-library/math/bounded.

Methods
Writer Method: (setf class/bounded-minbound) ((class/bounded class/bounded))

automatically generated writer method

Source

bounded.lisp.

Target Slot

minbound.

Generic Reader: class/complex-complex (object)
Package

coalton-library/math/complex.

Methods
Reader Method: class/complex-complex ((class/complex class/complex))

automatically generated reader method

Source

complex.lisp.

Target Slot

complex.

Generic Writer: (setf class/complex-complex) (object)
Package

coalton-library/math/complex.

Methods
Writer Method: (setf class/complex-complex) ((class/complex class/complex))

automatically generated writer method

Source

complex.lisp.

Target Slot

complex.

Generic Reader: class/complex-imag-part (object)
Package

coalton-library/math/complex.

Methods
Reader Method: class/complex-imag-part ((class/complex class/complex))

automatically generated reader method

Source

complex.lisp.

Target Slot

imag-part.

Generic Writer: (setf class/complex-imag-part) (object)
Package

coalton-library/math/complex.

Methods
Writer Method: (setf class/complex-imag-part) ((class/complex class/complex))

automatically generated writer method

Source

complex.lisp.

Target Slot

imag-part.

Generic Reader: class/complex-real-part (object)
Package

coalton-library/math/complex.

Methods
Reader Method: class/complex-real-part ((class/complex class/complex))

automatically generated reader method

Source

complex.lisp.

Target Slot

real-part.

Generic Writer: (setf class/complex-real-part) (object)
Package

coalton-library/math/complex.

Methods
Writer Method: (setf class/complex-real-part) ((class/complex class/complex))

automatically generated writer method

Source

complex.lisp.

Target Slot

real-part.

Generic Reader: class/complex-super-0 (object)
Package

coalton-library/math/complex.

Methods
Reader Method: class/complex-super-0 ((class/complex class/complex))

automatically generated reader method

Source

complex.lisp.

Target Slot

super-0.

Generic Writer: (setf class/complex-super-0) (object)
Package

coalton-library/math/complex.

Methods
Writer Method: (setf class/complex-super-0) ((class/complex class/complex))

automatically generated writer method

Source

complex.lisp.

Target Slot

super-0.

Generic Reader: class/default-default (object)
Package

coalton-library/classes.

Methods
Reader Method: class/default-default ((class/default class/default))

automatically generated reader method

Source

classes.lisp.

Target Slot

default.

Generic Writer: (setf class/default-default) (object)
Package

coalton-library/classes.

Methods
Writer Method: (setf class/default-default) ((class/default class/default))

automatically generated writer method

Source

classes.lisp.

Target Slot

default.

Generic Reader: class/dividable-general/ (object)
Package

coalton-library/math/arith.

Methods
Reader Method: class/dividable-general/ ((class/dividable class/dividable))

automatically generated reader method

Source

arith.lisp.

Target Slot

general/.

Generic Writer: (setf class/dividable-general/) (object)
Package

coalton-library/math/arith.

Methods
Writer Method: (setf class/dividable-general/) ((class/dividable class/dividable))

automatically generated writer method

Source

arith.lisp.

Target Slot

general/.

Generic Reader: class/elementary-super-0 (object)
Package

coalton-library/math/elementary.

Methods
Reader Method: class/elementary-super-0 ((class/elementary class/elementary))

automatically generated reader method

Source

elementary.lisp.

Target Slot

super-0.

Generic Writer: (setf class/elementary-super-0) (object)
Package

coalton-library/math/elementary.

Methods
Writer Method: (setf class/elementary-super-0) ((class/elementary class/elementary))

automatically generated writer method

Source

elementary.lisp.

Target Slot

super-0.

Generic Reader: class/elementary-super-1 (object)
Package

coalton-library/math/elementary.

Methods
Reader Method: class/elementary-super-1 ((class/elementary class/elementary))

automatically generated reader method

Source

elementary.lisp.

Target Slot

super-1.

Generic Writer: (setf class/elementary-super-1) (object)
Package

coalton-library/math/elementary.

Methods
Writer Method: (setf class/elementary-super-1) ((class/elementary class/elementary))

automatically generated writer method

Source

elementary.lisp.

Target Slot

super-1.

Generic Reader: class/elementary-super-2 (object)
Package

coalton-library/math/elementary.

Methods
Reader Method: class/elementary-super-2 ((class/elementary class/elementary))

automatically generated reader method

Source

elementary.lisp.

Target Slot

super-2.

Generic Writer: (setf class/elementary-super-2) (object)
Package

coalton-library/math/elementary.

Methods
Writer Method: (setf class/elementary-super-2) ((class/elementary class/elementary))

automatically generated writer method

Source

elementary.lisp.

Target Slot

super-2.

Generic Reader: class/elementary-super-3 (object)
Package

coalton-library/math/elementary.

Methods
Reader Method: class/elementary-super-3 ((class/elementary class/elementary))

automatically generated reader method

Source

elementary.lisp.

Target Slot

super-3.

Generic Writer: (setf class/elementary-super-3) (object)
Package

coalton-library/math/elementary.

Methods
Writer Method: (setf class/elementary-super-3) ((class/elementary class/elementary))

automatically generated writer method

Source

elementary.lisp.

Target Slot

super-3.

Generic Reader: class/elementary-super-4 (object)
Package

coalton-library/math/elementary.

Methods
Reader Method: class/elementary-super-4 ((class/elementary class/elementary))

automatically generated reader method

Source

elementary.lisp.

Target Slot

super-4.

Generic Writer: (setf class/elementary-super-4) (object)
Package

coalton-library/math/elementary.

Methods
Writer Method: (setf class/elementary-super-4) ((class/elementary class/elementary))

automatically generated writer method

Source

elementary.lisp.

Target Slot

super-4.

Generic Reader: class/eq-== (object)
Package

coalton-library/classes.

Methods
Reader Method: class/eq-== ((class/eq class/eq))

automatically generated reader method

Source

classes.lisp.

Target Slot

==.

Generic Writer: (setf class/eq-==) (object)
Package

coalton-library/classes.

Methods
Writer Method: (setf class/eq-==) ((class/eq class/eq))

automatically generated writer method

Source

classes.lisp.

Target Slot

==.

Generic Reader: class/exponentiable-ee (object)
Package

coalton-library/math/elementary.

Methods
Reader Method: class/exponentiable-ee ((class/exponentiable class/exponentiable))

automatically generated reader method

Source

elementary.lisp.

Target Slot

ee.

Generic Writer: (setf class/exponentiable-ee) (object)
Package

coalton-library/math/elementary.

Methods
Writer Method: (setf class/exponentiable-ee) ((class/exponentiable class/exponentiable))

automatically generated writer method

Source

elementary.lisp.

Target Slot

ee.

Generic Reader: class/exponentiable-exp (object)
Package

coalton-library/math/elementary.

Methods
Reader Method: class/exponentiable-exp ((class/exponentiable class/exponentiable))

automatically generated reader method

Source

elementary.lisp.

Target Slot

exp.

Generic Writer: (setf class/exponentiable-exp) (object)
Package

coalton-library/math/elementary.

Methods
Writer Method: (setf class/exponentiable-exp) ((class/exponentiable class/exponentiable))

automatically generated writer method

Source

elementary.lisp.

Target Slot

exp.

Generic Reader: class/exponentiable-ln (object)
Package

coalton-library/math/elementary.

Methods
Reader Method: class/exponentiable-ln ((class/exponentiable class/exponentiable))

automatically generated reader method

Source

elementary.lisp.

Target Slot

ln.

Generic Writer: (setf class/exponentiable-ln) (object)
Package

coalton-library/math/elementary.

Methods
Writer Method: (setf class/exponentiable-ln) ((class/exponentiable class/exponentiable))

automatically generated writer method

Source

elementary.lisp.

Target Slot

ln.

Generic Reader: class/exponentiable-log (object)
Package

coalton-library/math/elementary.

Methods
Reader Method: class/exponentiable-log ((class/exponentiable class/exponentiable))

automatically generated reader method

Source

elementary.lisp.

Target Slot

log.

Generic Writer: (setf class/exponentiable-log) (object)
Package

coalton-library/math/elementary.

Methods
Writer Method: (setf class/exponentiable-log) ((class/exponentiable class/exponentiable))

automatically generated writer method

Source

elementary.lisp.

Target Slot

log.

Generic Reader: class/exponentiable-pow (object)
Package

coalton-library/math/elementary.

Methods
Reader Method: class/exponentiable-pow ((class/exponentiable class/exponentiable))

automatically generated reader method

Source

elementary.lisp.

Target Slot

pow.

Generic Writer: (setf class/exponentiable-pow) (object)
Package

coalton-library/math/elementary.

Methods
Writer Method: (setf class/exponentiable-pow) ((class/exponentiable class/exponentiable))

automatically generated writer method

Source

elementary.lisp.

Target Slot

pow.

Generic Reader: class/file-open (object)
Package

coalton-library/file.

Methods
Reader Method: class/file-open ((class/file class/file))

automatically generated reader method

Source

file.lisp.

Target Slot

open.

Generic Writer: (setf class/file-open) (object)
Package

coalton-library/file.

Methods
Writer Method: (setf class/file-open) ((class/file class/file))

automatically generated writer method

Source

file.lisp.

Target Slot

open.

Generic Reader: class/file-read (object)
Package

coalton-library/file.

Methods
Reader Method: class/file-read ((class/file class/file))

automatically generated reader method

Source

file.lisp.

Target Slot

read.

Generic Writer: (setf class/file-read) (object)
Package

coalton-library/file.

Methods
Writer Method: (setf class/file-read) ((class/file class/file))

automatically generated writer method

Source

file.lisp.

Target Slot

read.

Generic Reader: class/file-write (object)
Package

coalton-library/file.

Methods
Reader Method: class/file-write ((class/file class/file))

automatically generated reader method

Source

file.lisp.

Target Slot

write.

Generic Writer: (setf class/file-write) (object)
Package

coalton-library/file.

Methods
Writer Method: (setf class/file-write) ((class/file class/file))

automatically generated writer method

Source

file.lisp.

Target Slot

write.

Generic Reader: class/foldable-fold (object)
Package

coalton-library/classes.

Methods
Reader Method: class/foldable-fold ((class/foldable class/foldable))

automatically generated reader method

Source

classes.lisp.

Target Slot

fold.

Generic Writer: (setf class/foldable-fold) (object)
Package

coalton-library/classes.

Methods
Writer Method: (setf class/foldable-fold) ((class/foldable class/foldable))

automatically generated writer method

Source

classes.lisp.

Target Slot

fold.

Generic Reader: class/foldable-foldr (object)
Package

coalton-library/classes.

Methods
Reader Method: class/foldable-foldr ((class/foldable class/foldable))

automatically generated reader method

Source

classes.lisp.

Target Slot

foldr.

Generic Writer: (setf class/foldable-foldr) (object)
Package

coalton-library/classes.

Methods
Writer Method: (setf class/foldable-foldr) ((class/foldable class/foldable))

automatically generated writer method

Source

classes.lisp.

Target Slot

foldr.

Generic Reader: class/fromiterator-collect! (object)
Package

coalton-library/iterator.

Methods
Reader Method: class/fromiterator-collect! ((class/fromiterator class/fromiterator))

automatically generated reader method

Source

iterator.lisp.

Target Slot

collect!.

Generic Writer: (setf class/fromiterator-collect!) (object)
Package

coalton-library/iterator.

Methods
Writer Method: (setf class/fromiterator-collect!) ((class/fromiterator class/fromiterator))

automatically generated writer method

Source

iterator.lisp.

Target Slot

collect!.

Generic Reader: class/functor-map (object)
Package

coalton-library/classes.

Methods
Reader Method: class/functor-map ((class/functor class/functor))

automatically generated reader method

Source

classes.lisp.

Target Slot

map.

Generic Writer: (setf class/functor-map) (object)
Package

coalton-library/classes.

Methods
Writer Method: (setf class/functor-map) ((class/functor class/functor))

automatically generated writer method

Source

classes.lisp.

Target Slot

map.

Generic Reader: class/hash-hash (object)
Package

coalton-library/hash.

Methods
Reader Method: class/hash-hash ((class/hash class/hash))

automatically generated reader method

Source

hash.lisp.

Target Slot

hash.

Generic Writer: (setf class/hash-hash) (object)
Package

coalton-library/hash.

Methods
Writer Method: (setf class/hash-hash) ((class/hash class/hash))

automatically generated writer method

Source

hash.lisp.

Target Slot

hash.

Generic Reader: class/hash-super-0 (object)
Package

coalton-library/hash.

Methods
Reader Method: class/hash-super-0 ((class/hash class/hash))

automatically generated reader method

Source

hash.lisp.

Target Slot

super-0.

Generic Writer: (setf class/hash-super-0) (object)
Package

coalton-library/hash.

Methods
Writer Method: (setf class/hash-super-0) ((class/hash class/hash))

automatically generated writer method

Source

hash.lisp.

Target Slot

super-0.

Generic Reader: class/integral-super-0 (object)
Package

coalton-library/math/integral.

Methods
Reader Method: class/integral-super-0 ((class/integral class/integral))

automatically generated reader method

Source

integral.lisp.

Target Slot

super-0.

Generic Writer: (setf class/integral-super-0) (object)
Package

coalton-library/math/integral.

Methods
Writer Method: (setf class/integral-super-0) ((class/integral class/integral))

automatically generated writer method

Source

integral.lisp.

Target Slot

super-0.

Generic Reader: class/integral-super-1 (object)
Package

coalton-library/math/integral.

Methods
Reader Method: class/integral-super-1 ((class/integral class/integral))

automatically generated reader method

Source

integral.lisp.

Target Slot

super-1.

Generic Writer: (setf class/integral-super-1) (object)
Package

coalton-library/math/integral.

Methods
Writer Method: (setf class/integral-super-1) ((class/integral class/integral))

automatically generated writer method

Source

integral.lisp.

Target Slot

super-1.

Generic Reader: class/integral-tointeger (object)
Package

coalton-library/math/integral.

Methods
Reader Method: class/integral-tointeger ((class/integral class/integral))

automatically generated reader method

Source

integral.lisp.

Target Slot

tointeger.

Generic Writer: (setf class/integral-tointeger) (object)
Package

coalton-library/math/integral.

Methods
Writer Method: (setf class/integral-tointeger) ((class/integral class/integral))

automatically generated writer method

Source

integral.lisp.

Target Slot

tointeger.

Generic Reader: class/into-into (object)
Package

coalton-library/classes.

Methods
Reader Method: class/into-into ((class/into class/into))

automatically generated reader method

Source

classes.lisp.

Target Slot

into.

Generic Writer: (setf class/into-into) (object)
Package

coalton-library/classes.

Methods
Writer Method: (setf class/into-into) ((class/into class/into))

automatically generated writer method

Source

classes.lisp.

Target Slot

into.

Generic Reader: class/intoiterator-into-iter (object)
Package

coalton-library/iterator.

Methods
Reader Method: class/intoiterator-into-iter ((class/intoiterator class/intoiterator))

automatically generated reader method

Source

iterator.lisp.

Target Slot

into-iter.

Generic Writer: (setf class/intoiterator-into-iter) (object)
Package

coalton-library/iterator.

Methods
Writer Method: (setf class/intoiterator-into-iter) ((class/intoiterator class/intoiterator))

automatically generated writer method

Source

iterator.lisp.

Target Slot

into-iter.

Generic Reader: class/iso-super-0 (object)
Package

coalton-library/classes.

Methods
Reader Method: class/iso-super-0 ((class/iso class/iso))

automatically generated reader method

Source

classes.lisp.

Target Slot

super-0.

Generic Writer: (setf class/iso-super-0) (object)
Package

coalton-library/classes.

Methods
Writer Method: (setf class/iso-super-0) ((class/iso class/iso))

automatically generated writer method

Source

classes.lisp.

Target Slot

super-0.

Generic Reader: class/iso-super-1 (object)
Package

coalton-library/classes.

Methods
Reader Method: class/iso-super-1 ((class/iso class/iso))

automatically generated reader method

Source

classes.lisp.

Target Slot

super-1.

Generic Writer: (setf class/iso-super-1) (object)
Package

coalton-library/classes.

Methods
Writer Method: (setf class/iso-super-1) ((class/iso class/iso))

automatically generated writer method

Source

classes.lisp.

Target Slot

super-1.

Generic Reader: class/monad->>= (object)
Package

coalton-library/classes.

Methods
Reader Method: class/monad->>= ((class/monad class/monad))

automatically generated reader method

Source

classes.lisp.

Target Slot

>>=.

Generic Writer: (setf class/monad->>=) (object)
Package

coalton-library/classes.

Methods
Writer Method: (setf class/monad->>=) ((class/monad class/monad))

automatically generated writer method

Source

classes.lisp.

Target Slot

>>=.

Generic Reader: class/monad-super-0 (object)
Package

coalton-library/classes.

Methods
Reader Method: class/monad-super-0 ((class/monad class/monad))

automatically generated reader method

Source

classes.lisp.

Target Slot

super-0.

Generic Writer: (setf class/monad-super-0) (object)
Package

coalton-library/classes.

Methods
Writer Method: (setf class/monad-super-0) ((class/monad class/monad))

automatically generated writer method

Source

classes.lisp.

Target Slot

super-0.

Generic Reader: class/monadfail-fail (object)
Package

coalton-library/classes.

Methods
Reader Method: class/monadfail-fail ((class/monadfail class/monadfail))

automatically generated reader method

Source

classes.lisp.

Target Slot

fail.

Generic Writer: (setf class/monadfail-fail) (object)
Package

coalton-library/classes.

Methods
Writer Method: (setf class/monadfail-fail) ((class/monadfail class/monadfail))

automatically generated writer method

Source

classes.lisp.

Target Slot

fail.

Generic Reader: class/monadfail-super-0 (object)
Package

coalton-library/classes.

Methods
Reader Method: class/monadfail-super-0 ((class/monadfail class/monadfail))

automatically generated reader method

Source

classes.lisp.

Target Slot

super-0.

Generic Writer: (setf class/monadfail-super-0) (object)
Package

coalton-library/classes.

Methods
Writer Method: (setf class/monadfail-super-0) ((class/monadfail class/monadfail))

automatically generated writer method

Source

classes.lisp.

Target Slot

super-0.

Generic Reader: class/monoid-mempty (object)
Package

coalton-library/classes.

Methods
Reader Method: class/monoid-mempty ((class/monoid class/monoid))

automatically generated reader method

Source

classes.lisp.

Target Slot

mempty.

Generic Writer: (setf class/monoid-mempty) (object)
Package

coalton-library/classes.

Methods
Writer Method: (setf class/monoid-mempty) ((class/monoid class/monoid))

automatically generated writer method

Source

classes.lisp.

Target Slot

mempty.

Generic Reader: class/monoid-super-0 (object)
Package

coalton-library/classes.

Methods
Reader Method: class/monoid-super-0 ((class/monoid class/monoid))

automatically generated reader method

Source

classes.lisp.

Target Slot

super-0.

Generic Writer: (setf class/monoid-super-0) (object)
Package

coalton-library/classes.

Methods
Writer Method: (setf class/monoid-super-0) ((class/monoid class/monoid))

automatically generated writer method

Source

classes.lisp.

Target Slot

super-0.

Generic Reader: class/num-* (object)
Package

coalton-library/classes.

Methods
Reader Method: class/num-* ((class/num class/num))

automatically generated reader method

Source

classes.lisp.

Target Slot

*.

Generic Writer: (setf class/num-*) (object)
Package

coalton-library/classes.

Methods
Writer Method: (setf class/num-*) ((class/num class/num))

automatically generated writer method

Source

classes.lisp.

Target Slot

*.

Generic Reader: class/num-+ (object)
Package

coalton-library/classes.

Methods
Reader Method: class/num-+ ((class/num class/num))

automatically generated reader method

Source

classes.lisp.

Target Slot

+.

Generic Writer: (setf class/num-+) (object)
Package

coalton-library/classes.

Methods
Writer Method: (setf class/num-+) ((class/num class/num))

automatically generated writer method

Source

classes.lisp.

Target Slot

+.

Generic Reader: class/num-- (object)
Package

coalton-library/classes.

Methods
Reader Method: class/num-- ((class/num class/num))

automatically generated reader method

Source

classes.lisp.

Target Slot

-.

Generic Writer: (setf class/num--) (object)
Package

coalton-library/classes.

Methods
Writer Method: (setf class/num--) ((class/num class/num))

automatically generated writer method

Source

classes.lisp.

Target Slot

-.

Generic Reader: class/num-fromint (object)
Package

coalton-library/classes.

Methods
Reader Method: class/num-fromint ((class/num class/num))

automatically generated reader method

Source

classes.lisp.

Target Slot

fromint.

Generic Writer: (setf class/num-fromint) (object)
Package

coalton-library/classes.

Methods
Writer Method: (setf class/num-fromint) ((class/num class/num))

automatically generated writer method

Source

classes.lisp.

Target Slot

fromint.

Generic Reader: class/num-super-0 (object)
Package

coalton-library/classes.

Methods
Reader Method: class/num-super-0 ((class/num class/num))

automatically generated reader method

Source

classes.lisp.

Target Slot

super-0.

Generic Writer: (setf class/num-super-0) (object)
Package

coalton-library/classes.

Methods
Writer Method: (setf class/num-super-0) ((class/num class/num))

automatically generated writer method

Source

classes.lisp.

Target Slot

super-0.

Generic Reader: class/ord-<=> (object)
Package

coalton-library/classes.

Methods
Reader Method: class/ord-<=> ((class/ord class/ord))

automatically generated reader method

Source

classes.lisp.

Target Slot

<=>.

Generic Writer: (setf class/ord-<=>) (object)
Package

coalton-library/classes.

Methods
Writer Method: (setf class/ord-<=>) ((class/ord class/ord))

automatically generated writer method

Source

classes.lisp.

Target Slot

<=>.

Generic Reader: class/ord-super-0 (object)
Package

coalton-library/classes.

Methods
Reader Method: class/ord-super-0 ((class/ord class/ord))

automatically generated reader method

Source

classes.lisp.

Target Slot

super-0.

Generic Writer: (setf class/ord-super-0) (object)
Package

coalton-library/classes.

Methods
Writer Method: (setf class/ord-super-0) ((class/ord class/ord))

automatically generated writer method

Source

classes.lisp.

Target Slot

super-0.

Generic Reader: class/polar-phase (object)
Package

coalton-library/math/elementary.

Methods
Reader Method: class/polar-phase ((class/polar class/polar))

automatically generated reader method

Source

elementary.lisp.

Target Slot

phase.

Generic Writer: (setf class/polar-phase) (object)
Package

coalton-library/math/elementary.

Methods
Writer Method: (setf class/polar-phase) ((class/polar class/polar))

automatically generated writer method

Source

elementary.lisp.

Target Slot

phase.

Generic Reader: class/polar-polar (object)
Package

coalton-library/math/elementary.

Methods
Reader Method: class/polar-polar ((class/polar class/polar))

automatically generated reader method

Source

elementary.lisp.

Target Slot

polar.

Generic Writer: (setf class/polar-polar) (object)
Package

coalton-library/math/elementary.

Methods
Writer Method: (setf class/polar-polar) ((class/polar class/polar))

automatically generated writer method

Source

elementary.lisp.

Target Slot

polar.

Generic Reader: class/polar-super-0 (object)
Package

coalton-library/math/elementary.

Methods
Reader Method: class/polar-super-0 ((class/polar class/polar))

automatically generated reader method

Source

elementary.lisp.

Target Slot

super-0.

Generic Writer: (setf class/polar-super-0) (object)
Package

coalton-library/math/elementary.

Methods
Writer Method: (setf class/polar-super-0) ((class/polar class/polar))

automatically generated writer method

Source

elementary.lisp.

Target Slot

super-0.

Generic Reader: class/polar-super-1 (object)
Package

coalton-library/math/elementary.

Methods
Reader Method: class/polar-super-1 ((class/polar class/polar))

automatically generated reader method

Source

elementary.lisp.

Target Slot

super-1.

Generic Writer: (setf class/polar-super-1) (object)
Package

coalton-library/math/elementary.

Methods
Writer Method: (setf class/polar-super-1) ((class/polar class/polar))

automatically generated writer method

Source

elementary.lisp.

Target Slot

super-1.

Generic Reader: class/quantizable-ceiling (object)
Package

coalton-library/math/real.

Methods
Reader Method: class/quantizable-ceiling ((class/quantizable class/quantizable))

automatically generated reader method

Source

real.lisp.

Target Slot

ceiling.

Generic Writer: (setf class/quantizable-ceiling) (object)
Package

coalton-library/math/real.

Methods
Writer Method: (setf class/quantizable-ceiling) ((class/quantizable class/quantizable))

automatically generated writer method

Source

real.lisp.

Target Slot

ceiling.

Generic Reader: class/quantizable-floor (object)
Package

coalton-library/math/real.

Methods
Reader Method: class/quantizable-floor ((class/quantizable class/quantizable))

automatically generated reader method

Source

real.lisp.

Target Slot

floor.

Generic Writer: (setf class/quantizable-floor) (object)
Package

coalton-library/math/real.

Methods
Writer Method: (setf class/quantizable-floor) ((class/quantizable class/quantizable))

automatically generated writer method

Source

real.lisp.

Target Slot

floor.

Generic Reader: class/quantizable-proper (object)
Package

coalton-library/math/real.

Methods
Reader Method: class/quantizable-proper ((class/quantizable class/quantizable))

automatically generated reader method

Source

real.lisp.

Target Slot

proper.

Generic Writer: (setf class/quantizable-proper) (object)
Package

coalton-library/math/real.

Methods
Writer Method: (setf class/quantizable-proper) ((class/quantizable class/quantizable))

automatically generated writer method

Source

real.lisp.

Target Slot

proper.

Generic Reader: class/radical-nth-root (object)
Package

coalton-library/math/elementary.

Methods
Reader Method: class/radical-nth-root ((class/radical class/radical))

automatically generated reader method

Source

elementary.lisp.

Target Slot

nth-root.

Generic Writer: (setf class/radical-nth-root) (object)
Package

coalton-library/math/elementary.

Methods
Writer Method: (setf class/radical-nth-root) ((class/radical class/radical))

automatically generated writer method

Source

elementary.lisp.

Target Slot

nth-root.

Generic Reader: class/radical-sqrt (object)
Package

coalton-library/math/elementary.

Methods
Reader Method: class/radical-sqrt ((class/radical class/radical))

automatically generated reader method

Source

elementary.lisp.

Target Slot

sqrt.

Generic Writer: (setf class/radical-sqrt) (object)
Package

coalton-library/math/elementary.

Methods
Writer Method: (setf class/radical-sqrt) ((class/radical class/radical))

automatically generated writer method

Source

elementary.lisp.

Target Slot

sqrt.

Generic Reader: class/randomaccess-length (object)
Package

coalton-library/randomaccess.

Methods
Reader Method: class/randomaccess-length ((class/randomaccess class/randomaccess))

automatically generated reader method

Source

randomaccess.lisp.

Target Slot

length.

Generic Writer: (setf class/randomaccess-length) (object)
Package

coalton-library/randomaccess.

Methods
Writer Method: (setf class/randomaccess-length) ((class/randomaccess class/randomaccess))

automatically generated writer method

Source

randomaccess.lisp.

Target Slot

length.

Generic Reader: class/randomaccess-make (object)
Package

coalton-library/randomaccess.

Methods
Reader Method: class/randomaccess-make ((class/randomaccess class/randomaccess))

automatically generated reader method

Source

randomaccess.lisp.

Target Slot

make.

Generic Writer: (setf class/randomaccess-make) (object)
Package

coalton-library/randomaccess.

Methods
Writer Method: (setf class/randomaccess-make) ((class/randomaccess class/randomaccess))

automatically generated writer method

Source

randomaccess.lisp.

Target Slot

make.

Generic Reader: class/randomaccess-readable? (object)
Package

coalton-library/randomaccess.

Methods
Reader Method: class/randomaccess-readable? ((class/randomaccess class/randomaccess))

automatically generated reader method

Source

randomaccess.lisp.

Target Slot

readable?.

Generic Writer: (setf class/randomaccess-readable?) (object)
Package

coalton-library/randomaccess.

Methods
Writer Method: (setf class/randomaccess-readable?) ((class/randomaccess class/randomaccess))

automatically generated writer method

Source

randomaccess.lisp.

Target Slot

readable?.

Generic Reader: class/randomaccess-unsafe-aref (object)
Package

coalton-library/randomaccess.

Methods
Reader Method: class/randomaccess-unsafe-aref ((class/randomaccess class/randomaccess))

automatically generated reader method

Source

randomaccess.lisp.

Target Slot

unsafe-aref.

Generic Writer: (setf class/randomaccess-unsafe-aref) (object)
Package

coalton-library/randomaccess.

Methods
Writer Method: (setf class/randomaccess-unsafe-aref) ((class/randomaccess class/randomaccess))

automatically generated writer method

Source

randomaccess.lisp.

Target Slot

unsafe-aref.

Generic Reader: class/randomaccess-unsafe-set! (object)
Package

coalton-library/randomaccess.

Methods
Reader Method: class/randomaccess-unsafe-set! ((class/randomaccess class/randomaccess))

automatically generated reader method

Source

randomaccess.lisp.

Target Slot

unsafe-set!.

Generic Writer: (setf class/randomaccess-unsafe-set!) (object)
Package

coalton-library/randomaccess.

Methods
Writer Method: (setf class/randomaccess-unsafe-set!) ((class/randomaccess class/randomaccess))

automatically generated writer method

Source

randomaccess.lisp.

Target Slot

unsafe-set!.

Generic Reader: class/randomaccess-writable? (object)
Package

coalton-library/randomaccess.

Methods
Reader Method: class/randomaccess-writable? ((class/randomaccess class/randomaccess))

automatically generated reader method

Source

randomaccess.lisp.

Target Slot

writable?.

Generic Writer: (setf class/randomaccess-writable?) (object)
Package

coalton-library/randomaccess.

Methods
Writer Method: (setf class/randomaccess-writable?) ((class/randomaccess class/randomaccess))

automatically generated writer method

Source

randomaccess.lisp.

Target Slot

writable?.

Generic Reader: class/rational-best-approx (object)
Package

coalton-library/math/real.

Methods
Reader Method: class/rational-best-approx ((class/rational class/rational))

automatically generated reader method

Source

real.lisp.

Target Slot

best-approx.

Generic Writer: (setf class/rational-best-approx) (object)
Package

coalton-library/math/real.

Methods
Writer Method: (setf class/rational-best-approx) ((class/rational class/rational))

automatically generated writer method

Source

real.lisp.

Target Slot

best-approx.

Generic Reader: class/rational-super-0 (object)
Package

coalton-library/math/real.

Methods
Reader Method: class/rational-super-0 ((class/rational class/rational))

automatically generated reader method

Source

real.lisp.

Target Slot

super-0.

Generic Writer: (setf class/rational-super-0) (object)
Package

coalton-library/math/real.

Methods
Writer Method: (setf class/rational-super-0) ((class/rational class/rational))

automatically generated writer method

Source

real.lisp.

Target Slot

super-0.

Generic Reader: class/rational-super-1 (object)
Package

coalton-library/math/real.

Methods
Reader Method: class/rational-super-1 ((class/rational class/rational))

automatically generated reader method

Source

real.lisp.

Target Slot

super-1.

Generic Writer: (setf class/rational-super-1) (object)
Package

coalton-library/math/real.

Methods
Writer Method: (setf class/rational-super-1) ((class/rational class/rational))

automatically generated writer method

Source

real.lisp.

Target Slot

super-1.

Generic Reader: class/rational-to-fraction (object)
Package

coalton-library/math/real.

Methods
Reader Method: class/rational-to-fraction ((class/rational class/rational))

automatically generated reader method

Source

real.lisp.

Target Slot

to-fraction.

Generic Writer: (setf class/rational-to-fraction) (object)
Package

coalton-library/math/real.

Methods
Writer Method: (setf class/rational-to-fraction) ((class/rational class/rational))

automatically generated writer method

Source

real.lisp.

Target Slot

to-fraction.

Generic Reader: class/real-real-approx (object)
Package

coalton-library/math/real.

Methods
Reader Method: class/real-real-approx ((class/real class/real))

automatically generated reader method

Source

real.lisp.

Target Slot

real-approx.

Generic Writer: (setf class/real-real-approx) (object)
Package

coalton-library/math/real.

Methods
Writer Method: (setf class/real-real-approx) ((class/real class/real))

automatically generated writer method

Source

real.lisp.

Target Slot

real-approx.

Generic Reader: class/real-super-0 (object)
Package

coalton-library/math/real.

Methods
Reader Method: class/real-super-0 ((class/real class/real))

automatically generated reader method

Source

real.lisp.

Target Slot

super-0.

Generic Writer: (setf class/real-super-0) (object)
Package

coalton-library/math/real.

Methods
Writer Method: (setf class/real-super-0) ((class/real class/real))

automatically generated writer method

Source

real.lisp.

Target Slot

super-0.

Generic Reader: class/real-super-1 (object)
Package

coalton-library/math/real.

Methods
Reader Method: class/real-super-1 ((class/real class/real))

automatically generated reader method

Source

real.lisp.

Target Slot

super-1.

Generic Writer: (setf class/real-super-1) (object)
Package

coalton-library/math/real.

Methods
Writer Method: (setf class/real-super-1) ((class/real class/real))

automatically generated writer method

Source

real.lisp.

Target Slot

super-1.

Generic Reader: class/reciprocable-/ (object)
Package

coalton-library/math/arith.

Methods
Reader Method: class/reciprocable-/ ((class/reciprocable class/reciprocable))

automatically generated reader method

Source

arith.lisp.

Target Slot

/.

Generic Writer: (setf class/reciprocable-/) (object)
Package

coalton-library/math/arith.

Methods
Writer Method: (setf class/reciprocable-/) ((class/reciprocable class/reciprocable))

automatically generated writer method

Source

arith.lisp.

Target Slot

/.

Generic Reader: class/reciprocable-reciprocal (object)
Package

coalton-library/math/arith.

Methods
Reader Method: class/reciprocable-reciprocal ((class/reciprocable class/reciprocable))

automatically generated reader method

Source

arith.lisp.

Target Slot

reciprocal.

Generic Writer: (setf class/reciprocable-reciprocal) (object)
Package

coalton-library/math/arith.

Methods
Writer Method: (setf class/reciprocable-reciprocal) ((class/reciprocable class/reciprocable))

automatically generated writer method

Source

arith.lisp.

Target Slot

reciprocal.

Generic Reader: class/reciprocable-super-0 (object)
Package

coalton-library/math/arith.

Methods
Reader Method: class/reciprocable-super-0 ((class/reciprocable class/reciprocable))

automatically generated reader method

Source

arith.lisp.

Target Slot

super-0.

Generic Writer: (setf class/reciprocable-super-0) (object)
Package

coalton-library/math/arith.

Methods
Writer Method: (setf class/reciprocable-super-0) ((class/reciprocable class/reciprocable))

automatically generated writer method

Source

arith.lisp.

Target Slot

super-0.

Generic Reader: class/remainder-div (object)
Package

coalton-library/math/integral.

Methods
Reader Method: class/remainder-div ((class/remainder class/remainder))

automatically generated reader method

Source

integral.lisp.

Target Slot

div.

Generic Writer: (setf class/remainder-div) (object)
Package

coalton-library/math/integral.

Methods
Writer Method: (setf class/remainder-div) ((class/remainder class/remainder))

automatically generated writer method

Source

integral.lisp.

Target Slot

div.

Generic Reader: class/remainder-divmod (object)
Package

coalton-library/math/integral.

Methods
Reader Method: class/remainder-divmod ((class/remainder class/remainder))

automatically generated reader method

Source

integral.lisp.

Target Slot

divmod.

Generic Writer: (setf class/remainder-divmod) (object)
Package

coalton-library/math/integral.

Methods
Writer Method: (setf class/remainder-divmod) ((class/remainder class/remainder))

automatically generated writer method

Source

integral.lisp.

Target Slot

divmod.

Generic Reader: class/remainder-mod (object)
Package

coalton-library/math/integral.

Methods
Reader Method: class/remainder-mod ((class/remainder class/remainder))

automatically generated reader method

Source

integral.lisp.

Target Slot

mod.

Generic Writer: (setf class/remainder-mod) (object)
Package

coalton-library/math/integral.

Methods
Writer Method: (setf class/remainder-mod) ((class/remainder class/remainder))

automatically generated writer method

Source

integral.lisp.

Target Slot

mod.

Generic Reader: class/remainder-quot (object)
Package

coalton-library/math/integral.

Methods
Reader Method: class/remainder-quot ((class/remainder class/remainder))

automatically generated reader method

Source

integral.lisp.

Target Slot

quot.

Generic Writer: (setf class/remainder-quot) (object)
Package

coalton-library/math/integral.

Methods
Writer Method: (setf class/remainder-quot) ((class/remainder class/remainder))

automatically generated writer method

Source

integral.lisp.

Target Slot

quot.

Generic Reader: class/remainder-quotrem (object)
Package

coalton-library/math/integral.

Methods
Reader Method: class/remainder-quotrem ((class/remainder class/remainder))

automatically generated reader method

Source

integral.lisp.

Target Slot

quotrem.

Generic Writer: (setf class/remainder-quotrem) (object)
Package

coalton-library/math/integral.

Methods
Writer Method: (setf class/remainder-quotrem) ((class/remainder class/remainder))

automatically generated writer method

Source

integral.lisp.

Target Slot

quotrem.

Generic Reader: class/remainder-rem (object)
Package

coalton-library/math/integral.

Methods
Reader Method: class/remainder-rem ((class/remainder class/remainder))

automatically generated reader method

Source

integral.lisp.

Target Slot

rem.

Generic Writer: (setf class/remainder-rem) (object)
Package

coalton-library/math/integral.

Methods
Writer Method: (setf class/remainder-rem) ((class/remainder class/remainder))

automatically generated writer method

Source

integral.lisp.

Target Slot

rem.

Generic Reader: class/remainder-super-0 (object)
Package

coalton-library/math/integral.

Methods
Reader Method: class/remainder-super-0 ((class/remainder class/remainder))

automatically generated reader method

Source

integral.lisp.

Target Slot

super-0.

Generic Writer: (setf class/remainder-super-0) (object)
Package

coalton-library/math/integral.

Methods
Writer Method: (setf class/remainder-super-0) ((class/remainder class/remainder))

automatically generated writer method

Source

integral.lisp.

Target Slot

super-0.

Generic Reader: class/runtimerepr-runtime-repr (object)
Package

coalton-library/types.

Methods
Reader Method: class/runtimerepr-runtime-repr ((class/runtimerepr class/runtimerepr))

automatically generated reader method

Source

types.lisp.

Target Slot

runtime-repr.

Generic Writer: (setf class/runtimerepr-runtime-repr) (object)
Package

coalton-library/types.

Methods
Writer Method: (setf class/runtimerepr-runtime-repr) ((class/runtimerepr class/runtimerepr))

automatically generated writer method

Source

types.lisp.

Target Slot

runtime-repr.

Generic Reader: class/semigroup-<> (object)
Package

coalton-library/classes.

Methods
Reader Method: class/semigroup-<> ((class/semigroup class/semigroup))

automatically generated reader method

Source

classes.lisp.

Target Slot

<>.

Generic Writer: (setf class/semigroup-<>) (object)
Package

coalton-library/classes.

Methods
Writer Method: (setf class/semigroup-<>) ((class/semigroup class/semigroup))

automatically generated writer method

Source

classes.lisp.

Target Slot

<>.

Generic Reader: class/signalable-error (object)
Package

coalton-library/classes.

Methods
Reader Method: class/signalable-error ((class/signalable class/signalable))

automatically generated reader method

Source

classes.lisp.

Target Slot

error.

Generic Writer: (setf class/signalable-error) (object)
Package

coalton-library/classes.

Methods
Writer Method: (setf class/signalable-error) ((class/signalable class/signalable))

automatically generated writer method

Source

classes.lisp.

Target Slot

error.

Generic Reader: class/sliceable-%length (object)
Package

coalton-library/slice.

Methods
Reader Method: class/sliceable-%length ((class/sliceable class/sliceable))

automatically generated reader method

Source

slice.lisp.

Target Slot

%length.

Generic Writer: (setf class/sliceable-%length) (object)
Package

coalton-library/slice.

Methods
Writer Method: (setf class/sliceable-%length) ((class/sliceable class/sliceable))

automatically generated writer method

Source

slice.lisp.

Target Slot

%length.

Generic Reader: class/transfinite-infinite? (object)
Package

coalton-library/math/arith.

Methods
Reader Method: class/transfinite-infinite? ((class/transfinite class/transfinite))

automatically generated reader method

Source

arith.lisp.

Target Slot

infinite?.

Generic Writer: (setf class/transfinite-infinite?) (object)
Package

coalton-library/math/arith.

Methods
Writer Method: (setf class/transfinite-infinite?) ((class/transfinite class/transfinite))

automatically generated writer method

Source

arith.lisp.

Target Slot

infinite?.

Generic Reader: class/transfinite-infinity (object)
Package

coalton-library/math/arith.

Methods
Reader Method: class/transfinite-infinity ((class/transfinite class/transfinite))

automatically generated reader method

Source

arith.lisp.

Target Slot

infinity.

Generic Writer: (setf class/transfinite-infinity) (object)
Package

coalton-library/math/arith.

Methods
Writer Method: (setf class/transfinite-infinity) ((class/transfinite class/transfinite))

automatically generated writer method

Source

arith.lisp.

Target Slot

infinity.

Generic Reader: class/transfinite-nan (object)
Package

coalton-library/math/arith.

Methods
Reader Method: class/transfinite-nan ((class/transfinite class/transfinite))

automatically generated reader method

Source

arith.lisp.

Target Slot

nan.

Generic Writer: (setf class/transfinite-nan) (object)
Package

coalton-library/math/arith.

Methods
Writer Method: (setf class/transfinite-nan) ((class/transfinite class/transfinite))

automatically generated writer method

Source

arith.lisp.

Target Slot

nan.

Generic Reader: class/transfinite-nan? (object)
Package

coalton-library/math/arith.

Methods
Reader Method: class/transfinite-nan? ((class/transfinite class/transfinite))

automatically generated reader method

Source

arith.lisp.

Target Slot

nan?.

Generic Writer: (setf class/transfinite-nan?) (object)
Package

coalton-library/math/arith.

Methods
Writer Method: (setf class/transfinite-nan?) ((class/transfinite class/transfinite))

automatically generated writer method

Source

arith.lisp.

Target Slot

nan?.

Generic Reader: class/traversable-traverse (object)
Package

coalton-library/classes.

Methods
Reader Method: class/traversable-traverse ((class/traversable class/traversable))

automatically generated reader method

Source

classes.lisp.

Target Slot

traverse.

Generic Writer: (setf class/traversable-traverse) (object)
Package

coalton-library/classes.

Methods
Writer Method: (setf class/traversable-traverse) ((class/traversable class/traversable))

automatically generated writer method

Source

classes.lisp.

Target Slot

traverse.

Generic Reader: class/trigonometric-acos (object)
Package

coalton-library/math/elementary.

Methods
Reader Method: class/trigonometric-acos ((class/trigonometric class/trigonometric))

automatically generated reader method

Source

elementary.lisp.

Target Slot

acos.

Generic Writer: (setf class/trigonometric-acos) (object)
Package

coalton-library/math/elementary.

Methods
Writer Method: (setf class/trigonometric-acos) ((class/trigonometric class/trigonometric))

automatically generated writer method

Source

elementary.lisp.

Target Slot

acos.

Generic Reader: class/trigonometric-asin (object)
Package

coalton-library/math/elementary.

Methods
Reader Method: class/trigonometric-asin ((class/trigonometric class/trigonometric))

automatically generated reader method

Source

elementary.lisp.

Target Slot

asin.

Generic Writer: (setf class/trigonometric-asin) (object)
Package

coalton-library/math/elementary.

Methods
Writer Method: (setf class/trigonometric-asin) ((class/trigonometric class/trigonometric))

automatically generated writer method

Source

elementary.lisp.

Target Slot

asin.

Generic Reader: class/trigonometric-atan (object)
Package

coalton-library/math/elementary.

Methods
Reader Method: class/trigonometric-atan ((class/trigonometric class/trigonometric))

automatically generated reader method

Source

elementary.lisp.

Target Slot

atan.

Generic Writer: (setf class/trigonometric-atan) (object)
Package

coalton-library/math/elementary.

Methods
Writer Method: (setf class/trigonometric-atan) ((class/trigonometric class/trigonometric))

automatically generated writer method

Source

elementary.lisp.

Target Slot

atan.

Generic Reader: class/trigonometric-cos (object)
Package

coalton-library/math/elementary.

Methods
Reader Method: class/trigonometric-cos ((class/trigonometric class/trigonometric))

automatically generated reader method

Source

elementary.lisp.

Target Slot

cos.

Generic Writer: (setf class/trigonometric-cos) (object)
Package

coalton-library/math/elementary.

Methods
Writer Method: (setf class/trigonometric-cos) ((class/trigonometric class/trigonometric))

automatically generated writer method

Source

elementary.lisp.

Target Slot

cos.

Generic Reader: class/trigonometric-pi (object)
Package

coalton-library/math/elementary.

Methods
Reader Method: class/trigonometric-pi ((class/trigonometric class/trigonometric))

automatically generated reader method

Source

elementary.lisp.

Target Slot

pi.

Generic Writer: (setf class/trigonometric-pi) (object)
Package

coalton-library/math/elementary.

Methods
Writer Method: (setf class/trigonometric-pi) ((class/trigonometric class/trigonometric))

automatically generated writer method

Source

elementary.lisp.

Target Slot

pi.

Generic Reader: class/trigonometric-sin (object)
Package

coalton-library/math/elementary.

Methods
Reader Method: class/trigonometric-sin ((class/trigonometric class/trigonometric))

automatically generated reader method

Source

elementary.lisp.

Target Slot

sin.

Generic Writer: (setf class/trigonometric-sin) (object)
Package

coalton-library/math/elementary.

Methods
Writer Method: (setf class/trigonometric-sin) ((class/trigonometric class/trigonometric))

automatically generated writer method

Source

elementary.lisp.

Target Slot

sin.

Generic Reader: class/trigonometric-tan (object)
Package

coalton-library/math/elementary.

Methods
Reader Method: class/trigonometric-tan ((class/trigonometric class/trigonometric))

automatically generated reader method

Source

elementary.lisp.

Target Slot

tan.

Generic Writer: (setf class/trigonometric-tan) (object)
Package

coalton-library/math/elementary.

Methods
Writer Method: (setf class/trigonometric-tan) ((class/trigonometric class/trigonometric))

automatically generated writer method

Source

elementary.lisp.

Target Slot

tan.

Generic Reader: class/tryinto-tryinto (object)
Package

coalton-library/classes.

Methods
Reader Method: class/tryinto-tryinto ((class/tryinto class/tryinto))

automatically generated reader method

Source

classes.lisp.

Target Slot

tryinto.

Generic Writer: (setf class/tryinto-tryinto) (object)
Package

coalton-library/classes.

Methods
Writer Method: (setf class/tryinto-tryinto) ((class/tryinto class/tryinto))

automatically generated writer method

Source

classes.lisp.

Target Slot

tryinto.

Generic Reader: class/unwrappable-unwrap-or-else (object)
Package

coalton-library/classes.

Methods
Reader Method: class/unwrappable-unwrap-or-else ((class/unwrappable class/unwrappable))

automatically generated reader method

Source

classes.lisp.

Target Slot

unwrap-or-else.

Generic Writer: (setf class/unwrappable-unwrap-or-else) (object)
Package

coalton-library/classes.

Methods
Writer Method: (setf class/unwrappable-unwrap-or-else) ((class/unwrappable class/unwrappable))

automatically generated writer method

Source

classes.lisp.

Target Slot

unwrap-or-else.

Generic Reader: coalton-bug-args (condition)
Package

coalton-impl/util.

Methods
Reader Method: coalton-bug-args ((condition coalton-bug))
Source

utilities.lisp.

Target Slot

args.

Generic Reader: coalton-bug-reason (condition)
Package

coalton-impl/util.

Methods
Reader Method: coalton-bug-reason ((condition coalton-bug))
Source

utilities.lisp.

Target Slot

reason.

Generic Function: collect-referenced-classes-generic% (ty)
Package

coalton-impl/parser/collect.

Source

collect.lisp.

Methods
Method: collect-referenced-classes-generic% ((pred ty-predicate))
Method: collect-referenced-classes-generic% ((qual-ty qualified-ty))
Method: collect-referenced-classes-generic% ((method method-definition))
Method: collect-referenced-classes-generic% ((toplevel toplevel-define-class))
Method: collect-referenced-classes-generic% ((list list))
Generic Function: collect-referenced-types-generic% (type)
Package

coalton-impl/parser/collect.

Source

collect.lisp.

Methods
Method: collect-referenced-types-generic% ((type tyvar))
Method: collect-referenced-types-generic% ((type tycon))
Method: collect-referenced-types-generic% ((type tapp))
Method: collect-referenced-types-generic% ((pred ty-predicate))
Method: collect-referenced-types-generic% ((type qualified-ty))
Method: collect-referenced-types-generic% ((ctor constructor))
Method: collect-referenced-types-generic% ((type toplevel-define-type))
Method: collect-referenced-types-generic% ((field struct-field))
Method: collect-referenced-types-generic% ((type toplevel-define-struct))
Generic Function: collect-type-variables-generic% (type)
Package

coalton-impl/parser/collect.

Source

collect.lisp.

Methods
Method: collect-type-variables-generic% ((type tyvar))
Method: collect-type-variables-generic% ((type tycon))
Method: collect-type-variables-generic% ((type tapp))
Method: collect-type-variables-generic% ((pred ty-predicate))
Method: collect-type-variables-generic% ((type qualified-ty))
Method: collect-type-variables-generic% ((ctor constructor))
Method: collect-type-variables-generic% ((type toplevel-define-type))
Method: collect-type-variables-generic% ((method method-definition))
Method: collect-type-variables-generic% ((list list))
Generic Function: collect-variables-generic% (node)
Package

coalton-impl/parser/collect.

Source

collect.lisp.

Methods
Method: collect-variables-generic% ((node node-variable))
Method: collect-variables-generic% ((node node-accessor))
Method: collect-variables-generic% ((node node-literal))
Method: collect-variables-generic% ((node node-integer-literal))
Method: collect-variables-generic% ((node node-bind))
Method: collect-variables-generic% ((node node-body))
Method: collect-variables-generic% ((node node-abstraction))
Method: collect-variables-generic% ((node node-let-binding))
Method: collect-variables-generic% ((node node-let))
Method: collect-variables-generic% ((node node-lisp))
Method: collect-variables-generic% ((node node-match-branch))
Method: collect-variables-generic% ((node node-match))
Method: collect-variables-generic% ((node node-progn))
Method: collect-variables-generic% ((node node-the))
Method: collect-variables-generic% ((node node-return))
Method: collect-variables-generic% ((node node-application))
Method: collect-variables-generic% ((node node-or))
Method: collect-variables-generic% ((node node-and))
Method: collect-variables-generic% ((node node-if))
Method: collect-variables-generic% ((node node-when))
Method: collect-variables-generic% ((node node-unless))
Method: collect-variables-generic% ((node node-cond-clause))
Method: collect-variables-generic% ((node node-cond))
Method: collect-variables-generic% ((node node-while))
Method: collect-variables-generic% ((node node-while-let))
Method: collect-variables-generic% ((node node-for))
Method: collect-variables-generic% ((node node-loop))
Method: collect-variables-generic% ((node node-break))
Method: collect-variables-generic% ((node node-continue))
Method: collect-variables-generic% ((node node-do-bind))
Method: collect-variables-generic% ((node node-do))
Generic Reader: complex/%complex-_0 (object)
Package

coalton-library/math/complex.

Methods
Reader Method: complex/%complex-_0 ((complex/%complex complex/%complex))

automatically generated reader method

Source

complex.lisp.

Target Slot

_0.

Generic Writer: (setf complex/%complex-_0) (object)
Package

coalton-library/math/complex.

Methods
Writer Method: (setf complex/%complex-_0) ((complex/%complex complex/%complex))

automatically generated writer method

Source

complex.lisp.

Target Slot

_0.

Generic Reader: complex/%complex-_1 (object)
Package

coalton-library/math/complex.

Methods
Reader Method: complex/%complex-_1 ((complex/%complex complex/%complex))

automatically generated reader method

Source

complex.lisp.

Target Slot

_1.

Generic Writer: (setf complex/%complex-_1) (object)
Package

coalton-library/math/complex.

Methods
Writer Method: (setf complex/%complex-_1) ((complex/%complex complex/%complex))

automatically generated writer method

Source

complex.lisp.

Target Slot

_1.

Generic Reader: context (object)
Package

coalton-impl/source.

Source

source.lisp.

Methods
Reader Method: context ((condition source-condition))
Target Slot

context.

Generic Reader: dual/dual-_0 (object)
Package

coalton-library/math/dual.

Methods
Reader Method: dual/dual-_0 ((dual/dual dual/dual))

automatically generated reader method

Source

dual.lisp.

Target Slot

_0.

Generic Writer: (setf dual/dual-_0) (object)
Package

coalton-library/math/dual.

Methods
Writer Method: (setf dual/dual-_0) ((dual/dual dual/dual))

automatically generated writer method

Source

dual.lisp.

Target Slot

_0.

Generic Reader: dual/dual-_1 (object)
Package

coalton-library/math/dual.

Methods
Reader Method: dual/dual-_1 ((dual/dual dual/dual))

automatically generated reader method

Source

dual.lisp.

Target Slot

_1.

Generic Writer: (setf dual/dual-_1) (object)
Package

coalton-library/math/dual.

Methods
Writer Method: (setf dual/dual-_1) ((dual/dual dual/dual))

automatically generated writer method

Source

dual.lisp.

Target Slot

_1.

Generic Reader: duplicate-key (condition)
Package

coalton-library/hashtable.

Methods
Reader Method: duplicate-key ((condition static-duplicate-key))
Source

hashtable.lisp.

Target Slot

duplicate-key.

Generic Reader: dyadic/dyadic-_0 (object)
Package

coalton-library/math/dyadic.

Methods
Reader Method: dyadic/dyadic-_0 ((dyadic/dyadic dyadic/dyadic))

automatically generated reader method

Source

dyadic.lisp.

Target Slot

_0.

Generic Writer: (setf dyadic/dyadic-_0) (object)
Package

coalton-library/math/dyadic.

Methods
Writer Method: (setf dyadic/dyadic-_0) ((dyadic/dyadic dyadic/dyadic))

automatically generated writer method

Source

dyadic.lisp.

Target Slot

_0.

Generic Reader: dyadic/dyadic-_1 (object)
Package

coalton-library/math/dyadic.

Methods
Reader Method: dyadic/dyadic-_1 ((dyadic/dyadic dyadic/dyadic))

automatically generated reader method

Source

dyadic.lisp.

Target Slot

_1.

Generic Writer: (setf dyadic/dyadic-_1) (object)
Package

coalton-library/math/dyadic.

Methods
Writer Method: (setf dyadic/dyadic-_1) ((dyadic/dyadic dyadic/dyadic))

automatically generated writer method

Source

dyadic.lisp.

Target Slot

_1.

Generic Reader: file-offset (object)
Package

coalton-impl/source.

Methods
Reader Method: file-offset ((source-file source-file))

automatically generated reader method

Source

source.lisp.

Target Slot

offset.

Generic Reader: fileerror/fileerror-_0 (object)
Package

coalton-library/file.

Methods
Reader Method: fileerror/fileerror-_0 ((fileerror/fileerror fileerror/fileerror))

automatically generated reader method

Source

file.lisp.

Target Slot

_0.

Generic Writer: (setf fileerror/fileerror-_0) (object)
Package

coalton-library/file.

Methods
Writer Method: (setf fileerror/fileerror-_0) ((fileerror/fileerror fileerror/fileerror))

automatically generated writer method

Source

file.lisp.

Target Slot

_0.

Generic Reader: fileerror/lisperror-_0 (object)
Package

coalton-library/file.

Methods
Reader Method: fileerror/lisperror-_0 ((fileerror/lisperror fileerror/lisperror))

automatically generated reader method

Source

file.lisp.

Target Slot

_0.

Generic Writer: (setf fileerror/lisperror-_0) (object)
Package

coalton-library/file.

Methods
Writer Method: (setf fileerror/lisperror-_0) ((fileerror/lisperror fileerror/lisperror))

automatically generated writer method

Source

file.lisp.

Target Slot

_0.

Generic Reader: fileerror/patherror-_0 (object)
Package

coalton-library/file.

Methods
Reader Method: fileerror/patherror-_0 ((fileerror/patherror fileerror/patherror))

automatically generated reader method

Source

file.lisp.

Target Slot

_0.

Generic Writer: (setf fileerror/patherror-_0) (object)
Package

coalton-library/file.

Methods
Writer Method: (setf fileerror/patherror-_0) ((fileerror/patherror fileerror/patherror))

automatically generated writer method

Source

file.lisp.

Target Slot

_0.

Generic Reader: fileerror/patherror-_1 (object)
Package

coalton-library/file.

Methods
Reader Method: fileerror/patherror-_1 ((fileerror/patherror fileerror/patherror))

automatically generated reader method

Source

file.lisp.

Target Slot

_1.

Generic Writer: (setf fileerror/patherror-_1) (object)
Package

coalton-library/file.

Methods
Writer Method: (setf fileerror/patherror-_1) ((fileerror/patherror fileerror/patherror))

automatically generated writer method

Source

file.lisp.

Target Slot

_1.

Generic Reader: free/free-_0 (object)
Package

coalton-library/monad/free.

Methods
Reader Method: free/free-_0 ((free/free free/free))

automatically generated reader method

Source

monad/free.lisp.

Target Slot

_0.

Generic Writer: (setf free/free-_0) (object)
Package

coalton-library/monad/free.

Methods
Writer Method: (setf free/free-_0) ((free/free free/free))

automatically generated writer method

Source

monad/free.lisp.

Target Slot

_0.

Generic Reader: free/val-_0 (object)
Package

coalton-library/monad/free.

Methods
Reader Method: free/val-_0 ((free/val free/val))

automatically generated reader method

Source

monad/free.lisp.

Target Slot

_0.

Generic Writer: (setf free/val-_0) (object)
Package

coalton-library/monad/free.

Methods
Writer Method: (setf free/val-_0) ((free/val free/val))

automatically generated writer method

Source

monad/free.lisp.

Target Slot

_0.

Generic Reader: fundep-conflict-class (condition)
Package

coalton-impl/typechecker/type-errors.

Methods
Reader Method: fundep-conflict-class ((condition fundep-conflict))
Source

type-errors.lisp.

Target Slot

class.

Generic Reader: fundep-conflict-class-fundeps (condition)
Package

coalton-impl/typechecker/type-errors.

Methods
Reader Method: fundep-conflict-class-fundeps ((condition fundep-conflict))
Source

type-errors.lisp.

Target Slot

class-fundeps.

Generic Reader: fundep-conflict-class-vars (condition)
Package

coalton-impl/typechecker/type-errors.

Methods
Reader Method: fundep-conflict-class-vars ((condition fundep-conflict))
Source

type-errors.lisp.

Target Slot

class-vars.

Generic Reader: fundep-conflict-fundep (condition)
Package

coalton-impl/typechecker/type-errors.

Methods
Reader Method: fundep-conflict-fundep ((condition fundep-conflict))
Source

type-errors.lisp.

Target Slot

fundep.

Generic Reader: fundep-conflict-new-from-tys (condition)
Package

coalton-impl/typechecker/type-errors.

Methods
Reader Method: fundep-conflict-new-from-tys ((condition fundep-conflict))
Source

type-errors.lisp.

Target Slot

new-from-tys.

Generic Reader: fundep-conflict-new-pred (condition)
Package

coalton-impl/typechecker/type-errors.

Methods
Reader Method: fundep-conflict-new-pred ((condition fundep-conflict))
Source

type-errors.lisp.

Target Slot

new-pred.

Generic Reader: fundep-conflict-new-to-tys (condition)
Package

coalton-impl/typechecker/type-errors.

Methods
Reader Method: fundep-conflict-new-to-tys ((condition fundep-conflict))
Source

type-errors.lisp.

Target Slot

new-to-tys.

Generic Reader: fundep-conflict-old-from-tys (condition)
Package

coalton-impl/typechecker/type-errors.

Methods
Reader Method: fundep-conflict-old-from-tys ((condition fundep-conflict))
Source

type-errors.lisp.

Target Slot

old-from-tys.

Generic Reader: fundep-conflict-old-pred (condition)
Package

coalton-impl/typechecker/type-errors.

Methods
Reader Method: fundep-conflict-old-pred ((condition fundep-conflict))
Source

type-errors.lisp.

Target Slot

old-pred.

Generic Reader: fundep-conflict-old-to-tys (condition)
Package

coalton-impl/typechecker/type-errors.

Methods
Reader Method: fundep-conflict-old-to-tys ((condition fundep-conflict))
Source

type-errors.lisp.

Target Slot

old-to-tys.

Generic Function: infer-pattern-type (pat expected-typ subs env)

Infer the type of pattern PAT and then unify against EXPECTED-TYPE.

Returns (VALUES INFERRED-TYPE NODE SUBSTITUTIONS)

Package

coalton-impl/typechecker/define.

Source

define.lisp.

Methods
Method: infer-pattern-type ((pat pattern-var) expected-type subs env)
Method: infer-pattern-type ((pat pattern-literal) expected-type subs env)
Method: infer-pattern-type ((pat pattern-wildcard) expected-type subs env)
Method: infer-pattern-type ((pat pattern-constructor) expected-type subs env)
Generic Reader: infinite-type-unification-error-type (condition)
Package

coalton-impl/typechecker/type-errors.

Methods
Reader Method: infinite-type-unification-error-type ((condition infinite-type-unification-error))
Source

type-errors.lisp.

Target Slot

type.

Generic Function: initform-abstraction-p (expr)
Package

coalton-impl/parser/binding.

Source

binding.lisp.

Methods
Method: initform-abstraction-p ((expr node-abstraction))
Method: initform-abstraction-p ((expr node-the))
Method: initform-abstraction-p (expr)
Generic Reader: inner-stream (object)
Package

coalton-impl/source.

Methods
Reader Method: inner-stream ((char-position-stream char-position-stream))

automatically generated reader method

Source

source.lisp.

Target Slot

stream.

Generic Reader: input-name (object)
Package

coalton-impl/source.

Methods
Reader Method: input-name ((source-file source-file))

automatically generated reader method

Source

source.lisp.

Target Slot

file.

Generic Reader: iterator/%iterator-_0 (object)
Package

coalton-library/iterator.

Methods
Reader Method: iterator/%iterator-_0 ((iterator/%iterator iterator/%iterator))

automatically generated reader method

Source

iterator.lisp.

Target Slot

_0.

Generic Writer: (setf iterator/%iterator-_0) (object)
Package

coalton-library/iterator.

Methods
Writer Method: (setf iterator/%iterator-_0) ((iterator/%iterator iterator/%iterator))

automatically generated writer method

Source

iterator.lisp.

Target Slot

_0.

Generic Reader: iterator/%iterator-_1 (object)
Package

coalton-library/iterator.

Methods
Reader Method: iterator/%iterator-_1 ((iterator/%iterator iterator/%iterator))

automatically generated reader method

Source

iterator.lisp.

Target Slot

_1.

Generic Writer: (setf iterator/%iterator-_1) (object)
Package

coalton-library/iterator.

Methods
Writer Method: (setf iterator/%iterator-_1) ((iterator/%iterator iterator/%iterator))

automatically generated writer method

Source

iterator.lisp.

Target Slot

_1.

Generic Reader: iteratorstacknode/expand-_0 (object)
Package

coalton-library/ord-tree.

Methods
Reader Method: iteratorstacknode/expand-_0 ((iteratorstacknode/expand iteratorstacknode/expand))

automatically generated reader method

Source

ord-tree.lisp.

Target Slot

_0.

Generic Writer: (setf iteratorstacknode/expand-_0) (object)
Package

coalton-library/ord-tree.

Methods
Writer Method: (setf iteratorstacknode/expand-_0) ((iteratorstacknode/expand iteratorstacknode/expand))

automatically generated writer method

Source

ord-tree.lisp.

Target Slot

_0.

Generic Reader: iteratorstacknode/yield-_0 (object)
Package

coalton-library/ord-tree.

Methods
Reader Method: iteratorstacknode/yield-_0 ((iteratorstacknode/yield iteratorstacknode/yield))

automatically generated reader method

Source

ord-tree.lisp.

Target Slot

_0.

Generic Writer: (setf iteratorstacknode/yield-_0) (object)
Package

coalton-library/ord-tree.

Methods
Writer Method: (setf iteratorstacknode/yield-_0) ((iteratorstacknode/yield iteratorstacknode/yield))

automatically generated writer method

Source

ord-tree.lisp.

Target Slot

_0.

Generic Reader: kind-mismatch-error-kind (condition)
Package

coalton-impl/typechecker/type-errors.

Methods
Reader Method: kind-mismatch-error-kind ((condition kind-mismatch-error))
Source

type-errors.lisp.

Target Slot

kind.

Generic Reader: kind-mismatch-error-type (condition)
Package

coalton-impl/typechecker/type-errors.

Methods
Reader Method: kind-mismatch-error-type ((condition kind-mismatch-error))
Source

type-errors.lisp.

Target Slot

type.

Generic Reader: kunify-error-kind2 (condition)
Package

coalton-impl/typechecker/kinds.

Methods
Reader Method: kunify-error-kind2 ((condition kunify-error))
Source

kinds.lisp.

Target Slot

kind2.

Generic Reader: kunify-errror-kind1 (condition)
Package

coalton-impl/typechecker/kinds.

Methods
Reader Method: kunify-errror-kind1 ((condition kunify-error))
Source

kinds.lisp.

Target Slot

kind1.

Generic Reader: line-offsets (object)
Package

coalton-impl/source.

Methods
Reader Method: line-offsets ((printer-state printer-state))

automatically generated reader method

Source

source.lisp.

Target Slot

line-offsets.

Generic Reader: mappair/justkey-_0 (object)
Package

coalton-library/ord-map.

Methods
Reader Method: mappair/justkey-_0 ((mappair/justkey mappair/justkey))

automatically generated reader method

Source

ord-map.lisp.

Target Slot

_0.

Generic Writer: (setf mappair/justkey-_0) (object)
Package

coalton-library/ord-map.

Methods
Writer Method: (setf mappair/justkey-_0) ((mappair/justkey mappair/justkey))

automatically generated writer method

Source

ord-map.lisp.

Target Slot

_0.

Generic Reader: mappair/mappair-_0 (object)
Package

coalton-library/ord-map.

Methods
Reader Method: mappair/mappair-_0 ((mappair/mappair mappair/mappair))

automatically generated reader method

Source

ord-map.lisp.

Target Slot

_0.

Generic Writer: (setf mappair/mappair-_0) (object)
Package

coalton-library/ord-map.

Methods
Writer Method: (setf mappair/mappair-_0) ((mappair/mappair mappair/mappair))

automatically generated writer method

Source

ord-map.lisp.

Target Slot

_0.

Generic Reader: mappair/mappair-_1 (object)
Package

coalton-library/ord-map.

Methods
Reader Method: mappair/mappair-_1 ((mappair/mappair mappair/mappair))

automatically generated reader method

Source

ord-map.lisp.

Target Slot

_1.

Generic Writer: (setf mappair/mappair-_1) (object)
Package

coalton-library/ord-map.

Methods
Writer Method: (setf mappair/mappair-_1) ((mappair/mappair mappair/mappair))

automatically generated writer method

Source

ord-map.lisp.

Target Slot

_1.

Generic Function: mgu (type1 type2)

Returns a SUBSTITUTION-LIST of the most general substitutions required to unify TYPE1 and TYPE2.

Package

coalton-impl/typechecker/unify.

Source

unify.lisp.

Methods
Method: mgu ((type1 tapp) (type2 tapp))
Method: mgu ((type1 tyvar) (type2 ty))
Method: mgu ((type1 ty) (type2 tyvar))
Method: mgu ((type1 tycon) (type2 tycon))
Method: mgu ((type1 ty) (type2 ty))
Generic Reader: note-stack (object)
Package

coalton-impl/source.

Methods
Reader Method: note-stack ((printer-state printer-state))

automatically generated reader method

Source

source.lisp.

Target Slot

note-stack.

Generic Writer: (setf note-stack) (object)
Package

coalton-impl/source.

Methods
Writer Method: (setf note-stack) ((printer-state printer-state))

automatically generated writer method

Source

source.lisp.

Target Slot

note-stack.

Generic Reader: note-type (object)
Package

coalton-impl/source.

Methods
Reader Method: note-type ((note note))

automatically generated reader method

Source

source.lisp.

Target Slot

type.

Generic Reader: notes (condition)
Package

coalton-impl/source.

Methods
Reader Method: notes ((condition source-condition))
Source

source.lisp.

Target Slot

notes.

Generic Reader: optional/some-_0 (object)
Package

coalton-library/classes.

Methods
Reader Method: optional/some-_0 ((optional/some optional/some))

automatically generated reader method

Source

classes.lisp.

Target Slot

_0.

Generic Writer: (setf optional/some-_0) (object)
Package

coalton-library/classes.

Methods
Writer Method: (setf optional/some-_0) ((optional/some optional/some))

automatically generated writer method

Source

classes.lisp.

Target Slot

_0.

Generic Reader: original-name (object)
Package

coalton-impl/source.

Methods
Reader Method: original-name ((source source))

automatically generated reader method

Source

source.lisp.

Target Slot

name.

Generic Function: pattern-variables-generic% (pattern)
Package

coalton-impl/typechecker/pattern.

Source

pattern.lisp.

Methods
Method: pattern-variables-generic% ((pattern pattern-var))
Method: pattern-variables-generic% ((pattern pattern-literal))
Method: pattern-variables-generic% ((pattern pattern-wildcard))
Method: pattern-variables-generic% ((pattern pattern-constructor))
Method: pattern-variables-generic% ((list list))
Generic Function: pattern-variables-generic% (pattern)
Package

coalton-impl/codegen/pattern.

Source

pattern.lisp.

Methods
Method: pattern-variables-generic% ((pattern pattern-var))
Method: pattern-variables-generic% ((pattern pattern-literal))
Method: pattern-variables-generic% ((pattern pattern-wildcard))
Method: pattern-variables-generic% ((pattern pattern-constructor))
Generic Function: pattern-variables-generic% (pattern)
Package

coalton-impl/parser/pattern.

Source

pattern.lisp.

Methods
Method: pattern-variables-generic% ((pattern pattern-var))
Method: pattern-variables-generic% ((pattern pattern-literal))
Method: pattern-variables-generic% ((pattern pattern-wildcard))
Method: pattern-variables-generic% ((pattern pattern-constructor))
Method: pattern-variables-generic% ((list list))
Generic Function: print-pattern (pat)
Package

coalton-impl/analysis/analysis.

Source

analysis.lisp.

Methods
Method: print-pattern ((pat pattern-constructor))
Method: print-pattern ((pat pattern-wildcard))
Generic Reader: profile/profile-_0 (object)
Package

coalton-library/system.

Methods
Reader Method: profile/profile-_0 ((profile/profile profile/profile))

automatically generated reader method

Source

system.lisp.

Target Slot

_0.

Generic Writer: (setf profile/profile-_0) (object)
Package

coalton-library/system.

Methods
Writer Method: (setf profile/profile-_0) ((profile/profile profile/profile))

automatically generated writer method

Source

system.lisp.

Target Slot

_0.

Generic Reader: profile/profile-_1 (object)
Package

coalton-library/system.

Methods
Reader Method: profile/profile-_1 ((profile/profile profile/profile))

automatically generated reader method

Source

system.lisp.

Target Slot

_1.

Generic Writer: (setf profile/profile-_1) (object)
Package

coalton-library/system.

Methods
Writer Method: (setf profile/profile-_1) ((profile/profile profile/profile))

automatically generated writer method

Source

system.lisp.

Target Slot

_1.

Generic Reader: profile/profile-_2 (object)
Package

coalton-library/system.

Methods
Reader Method: profile/profile-_2 ((profile/profile profile/profile))

automatically generated reader method

Source

system.lisp.

Target Slot

_2.

Generic Writer: (setf profile/profile-_2) (object)
Package

coalton-library/system.

Methods
Writer Method: (setf profile/profile-_2) ((profile/profile profile/profile))

automatically generated writer method

Source

system.lisp.

Target Slot

_2.

Generic Reader: profile/profile-_3 (object)
Package

coalton-library/system.

Methods
Reader Method: profile/profile-_3 ((profile/profile profile/profile))

automatically generated reader method

Source

system.lisp.

Target Slot

_3.

Generic Writer: (setf profile/profile-_3) (object)
Package

coalton-library/system.

Methods
Writer Method: (setf profile/profile-_3) ((profile/profile profile/profile))

automatically generated writer method

Source

system.lisp.

Target Slot

_3.

Generic Reader: quantization/quantization-_0 (object)
Package

coalton-library/math/real.

Methods
Reader Method: quantization/quantization-_0 ((quantization/quantization quantization/quantization))

automatically generated reader method

Source

real.lisp.

Target Slot

_0.

Generic Writer: (setf quantization/quantization-_0) (object)
Package

coalton-library/math/real.

Methods
Writer Method: (setf quantization/quantization-_0) ((quantization/quantization quantization/quantization))

automatically generated writer method

Source

real.lisp.

Target Slot

_0.

Generic Reader: quantization/quantization-_1 (object)
Package

coalton-library/math/real.

Methods
Reader Method: quantization/quantization-_1 ((quantization/quantization quantization/quantization))

automatically generated reader method

Source

real.lisp.

Target Slot

_1.

Generic Writer: (setf quantization/quantization-_1) (object)
Package

coalton-library/math/real.

Methods
Writer Method: (setf quantization/quantization-_1) ((quantization/quantization quantization/quantization))

automatically generated writer method

Source

real.lisp.

Target Slot

_1.

Generic Reader: quantization/quantization-_2 (object)
Package

coalton-library/math/real.

Methods
Reader Method: quantization/quantization-_2 ((quantization/quantization quantization/quantization))

automatically generated reader method

Source

real.lisp.

Target Slot

_2.

Generic Writer: (setf quantization/quantization-_2) (object)
Package

coalton-library/math/real.

Methods
Writer Method: (setf quantization/quantization-_2) ((quantization/quantization quantization/quantization))

automatically generated writer method

Source

real.lisp.

Target Slot

_2.

Generic Reader: quantization/quantization-_3 (object)
Package

coalton-library/math/real.

Methods
Reader Method: quantization/quantization-_3 ((quantization/quantization quantization/quantization))

automatically generated reader method

Source

real.lisp.

Target Slot

_3.

Generic Writer: (setf quantization/quantization-_3) (object)
Package

coalton-library/math/real.

Methods
Writer Method: (setf quantization/quantization-_3) ((quantization/quantization quantization/quantization))

automatically generated writer method

Source

real.lisp.

Target Slot

_3.

Generic Reader: quantization/quantization-_4 (object)
Package

coalton-library/math/real.

Methods
Reader Method: quantization/quantization-_4 ((quantization/quantization quantization/quantization))

automatically generated reader method

Source

real.lisp.

Target Slot

_4.

Generic Writer: (setf quantization/quantization-_4) (object)
Package

coalton-library/math/real.

Methods
Writer Method: (setf quantization/quantization-_4) ((quantization/quantization quantization/quantization))

automatically generated writer method

Source

real.lisp.

Target Slot

_4.

Generic Function: rename-type-variables-generic% (ty ctx)
Package

coalton-impl/parser/renamer.

Source

renamer.lisp.

Methods
Method: rename-type-variables-generic% ((ty tyvar) ctx)
Method: rename-type-variables-generic% ((ty tycon) ctx)
Method: rename-type-variables-generic% ((ty tapp) ctx)
Method: rename-type-variables-generic% ((pred ty-predicate) ctx)
Method: rename-type-variables-generic% ((qual-ty qualified-ty) ctx)
Method: rename-type-variables-generic% ((ctor constructor) ctx)
Method: rename-type-variables-generic% ((keyword keyword-src) ctx)
Method: rename-type-variables-generic% ((toplevel toplevel-define-type) ctx)
Method: rename-type-variables-generic% ((field struct-field) ctx)
Method: rename-type-variables-generic% ((toplevel toplevel-define-struct) ctx)
Method: rename-type-variables-generic% ((fundep fundep) ctx)
Method: rename-type-variables-generic% ((method method-definition) ctx)
Method: rename-type-variables-generic% ((toplevel toplevel-define-class) ctx)
Method: rename-type-variables-generic% ((list list) ctx)
Generic Function: rename-variables-generic% (node ctx)
Package

coalton-impl/parser/renamer.

Source

renamer.lisp.

Methods
Method: rename-variables-generic% ((node node-variable) ctx)
Method: rename-variables-generic% ((node node-accessor) ctx)
Method: rename-variables-generic% ((node node-literal) ctx)
Method: rename-variables-generic% ((node node-integer-literal) ctx)
Method: rename-variables-generic% ((node node-bind) ctx)
Method: rename-variables-generic% ((node node-body) ctx)
Method: rename-variables-generic% ((node node-abstraction) ctx)
Method: rename-variables-generic% ((node node-let-binding) ctx)
Method: rename-variables-generic% ((node node-let-declare) ctx)
Method: rename-variables-generic% ((node node-let) ctx)
Method: rename-variables-generic% ((node node-lisp) ctx)
Method: rename-variables-generic% ((node node-match-branch) ctx)
Method: rename-variables-generic% ((node node-match) ctx)
Method: rename-variables-generic% ((node node-progn) ctx)
Method: rename-variables-generic% ((node node-the) ctx)
Method: rename-variables-generic% ((node node-return) ctx)
Method: rename-variables-generic% ((node node-application) ctx)
Method: rename-variables-generic% ((node node-or) ctx)
Method: rename-variables-generic% ((node node-and) ctx)
Method: rename-variables-generic% ((node node-if) ctx)
Method: rename-variables-generic% ((node node-when) ctx)
Method: rename-variables-generic% ((node node-while) ctx)
Method: rename-variables-generic% ((node node-while-let) ctx)
Method: rename-variables-generic% ((node node-for) ctx)
Method: rename-variables-generic% ((node node-loop) ctx)
Method: rename-variables-generic% ((node node-break) ctx)
Method: rename-variables-generic% ((node node-continue) ctx)
Method: rename-variables-generic% ((node node-unless) ctx)
Method: rename-variables-generic% ((node node-cond-clause) ctx)
Method: rename-variables-generic% ((node node-cond) ctx)
Method: rename-variables-generic% ((node node-do-bind) ctx)
Method: rename-variables-generic% ((node node-do) ctx)
Method: rename-variables-generic% ((pattern pattern-var) ctx)
Method: rename-variables-generic% ((pattern pattern-literal) ctx)
Method: rename-variables-generic% ((pattern pattern-wildcard) ctx)
Method: rename-variables-generic% ((pattern pattern-constructor) ctx)
Method: rename-variables-generic% ((toplevel toplevel-define) ctx)
Method: rename-variables-generic% ((method instance-method-definition) ctx)
Method: rename-variables-generic% ((toplevel toplevel-define-instance) ctx)
Method: rename-variables-generic% ((program program) ctx)
Method: rename-variables-generic% ((list list) ctx)
Generic Reader: replace-function (object)
Package

coalton-impl/source.

Methods
Reader Method: replace-function ((note note))

automatically generated reader method

Source

source.lisp.

Target Slot

replace.

Generic Reader: result/err-_0 (object)
Package

coalton-library/classes.

Methods
Reader Method: result/err-_0 ((result/err result/err))

automatically generated reader method

Source

classes.lisp.

Target Slot

_0.

Generic Writer: (setf result/err-_0) (object)
Package

coalton-library/classes.

Methods
Writer Method: (setf result/err-_0) ((result/err result/err))

automatically generated writer method

Source

classes.lisp.

Target Slot

_0.

Generic Reader: result/ok-_0 (object)
Package

coalton-library/classes.

Methods
Reader Method: result/ok-_0 ((result/ok result/ok))

automatically generated reader method

Source

classes.lisp.

Target Slot

_0.

Generic Writer: (setf result/ok-_0) (object)
Package

coalton-library/classes.

Methods
Writer Method: (setf result/ok-_0) ((result/ok result/ok))

automatically generated writer method

Source

classes.lisp.

Target Slot

_0.

Generic Reader: seq/leafarray-_0 (object)
Package

coalton-library/seq.

Methods
Reader Method: seq/leafarray-_0 ((seq/leafarray seq/leafarray))

automatically generated reader method

Source

seq.lisp.

Target Slot

_0.

Generic Writer: (setf seq/leafarray-_0) (object)
Package

coalton-library/seq.

Methods
Writer Method: (setf seq/leafarray-_0) ((seq/leafarray seq/leafarray))

automatically generated writer method

Source

seq.lisp.

Target Slot

_0.

Generic Reader: seq/relaxednode-_0 (object)
Package

coalton-library/seq.

Methods
Reader Method: seq/relaxednode-_0 ((seq/relaxednode seq/relaxednode))

automatically generated reader method

Source

seq.lisp.

Target Slot

_0.

Generic Writer: (setf seq/relaxednode-_0) (object)
Package

coalton-library/seq.

Methods
Writer Method: (setf seq/relaxednode-_0) ((seq/relaxednode seq/relaxednode))

automatically generated writer method

Source

seq.lisp.

Target Slot

_0.

Generic Reader: seq/relaxednode-_1 (object)
Package

coalton-library/seq.

Methods
Reader Method: seq/relaxednode-_1 ((seq/relaxednode seq/relaxednode))

automatically generated reader method

Source

seq.lisp.

Target Slot

_1.

Generic Writer: (setf seq/relaxednode-_1) (object)
Package

coalton-library/seq.

Methods
Writer Method: (setf seq/relaxednode-_1) ((seq/relaxednode seq/relaxednode))

automatically generated writer method

Source

seq.lisp.

Target Slot

_1.

Generic Reader: seq/relaxednode-_2 (object)
Package

coalton-library/seq.

Methods
Reader Method: seq/relaxednode-_2 ((seq/relaxednode seq/relaxednode))

automatically generated reader method

Source

seq.lisp.

Target Slot

_2.

Generic Writer: (setf seq/relaxednode-_2) (object)
Package

coalton-library/seq.

Methods
Writer Method: (setf seq/relaxednode-_2) ((seq/relaxednode seq/relaxednode))

automatically generated writer method

Source

seq.lisp.

Target Slot

_2.

Generic Reader: seq/relaxednode-_3 (object)
Package

coalton-library/seq.

Methods
Reader Method: seq/relaxednode-_3 ((seq/relaxednode seq/relaxednode))

automatically generated reader method

Source

seq.lisp.

Target Slot

_3.

Generic Writer: (setf seq/relaxednode-_3) (object)
Package

coalton-library/seq.

Methods
Writer Method: (setf seq/relaxednode-_3) ((seq/relaxednode seq/relaxednode))

automatically generated writer method

Source

seq.lisp.

Target Slot

_3.

Generic Function: severity (object)
Package

coalton-impl/source.

Source

source.lisp.

Methods
Method: severity ((condition source-warning))
Method: severity ((condition source-error))
Generic Reader: source-string (object)
Package

coalton-impl/source.

Methods
Reader Method: source-string ((source-string source-string))

automatically generated reader method

Source

source.lisp.

Target Slot

string.

Generic Reader: streamoptions/bidirectional-_0 (object)
Package

coalton-library/file.

Methods
Reader Method: streamoptions/bidirectional-_0 ((streamoptions/bidirectional streamoptions/bidirectional))

automatically generated reader method

Source

file.lisp.

Target Slot

_0.

Generic Writer: (setf streamoptions/bidirectional-_0) (object)
Package

coalton-library/file.

Methods
Writer Method: (setf streamoptions/bidirectional-_0) ((streamoptions/bidirectional streamoptions/bidirectional))

automatically generated writer method

Source

file.lisp.

Target Slot

_0.

Generic Reader: streamoptions/bidirectional-_1 (object)
Package

coalton-library/file.

Methods
Reader Method: streamoptions/bidirectional-_1 ((streamoptions/bidirectional streamoptions/bidirectional))

automatically generated reader method

Source

file.lisp.

Target Slot

_1.

Generic Writer: (setf streamoptions/bidirectional-_1) (object)
Package

coalton-library/file.

Methods
Writer Method: (setf streamoptions/bidirectional-_1) ((streamoptions/bidirectional streamoptions/bidirectional))

automatically generated writer method

Source

file.lisp.

Target Slot

_1.

Generic Reader: streamoptions/input-_0 (object)
Package

coalton-library/file.

Methods
Reader Method: streamoptions/input-_0 ((streamoptions/input streamoptions/input))

automatically generated reader method

Source

file.lisp.

Target Slot

_0.

Generic Writer: (setf streamoptions/input-_0) (object)
Package

coalton-library/file.

Methods
Writer Method: (setf streamoptions/input-_0) ((streamoptions/input streamoptions/input))

automatically generated writer method

Source

file.lisp.

Target Slot

_0.

Generic Reader: streamoptions/output-_0 (object)
Package

coalton-library/file.

Methods
Reader Method: streamoptions/output-_0 ((streamoptions/output streamoptions/output))

automatically generated reader method

Source

file.lisp.

Target Slot

_0.

Generic Writer: (setf streamoptions/output-_0) (object)
Package

coalton-library/file.

Methods
Writer Method: (setf streamoptions/output-_0) ((streamoptions/output streamoptions/output))

automatically generated writer method

Source

file.lisp.

Target Slot

_0.

Generic Reader: streamoptions/output-_1 (object)
Package

coalton-library/file.

Methods
Reader Method: streamoptions/output-_1 ((streamoptions/output streamoptions/output))

automatically generated reader method

Source

file.lisp.

Target Slot

_1.

Generic Writer: (setf streamoptions/output-_1) (object)
Package

coalton-library/file.

Methods
Writer Method: (setf streamoptions/output-_1) ((streamoptions/output streamoptions/output))

automatically generated writer method

Source

file.lisp.

Target Slot

_1.

Generic Function: translate-pattern (pat)

Translate the typechecker AST pattern to the codegen AST.

Package

coalton-impl/codegen/translate-expression.

Source

translate-expression.lisp.

Methods
Method: translate-pattern ((pat pattern-var))
Method: translate-pattern ((pat pattern-literal))
Method: translate-pattern ((pat pattern-wildcard))
Method: translate-pattern ((pat pattern-constructor))
Generic Reader: tree/branch-_0 (object)
Package

coalton-library/ord-tree.

Methods
Reader Method: tree/branch-_0 ((tree/branch tree/branch))

automatically generated reader method

Source

ord-tree.lisp.

Target Slot

_0.

Generic Writer: (setf tree/branch-_0) (object)
Package

coalton-library/ord-tree.

Methods
Writer Method: (setf tree/branch-_0) ((tree/branch tree/branch))

automatically generated writer method

Source

ord-tree.lisp.

Target Slot

_0.

Generic Reader: tree/branch-_1 (object)
Package

coalton-library/ord-tree.

Methods
Reader Method: tree/branch-_1 ((tree/branch tree/branch))

automatically generated reader method

Source

ord-tree.lisp.

Target Slot

_1.

Generic Writer: (setf tree/branch-_1) (object)
Package

coalton-library/ord-tree.

Methods
Writer Method: (setf tree/branch-_1) ((tree/branch tree/branch))

automatically generated writer method

Source

ord-tree.lisp.

Target Slot

_1.

Generic Reader: tree/branch-_2 (object)
Package

coalton-library/ord-tree.

Methods
Reader Method: tree/branch-_2 ((tree/branch tree/branch))

automatically generated reader method

Source

ord-tree.lisp.

Target Slot

_2.

Generic Writer: (setf tree/branch-_2) (object)
Package

coalton-library/ord-tree.

Methods
Writer Method: (setf tree/branch-_2) ((tree/branch tree/branch))

automatically generated writer method

Source

ord-tree.lisp.

Target Slot

_2.

Generic Reader: tree/branch-_3 (object)
Package

coalton-library/ord-tree.

Methods
Reader Method: tree/branch-_3 ((tree/branch tree/branch))

automatically generated reader method

Source

ord-tree.lisp.

Target Slot

_3.

Generic Writer: (setf tree/branch-_3) (object)
Package

coalton-library/ord-tree.

Methods
Writer Method: (setf tree/branch-_3) ((tree/branch tree/branch))

automatically generated writer method

Source

ord-tree.lisp.

Target Slot

_3.

Generic Reader: tuple/tuple-_0 (object)
Package

coalton-library/classes.

Methods
Reader Method: tuple/tuple-_0 ((tuple/tuple tuple/tuple))

automatically generated reader method

Source

classes.lisp.

Target Slot

_0.

Generic Writer: (setf tuple/tuple-_0) (object)
Package

coalton-library/classes.

Methods
Writer Method: (setf tuple/tuple-_0) ((tuple/tuple tuple/tuple))

automatically generated writer method

Source

classes.lisp.

Target Slot

_0.

Generic Reader: tuple/tuple-_1 (object)
Package

coalton-library/classes.

Methods
Reader Method: tuple/tuple-_1 ((tuple/tuple tuple/tuple))

automatically generated reader method

Source

classes.lisp.

Target Slot

_1.

Generic Writer: (setf tuple/tuple-_1) (object)
Package

coalton-library/classes.

Methods
Writer Method: (setf tuple/tuple-_1) ((tuple/tuple tuple/tuple))

automatically generated writer method

Source

classes.lisp.

Target Slot

_1.

Generic Reader: tuple3/tuple3-_0 (object)
Package

coalton-library/tuple.

Methods
Reader Method: tuple3/tuple3-_0 ((tuple3/tuple3 tuple3/tuple3))

automatically generated reader method

Source

tuple.lisp.

Target Slot

_0.

Generic Writer: (setf tuple3/tuple3-_0) (object)
Package

coalton-library/tuple.

Methods
Writer Method: (setf tuple3/tuple3-_0) ((tuple3/tuple3 tuple3/tuple3))

automatically generated writer method

Source

tuple.lisp.

Target Slot

_0.

Generic Reader: tuple3/tuple3-_1 (object)
Package

coalton-library/tuple.

Methods
Reader Method: tuple3/tuple3-_1 ((tuple3/tuple3 tuple3/tuple3))

automatically generated reader method

Source

tuple.lisp.

Target Slot

_1.

Generic Writer: (setf tuple3/tuple3-_1) (object)
Package

coalton-library/tuple.

Methods
Writer Method: (setf tuple3/tuple3-_1) ((tuple3/tuple3 tuple3/tuple3))

automatically generated writer method

Source

tuple.lisp.

Target Slot

_1.

Generic Reader: tuple3/tuple3-_2 (object)
Package

coalton-library/tuple.

Methods
Reader Method: tuple3/tuple3-_2 ((tuple3/tuple3 tuple3/tuple3))

automatically generated reader method

Source

tuple.lisp.

Target Slot

_2.

Generic Writer: (setf tuple3/tuple3-_2) (object)
Package

coalton-library/tuple.

Methods
Writer Method: (setf tuple3/tuple3-_2) ((tuple3/tuple3 tuple3/tuple3))

automatically generated writer method

Source

tuple.lisp.

Target Slot

_2.

Generic Reader: tuple4/tuple4-_0 (object)
Package

coalton-library/tuple.

Methods
Reader Method: tuple4/tuple4-_0 ((tuple4/tuple4 tuple4/tuple4))

automatically generated reader method

Source

tuple.lisp.

Target Slot

_0.

Generic Writer: (setf tuple4/tuple4-_0) (object)
Package

coalton-library/tuple.

Methods
Writer Method: (setf tuple4/tuple4-_0) ((tuple4/tuple4 tuple4/tuple4))

automatically generated writer method

Source

tuple.lisp.

Target Slot

_0.

Generic Reader: tuple4/tuple4-_1 (object)
Package

coalton-library/tuple.

Methods
Reader Method: tuple4/tuple4-_1 ((tuple4/tuple4 tuple4/tuple4))

automatically generated reader method

Source

tuple.lisp.

Target Slot

_1.

Generic Writer: (setf tuple4/tuple4-_1) (object)
Package

coalton-library/tuple.

Methods
Writer Method: (setf tuple4/tuple4-_1) ((tuple4/tuple4 tuple4/tuple4))

automatically generated writer method

Source

tuple.lisp.

Target Slot

_1.

Generic Reader: tuple4/tuple4-_2 (object)
Package

coalton-library/tuple.

Methods
Reader Method: tuple4/tuple4-_2 ((tuple4/tuple4 tuple4/tuple4))

automatically generated reader method

Source

tuple.lisp.

Target Slot

_2.

Generic Writer: (setf tuple4/tuple4-_2) (object)
Package

coalton-library/tuple.

Methods
Writer Method: (setf tuple4/tuple4-_2) ((tuple4/tuple4 tuple4/tuple4))

automatically generated writer method

Source

tuple.lisp.

Target Slot

_2.

Generic Reader: tuple4/tuple4-_3 (object)
Package

coalton-library/tuple.

Methods
Reader Method: tuple4/tuple4-_3 ((tuple4/tuple4 tuple4/tuple4))

automatically generated reader method

Source

tuple.lisp.

Target Slot

_3.

Generic Writer: (setf tuple4/tuple4-_3) (object)
Package

coalton-library/tuple.

Methods
Writer Method: (setf tuple4/tuple4-_3) ((tuple4/tuple4 tuple4/tuple4))

automatically generated writer method

Source

tuple.lisp.

Target Slot

_3.

Generic Reader: tuple5/tuple5-_0 (object)
Package

coalton-library/tuple.

Methods
Reader Method: tuple5/tuple5-_0 ((tuple5/tuple5 tuple5/tuple5))

automatically generated reader method

Source

tuple.lisp.

Target Slot

_0.

Generic Writer: (setf tuple5/tuple5-_0) (object)
Package

coalton-library/tuple.

Methods
Writer Method: (setf tuple5/tuple5-_0) ((tuple5/tuple5 tuple5/tuple5))

automatically generated writer method

Source

tuple.lisp.

Target Slot

_0.

Generic Reader: tuple5/tuple5-_1 (object)
Package

coalton-library/tuple.

Methods
Reader Method: tuple5/tuple5-_1 ((tuple5/tuple5 tuple5/tuple5))

automatically generated reader method

Source

tuple.lisp.

Target Slot

_1.

Generic Writer: (setf tuple5/tuple5-_1) (object)
Package

coalton-library/tuple.

Methods
Writer Method: (setf tuple5/tuple5-_1) ((tuple5/tuple5 tuple5/tuple5))

automatically generated writer method

Source

tuple.lisp.

Target Slot

_1.

Generic Reader: tuple5/tuple5-_2 (object)
Package

coalton-library/tuple.

Methods
Reader Method: tuple5/tuple5-_2 ((tuple5/tuple5 tuple5/tuple5))

automatically generated reader method

Source

tuple.lisp.

Target Slot

_2.

Generic Writer: (setf tuple5/tuple5-_2) (object)
Package

coalton-library/tuple.

Methods
Writer Method: (setf tuple5/tuple5-_2) ((tuple5/tuple5 tuple5/tuple5))

automatically generated writer method

Source

tuple.lisp.

Target Slot

_2.

Generic Reader: tuple5/tuple5-_3 (object)
Package

coalton-library/tuple.

Methods
Reader Method: tuple5/tuple5-_3 ((tuple5/tuple5 tuple5/tuple5))

automatically generated reader method

Source

tuple.lisp.

Target Slot

_3.

Generic Writer: (setf tuple5/tuple5-_3) (object)
Package

coalton-library/tuple.

Methods
Writer Method: (setf tuple5/tuple5-_3) ((tuple5/tuple5 tuple5/tuple5))

automatically generated writer method

Source

tuple.lisp.

Target Slot

_3.

Generic Reader: tuple5/tuple5-_4 (object)
Package

coalton-library/tuple.

Methods
Reader Method: tuple5/tuple5-_4 ((tuple5/tuple5 tuple5/tuple5))

automatically generated reader method

Source

tuple.lisp.

Target Slot

_4.

Generic Writer: (setf tuple5/tuple5-_4) (object)
Package

coalton-library/tuple.

Methods
Writer Method: (setf tuple5/tuple5-_4) ((tuple5/tuple5 tuple5/tuple5))

automatically generated writer method

Source

tuple.lisp.

Target Slot

_4.

Generic Reader: type-application-error-argument (condition)
Package

coalton-impl/typechecker/types.

Methods
Reader Method: type-application-error-argument ((condition type-application-error))
Source

types.lisp.

Target Slot

argument.

Generic Reader: type-application-error-type (condition)
Package

coalton-impl/typechecker/types.

Methods
Reader Method: type-application-error-type ((condition type-application-error))
Source

types.lisp.

Target Slot

type.

Generic Function: type-constructors-generic% (type)
Package

coalton-impl/typechecker/types.

Source

types.lisp.

Methods
Method: type-constructors-generic% ((type tyvar))
Method: type-constructors-generic% ((type tycon))
Method: type-constructors-generic% ((type tapp))
Method: type-constructors-generic% ((lst list))
Generic Reader: type-kind-mismatch-error-type1 (condition)
Package

coalton-impl/typechecker/type-errors.

Methods
Reader Method: type-kind-mismatch-error-type1 ((condition type-kind-mismatch-error))
Source

type-errors.lisp.

Target Slot

type1.

Generic Reader: type-kind-mismatch-error-type2 (condition)
Package

coalton-impl/typechecker/type-errors.

Methods
Reader Method: type-kind-mismatch-error-type2 ((condition type-kind-mismatch-error))
Source

type-errors.lisp.

Target Slot

type2.

Generic Reader: unification-error-pred1 (condition)
Package

coalton-impl/typechecker/type-errors.

Methods
Reader Method: unification-error-pred1 ((condition predicate-unification-error))
Source

type-errors.lisp.

Target Slot

pred1.

Generic Reader: unification-error-pred2 (condition)
Package

coalton-impl/typechecker/type-errors.

Methods
Reader Method: unification-error-pred2 ((condition predicate-unification-error))
Source

type-errors.lisp.

Target Slot

pred2.

Generic Reader: unification-error-type1 (condition)
Package

coalton-impl/typechecker/type-errors.

Methods
Reader Method: unification-error-type1 ((condition unification-error))
Source

type-errors.lisp.

Target Slot

type1.

Generic Reader: unification-error-type2 (condition)
Package

coalton-impl/typechecker/type-errors.

Methods
Reader Method: unification-error-type2 ((condition unification-error))
Source

type-errors.lisp.

Target Slot

type2.

Generic Reader: unread-characters (object)
Package

coalton-impl/source.

Methods
Reader Method: unread-characters ((char-position-stream char-position-stream))

automatically generated reader method

Source

source.lisp.

Target Slot

unread.

Generic Writer: (setf unread-characters) (object)
Package

coalton-impl/source.

Methods
Writer Method: (setf unread-characters) ((char-position-stream char-position-stream))

automatically generated writer method

Source

source.lisp.

Target Slot

unread.


6.2.7 Conditions

Condition: source-condition
Package

source-error/error.

Source

error.lisp.

Direct superclasses

condition.

Direct subclasses
Direct methods
Direct slots
Slot: err
Initargs

:err

Readers

source-condition-err.

Writers

(setf source-condition-err).

Condition: source-condition
Package

coalton-impl/source.

Source

source.lisp.

Direct superclasses

condition.

Direct subclasses
Direct methods
Direct slots
Slot: message
Initargs

:message

Readers

message.

Writers

This slot is read-only.

Slot: notes
Initargs

:notes

Readers

notes.

Writers

This slot is read-only.

Slot: context
Initform

(quote coalton-impl/source::*context*)

Readers

context.

Writers

This slot is read-only.

Condition: static-duplicate-key
Package

coalton-library/hashtable.

Source

hashtable.lisp.

Direct superclasses

error.

Direct methods

duplicate-key.

Direct slots
Slot: duplicate-key
Initargs

:duplicate-key

Readers

duplicate-key.

Writers

This slot is read-only.

Condition: substitution-list-merge-error
Package

coalton-impl/typechecker/substitutions.

Source

substitutions.lisp.

Direct superclasses

coalton-internal-type-error.


6.2.8 Structures

Structure: ambiguity
Package

coalton-impl/typechecker/context-reduction.

Source

context-reduction.lisp.

Direct superclasses

structure-object.

Direct slots
Slot: var
Type

coalton-impl/typechecker/types:tyvar

Initform

(coalton-impl/util:required (quote coalton-impl/typechecker/context-reduction::var))

Readers

ambiguity-var.

Writers

This slot is read-only.

Slot: preds
Type

coalton-impl/typechecker/predicate:ty-predicate-list

Initform

(coalton-impl/util:required (quote coalton-impl/typechecker/context-reduction::preds))

Readers

ambiguity-preds.

Writers

This slot is read-only.

Structure: candidate-manager

A CANDIDATE-MANAGER is used to deduplicate COMPILE-CANDIDATE recompilation, and also maintains a stack of uncompiled candidates.

Package

coalton-impl/codegen/monomorphize.

Source

monomorphize.lisp.

Direct superclasses

structure-object.

Direct slots
Slot: map
Package

common-lisp.

Type

hash-table

Initform

(make-hash-table :test (function equalp))

Readers

candidate-manager-map.

Writers

This slot is read-only.

Slot: stack
Type

coalton-impl/codegen/monomorphize::compile-candidate-list

Readers

candidate-manager-stack.

Writers

(setf candidate-manager-stack).

Structure: cell-internal
Package

coalton-library/cell.

Source

cell.lisp.

Direct superclasses

structure-object.

Direct methods

print-object.

Direct slots
Slot: inner
Initform

(error "")

Readers

cell-internal-inner.

Writers

(setf cell-internal-inner).

Structure: compile-candidate

A COMPILE-CANDIDATE is a compilation of a NAME and a list of ARGUMENTS some of which are statically known dictionaries.

Package

coalton-impl/codegen/monomorphize.

Source

monomorphize.lisp.

Direct superclasses

structure-object.

Direct slots
Slot: name
Type

symbol

Initform

(coalton-impl/util:required (quote coalton-impl/codegen/monomorphize::name))

Readers

compile-candidate-name.

Writers

This slot is read-only.

Slot: args
Type

coalton-impl/codegen/monomorphize::argument-list

Initform

(coalton-impl/util:required (quote coalton-impl/codegen/monomorphize::args))

Readers

compile-candidate-args.

Writers

This slot is read-only.

Structure: cursor

A CST node-valued cursor.

Package

coalton-impl/parser/cursor.

Source

cursor.lisp.

Direct superclasses

structure-object.

Direct methods

location.

Direct slots
Slot: value
Type

concrete-syntax-tree:cst

Initform

(coalton-impl/util:required (quote coalton-impl/parser/cursor::value))

Readers

cursor-value.

Writers

(setf cursor-value).

Slot: pointer
Type

concrete-syntax-tree:cst

Initform

(coalton-impl/util:required (quote coalton-impl/parser/cursor::value))

Readers

cursor-pointer.

Writers

(setf cursor-pointer).

Slot: last
Package

common-lisp.

Type

(or null concrete-syntax-tree:cst)

Readers

cursor-last.

Writers

(setf cursor-last).

Slot: source
Initform

(coalton-impl/util:required (quote coalton-impl/parser/cursor::source))

Readers

cursor-source.

Writers

(setf cursor-source).

Slot: message
Type

string

Initform

(coalton-impl/util:required (quote coalton-impl/parser/cursor::message))

Readers

cursor-message.

Writers

(setf cursor-message).

Structure: field-definition
Package

coalton-impl/typechecker/define-type.

Source

define-type.lisp.

Direct superclasses

structure-object.

Direct methods

location.

Direct slots
Slot: name
Type

symbol

Initform

(coalton-impl/util:required (quote coalton-impl/typechecker/define-type::name))

Readers

field-definition-name.

Writers

This slot is read-only.

Slot: type
Package

common-lisp.

Type

coalton-impl/typechecker/types:ty

Initform

(coalton-impl/util:required (quote type))

Readers

field-definition-type.

Writers

This slot is read-only.

Slot: location
Type

coalton-impl/source:location

Initform

(coalton-impl/util:required (quote coalton-impl/typechecker/define-type::location))

Readers

field-definition-location.

Writers

This slot is read-only.

Structure: fundep-entry
Package

coalton-impl/typechecker/environment.

Source

environment.lisp.

Direct superclasses

structure-object.

Direct methods

make-load-form.

Direct slots
Slot: from
Type

coalton-impl/typechecker/types:ty-list

Initform

(coalton-impl/util:required (quote coalton-impl/typechecker/environment::from))

Readers

fundep-entry-from.

Writers

This slot is read-only.

Slot: to
Type

coalton-impl/typechecker/types:ty-list

Initform

(coalton-impl/util:required (quote coalton-impl/typechecker/environment::to))

Readers

fundep-entry-to.

Writers

This slot is read-only.

Structure: fundep-environment
Package

coalton-impl/typechecker/environment.

Source

environment.lisp.

Direct superclasses

immutable-map.

Structure: global-environment
Package

coalton-impl/global-lexical.

Source

global-lexical.lisp.

Direct superclasses

structure-object.

Direct slots
Slot: bindings
Type

hash-table

Initform

(make-hash-table :test (function eq))

Readers

global-environment-bindings.

Writers

(setf global-environment-bindings).

Structure: hoist-point
Package

coalton-impl/codegen/hoister.

Source

hoister.lisp.

Direct superclasses

structure-object.

Direct slots
Slot: bound-variables
Type

coalton-impl/util:symbol-list

Initform

(coalton-impl/util:required (quote coalton-impl/codegen/hoister::bound-variables))

Readers

hoist-point-bound-variables.

Writers

(setf hoist-point-bound-variables).

Slot: definitions
Type

hash-table

Initform

(make-hash-table :test (function equalp))

Readers

hoist-point-definitions.

Writers

This slot is read-only.

Structure: partial-class
Package

coalton-impl/typechecker/define-class.

Source

define-class.lisp.

Direct superclasses

structure-object.

Direct methods
Direct slots
Slot: superclasses
Type

coalton-impl/typechecker/predicate:ty-predicate-list

Initform

(coalton-impl/util:required (quote coalton-impl/typechecker/define-class::superclasses))

Readers

partial-class-superclasses.

Writers

This slot is read-only.

Slot: method-tys
Type

coalton-impl/typechecker/predicate:qualified-ty-list

Initform

(coalton-impl/util:required (quote coalton-impl/typechecker/define-class::method-tys))

Readers

partial-class-method-tys.

Writers

This slot is read-only.

Structure: queue-internal
Package

coalton-library/queue.

Source

queue.lisp.

Direct superclasses

structure-object.

Direct methods

print-object.

Direct slots
Slot: elements
Type

list

Readers

queue-internal-elements.

Writers

(setf queue-internal-elements).

Slot: last
Type

(or null (cons t null))

Readers

queue-internal-last.

Writers

(setf queue-internal-last).

Slot: length
Type

(and fixnum unsigned-byte)

Initform

0

Readers

queue-internal-length.

Writers

(setf queue-internal-length).

Structure: source-error-context
Package

source-error/error.

Source

error.lisp.

Direct superclasses

structure-object.

Direct slots
Slot: message
Type

string

Readers

source-error-context-message.

Writers

This slot is read-only.

Structure: source-error-help
Package

source-error/error.

Source

error.lisp.

Direct superclasses

structure-object.

Direct slots
Slot: span
Type

(cons integer integer)

Readers

source-error-help-span.

Writers

This slot is read-only.

Slot: replacement
Type

(function (string) string)

Readers

source-error-help-replacement.

Writers

This slot is read-only.

Slot: message
Type

string

Readers

source-error-help-message.

Writers

This slot is read-only.

Structure: source-error-note
Package

source-error/error.

Source

error.lisp.

Direct superclasses

structure-object.

Direct slots
Slot: type
Package

common-lisp.

Type

(member :primary :secondary)

Readers

source-error-note-type.

Writers

This slot is read-only.

Slot: span
Type

(cons integer integer)

Readers

source-error-note-span.

Writers

This slot is read-only.

Slot: message
Type

string

Readers

source-error-note-message.

Writers

This slot is read-only.

Structure: source-error-resolved-note

A ‘SOURCE-ERROR-NOTE’ with its location resolved in the file’s context.

Package

source-error/error.

Source

error.lisp.

Direct superclasses

structure-object.

Direct slots
Slot: type
Package

common-lisp.

Type

(member :primary :secondary)

Readers

source-error-resolved-note-type.

Writers

This slot is read-only.

Slot: start-line
Type

integer

Readers

source-error-resolved-note-start-line.

Writers

This slot is read-only.

Slot: start-column
Type

integer

Readers

source-error-resolved-note-start-column.

Writers

This slot is read-only.

Slot: end-line
Type

integer

Readers

source-error-resolved-note-end-line.

Writers

This slot is read-only.

Slot: end-column
Type

integer

Readers

source-error-resolved-note-end-column.

Writers

This slot is read-only.

Slot: message
Type

string

Readers

source-error-resolved-note-message.

Writers

This slot is read-only.

Structure: source-name-environment
Package

coalton-impl/typechecker/environment.

Source

environment.lisp.

Direct superclasses

immutable-map.

Structure: tarjan-node
Package

coalton-impl/algorithm/tarjan-scc.

Source

tarjan-scc.lisp.

Direct superclasses

structure-object.

Direct slots
Slot: index
Type

(or null integer)

Readers

tarjan-node-index.

Writers

(setf tarjan-node-index).

Type

integer

Readers

tarjan-node-low-link.

Writers

(setf tarjan-node-low-link).

Slot: on-stack
Type

boolean

Readers

tarjan-node-on-stack.

Writers

(setf tarjan-node-on-stack).

Structure: toplevel-definition
Package

coalton-impl/typechecker/toplevel.

Source

toplevel.lisp.

Direct superclasses

structure-object.

Direct subclasses
Direct methods

location.

Direct slots
Slot: location
Type

coalton-impl/source:location

Initform

(coalton-impl/util:required (quote coalton-impl/typechecker/toplevel::location))

Readers

toplevel-definition-location.

Writers

This slot is read-only.

Structure: toplevel-definition
Package

coalton-impl/parser/toplevel.

Source

toplevel.lisp.

Direct superclasses

structure-object.

Direct subclasses
Direct methods
Direct slots
Slot: location
Type

coalton-impl/source:location

Initform

(coalton-impl/util:required (quote coalton-impl/parser/toplevel::location))

Readers

toplevel-definition-location.

Writers

This slot is read-only.

Slot: docstring
Type

(or null string)

Initform

(coalton-impl/util:required (quote coalton-impl/parser/toplevel::docstring))

Readers

toplevel-definition-docstring.

Writers

This slot is read-only.

Structure: toplevel-package

A Coalton package definition, which can be used to generate either a DEFPACKAGE form or a package instance directly.

Package

coalton-impl/parser/toplevel.

Source

toplevel.lisp.

Direct superclasses

toplevel-definition.

Direct slots
Slot: name
Type

string

Initform

(coalton-impl/util:required (quote coalton-impl/parser/toplevel::name))

Readers

toplevel-package-name.

Writers

This slot is read-only.

Slot: import
Package

common-lisp.

Type

list

Readers

toplevel-package-import.

Writers

(setf toplevel-package-import).

Slot: import-as
Type

list

Readers

toplevel-package-import-as.

Writers

(setf toplevel-package-import-as).

Slot: import-from
Type

list

Readers

toplevel-package-import-from.

Writers

(setf toplevel-package-import-from).

Slot: shadow
Package

common-lisp.

Type

list

Readers

toplevel-package-shadow.

Writers

(setf toplevel-package-shadow).

Slot: export
Package

common-lisp.

Type

list

Readers

toplevel-package-export.

Writers

(setf toplevel-package-export).


6.2.9 Classes

Class: class/%filebyte
Package

coalton-library/file.

Source

file.lisp.

Class: class/alternative
Package

coalton-library/classes.

Source

classes.lisp.

Direct methods
Direct Default Initargs
InitargValue
coalton-library/classes::super-0(error )
coalton-library/classes:alt(error )
coalton-library/classes:empty(error )
Direct slots
Slot: super-0
Type

coalton-library/classes::class/applicative

Initargs

coalton-library/classes::super-0

Readers

class/alternative-super-0.

Writers

(setf class/alternative-super-0).

Slot: alt
Type

coalton-impl/runtime/function-entry:function-entry

Initargs

coalton-library/classes:alt

Readers

class/alternative-alt.

Writers

(setf class/alternative-alt).

Slot: empty
Initargs

coalton-library/classes:empty

Readers

class/alternative-empty.

Writers

(setf class/alternative-empty).

Class: class/applicative
Package

coalton-library/classes.

Source

classes.lisp.

Direct methods
Direct Default Initargs
InitargValue
coalton-library/classes::super-0(error )
coalton-library/classes:pure(error )
coalton-library/classes:lifta2(error )
Direct slots
Slot: super-0
Type

coalton-library/classes::class/functor

Initargs

coalton-library/classes::super-0

Readers

class/applicative-super-0.

Writers

(setf class/applicative-super-0).

Slot: pure
Type

coalton-impl/runtime/function-entry:function-entry

Initargs

coalton-library/classes:pure

Readers

class/applicative-pure.

Writers

(setf class/applicative-pure).

Slot: lifta2
Type

coalton-impl/runtime/function-entry:function-entry

Initargs

coalton-library/classes:lifta2

Readers

class/applicative-lifta2.

Writers

(setf class/applicative-lifta2).

Class: class/bifunctor
Package

coalton-library/classes.

Source

classes.lisp.

Direct methods
Direct Default Initargs
InitargValue
coalton-library/classes:bimap(error )
Direct slots
Slot: bimap
Type

coalton-impl/runtime/function-entry:function-entry

Initargs

coalton-library/classes:bimap

Readers

class/bifunctor-bimap.

Writers

(setf class/bifunctor-bimap).

Class: class/bits
Package

coalton-library/bits.

Source

bits.lisp.

Direct methods
Direct Default Initargs
InitargValue
coalton-library/bits::super-0(error )
coalton-library/bits:and(error )
coalton-library/bits:or(error )
coalton-library/bits:xor(error )
coalton-library/bits:not(error )
coalton-library/bits:shift(error )
Direct slots
Slot: super-0
Type

coalton-library/classes::class/num

Initargs

coalton-library/bits::super-0

Readers

class/bits-super-0.

Writers

(setf class/bits-super-0).

Slot: and
Type

coalton-impl/runtime/function-entry:function-entry

Initargs

coalton-library/bits:and

Readers

class/bits-and.

Writers

(setf class/bits-and).

Slot: or
Type

coalton-impl/runtime/function-entry:function-entry

Initargs

coalton-library/bits:or

Readers

class/bits-or.

Writers

(setf class/bits-or).

Slot: xor
Type

coalton-impl/runtime/function-entry:function-entry

Initargs

coalton-library/bits:xor

Readers

class/bits-xor.

Writers

(setf class/bits-xor).

Slot: not
Type

coalton-impl/runtime/function-entry:function-entry

Initargs

coalton-library/bits:not

Readers

class/bits-not.

Writers

(setf class/bits-not).

Slot: shift
Type

coalton-impl/runtime/function-entry:function-entry

Initargs

coalton-library/bits:shift

Readers

class/bits-shift.

Writers

(setf class/bits-shift).

Class: class/bounded
Package

coalton-library/math/bounded.

Source

bounded.lisp.

Direct methods
Direct Default Initargs
InitargValue
coalton-library/math/bounded:minbound(error )
coalton-library/math/bounded:maxbound(error )
Direct slots
Slot: minbound
Initargs

coalton-library/math/bounded:minbound

Readers

class/bounded-minbound.

Writers

(setf class/bounded-minbound).

Slot: maxbound
Initargs

coalton-library/math/bounded:maxbound

Readers

class/bounded-maxbound.

Writers

(setf class/bounded-maxbound).

Class: class/complex
Package

coalton-library/math/complex.

Source

complex.lisp.

Direct methods
Direct Default Initargs
InitargValue
coalton-library/math/complex::super-0(error )
coalton-library/math/complex:complex(error )
coalton-library/math/complex:real-part(error )
coalton-library/math/complex:imag-part(error )
Direct slots
Slot: super-0
Type

coalton-library/classes::class/num

Initargs

coalton-library/math/complex::super-0

Readers

class/complex-super-0.

Writers

(setf class/complex-super-0).

Slot: complex
Type

coalton-impl/runtime/function-entry:function-entry

Initargs

coalton-library/math/complex:complex

Readers

class/complex-complex.

Writers

(setf class/complex-complex).

Slot: real-part
Type

coalton-impl/runtime/function-entry:function-entry

Initargs

coalton-library/math/complex:real-part

Readers

class/complex-real-part.

Writers

(setf class/complex-real-part).

Slot: imag-part
Type

coalton-impl/runtime/function-entry:function-entry

Initargs

coalton-library/math/complex:imag-part

Readers

class/complex-imag-part.

Writers

(setf class/complex-imag-part).

Class: class/default
Package

coalton-library/classes.

Source

classes.lisp.

Direct methods
Direct Default Initargs
InitargValue
coalton-library/classes:default(error )
Direct slots
Slot: default
Type

coalton-impl/runtime/function-entry:function-entry

Initargs

coalton-library/classes:default

Readers

class/default-default.

Writers

(setf class/default-default).

Class: class/dividable
Package

coalton-library/math/arith.

Source

arith.lisp.

Direct methods
Direct Default Initargs
InitargValue
coalton-library/math/arith:general/(error )
Direct slots
Slot: general/
Type

coalton-impl/runtime/function-entry:function-entry

Initargs

coalton-library/math/arith:general/

Readers

class/dividable-general/.

Writers

(setf class/dividable-general/).

Class: class/elementary
Package

coalton-library/math/elementary.

Source

elementary.lisp.

Direct methods
Direct Default Initargs
InitargValue
coalton-library/math/elementary::super-0(error )
coalton-library/math/elementary::super-1(error )
coalton-library/math/elementary::super-2(error )
coalton-library/math/elementary::super-3(error )
coalton-library/math/elementary::super-4(error )
Direct slots
Slot: super-0
Type

coalton-library/math/arith::class/reciprocable

Initargs

coalton-library/math/elementary::super-0

Readers

class/elementary-super-0.

Writers

(setf class/elementary-super-0).

Slot: super-1
Type

coalton-library/math/elementary::class/polar

Initargs

coalton-library/math/elementary::super-1

Readers

class/elementary-super-1.

Writers

(setf class/elementary-super-1).

Slot: super-2
Type

coalton-library/math/elementary::class/trigonometric

Initargs

coalton-library/math/elementary::super-2

Readers

class/elementary-super-2.

Writers

(setf class/elementary-super-2).

Slot: super-3
Type

coalton-library/math/elementary::class/exponentiable

Initargs

coalton-library/math/elementary::super-3

Readers

class/elementary-super-3.

Writers

(setf class/elementary-super-3).

Slot: super-4
Type

coalton-library/math/elementary::class/radical

Initargs

coalton-library/math/elementary::super-4

Readers

class/elementary-super-4.

Writers

(setf class/elementary-super-4).

Class: class/eq
Package

coalton-library/classes.

Source

classes.lisp.

Direct methods
Direct Default Initargs
InitargValue
coalton-library/classes:==(error )
Direct slots
Slot: ==
Type

coalton-impl/runtime/function-entry:function-entry

Initargs

coalton-library/classes:==

Readers

class/eq-==.

Writers

(setf class/eq-==).

Class: class/exponentiable
Package

coalton-library/math/elementary.

Source

elementary.lisp.

Direct methods
Direct Default Initargs
InitargValue
coalton-library/math/elementary:exp(error )
coalton-library/math/elementary:pow(error )
coalton-library/math/elementary:ln(error )
coalton-library/math/elementary:log(error )
coalton-library/math/elementary:ee(error )
Direct slots
Slot: exp
Type

coalton-impl/runtime/function-entry:function-entry

Initargs

coalton-library/math/elementary:exp

Readers

class/exponentiable-exp.

Writers

(setf class/exponentiable-exp).

Slot: pow
Type

coalton-impl/runtime/function-entry:function-entry

Initargs

coalton-library/math/elementary:pow

Readers

class/exponentiable-pow.

Writers

(setf class/exponentiable-pow).

Slot: ln
Type

coalton-impl/runtime/function-entry:function-entry

Initargs

coalton-library/math/elementary:ln

Readers

class/exponentiable-ln.

Writers

(setf class/exponentiable-ln).

Slot: log
Type

coalton-impl/runtime/function-entry:function-entry

Initargs

coalton-library/math/elementary:log

Readers

class/exponentiable-log.

Writers

(setf class/exponentiable-log).

Slot: ee
Initargs

coalton-library/math/elementary:ee

Readers

class/exponentiable-ee.

Writers

(setf class/exponentiable-ee).

Class: class/file
Package

coalton-library/file.

Source

file.lisp.

Direct methods
Direct Default Initargs
InitargValue
coalton-library/file:open(error )
coalton-library/file:read(error )
coalton-library/file:write(error )
Direct slots
Slot: open
Type

coalton-impl/runtime/function-entry:function-entry

Initargs

coalton-library/file:open

Readers

class/file-open.

Writers

(setf class/file-open).

Slot: read
Type

coalton-impl/runtime/function-entry:function-entry

Initargs

coalton-library/file:read

Readers

class/file-read.

Writers

(setf class/file-read).

Slot: write
Type

coalton-impl/runtime/function-entry:function-entry

Initargs

coalton-library/file:write

Readers

class/file-write.

Writers

(setf class/file-write).

Class: class/foldable
Package

coalton-library/classes.

Source

classes.lisp.

Direct methods
Direct Default Initargs
InitargValue
coalton-library/classes:fold(error )
coalton-library/classes:foldr(error )
Direct slots
Slot: fold
Type

coalton-impl/runtime/function-entry:function-entry

Initargs

coalton-library/classes:fold

Readers

class/foldable-fold.

Writers

(setf class/foldable-fold).

Slot: foldr
Type

coalton-impl/runtime/function-entry:function-entry

Initargs

coalton-library/classes:foldr

Readers

class/foldable-foldr.

Writers

(setf class/foldable-foldr).

Class: class/fromiterator
Package

coalton-library/iterator.

Source

iterator.lisp.

Direct methods
Direct Default Initargs
InitargValue
coalton-library/iterator:collect!(error )
Direct slots
Slot: collect!
Type

coalton-impl/runtime/function-entry:function-entry

Initargs

coalton-library/iterator:collect!

Readers

class/fromiterator-collect!.

Writers

(setf class/fromiterator-collect!).

Class: class/functor
Package

coalton-library/classes.

Source

classes.lisp.

Direct methods
Direct Default Initargs
InitargValue
coalton-library/classes:map(error )
Direct slots
Slot: map
Type

coalton-impl/runtime/function-entry:function-entry

Initargs

coalton-library/classes:map

Readers

class/functor-map.

Writers

(setf class/functor-map).

Class: class/hash
Package

coalton-library/hash.

Source

hash.lisp.

Direct methods
Direct Default Initargs
InitargValue
coalton-library/hash::super-0(error )
coalton-library/hash:hash(error )
Direct slots
Slot: super-0
Type

coalton-library/classes::class/eq

Initargs

coalton-library/hash::super-0

Readers

class/hash-super-0.

Writers

(setf class/hash-super-0).

Slot: hash
Type

coalton-impl/runtime/function-entry:function-entry

Initargs

coalton-library/hash:hash

Readers

class/hash-hash.

Writers

(setf class/hash-hash).

Class: class/integral
Package

coalton-library/math/integral.

Source

integral.lisp.

Direct methods
Direct Default Initargs
InitargValue
coalton-library/math/integral::super-0(error )
coalton-library/math/integral::super-1(error )
coalton-library/math/integral:tointeger(error )
Direct slots
Slot: super-0
Type

coalton-library/math/integral::class/remainder

Initargs

coalton-library/math/integral::super-0

Readers

class/integral-super-0.

Writers

(setf class/integral-super-0).

Slot: super-1
Type

coalton-library/classes::class/ord

Initargs

coalton-library/math/integral::super-1

Readers

class/integral-super-1.

Writers

(setf class/integral-super-1).

Slot: tointeger
Type

coalton-impl/runtime/function-entry:function-entry

Initargs

coalton-library/math/integral:tointeger

Readers

class/integral-tointeger.

Writers

(setf class/integral-tointeger).

Class: class/into
Package

coalton-library/classes.

Source

classes.lisp.

Direct methods
Direct Default Initargs
InitargValue
coalton-library/classes:into(error )
Direct slots
Slot: into
Type

coalton-impl/runtime/function-entry:function-entry

Initargs

coalton-library/classes:into

Readers

class/into-into.

Writers

(setf class/into-into).

Class: class/intoiterator
Package

coalton-library/iterator.

Source

iterator.lisp.

Direct methods
Direct Default Initargs
InitargValue
coalton-library/iterator:into-iter(error )
Direct slots
Slot: into-iter
Type

coalton-impl/runtime/function-entry:function-entry

Initargs

coalton-library/iterator:into-iter

Readers

class/intoiterator-into-iter.

Writers

(setf class/intoiterator-into-iter).

Class: class/iso
Package

coalton-library/classes.

Source

classes.lisp.

Direct methods
Direct Default Initargs
InitargValue
coalton-library/classes::super-0(error )
coalton-library/classes::super-1(error )
Direct slots
Slot: super-0
Type

coalton-library/classes::class/into

Initargs

coalton-library/classes::super-0

Readers

class/iso-super-0.

Writers

(setf class/iso-super-0).

Slot: super-1
Type

coalton-library/classes::class/into

Initargs

coalton-library/classes::super-1

Readers

class/iso-super-1.

Writers

(setf class/iso-super-1).

Class: class/monad
Package

coalton-library/classes.

Source

classes.lisp.

Direct methods
Direct Default Initargs
InitargValue
coalton-library/classes::super-0(error )
coalton-library/classes:>>=(error )
Direct slots
Slot: super-0
Type

coalton-library/classes::class/applicative

Initargs

coalton-library/classes::super-0

Readers

class/monad-super-0.

Writers

(setf class/monad-super-0).

Slot: >>=
Type

coalton-impl/runtime/function-entry:function-entry

Initargs

coalton-library/classes:>>=

Readers

class/monad->>=.

Writers

(setf class/monad->>=).

Class: class/monadfail
Package

coalton-library/classes.

Source

classes.lisp.

Direct methods
Direct Default Initargs
InitargValue
coalton-library/classes::super-0(error )
coalton-library/classes:fail(error )
Direct slots
Slot: super-0
Type

coalton-library/classes::class/monad

Initargs

coalton-library/classes::super-0

Readers

class/monadfail-super-0.

Writers

(setf class/monadfail-super-0).

Slot: fail
Type

coalton-impl/runtime/function-entry:function-entry

Initargs

coalton-library/classes:fail

Readers

class/monadfail-fail.

Writers

(setf class/monadfail-fail).

Class: class/monoid
Package

coalton-library/classes.

Source

classes.lisp.

Direct methods
Direct Default Initargs
InitargValue
coalton-library/classes::super-0(error )
coalton-library/classes:mempty(error )
Direct slots
Slot: super-0
Type

coalton-library/classes::class/semigroup

Initargs

coalton-library/classes::super-0

Readers

class/monoid-super-0.

Writers

(setf class/monoid-super-0).

Slot: mempty
Initargs

coalton-library/classes:mempty

Readers

class/monoid-mempty.

Writers

(setf class/monoid-mempty).

Class: class/num
Package

coalton-library/classes.

Source

classes.lisp.

Direct methods
Direct Default Initargs
InitargValue
coalton-library/classes::super-0(error )
coalton-library/classes:+(error )
coalton-library/classes:-(error )
coalton-library/classes:*(error )
coalton-library/classes:fromint(error )
Direct slots
Slot: super-0
Type

coalton-library/classes::class/eq

Initargs

coalton-library/classes::super-0

Readers

class/num-super-0.

Writers

(setf class/num-super-0).

Slot: +
Type

coalton-impl/runtime/function-entry:function-entry

Initargs

coalton-library/classes:+

Readers

class/num-+.

Writers

(setf class/num-+).

Slot: -
Type

coalton-impl/runtime/function-entry:function-entry

Initargs

coalton-library/classes:-

Readers

class/num--.

Writers

(setf class/num--).

Slot: *
Type

coalton-impl/runtime/function-entry:function-entry

Initargs

coalton-library/classes:*

Readers

class/num-*.

Writers

(setf class/num-*).

Slot: fromint
Type

coalton-impl/runtime/function-entry:function-entry

Initargs

coalton-library/classes:fromint

Readers

class/num-fromint.

Writers

(setf class/num-fromint).

Class: class/ord
Package

coalton-library/classes.

Source

classes.lisp.

Direct methods
Direct Default Initargs
InitargValue
coalton-library/classes::super-0(error )
coalton-library/classes:<=>(error )
Direct slots
Slot: super-0
Type

coalton-library/classes::class/eq

Initargs

coalton-library/classes::super-0

Readers

class/ord-super-0.

Writers

(setf class/ord-super-0).

Slot: <=>
Type

coalton-impl/runtime/function-entry:function-entry

Initargs

coalton-library/classes:<=>

Readers

class/ord-<=>.

Writers

(setf class/ord-<=>).

Class: class/polar
Package

coalton-library/math/elementary.

Source

elementary.lisp.

Direct methods
Direct Default Initargs
InitargValue
coalton-library/math/elementary::super-0(error )
coalton-library/math/elementary::super-1(error )
coalton-library/math/elementary:phase(error )
coalton-library/math/elementary:polar(error )
Direct slots
Slot: super-0
Type

coalton-library/math/complex::class/complex

Initargs

coalton-library/math/elementary::super-0

Readers

class/polar-super-0.

Writers

(setf class/polar-super-0).

Slot: super-1
Type

coalton-library/classes::class/num

Initargs

coalton-library/math/elementary::super-1

Readers

class/polar-super-1.

Writers

(setf class/polar-super-1).

Slot: phase
Type

coalton-impl/runtime/function-entry:function-entry

Initargs

coalton-library/math/elementary:phase

Readers

class/polar-phase.

Writers

(setf class/polar-phase).

Slot: polar
Type

coalton-impl/runtime/function-entry:function-entry

Initargs

coalton-library/math/elementary:polar

Readers

class/polar-polar.

Writers

(setf class/polar-polar).

Class: class/quantizable
Package

coalton-library/math/real.

Source

real.lisp.

Direct methods
Direct Default Initargs
InitargValue
coalton-library/math/real:proper(error )
coalton-library/math/real:floor(error )
coalton-library/math/real:ceiling(error )
Direct slots
Slot: proper
Type

coalton-impl/runtime/function-entry:function-entry

Initargs

coalton-library/math/real:proper

Readers

class/quantizable-proper.

Writers

(setf class/quantizable-proper).

Slot: floor
Type

coalton-impl/runtime/function-entry:function-entry

Initargs

coalton-library/math/real:floor

Readers

class/quantizable-floor.

Writers

(setf class/quantizable-floor).

Slot: ceiling
Type

coalton-impl/runtime/function-entry:function-entry

Initargs

coalton-library/math/real:ceiling

Readers

class/quantizable-ceiling.

Writers

(setf class/quantizable-ceiling).

Class: class/radical
Package

coalton-library/math/elementary.

Source

elementary.lisp.

Direct methods
Direct Default Initargs
InitargValue
coalton-library/math/elementary:nth-root(error )
coalton-library/math/elementary:sqrt(error )
Direct slots
Slot: nth-root
Type

coalton-impl/runtime/function-entry:function-entry

Initargs

coalton-library/math/elementary:nth-root

Readers

class/radical-nth-root.

Writers

(setf class/radical-nth-root).

Slot: sqrt
Type

coalton-impl/runtime/function-entry:function-entry

Initargs

coalton-library/math/elementary:sqrt

Readers

class/radical-sqrt.

Writers

(setf class/radical-sqrt).

Class: class/randomaccess
Package

coalton-library/randomaccess.

Source

randomaccess.lisp.

Direct methods
Direct Default Initargs
InitargValue
coalton-library/randomaccess:make(error )
coalton-library/randomaccess:length(error )
coalton-library/randomaccess:readable?(error )
coalton-library/randomaccess:writable?(error )
coalton-library/randomaccess:unsafe-aref(error )
coalton-library/randomaccess:unsafe-set!(error )
Direct slots
Slot: make
Type

coalton-impl/runtime/function-entry:function-entry

Initargs

coalton-library/randomaccess:make

Readers

class/randomaccess-make.

Writers

(setf class/randomaccess-make).

Slot: length
Type

coalton-impl/runtime/function-entry:function-entry

Initargs

coalton-library/randomaccess:length

Readers

class/randomaccess-length.

Writers

(setf class/randomaccess-length).

Slot: readable?
Type

coalton-impl/runtime/function-entry:function-entry

Initargs

coalton-library/randomaccess:readable?

Readers

class/randomaccess-readable?.

Writers

(setf class/randomaccess-readable?).

Slot: writable?
Type

coalton-impl/runtime/function-entry:function-entry

Initargs

coalton-library/randomaccess:writable?

Readers

class/randomaccess-writable?.

Writers

(setf class/randomaccess-writable?).

Slot: unsafe-aref
Type

coalton-impl/runtime/function-entry:function-entry

Initargs

coalton-library/randomaccess:unsafe-aref

Readers

class/randomaccess-unsafe-aref.

Writers

(setf class/randomaccess-unsafe-aref).

Slot: unsafe-set!
Type

coalton-impl/runtime/function-entry:function-entry

Initargs

coalton-library/randomaccess:unsafe-set!

Readers

class/randomaccess-unsafe-set!.

Writers

(setf class/randomaccess-unsafe-set!).

Class: class/rational
Package

coalton-library/math/real.

Source

real.lisp.

Direct methods
Direct Default Initargs
InitargValue
coalton-library/math/real::super-0(error )
coalton-library/math/real::super-1(error )
coalton-library/math/real:to-fraction(error )
coalton-library/math/real:best-approx(error )
Direct slots
Slot: super-0
Type

coalton-library/math/real::class/real

Initargs

coalton-library/math/real::super-0

Readers

class/rational-super-0.

Writers

(setf class/rational-super-0).

Slot: super-1
Type

coalton-library/classes::class/ord

Initargs

coalton-library/math/real::super-1

Readers

class/rational-super-1.

Writers

(setf class/rational-super-1).

Slot: to-fraction
Type

coalton-impl/runtime/function-entry:function-entry

Initargs

coalton-library/math/real:to-fraction

Readers

class/rational-to-fraction.

Writers

(setf class/rational-to-fraction).

Slot: best-approx
Type

coalton-impl/runtime/function-entry:function-entry

Initargs

coalton-library/math/real:best-approx

Readers

class/rational-best-approx.

Writers

(setf class/rational-best-approx).

Class: class/real
Package

coalton-library/math/real.

Source

real.lisp.

Direct methods
Direct Default Initargs
InitargValue
coalton-library/math/real::super-0(error )
coalton-library/math/real::super-1(error )
coalton-library/math/real:real-approx(error )
Direct slots
Slot: super-0
Type

coalton-library/math/real::class/quantizable

Initargs

coalton-library/math/real::super-0

Readers

class/real-super-0.

Writers

(setf class/real-super-0).

Slot: super-1
Type

coalton-library/classes::class/num

Initargs

coalton-library/math/real::super-1

Readers

class/real-super-1.

Writers

(setf class/real-super-1).

Slot: real-approx
Type

coalton-impl/runtime/function-entry:function-entry

Initargs

coalton-library/math/real:real-approx

Readers

class/real-real-approx.

Writers

(setf class/real-real-approx).

Class: class/reciprocable
Package

coalton-library/math/arith.

Source

arith.lisp.

Direct methods
Direct Default Initargs
InitargValue
coalton-library/math/arith::super-0(error )
coalton-library/math/arith:/(error )
coalton-library/math/arith:reciprocal(error )
Direct slots
Slot: super-0
Type

coalton-library/classes::class/num

Initargs

coalton-library/math/arith::super-0

Readers

class/reciprocable-super-0.

Writers

(setf class/reciprocable-super-0).

Slot: /
Type

coalton-impl/runtime/function-entry:function-entry

Initargs

coalton-library/math/arith:/

Readers

class/reciprocable-/.

Writers

(setf class/reciprocable-/).

Slot: reciprocal
Type

coalton-impl/runtime/function-entry:function-entry

Initargs

coalton-library/math/arith:reciprocal

Readers

class/reciprocable-reciprocal.

Writers

(setf class/reciprocable-reciprocal).

Class: class/remainder
Package

coalton-library/math/integral.

Source

integral.lisp.

Direct methods
Direct Default Initargs
InitargValue
coalton-library/math/integral::super-0(error )
coalton-library/math/integral:quot(error )
coalton-library/math/integral:rem(error )
coalton-library/math/integral:quotrem(error )
coalton-library/math/integral:div(error )
coalton-library/math/integral:mod(error )
coalton-library/math/integral:divmod(error )
Direct slots
Slot: super-0
Type

coalton-library/classes::class/num

Initargs

coalton-library/math/integral::super-0

Readers

class/remainder-super-0.

Writers

(setf class/remainder-super-0).

Slot: quot
Type

coalton-impl/runtime/function-entry:function-entry

Initargs

coalton-library/math/integral:quot

Readers

class/remainder-quot.

Writers

(setf class/remainder-quot).

Slot: rem
Type

coalton-impl/runtime/function-entry:function-entry

Initargs

coalton-library/math/integral:rem

Readers

class/remainder-rem.

Writers

(setf class/remainder-rem).

Slot: quotrem
Type

coalton-impl/runtime/function-entry:function-entry

Initargs

coalton-library/math/integral:quotrem

Readers

class/remainder-quotrem.

Writers

(setf class/remainder-quotrem).

Slot: div
Type

coalton-impl/runtime/function-entry:function-entry

Initargs

coalton-library/math/integral:div

Readers

class/remainder-div.

Writers

(setf class/remainder-div).

Slot: mod
Type

coalton-impl/runtime/function-entry:function-entry

Initargs

coalton-library/math/integral:mod

Readers

class/remainder-mod.

Writers

(setf class/remainder-mod).

Slot: divmod
Type

coalton-impl/runtime/function-entry:function-entry

Initargs

coalton-library/math/integral:divmod

Readers

class/remainder-divmod.

Writers

(setf class/remainder-divmod).

Class: class/runtimerepr
Package

coalton-library/types.

Source

types.lisp.

Direct methods
Direct Default Initargs
InitargValue
coalton-library/types:runtime-repr(error )
Direct slots
Slot: runtime-repr
Type

coalton-impl/runtime/function-entry:function-entry

Initargs

coalton-library/types:runtime-repr

Readers

class/runtimerepr-runtime-repr.

Writers

(setf class/runtimerepr-runtime-repr).

Class: class/semigroup
Package

coalton-library/classes.

Source

classes.lisp.

Direct methods
Direct Default Initargs
InitargValue
coalton-library/classes:<>(error )
Direct slots
Slot: <>
Type

coalton-impl/runtime/function-entry:function-entry

Initargs

coalton-library/classes:<>

Readers

class/semigroup-<>.

Writers

(setf class/semigroup-<>).

Class: class/signalable
Package

coalton-library/classes.

Source

classes.lisp.

Direct methods
Direct Default Initargs
InitargValue
coalton-library/classes:error(error )
Direct slots
Slot: error
Type

coalton-impl/runtime/function-entry:function-entry

Initargs

coalton-library/classes:error

Readers

class/signalable-error.

Writers

(setf class/signalable-error).

Class: class/sliceable
Package

coalton-library/slice.

Source

slice.lisp.

Direct methods
Direct Default Initargs
InitargValue
coalton-library/slice::%length(error )
Direct slots
Slot: %length
Type

coalton-impl/runtime/function-entry:function-entry

Initargs

coalton-library/slice::%length

Readers

class/sliceable-%length.

Writers

(setf class/sliceable-%length).

Class: class/transfinite
Package

coalton-library/math/arith.

Source

arith.lisp.

Direct methods
Direct Default Initargs
InitargValue
coalton-library/math/arith:infinity(error )
coalton-library/math/arith:infinite?(error )
coalton-library/math/arith:nan(error )
coalton-library/math/arith:nan?(error )
Direct slots
Slot: infinity
Initargs

coalton-library/math/arith:infinity

Readers

class/transfinite-infinity.

Writers

(setf class/transfinite-infinity).

Slot: infinite?
Type

coalton-impl/runtime/function-entry:function-entry

Initargs

coalton-library/math/arith:infinite?

Readers

class/transfinite-infinite?.

Writers

(setf class/transfinite-infinite?).

Slot: nan
Initargs

coalton-library/math/arith:nan

Readers

class/transfinite-nan.

Writers

(setf class/transfinite-nan).

Slot: nan?
Type

coalton-impl/runtime/function-entry:function-entry

Initargs

coalton-library/math/arith:nan?

Readers

class/transfinite-nan?.

Writers

(setf class/transfinite-nan?).

Class: class/traversable
Package

coalton-library/classes.

Source

classes.lisp.

Direct methods
Direct Default Initargs
InitargValue
coalton-library/classes:traverse(error )
Direct slots
Slot: traverse
Type

coalton-impl/runtime/function-entry:function-entry

Initargs

coalton-library/classes:traverse

Readers

class/traversable-traverse.

Writers

(setf class/traversable-traverse).

Class: class/trigonometric
Package

coalton-library/math/elementary.

Source

elementary.lisp.

Direct methods
Direct Default Initargs
InitargValue
coalton-library/math/elementary:sin(error )
coalton-library/math/elementary:cos(error )
coalton-library/math/elementary:tan(error )
coalton-library/math/elementary:asin(error )
coalton-library/math/elementary:acos(error )
coalton-library/math/elementary:atan(error )
coalton-library/math/elementary:pi(error )
Direct slots
Slot: sin
Type

coalton-impl/runtime/function-entry:function-entry

Initargs

coalton-library/math/elementary:sin

Readers

class/trigonometric-sin.

Writers

(setf class/trigonometric-sin).

Slot: cos
Type

coalton-impl/runtime/function-entry:function-entry

Initargs

coalton-library/math/elementary:cos

Readers

class/trigonometric-cos.

Writers

(setf class/trigonometric-cos).

Slot: tan
Type

coalton-impl/runtime/function-entry:function-entry

Initargs

coalton-library/math/elementary:tan

Readers

class/trigonometric-tan.

Writers

(setf class/trigonometric-tan).

Slot: asin
Type

coalton-impl/runtime/function-entry:function-entry

Initargs

coalton-library/math/elementary:asin

Readers

class/trigonometric-asin.

Writers

(setf class/trigonometric-asin).

Slot: acos
Type

coalton-impl/runtime/function-entry:function-entry

Initargs

coalton-library/math/elementary:acos

Readers

class/trigonometric-acos.

Writers

(setf class/trigonometric-acos).

Slot: atan
Type

coalton-impl/runtime/function-entry:function-entry

Initargs

coalton-library/math/elementary:atan

Readers

class/trigonometric-atan.

Writers

(setf class/trigonometric-atan).

Slot: pi
Initargs

coalton-library/math/elementary:pi

Readers

class/trigonometric-pi.

Writers

(setf class/trigonometric-pi).

Class: class/tryinto
Package

coalton-library/classes.

Source

classes.lisp.

Direct methods
Direct Default Initargs
InitargValue
coalton-library/classes:tryinto(error )
Direct slots
Slot: tryinto
Type

coalton-impl/runtime/function-entry:function-entry

Initargs

coalton-library/classes:tryinto

Readers

class/tryinto-tryinto.

Writers

(setf class/tryinto-tryinto).

Class: class/unwrappable
Package

coalton-library/classes.

Source

classes.lisp.

Direct methods
Direct Default Initargs
InitargValue
coalton-library/classes:unwrap-or-else(error )
Direct slots
Slot: unwrap-or-else
Type

coalton-impl/runtime/function-entry:function-entry

Initargs

coalton-library/classes:unwrap-or-else

Readers

class/unwrappable-unwrap-or-else.

Writers

(setf class/unwrappable-unwrap-or-else).

Class: coalton-eclector-client
Package

coalton-impl/parser/reader.

Source

reader.lisp.

Direct superclasses

parse-result-client.

Direct methods

make-expression-result.

Class: complex/%complex
Package

coalton-library/math/complex.

Source

complex.lisp.

Direct superclasses

complex.

Direct methods
Direct Default Initargs
InitargValue
coalton-library/math/complex::|_0|(error )
coalton-library/math/complex::|_1|(error )
Direct slots
Slot: _0
Initargs

coalton-library/math/complex::|_0|

Readers

complex/%complex-_0.

Writers

(setf complex/%complex-_0).

Slot: _1
Initargs

coalton-library/math/complex::|_1|

Readers

complex/%complex-_1.

Writers

(setf complex/%complex-_1).

Class: dual/dual
Package

coalton-library/math/dual.

Source

dual.lisp.

Direct superclasses

dual.

Direct methods
Direct Default Initargs
InitargValue
coalton-library/math/dual::|_0|(error )
coalton-library/math/dual::|_1|(error )
Direct slots
Slot: _0
Initargs

coalton-library/math/dual::|_0|

Readers

dual/dual-_0.

Writers

(setf dual/dual-_0).

Slot: _1
Initargs

coalton-library/math/dual::|_1|

Readers

dual/dual-_1.

Writers

(setf dual/dual-_1).

Class: dyadic/dyadic
Package

coalton-library/math/dyadic.

Source

dyadic.lisp.

Direct superclasses

dyadic.

Direct methods
Direct Default Initargs
InitargValue
coalton-library/math/dyadic::|_0|(error )
coalton-library/math/dyadic::|_1|(error )
Direct slots
Slot: _0
Type

integer

Initargs

coalton-library/math/dyadic::|_0|

Readers

dyadic/dyadic-_0.

Writers

(setf dyadic/dyadic-_0).

Slot: _1
Type

integer

Initargs

coalton-library/math/dyadic::|_1|

Readers

dyadic/dyadic-_1.

Writers

(setf dyadic/dyadic-_1).

Class: fileerror/eof
Package

coalton-library/file.

Source

file.lisp.

Direct superclasses

fileerror.

Direct methods

print-object.

Class: fileerror/fileerror
Package

coalton-library/file.

Source

file.lisp.

Direct superclasses

fileerror.

Direct methods
Direct Default Initargs
InitargValue
coalton-library/file::|_0|(error )
Direct slots
Slot: _0
Type

string

Initargs

coalton-library/file::|_0|

Readers

fileerror/fileerror-_0.

Writers

(setf fileerror/fileerror-_0).

Class: fileerror/lisperror
Package

coalton-library/file.

Source

file.lisp.

Direct superclasses

fileerror.

Direct methods
Direct Default Initargs
InitargValue
coalton-library/file::|_0|(error )
Direct slots
Slot: _0
Type

condition

Initargs

coalton-library/file::|_0|

Readers

fileerror/lisperror-_0.

Writers

(setf fileerror/lisperror-_0).

Class: fileerror/patherror
Package

coalton-library/file.

Source

file.lisp.

Direct superclasses

fileerror.

Direct methods
Direct Default Initargs
InitargValue
coalton-library/file::|_0|(error )
coalton-library/file::|_1|(error )
Direct slots
Slot: _0
Type

string

Initargs

coalton-library/file::|_0|

Readers

fileerror/patherror-_0.

Writers

(setf fileerror/patherror-_0).

Slot: _1
Type

pathname

Initargs

coalton-library/file::|_1|

Readers

fileerror/patherror-_1.

Writers

(setf fileerror/patherror-_1).

Class: free/free
Package

coalton-library/monad/free.

Source

monad/free.lisp.

Direct superclasses

free.

Direct methods
Direct Default Initargs
InitargValue
coalton-library/monad/free::|_0|(error )
Direct slots
Slot: _0
Initargs

coalton-library/monad/free::|_0|

Readers

free/free-_0.

Writers

(setf free/free-_0).

Class: free/val
Package

coalton-library/monad/free.

Source

monad/free.lisp.

Direct superclasses

free.

Direct methods
Direct Default Initargs
InitargValue
coalton-library/monad/free::|_0|(error )
Direct slots
Slot: _0
Initargs

coalton-library/monad/free::|_0|

Readers

free/val-_0.

Writers

(setf free/val-_0).

Class: iterator/%iterator
Package

coalton-library/iterator.

Source

iterator.lisp.

Direct superclasses

iterator.

Direct methods
Direct Default Initargs
InitargValue
coalton-library/iterator::|_0|(error )
coalton-library/iterator::|_1|(error )
Direct slots
Slot: _0
Type

coalton-impl/runtime/function-entry:function-entry

Initargs

coalton-library/iterator::|_0|

Readers

iterator/%iterator-_0.

Writers

(setf iterator/%iterator-_0).

Slot: _1
Type

coalton-library/classes:optional

Initargs

coalton-library/iterator::|_1|

Readers

iterator/%iterator-_1.

Writers

(setf iterator/%iterator-_1).

Class: iteratorstacknode
Package

coalton-library/ord-tree.

Source

ord-tree.lisp.

Direct subclasses
Direct methods

make-load-form.

Class: iteratorstacknode/expand
Package

coalton-library/ord-tree.

Source

ord-tree.lisp.

Direct superclasses

iteratorstacknode.

Direct methods
Direct Default Initargs
InitargValue
coalton-library/ord-tree::|_0|(error )
Direct slots
Slot: _0
Type

coalton-library/ord-tree:tree

Initargs

coalton-library/ord-tree::|_0|

Readers

iteratorstacknode/expand-_0.

Writers

(setf iteratorstacknode/expand-_0).

Class: iteratorstacknode/yield
Package

coalton-library/ord-tree.

Source

ord-tree.lisp.

Direct superclasses

iteratorstacknode.

Direct methods
Direct Default Initargs
InitargValue
coalton-library/ord-tree::|_0|(error )
Direct slots
Slot: _0
Initargs

coalton-library/ord-tree::|_0|

Readers

iteratorstacknode/yield-_0.

Writers

(setf iteratorstacknode/yield-_0).

Class: mappair
Package

coalton-library/ord-map.

Source

ord-map.lisp.

Direct subclasses
Direct methods

make-load-form.

Class: mappair/justkey
Package

coalton-library/ord-map.

Source

ord-map.lisp.

Direct superclasses

mappair.

Direct methods
Direct Default Initargs
InitargValue
coalton-library/ord-map::|_0|(error )
Direct slots
Slot: _0
Initargs

coalton-library/ord-map::|_0|

Readers

mappair/justkey-_0.

Writers

(setf mappair/justkey-_0).

Class: mappair/mappair
Package

coalton-library/ord-map.

Source

ord-map.lisp.

Direct superclasses

mappair.

Direct methods
Direct Default Initargs
InitargValue
coalton-library/ord-map::|_0|(error )
coalton-library/ord-map::|_1|(error )
Direct slots
Slot: _0
Initargs

coalton-library/ord-map::|_0|

Readers

mappair/mappair-_0.

Writers

(setf mappair/mappair-_0).

Slot: _1
Initargs

coalton-library/ord-map::|_1|

Readers

mappair/mappair-_1.

Writers

(setf mappair/mappair-_1).

Class: optional/none
Package

coalton-library/classes.

Source

classes.lisp.

Direct superclasses

optional.

Direct methods

print-object.

Class: optional/some
Package

coalton-library/classes.

Source

classes.lisp.

Direct superclasses

optional.

Direct methods
Direct Default Initargs
InitargValue
coalton-library/classes::|_0|(error )
Direct slots
Slot: _0
Initargs

coalton-library/classes::|_0|

Readers

optional/some-_0.

Writers

(setf optional/some-_0).

Class: printer-state
Package

coalton-impl/source.

Source

source.lisp.

Direct methods
Direct slots
Slot: source-stream
Initargs

:source-stream

Readers

source-stream.

Writers

This slot is read-only.

Slot: notes
Initargs

:notes

Slot: help
Initargs

:help

Slot: context
Initargs

:context

Slot: line-offsets
Readers

line-offsets.

Writers

This slot is read-only.

Slot: offset-positions
Initform

(make-hash-table)

Slot: line-number-width
Slot: current-line
Slot: last-line
Slot: note-stack
Readers

note-stack.

Writers

(setf note-stack).

Slot: note-max-depth
Initform

0

Class: profile/profile
Package

coalton-library/system.

Source

system.lisp.

Direct superclasses

profile.

Direct methods
Direct Default Initargs
InitargValue
coalton-library/system::|_0|(error )
coalton-library/system::|_1|(error )
coalton-library/system::|_2|(error )
coalton-library/system::|_3|(error )
Direct slots
Slot: _0
Initargs

coalton-library/system::|_0|

Readers

profile/profile-_0.

Writers

(setf profile/profile-_0).

Slot: _1
Type

(and fixnum unsigned-byte)

Initargs

coalton-library/system::|_1|

Readers

profile/profile-_1.

Writers

(setf profile/profile-_1).

Slot: _2
Type

(and fixnum unsigned-byte)

Initargs

coalton-library/system::|_2|

Readers

profile/profile-_2.

Writers

(setf profile/profile-_2).

Slot: _3
Type

(and fixnum unsigned-byte)

Initargs

coalton-library/system::|_3|

Readers

profile/profile-_3.

Writers

(setf profile/profile-_3).

Class: quantization/quantization
Package

coalton-library/math/real.

Source

real.lisp.

Direct superclasses

quantization.

Direct methods
Direct Default Initargs
InitargValue
coalton-library/math/real::|_0|(error )
coalton-library/math/real::|_1|(error )
coalton-library/math/real::|_2|(error )
coalton-library/math/real::|_3|(error )
coalton-library/math/real::|_4|(error )
Direct slots
Slot: _0
Initargs

coalton-library/math/real::|_0|

Readers

quantization/quantization-_0.

Writers

(setf quantization/quantization-_0).

Slot: _1
Type

integer

Initargs

coalton-library/math/real::|_1|

Readers

quantization/quantization-_1.

Writers

(setf quantization/quantization-_1).

Slot: _2
Initargs

coalton-library/math/real::|_2|

Readers

quantization/quantization-_2.

Writers

(setf quantization/quantization-_2).

Slot: _3
Type

integer

Initargs

coalton-library/math/real::|_3|

Readers

quantization/quantization-_3.

Writers

(setf quantization/quantization-_3).

Slot: _4
Initargs

coalton-library/math/real::|_4|

Readers

quantization/quantization-_4.

Writers

(setf quantization/quantization-_4).

Class: result/err
Package

coalton-library/classes.

Source

classes.lisp.

Direct superclasses

result.

Direct methods
Direct Default Initargs
InitargValue
coalton-library/classes::|_0|(error )
Direct slots
Slot: _0
Initargs

coalton-library/classes::|_0|

Readers

result/err-_0.

Writers

(setf result/err-_0).

Class: result/ok
Package

coalton-library/classes.

Source

classes.lisp.

Direct superclasses

result.

Direct methods
Direct Default Initargs
InitargValue
coalton-library/classes::|_0|(error )
Direct slots
Slot: _0
Initargs

coalton-library/classes::|_0|

Readers

result/ok-_0.

Writers

(setf result/ok-_0).

Class: seq/leafarray
Package

coalton-library/seq.

Source

seq.lisp.

Direct superclasses

seq.

Direct methods
Direct Default Initargs
InitargValue
coalton-library/seq::|_0|(error )
Direct slots
Slot: _0
Type

(and (vector t) (not simple-vector))

Initargs

coalton-library/seq::|_0|

Readers

seq/leafarray-_0.

Writers

(setf seq/leafarray-_0).

Class: seq/relaxednode
Package

coalton-library/seq.

Source

seq.lisp.

Direct superclasses

seq.

Direct methods
Direct Default Initargs
InitargValue
coalton-library/seq::|_0|(error )
coalton-library/seq::|_1|(error )
coalton-library/seq::|_2|(error )
coalton-library/seq::|_3|(error )
Direct slots
Slot: _0
Type

(and fixnum unsigned-byte)

Initargs

coalton-library/seq::|_0|

Readers

seq/relaxednode-_0.

Writers

(setf seq/relaxednode-_0).

Slot: _1
Type

(and fixnum unsigned-byte)

Initargs

coalton-library/seq::|_1|

Readers

seq/relaxednode-_1.

Writers

(setf seq/relaxednode-_1).

Slot: _2
Type

(and (vector t) (not simple-vector))

Initargs

coalton-library/seq::|_2|

Readers

seq/relaxednode-_2.

Writers

(setf seq/relaxednode-_2).

Slot: _3
Type

(and (vector t) (not simple-vector))

Initargs

coalton-library/seq::|_3|

Readers

seq/relaxednode-_3.

Writers

(setf seq/relaxednode-_3).

Class: source

An abstract base class for sources that provide error context during condition printing.

In the case of source that is copied to a different location during compilation (e.g., by emacs+slime), original file name preserves the original location.

Package

coalton-impl/source.

Source

source.lisp.

Direct subclasses
Direct methods

original-name.

Direct slots
Slot: name
Initargs

:name

Readers

original-name.

Writers

This slot is read-only.

Class: source-file

A source that supplies error context from a FILE.

Package

coalton-impl/source.

Source

source.lisp.

Direct superclasses

source.

Direct methods
Direct slots
Slot: file
Initargs

:file

Readers

input-name.

Writers

This slot is read-only.

Slot: offset
Initform

0

Initargs

:offset

Readers

file-offset.

Writers

This slot is read-only.

Class: source-string

A source that supplies error context from a STRING.

Package

coalton-impl/source.

Source

source.lisp.

Direct superclasses

source.

Direct methods
Direct slots
Slot: string
Package

common-lisp.

Initargs

:string

Readers

source-string.

Writers

This slot is read-only.

Class: streamoptions/bidirectional
Package

coalton-library/file.

Source

file.lisp.

Direct superclasses

streamoptions.

Direct methods
Direct Default Initargs
InitargValue
coalton-library/file::|_0|(error )
coalton-library/file::|_1|(error )
Direct slots
Slot: _0
Type

pathname

Initargs

coalton-library/file::|_0|

Readers

streamoptions/bidirectional-_0.

Writers

(setf streamoptions/bidirectional-_0).

Slot: _1
Type

(member coalton-library/file::ifexists/supersede coalton-library/file::ifexists/append coalton-library/file::ifexists/overwrite coalton-library/file::ifexists/eerror)

Initargs

coalton-library/file::|_1|

Readers

streamoptions/bidirectional-_1.

Writers

(setf streamoptions/bidirectional-_1).

Class: streamoptions/input
Package

coalton-library/file.

Source

file.lisp.

Direct superclasses

streamoptions.

Direct methods
Direct Default Initargs
InitargValue
coalton-library/file::|_0|(error )
Direct slots
Slot: _0
Type

pathname

Initargs

coalton-library/file::|_0|

Readers

streamoptions/input-_0.

Writers

(setf streamoptions/input-_0).

Class: streamoptions/output
Package

coalton-library/file.

Source

file.lisp.

Direct superclasses

streamoptions.

Direct methods
Direct Default Initargs
InitargValue
coalton-library/file::|_0|(error )
coalton-library/file::|_1|(error )
Direct slots
Slot: _0
Type

pathname

Initargs

coalton-library/file::|_0|

Readers

streamoptions/output-_0.

Writers

(setf streamoptions/output-_0).

Slot: _1
Type

(member coalton-library/file::ifexists/supersede coalton-library/file::ifexists/append coalton-library/file::ifexists/overwrite coalton-library/file::ifexists/eerror)

Initargs

coalton-library/file::|_1|

Readers

streamoptions/output-_1.

Writers

(setf streamoptions/output-_1).

Class: tree/branch
Package

coalton-library/ord-tree.

Source

ord-tree.lisp.

Direct superclasses

tree.

Direct methods
Direct Default Initargs
InitargValue
coalton-library/ord-tree::|_0|(error )
coalton-library/ord-tree::|_1|(error )
coalton-library/ord-tree::|_2|(error )
coalton-library/ord-tree::|_3|(error )
Direct slots
Slot: _0
Type

(member coalton-library/ord-tree::color/negativeblack coalton-library/ord-tree::color/doubleblack coalton-library/ord-tree::color/black coalton-library/ord-tree::color/red)

Initargs

coalton-library/ord-tree::|_0|

Readers

tree/branch-_0.

Writers

(setf tree/branch-_0).

Slot: _1
Type

coalton-library/ord-tree:tree

Initargs

coalton-library/ord-tree::|_1|

Readers

tree/branch-_1.

Writers

(setf tree/branch-_1).

Slot: _2
Initargs

coalton-library/ord-tree::|_2|

Readers

tree/branch-_2.

Writers

(setf tree/branch-_2).

Slot: _3
Type

coalton-library/ord-tree:tree

Initargs

coalton-library/ord-tree::|_3|

Readers

tree/branch-_3.

Writers

(setf tree/branch-_3).

Class: tree/doubleblackempty
Package

coalton-library/ord-tree.

Source

ord-tree.lisp.

Direct superclasses

tree.

Direct methods

print-object.

Class: tree/empty
Package

coalton-library/ord-tree.

Source

ord-tree.lisp.

Direct superclasses

tree.

Direct methods

print-object.

Class: tuple/tuple
Package

coalton-library/classes.

Source

classes.lisp.

Direct superclasses

tuple.

Direct methods
Direct Default Initargs
InitargValue
coalton-library/classes::|_0|(error )
coalton-library/classes::|_1|(error )
Direct slots
Slot: _0
Initargs

coalton-library/classes::|_0|

Readers

tuple/tuple-_0.

Writers

(setf tuple/tuple-_0).

Slot: _1
Initargs

coalton-library/classes::|_1|

Readers

tuple/tuple-_1.

Writers

(setf tuple/tuple-_1).

Class: tuple3/tuple3
Package

coalton-library/tuple.

Source

tuple.lisp.

Direct superclasses

tuple3.

Direct methods
Direct Default Initargs
InitargValue
coalton-library/tuple::|_0|(error )
coalton-library/tuple::|_1|(error )
coalton-library/tuple::|_2|(error )
Direct slots
Slot: _0
Initargs

coalton-library/tuple::|_0|

Readers

tuple3/tuple3-_0.

Writers

(setf tuple3/tuple3-_0).

Slot: _1
Initargs

coalton-library/tuple::|_1|

Readers

tuple3/tuple3-_1.

Writers

(setf tuple3/tuple3-_1).

Slot: _2
Initargs

coalton-library/tuple::|_2|

Readers

tuple3/tuple3-_2.

Writers

(setf tuple3/tuple3-_2).

Class: tuple4/tuple4
Package

coalton-library/tuple.

Source

tuple.lisp.

Direct superclasses

tuple4.

Direct methods
Direct Default Initargs
InitargValue
coalton-library/tuple::|_0|(error )
coalton-library/tuple::|_1|(error )
coalton-library/tuple::|_2|(error )
coalton-library/tuple::|_3|(error )
Direct slots
Slot: _0
Initargs

coalton-library/tuple::|_0|

Readers

tuple4/tuple4-_0.

Writers

(setf tuple4/tuple4-_0).

Slot: _1
Initargs

coalton-library/tuple::|_1|

Readers

tuple4/tuple4-_1.

Writers

(setf tuple4/tuple4-_1).

Slot: _2
Initargs

coalton-library/tuple::|_2|

Readers

tuple4/tuple4-_2.

Writers

(setf tuple4/tuple4-_2).

Slot: _3
Initargs

coalton-library/tuple::|_3|

Readers

tuple4/tuple4-_3.

Writers

(setf tuple4/tuple4-_3).

Class: tuple5/tuple5
Package

coalton-library/tuple.

Source

tuple.lisp.

Direct superclasses

tuple5.

Direct methods
Direct Default Initargs
InitargValue
coalton-library/tuple::|_0|(error )
coalton-library/tuple::|_1|(error )
coalton-library/tuple::|_2|(error )
coalton-library/tuple::|_3|(error )
coalton-library/tuple::|_4|(error )
Direct slots
Slot: _0
Initargs

coalton-library/tuple::|_0|

Readers

tuple5/tuple5-_0.

Writers

(setf tuple5/tuple5-_0).

Slot: _1
Initargs

coalton-library/tuple::|_1|

Readers

tuple5/tuple5-_1.

Writers

(setf tuple5/tuple5-_1).

Slot: _2
Initargs

coalton-library/tuple::|_2|

Readers

tuple5/tuple5-_2.

Writers

(setf tuple5/tuple5-_2).

Slot: _3
Initargs

coalton-library/tuple::|_3|

Readers

tuple5/tuple5-_3.

Writers

(setf tuple5/tuple5-_3).

Slot: _4
Initargs

coalton-library/tuple::|_4|

Readers

tuple5/tuple5-_4.

Writers

(setf tuple5/tuple5-_4).


6.2.10 Types

Type: action-list ()

A list of actions for use in ‘traverse‘.

Package

coalton-impl/codegen/traverse.

Source

traverse.lisp.

Type: ambiguity-list ()
Package

coalton-impl/typechecker/context-reduction.

Source

context-reduction.lisp.

Type: argument ()

An ARGUMENT is either a NODE or the marker value ’@@unpropagated

Package

coalton-impl/codegen/monomorphize.

Source

monomorphize.lisp.

Type: argument-list ()
Package

coalton-impl/codegen/monomorphize.

Source

monomorphize.lisp.

Type: color/black ()
Package

coalton-library/ord-tree.

Source

ord-tree.lisp.

Type: color/doubleblack ()
Package

coalton-library/ord-tree.

Source

ord-tree.lisp.

Type: color/negativeblack ()
Package

coalton-library/ord-tree.

Source

ord-tree.lisp.

Type: color/red ()
Package

coalton-library/ord-tree.

Source

ord-tree.lisp.

Type: compile-candidate-list ()
Package

coalton-impl/codegen/monomorphize.

Source

monomorphize.lisp.

Type: custom-hash-table (&optional key val)
Package

coalton/hashtable-shim.

Source

defs.lisp.

Type: function-env-entry-list ()
Package

coalton-impl/typechecker/environment.

Source

environment.lisp.

Type: hash ()
Package

coalton/hashtable-shim.

Source

defs.lisp.

Type: hash-function ()
Package

coalton/hashtable-shim.

Source

defs.lisp.

Type: hoist-point-list ()
Package

coalton-impl/codegen/hoister.

Source

hoister.lisp.

Type: ifexists/append ()
Package

coalton-library/file.

Source

file.lisp.

Type: ifexists/eerror ()
Package

coalton-library/file.

Source

file.lisp.

Type: ifexists/overwrite ()
Package

coalton-library/file.

Source

file.lisp.

Type: ifexists/supersede ()
Package

coalton-library/file.

Source

file.lisp.

Type: key ()
Package

coalton/hashtable-shim.

Source

defs.lisp.

Type: lisp-coalton-var-alist ()

An association list of cons cells pairing lisp symbols (‘symbol‘) with coalton symbols (‘parser:identifier‘)

Package

coalton-impl/codegen/ast.

Source

ast.lisp.

Type: node-do-body-element-list ()
Package

coalton-impl/typechecker/expression.

Source

expression.lisp.

Type: node-do-body-element-list ()
Package

coalton-impl/parser/expression.

Source

expression.lisp.

Type: node-return-info ()
Package

coalton-impl/typechecker/define.

Source

define.lisp.

Type: node-return-info-list ()
Package

coalton-impl/typechecker/define.

Source

define.lisp.

Type: node-subtype ()

A symbol signifying either ‘’node‘ or a particular type of node like ‘’node-application‘. This is used in ‘action‘ structures to determine what types of nodes an operation should be performed on when using ‘traverse‘.

Package

coalton-impl/codegen/traverse.

Source

traverse.lisp.

Type: ord/eq ()
Package

coalton-library/classes.

Source

classes.lisp.

Type: ord/gt ()
Package

coalton-library/classes.

Source

classes.lisp.

Type: ord/lt ()
Package

coalton-library/classes.

Source

classes.lisp.

Type: pattern-matrix ()
Package

coalton-impl/analysis/pattern-exhaustiveness.

Source

pattern-exhaustiveness.lisp.

Type: pattern-var-list ()
Package

coalton-impl/typechecker/pattern.

Source

pattern.lisp.

Type: pattern-var-list ()
Package

coalton-impl/parser/pattern.

Source

pattern.lisp.

Type: proxy/proxy ()
Package

coalton-library/types.

Source

types.lisp.

Type: size ()
Package

coalton/hashtable-shim.

Source

defs.lisp.

Type: source-error-context-list ()
Package

source-error/error.

Source

error.lisp.

Type: source-error-help-list ()
Package

source-error/error.

Source

error.lisp.

Type: source-error-note-list ()
Package

source-error/error.

Source

error.lisp.

Type: test-function ()
Package

coalton/hashtable-shim.

Source

defs.lisp.

Type: ty-class-method-list ()
Package

coalton-impl/typechecker/environment.

Source

environment.lisp.

Type: val ()
Package

coalton/hashtable-shim.

Source

defs.lisp.

Type: when-keyword ()

A keyword used in ‘action‘ structures to determine at what time an operation should be performed when using ‘traverse‘. The keyword ‘:traverse‘ represents the main call of the traversal which recurses through sub-nodes of a given node. The keywords ‘:before‘ and ‘:after‘ tag actions to be performed before or after the main recursive call of a traversal.

Package

coalton-impl/codegen/traverse.

Source

traverse.lisp.


Appendix A Indexes


A.1 Concepts


A.2 Functions

Jump to:   %   (   *   +   -   .   /   1   <   =   >   ^  
A   B   C   D   E   F   G   H   I   J   K   L   M   N   O   P   Q   R   S   T   U   V   W   X   Y   Z  
Index Entry  Section

%
%complex: Private ordinary functions
%copy-node: Private ordinary functions
%define-integer-roundings: Private macros
%define-integral-native: Private macros
%define-native-complex-instances: Private macros
%define-native-expt: Private macros
%define-native-rationals: Private macros
%define-overflow-handler: Private macros
%define-real-float-elementary: Private macros
%define-remainder-native: Private macros
%define-standard-complex-instances: Private macros
%define-standard-complex-instances: Private macros
%ensure-proper-list: Private ordinary functions
%get-hash-test-funcs: Private ordinary functions
%handle-file-function: Private macros
%if-directory-path: Private ordinary functions
%iterator: Private ordinary functions
%label-location: Private ordinary functions
%length: Private ordinary functions
%make-cursor: Private ordinary functions
%make-hashtable: Private ordinary functions
%make-location: Private ordinary functions
%make-source-error: Private ordinary functions
%make-temp-dir-pathname: Private ordinary functions
%make-temp-file-pathname: Private ordinary functions
%map: Private ordinary functions
%node-type: Private ordinary functions
%open: Private ordinary functions
%open-bidirectional: Private ordinary functions
%open-input: Private ordinary functions
%open-output: Private ordinary functions
%optional-coerce: Private ordinary functions
%primary-note: Private ordinary functions
%push: Private ordinary functions
%read-byte: Private ordinary functions
%reduce-context: Private ordinary functions
%reverse: Private ordinary functions
%reverse!: Private ordinary functions
%set-temp-directory: Private ordinary functions
%shift-n-branches-onto: Private ordinary functions
%temp-directory: Private ordinary functions
%unwind-protect: Private macros
%write-byte: Private ordinary functions

(
(setf %node-type): Private ordinary functions
(setf candidate-manager-stack): Private ordinary functions
(setf cell-internal-inner): Private ordinary functions
(setf character-position): Private generic functions
(setf character-position): Private generic functions
(setf class/alternative-alt): Private generic functions
(setf class/alternative-alt): Private generic functions
(setf class/alternative-empty): Private generic functions
(setf class/alternative-empty): Private generic functions
(setf class/alternative-super-0): Private generic functions
(setf class/alternative-super-0): Private generic functions
(setf class/applicative-lifta2): Private generic functions
(setf class/applicative-lifta2): Private generic functions
(setf class/applicative-pure): Private generic functions
(setf class/applicative-pure): Private generic functions
(setf class/applicative-super-0): Private generic functions
(setf class/applicative-super-0): Private generic functions
(setf class/bifunctor-bimap): Private generic functions
(setf class/bifunctor-bimap): Private generic functions
(setf class/bits-and): Private generic functions
(setf class/bits-and): Private generic functions
(setf class/bits-not): Private generic functions
(setf class/bits-not): Private generic functions
(setf class/bits-or): Private generic functions
(setf class/bits-or): Private generic functions
(setf class/bits-shift): Private generic functions
(setf class/bits-shift): Private generic functions
(setf class/bits-super-0): Private generic functions
(setf class/bits-super-0): Private generic functions
(setf class/bits-xor): Private generic functions
(setf class/bits-xor): Private generic functions
(setf class/bounded-maxbound): Private generic functions
(setf class/bounded-maxbound): Private generic functions
(setf class/bounded-minbound): Private generic functions
(setf class/bounded-minbound): Private generic functions
(setf class/complex-complex): Private generic functions
(setf class/complex-complex): Private generic functions
(setf class/complex-imag-part): Private generic functions
(setf class/complex-imag-part): Private generic functions
(setf class/complex-real-part): Private generic functions
(setf class/complex-real-part): Private generic functions
(setf class/complex-super-0): Private generic functions
(setf class/complex-super-0): Private generic functions
(setf class/default-default): Private generic functions
(setf class/default-default): Private generic functions
(setf class/dividable-general/): Private generic functions
(setf class/dividable-general/): Private generic functions
(setf class/elementary-super-0): Private generic functions
(setf class/elementary-super-0): Private generic functions
(setf class/elementary-super-1): Private generic functions
(setf class/elementary-super-1): Private generic functions
(setf class/elementary-super-2): Private generic functions
(setf class/elementary-super-2): Private generic functions
(setf class/elementary-super-3): Private generic functions
(setf class/elementary-super-3): Private generic functions
(setf class/elementary-super-4): Private generic functions
(setf class/elementary-super-4): Private generic functions
(setf class/eq-==): Private generic functions
(setf class/eq-==): Private generic functions
(setf class/exponentiable-ee): Private generic functions
(setf class/exponentiable-ee): Private generic functions
(setf class/exponentiable-exp): Private generic functions
(setf class/exponentiable-exp): Private generic functions
(setf class/exponentiable-ln): Private generic functions
(setf class/exponentiable-ln): Private generic functions
(setf class/exponentiable-log): Private generic functions
(setf class/exponentiable-log): Private generic functions
(setf class/exponentiable-pow): Private generic functions
(setf class/exponentiable-pow): Private generic functions
(setf class/file-open): Private generic functions
(setf class/file-open): Private generic functions
(setf class/file-read): Private generic functions
(setf class/file-read): Private generic functions
(setf class/file-write): Private generic functions
(setf class/file-write): Private generic functions
(setf class/foldable-fold): Private generic functions
(setf class/foldable-fold): Private generic functions
(setf class/foldable-foldr): Private generic functions
(setf class/foldable-foldr): Private generic functions
(setf class/fromiterator-collect!): Private generic functions
(setf class/fromiterator-collect!): Private generic functions
(setf class/functor-map): Private generic functions
(setf class/functor-map): Private generic functions
(setf class/hash-hash): Private generic functions
(setf class/hash-hash): Private generic functions
(setf class/hash-super-0): Private generic functions
(setf class/hash-super-0): Private generic functions
(setf class/integral-super-0): Private generic functions
(setf class/integral-super-0): Private generic functions
(setf class/integral-super-1): Private generic functions
(setf class/integral-super-1): Private generic functions
(setf class/integral-tointeger): Private generic functions
(setf class/integral-tointeger): Private generic functions
(setf class/into-into): Private generic functions
(setf class/into-into): Private generic functions
(setf class/intoiterator-into-iter): Private generic functions
(setf class/intoiterator-into-iter): Private generic functions
(setf class/iso-super-0): Private generic functions
(setf class/iso-super-0): Private generic functions
(setf class/iso-super-1): Private generic functions
(setf class/iso-super-1): Private generic functions
(setf class/monad->>=): Private generic functions
(setf class/monad->>=): Private generic functions
(setf class/monad-super-0): Private generic functions
(setf class/monad-super-0): Private generic functions
(setf class/monadfail-fail): Private generic functions
(setf class/monadfail-fail): Private generic functions
(setf class/monadfail-super-0): Private generic functions
(setf class/monadfail-super-0): Private generic functions
(setf class/monoid-mempty): Private generic functions
(setf class/monoid-mempty): Private generic functions
(setf class/monoid-super-0): Private generic functions
(setf class/monoid-super-0): Private generic functions
(setf class/num-*): Private generic functions
(setf class/num-*): Private generic functions
(setf class/num-+): Private generic functions
(setf class/num-+): Private generic functions
(setf class/num--): Private generic functions
(setf class/num--): Private generic functions
(setf class/num-fromint): Private generic functions
(setf class/num-fromint): Private generic functions
(setf class/num-super-0): Private generic functions
(setf class/num-super-0): Private generic functions
(setf class/ord-<=>): Private generic functions
(setf class/ord-<=>): Private generic functions
(setf class/ord-super-0): Private generic functions
(setf class/ord-super-0): Private generic functions
(setf class/polar-phase): Private generic functions
(setf class/polar-phase): Private generic functions
(setf class/polar-polar): Private generic functions
(setf class/polar-polar): Private generic functions
(setf class/polar-super-0): Private generic functions
(setf class/polar-super-0): Private generic functions
(setf class/polar-super-1): Private generic functions
(setf class/polar-super-1): Private generic functions
(setf class/quantizable-ceiling): Private generic functions
(setf class/quantizable-ceiling): Private generic functions
(setf class/quantizable-floor): Private generic functions
(setf class/quantizable-floor): Private generic functions
(setf class/quantizable-proper): Private generic functions
(setf class/quantizable-proper): Private generic functions
(setf class/radical-nth-root): Private generic functions
(setf class/radical-nth-root): Private generic functions
(setf class/radical-sqrt): Private generic functions
(setf class/radical-sqrt): Private generic functions
(setf class/randomaccess-length): Private generic functions
(setf class/randomaccess-length): Private generic functions
(setf class/randomaccess-make): Private generic functions
(setf class/randomaccess-make): Private generic functions
(setf class/randomaccess-readable?): Private generic functions
(setf class/randomaccess-readable?): Private generic functions
(setf class/randomaccess-unsafe-aref): Private generic functions
(setf class/randomaccess-unsafe-aref): Private generic functions
(setf class/randomaccess-unsafe-set!): Private generic functions
(setf class/randomaccess-unsafe-set!): Private generic functions
(setf class/randomaccess-writable?): Private generic functions
(setf class/randomaccess-writable?): Private generic functions
(setf class/rational-best-approx): Private generic functions
(setf class/rational-best-approx): Private generic functions
(setf class/rational-super-0): Private generic functions
(setf class/rational-super-0): Private generic functions
(setf class/rational-super-1): Private generic functions
(setf class/rational-super-1): Private generic functions
(setf class/rational-to-fraction): Private generic functions
(setf class/rational-to-fraction): Private generic functions
(setf class/real-real-approx): Private generic functions
(setf class/real-real-approx): Private generic functions
(setf class/real-super-0): Private generic functions
(setf class/real-super-0): Private generic functions
(setf class/real-super-1): Private generic functions
(setf class/real-super-1): Private generic functions
(setf class/reciprocable-/): Private generic functions
(setf class/reciprocable-/): Private generic functions
(setf class/reciprocable-reciprocal): Private generic functions
(setf class/reciprocable-reciprocal): Private generic functions
(setf class/reciprocable-super-0): Private generic functions
(setf class/reciprocable-super-0): Private generic functions
(setf class/remainder-div): Private generic functions
(setf class/remainder-div): Private generic functions
(setf class/remainder-divmod): Private generic functions
(setf class/remainder-divmod): Private generic functions
(setf class/remainder-mod): Private generic functions
(setf class/remainder-mod): Private generic functions
(setf class/remainder-quot): Private generic functions
(setf class/remainder-quot): Private generic functions
(setf class/remainder-quotrem): Private generic functions
(setf class/remainder-quotrem): Private generic functions
(setf class/remainder-rem): Private generic functions
(setf class/remainder-rem): Private generic functions
(setf class/remainder-super-0): Private generic functions
(setf class/remainder-super-0): Private generic functions
(setf class/runtimerepr-runtime-repr): Private generic functions
(setf class/runtimerepr-runtime-repr): Private generic functions
(setf class/semigroup-<>): Private generic functions
(setf class/semigroup-<>): Private generic functions
(setf class/signalable-error): Private generic functions
(setf class/signalable-error): Private generic functions
(setf class/sliceable-%length): Private generic functions
(setf class/sliceable-%length): Private generic functions
(setf class/transfinite-infinite?): Private generic functions
(setf class/transfinite-infinite?): Private generic functions
(setf class/transfinite-infinity): Private generic functions
(setf class/transfinite-infinity): Private generic functions
(setf class/transfinite-nan): Private generic functions
(setf class/transfinite-nan): Private generic functions
(setf class/transfinite-nan?): Private generic functions
(setf class/transfinite-nan?): Private generic functions
(setf class/traversable-traverse): Private generic functions
(setf class/traversable-traverse): Private generic functions
(setf class/trigonometric-acos): Private generic functions
(setf class/trigonometric-acos): Private generic functions
(setf class/trigonometric-asin): Private generic functions
(setf class/trigonometric-asin): Private generic functions
(setf class/trigonometric-atan): Private generic functions
(setf class/trigonometric-atan): Private generic functions
(setf class/trigonometric-cos): Private generic functions
(setf class/trigonometric-cos): Private generic functions
(setf class/trigonometric-pi): Private generic functions
(setf class/trigonometric-pi): Private generic functions
(setf class/trigonometric-sin): Private generic functions
(setf class/trigonometric-sin): Private generic functions
(setf class/trigonometric-tan): Private generic functions
(setf class/trigonometric-tan): Private generic functions
(setf class/tryinto-tryinto): Private generic functions
(setf class/tryinto-tryinto): Private generic functions
(setf class/unwrappable-unwrap-or-else): Private generic functions
(setf class/unwrappable-unwrap-or-else): Private generic functions
(setf complex/%complex-_0): Private generic functions
(setf complex/%complex-_0): Private generic functions
(setf complex/%complex-_1): Private generic functions
(setf complex/%complex-_1): Private generic functions
(setf cursor-last): Private ordinary functions
(setf cursor-message): Public ordinary functions
(setf cursor-pointer): Public ordinary functions
(setf cursor-source): Public ordinary functions
(setf cursor-value): Public ordinary functions
(setf dual/dual-_0): Private generic functions
(setf dual/dual-_0): Private generic functions
(setf dual/dual-_1): Private generic functions
(setf dual/dual-_1): Private generic functions
(setf dyadic/dyadic-_0): Private generic functions
(setf dyadic/dyadic-_0): Private generic functions
(setf dyadic/dyadic-_1): Private generic functions
(setf dyadic/dyadic-_1): Private generic functions
(setf fileerror/fileerror-_0): Private generic functions
(setf fileerror/fileerror-_0): Private generic functions
(setf fileerror/lisperror-_0): Private generic functions
(setf fileerror/lisperror-_0): Private generic functions
(setf fileerror/patherror-_0): Private generic functions
(setf fileerror/patherror-_0): Private generic functions
(setf fileerror/patherror-_1): Private generic functions
(setf fileerror/patherror-_1): Private generic functions
(setf free/free-_0): Private generic functions
(setf free/free-_0): Private generic functions
(setf free/val-_0): Private generic functions
(setf free/val-_0): Private generic functions
(setf get-value): Public ordinary functions
(setf global-environment-bindings): Private ordinary functions
(setf hoist-point-bound-variables): Private ordinary functions
(setf hoister-hoist-points): Private ordinary functions
(setf iterator/%iterator-_0): Private generic functions
(setf iterator/%iterator-_0): Private generic functions
(setf iterator/%iterator-_1): Private generic functions
(setf iterator/%iterator-_1): Private generic functions
(setf iteratorstacknode/expand-_0): Private generic functions
(setf iteratorstacknode/expand-_0): Private generic functions
(setf iteratorstacknode/yield-_0): Private generic functions
(setf iteratorstacknode/yield-_0): Private generic functions
(setf mappair/justkey-_0): Private generic functions
(setf mappair/justkey-_0): Private generic functions
(setf mappair/mappair-_0): Private generic functions
(setf mappair/mappair-_0): Private generic functions
(setf mappair/mappair-_1): Private generic functions
(setf mappair/mappair-_1): Private generic functions
(setf node-abstraction-type): Private ordinary functions
(setf node-application-type): Private ordinary functions
(setf node-bind-type): Private ordinary functions
(setf node-block-type): Private ordinary functions
(setf node-break-type): Private ordinary functions
(setf node-continue-type): Private ordinary functions
(setf node-direct-application-type): Private ordinary functions
(setf node-dynamic-extent-type): Private ordinary functions
(setf node-field-type): Private ordinary functions
(setf node-let-type): Private ordinary functions
(setf node-lisp-type): Private ordinary functions
(setf node-literal-type): Private ordinary functions
(setf node-loop-type): Private ordinary functions
(setf node-match-type): Private ordinary functions
(setf node-return-from-type): Private ordinary functions
(setf node-seq-type): Private ordinary functions
(setf node-variable-type): Private ordinary functions
(setf node-while-let-type): Private ordinary functions
(setf node-while-type): Private ordinary functions
(setf note-stack): Private generic functions
(setf note-stack): Private generic functions
(setf optional/some-_0): Private generic functions
(setf optional/some-_0): Private generic functions
(setf profile/profile-_0): Private generic functions
(setf profile/profile-_0): Private generic functions
(setf profile/profile-_1): Private generic functions
(setf profile/profile-_1): Private generic functions
(setf profile/profile-_2): Private generic functions
(setf profile/profile-_2): Private generic functions
(setf profile/profile-_3): Private generic functions
(setf profile/profile-_3): Private generic functions
(setf program-classes): Public ordinary functions
(setf program-declares): Public ordinary functions
(setf program-defines): Public ordinary functions
(setf program-instances): Public ordinary functions
(setf program-lisp-forms): Public ordinary functions
(setf program-specializations): Public ordinary functions
(setf program-structs): Public ordinary functions
(setf program-types): Public ordinary functions
(setf quantization/quantization-_0): Private generic functions
(setf quantization/quantization-_0): Private generic functions
(setf quantization/quantization-_1): Private generic functions
(setf quantization/quantization-_1): Private generic functions
(setf quantization/quantization-_2): Private generic functions
(setf quantization/quantization-_2): Private generic functions
(setf quantization/quantization-_3): Private generic functions
(setf quantization/quantization-_3): Private generic functions
(setf quantization/quantization-_4): Private generic functions
(setf quantization/quantization-_4): Private generic functions
(setf queue-internal-elements): Private ordinary functions
(setf queue-internal-last): Private ordinary functions
(setf queue-internal-length): Private ordinary functions
(setf result/err-_0): Private generic functions
(setf result/err-_0): Private generic functions
(setf result/ok-_0): Private generic functions
(setf result/ok-_0): Private generic functions
(setf seq/leafarray-_0): Private generic functions
(setf seq/leafarray-_0): Private generic functions
(setf seq/relaxednode-_0): Private generic functions
(setf seq/relaxednode-_0): Private generic functions
(setf seq/relaxednode-_1): Private generic functions
(setf seq/relaxednode-_1): Private generic functions
(setf seq/relaxednode-_2): Private generic functions
(setf seq/relaxednode-_2): Private generic functions
(setf seq/relaxednode-_3): Private generic functions
(setf seq/relaxednode-_3): Private generic functions
(setf source-condition-err): Public generic functions
(setf source-condition-err): Public generic functions
(setf stream-file-position): Public standalone methods
(setf streamoptions/bidirectional-_0): Private generic functions
(setf streamoptions/bidirectional-_0): Private generic functions
(setf streamoptions/bidirectional-_1): Private generic functions
(setf streamoptions/bidirectional-_1): Private generic functions
(setf streamoptions/input-_0): Private generic functions
(setf streamoptions/input-_0): Private generic functions
(setf streamoptions/output-_0): Private generic functions
(setf streamoptions/output-_0): Private generic functions
(setf streamoptions/output-_1): Private generic functions
(setf streamoptions/output-_1): Private generic functions
(setf tarjan-node-index): Private ordinary functions
(setf tarjan-node-low-link): Private ordinary functions
(setf tarjan-node-on-stack): Private ordinary functions
(setf too-many-arguments-arguments): Public generic functions
(setf too-many-arguments-arguments): Public generic functions
(setf too-many-arguments-count): Public generic functions
(setf too-many-arguments-count): Public generic functions
(setf too-many-arguments-function): Public generic functions
(setf too-many-arguments-function): Public generic functions
(setf top-level-binding-value): Private ordinary functions
(setf toplevel-declare-monomorphize): Public ordinary functions
(setf toplevel-define-monomorphize): Public ordinary functions
(setf toplevel-define-struct-repr): Public ordinary functions
(setf toplevel-define-type-repr): Public ordinary functions
(setf toplevel-package-export): Private ordinary functions
(setf toplevel-package-import): Private ordinary functions
(setf toplevel-package-import-as): Private ordinary functions
(setf toplevel-package-import-from): Private ordinary functions
(setf toplevel-package-shadow): Private ordinary functions
(setf tree/branch-_0): Private generic functions
(setf tree/branch-_0): Private generic functions
(setf tree/branch-_1): Private generic functions
(setf tree/branch-_1): Private generic functions
(setf tree/branch-_2): Private generic functions
(setf tree/branch-_2): Private generic functions
(setf tree/branch-_3): Private generic functions
(setf tree/branch-_3): Private generic functions
(setf tuple/tuple-_0): Private generic functions
(setf tuple/tuple-_0): Private generic functions
(setf tuple/tuple-_1): Private generic functions
(setf tuple/tuple-_1): Private generic functions
(setf tuple3/tuple3-_0): Private generic functions
(setf tuple3/tuple3-_0): Private generic functions
(setf tuple3/tuple3-_1): Private generic functions
(setf tuple3/tuple3-_1): Private generic functions
(setf tuple3/tuple3-_2): Private generic functions
(setf tuple3/tuple3-_2): Private generic functions
(setf tuple4/tuple4-_0): Private generic functions
(setf tuple4/tuple4-_0): Private generic functions
(setf tuple4/tuple4-_1): Private generic functions
(setf tuple4/tuple4-_1): Private generic functions
(setf tuple4/tuple4-_2): Private generic functions
(setf tuple4/tuple4-_2): Private generic functions
(setf tuple4/tuple4-_3): Private generic functions
(setf tuple4/tuple4-_3): Private generic functions
(setf tuple5/tuple5-_0): Private generic functions
(setf tuple5/tuple5-_0): Private generic functions
(setf tuple5/tuple5-_1): Private generic functions
(setf tuple5/tuple5-_1): Private generic functions
(setf tuple5/tuple5-_2): Private generic functions
(setf tuple5/tuple5-_2): Private generic functions
(setf tuple5/tuple5-_3): Private generic functions
(setf tuple5/tuple5-_3): Private generic functions
(setf tuple5/tuple5-_4): Private generic functions
(setf tuple5/tuple5-_4): Private generic functions
(setf unread-characters): Private generic functions
(setf unread-characters): Private generic functions

*
*: Public ordinary functions

+
+: Public ordinary functions

-
-: Public ordinary functions

.
.<: Public macros
.>: Public macros

/
/: Public ordinary functions
/=: Public ordinary functions

1
1+: Public ordinary functions
1-: Public ordinary functions

<
<: Public ordinary functions
<=: Public ordinary functions
<=>: Public ordinary functions
<>: Public ordinary functions

=
==: Public ordinary functions

>
>: Public ordinary functions
>=: Public ordinary functions
>>: Public ordinary functions
>>=: Public ordinary functions

^
^: Public ordinary functions
^^: Public ordinary functions

A
a1: Private ordinary functions
a10: Private ordinary functions
a11: Private ordinary functions
a12: Private ordinary functions
a13: Private ordinary functions
a14: Private ordinary functions
a15: Private ordinary functions
a16: Private ordinary functions
a17: Private ordinary functions
a18: Private ordinary functions
a19: Private ordinary functions
a2: Private ordinary functions
a20: Private ordinary functions
a21: Private ordinary functions
a22: Private ordinary functions
a23: Private ordinary functions
a24: Private ordinary functions
a25: Private ordinary functions
a26: Private ordinary functions
a27: Private ordinary functions
a28: Private ordinary functions
a29: Private ordinary functions
a3: Private ordinary functions
a30: Private ordinary functions
a31: Private ordinary functions
a4: Private ordinary functions
a5: Private ordinary functions
a6: Private ordinary functions
a7: Private ordinary functions
a8: Private ordinary functions
a9: Private ordinary functions
abort: Public ordinary functions
abs: Public ordinary functions
accessor-field: Public ordinary functions
accessor-from: Public ordinary functions
accessor-list-p: Private ordinary functions
accessor-location: Private ordinary functions
accessor-p: Private ordinary functions
accessor-to: Public ordinary functions
acos: Public ordinary functions
acosh: Public ordinary functions
action: Public macros
action-function: Private ordinary functions
action-list-p: Private ordinary functions
action-p: Private ordinary functions
action-type: Private ordinary functions
action-when: Private ordinary functions
add-feature: Public ordinary functions
add-instance: Public ordinary functions
add-specialization: Public ordinary functions
aggressive-heuristic: Private ordinary functions
all: Public ordinary functions
alpha?: Public ordinary functions
alt: Public ordinary functions
ambiguities: Private ordinary functions
ambiguity-list-p: Private ordinary functions
ambiguity-p: Private ordinary functions
ambiguity-preds: Private ordinary functions
ambiguity-var: Private ordinary functions
ambiguous-constraint-pred: Public generic functions
ambiguous-constraint-pred: Public generic functions
analyze-translation-unit: Public ordinary functions
and: Public macros
and: Public ordinary functions
and!: Public ordinary functions
any: Public ordinary functions
any!: Public ordinary functions
append: Public ordinary functions
append: Public ordinary functions
append: Public ordinary functions
append-rev: Private ordinary functions
append-to-file!: Public ordinary functions
apply-ast-substitution: Public ordinary functions
apply-dicts: Private ordinary functions
apply-ksubstitution: Public generic functions
apply-ksubstitution: Public generic functions
apply-ksubstitution: Public generic functions
apply-ksubstitution: Public generic functions
apply-ksubstitution: Public generic functions
apply-ksubstitution: Public generic functions
apply-ksubstitution: Public generic functions
apply-ksubstitution: Public generic functions
apply-ksubstitution: Public generic functions
apply-ksubstitution: Public generic functions
apply-ksubstitution: Public generic functions
apply-specializations: Private ordinary functions
apply-substitution: Public generic functions
apply-substitution: Public generic functions
apply-substitution: Public generic functions
apply-substitution: Public generic functions
apply-substitution: Public generic functions
apply-substitution: Public generic functions
apply-substitution: Public generic functions
apply-substitution: Public generic functions
apply-substitution: Public generic functions
apply-substitution: Public generic functions
apply-substitution: Public generic functions
apply-substitution: Public generic functions
apply-substitution: Public generic functions
apply-substitution: Public generic functions
apply-substitution: Public generic functions
apply-substitution: Public generic functions
apply-substitution: Public generic functions
apply-substitution: Public generic functions
apply-substitution: Public generic functions
apply-substitution: Public generic functions
apply-substitution: Public generic functions
apply-substitution: Public generic functions
apply-substitution: Public generic functions
apply-substitution: Public generic functions
apply-substitution: Public generic functions
apply-substitution: Public generic functions
apply-substitution: Public generic functions
apply-substitution: Public generic functions
apply-substitution: Public generic functions
apply-substitution: Public generic functions
apply-substitution: Public generic functions
apply-substitution: Public generic functions
apply-substitution: Public generic functions
apply-substitution: Public generic functions
apply-substitution: Public generic functions
apply-substitution: Public generic functions
apply-substitution: Public generic functions
apply-substitution: Public generic functions
apply-substitution: Public generic functions
apply-substitution: Public generic functions
apply-substitution: Public generic functions
apply-substitution: Public generic functions
apply-substitution: Public generic functions
apply-substitution: Public generic functions
apply-substitution: Public generic functions
apply-substitution: Public generic functions
apply-substitution: Public generic functions
apply-substitution: Public generic functions
apply-substitution: Public generic functions
apply-substitution: Public generic functions
apply-substitution: Public generic functions
apply-substitution: Public generic functions
apply-substitution: Public generic functions
apply-substitution: Public generic functions
apply-substitution: Public generic functions
apply-type-argument: Public ordinary functions
apply-type-argument-list: Public ordinary functions
architecture: Public ordinary functions
aref: Public ordinary functions
aref: Public ordinary functions
aref/double-float: Private ordinary functions
aref/i16: Private ordinary functions
aref/i32: Private ordinary functions
aref/i64: Private ordinary functions
aref/i8: Private ordinary functions
aref/ifix: Private ordinary functions
aref/single-float: Private ordinary functions
aref/u16: Private ordinary functions
aref/u32: Private ordinary functions
aref/u64: Private ordinary functions
aref/u8: Private ordinary functions
aref/ufix: Private ordinary functions
argument-list-p: Private ordinary functions
argument-p: Private ordinary functions
argv0: Public ordinary functions
as: Public macros
as-black: Private ordinary functions
as-optional: Public ordinary functions
as-proxy-of: Public ordinary functions
ascii-alpha?: Public ordinary functions
ascii-alphanumeric?: Public ordinary functions
ascii-digit?: Public ordinary functions
ascii-lowercase?: Public ordinary functions
ascii-uppercase?: Public ordinary functions
ash: Public ordinary functions
asin: Public ordinary functions
asinh: Public ordinary functions
assert: Public macros
ast-substitution-from: Public ordinary functions
ast-substitution-list-p: Private ordinary functions
ast-substitution-p: Private ordinary functions
ast-substitution-to: Public ordinary functions
asum: Public ordinary functions
atan: Public ordinary functions
atan2: Public ordinary functions
atanh: Public ordinary functions
atom-p: Public ordinary functions
attach-explicit-binding-type: Public generic functions
attach-explicit-binding-type: Public generic functions
attach-explicit-binding-type: Public generic functions
attach-explicit-binding-type: Public generic functions
attribute-location: Private ordinary functions
attribute-monomorphize-location: Private ordinary functions
attribute-monomorphize-p: Private ordinary functions
attribute-p: Private ordinary functions
attribute-repr-arg: Public ordinary functions
attribute-repr-location: Private ordinary functions
attribute-repr-p: Private ordinary functions
attribute-repr-type: Public ordinary functions

B
balance: Private ordinary functions
base-type: Public ordinary functions
best-approx: Public ordinary functions
bidirectional: Public ordinary functions
bimap: Public ordinary functions
bind-variable: Private ordinary functions
binding-function-p: Public generic functions
binding-function-p: Public generic functions
binding-function-p: Public generic functions
binding-function-p: Public generic functions
binding-last-node: Public generic functions
binding-last-node: Public generic functions
binding-last-node: Public generic functions
binding-last-node: Public generic functions
binding-last-node: Public generic functions
binding-last-node: Public generic functions
binding-last-node: Public generic functions
binding-last-node: Public generic functions
binding-list-p: Private ordinary functions
binding-name: Public generic functions
binding-name: Public generic functions
binding-name: Public generic functions
binding-name: Public generic functions
binding-parameters: Public generic functions
binding-parameters: Public generic functions
binding-parameters: Public generic functions
binding-parameters: Public generic functions
binding-parameters: Public generic functions
binding-parameters: Public generic functions
binding-parameters: Public generic functions
binding-parameters: Public generic functions
binding-restricted-p: Public generic functions
binding-restricted-p: Public generic functions
binding-restricted-p: Public generic functions
binding-restricted-p: Public generic functions
binding-toplevel-p: Public generic functions
binding-toplevel-p: Public generic functions
binding-toplevel-p: Public generic functions
binding-toplevel-p: Public generic functions
binding-type: Public generic functions
binding-type: Public generic functions
binding-type: Public generic functions
binding-type: Public generic functions
binding-value: Public generic functions
binding-value: Public generic functions
binding-value: Public generic functions
binding-value: Public generic functions
binding-value: Public generic functions
binding-value: Public generic functions
binding-value: Public generic functions
binding-value: Public generic functions
bindings-offset: Private ordinary functions
block-label: Private ordinary functions
boolean-and: Public ordinary functions
boolean-not: Public ordinary functions
boolean-or: Public ordinary functions
boolean-xor: Public ordinary functions
bracket: Public ordinary functions
branch: Private ordinary functions
branch-count: Private ordinary functions
branch-list-p: Private ordinary functions
break: Public macros
break-label: Private ordinary functions
bubble-double-black: Private ordinary functions
buffer-name: Private ordinary functions
build-call: Private ordinary functions
build-cumulative-size-table: Private ordinary functions
build-typed-binding: Private generic functions
build-typed-binding: Private generic functions
build-typed-binding: Private generic functions
build-typed-binding: Private generic functions
butfirst: Private ordinary functions
butlast: Private ordinary functions
by-inst: Private ordinary functions
by-super: Private ordinary functions

C
call-coalton-function: Public compiler macros
call-coalton-function: Public ordinary functions
candidate-manager-get: Private ordinary functions
candidate-manager-map: Private ordinary functions
candidate-manager-p: Private ordinary functions
candidate-manager-pop: Private ordinary functions
candidate-manager-push: Private ordinary functions
candidate-manager-stack: Private ordinary functions
candidate-selection: Private ordinary functions
candidates: Private ordinary functions
canonical-nth-root: Private ordinary functions
canonical-polar: Private ordinary functions
canonicalize: Private ordinary functions
capacity: Public ordinary functions
capture-profile: Public ordinary functions
car: Public ordinary functions
cast-if-inbounds: Private ordinary functions
cdr: Public ordinary functions
ceiling: Public ordinary functions
ceiling/: Public ordinary functions
cell-internal-inner: Private ordinary functions
cell-internal-p: Private ordinary functions
chain!: Public ordinary functions
char-code: Public ordinary functions
char-offsets: Private ordinary functions
character-position: Private generic functions
character-position: Private generic functions
chars: Public ordinary functions
check-duplicates: Public ordinary functions
check-for-ambiguous-variables: Private ordinary functions
check-for-invalid-recursive-scc: Private ordinary functions
check-for-orphan-instance: Private ordinary functions
check-for-reducible-context: Private ordinary functions
check-for-var-matching-constructor: Private generic functions
check-for-var-matching-constructor: Private generic functions
check-for-var-matching-constructor: Private generic functions
check-for-var-matching-constructor: Private generic functions
check-for-var-matching-constructor: Private generic functions
check-instance-valid: Private ordinary functions
check-package: Public ordinary functions
check-pattern-exhaustiveness: Private ordinary functions
cis: Public ordinary functions
class-environment-data: Private ordinary functions
class-environment-p: Private ordinary functions
class/%filebyte: Private ordinary functions
class/alternative: Private ordinary functions
class/alternative-alt: Private generic functions
class/alternative-alt: Private generic functions
class/alternative-empty: Private generic functions
class/alternative-empty: Private generic functions
class/alternative-super-0: Private generic functions
class/alternative-super-0: Private generic functions
class/applicative: Private ordinary functions
class/applicative-lifta2: Private generic functions
class/applicative-lifta2: Private generic functions
class/applicative-pure: Private generic functions
class/applicative-pure: Private generic functions
class/applicative-super-0: Private generic functions
class/applicative-super-0: Private generic functions
class/bifunctor: Private ordinary functions
class/bifunctor-bimap: Private generic functions
class/bifunctor-bimap: Private generic functions
class/bits: Private ordinary functions
class/bits-and: Private generic functions
class/bits-and: Private generic functions
class/bits-not: Private generic functions
class/bits-not: Private generic functions
class/bits-or: Private generic functions
class/bits-or: Private generic functions
class/bits-shift: Private generic functions
class/bits-shift: Private generic functions
class/bits-super-0: Private generic functions
class/bits-super-0: Private generic functions
class/bits-xor: Private generic functions
class/bits-xor: Private generic functions
class/bounded: Private ordinary functions
class/bounded-maxbound: Private generic functions
class/bounded-maxbound: Private generic functions
class/bounded-minbound: Private generic functions
class/bounded-minbound: Private generic functions
class/complex: Private ordinary functions
class/complex-complex: Private generic functions
class/complex-complex: Private generic functions
class/complex-imag-part: Private generic functions
class/complex-imag-part: Private generic functions
class/complex-real-part: Private generic functions
class/complex-real-part: Private generic functions
class/complex-super-0: Private generic functions
class/complex-super-0: Private generic functions
class/default: Private ordinary functions
class/default-default: Private generic functions
class/default-default: Private generic functions
class/dividable: Private ordinary functions
class/dividable-general/: Private generic functions
class/dividable-general/: Private generic functions
class/elementary: Private ordinary functions
class/elementary-super-0: Private generic functions
class/elementary-super-0: Private generic functions
class/elementary-super-1: Private generic functions
class/elementary-super-1: Private generic functions
class/elementary-super-2: Private generic functions
class/elementary-super-2: Private generic functions
class/elementary-super-3: Private generic functions
class/elementary-super-3: Private generic functions
class/elementary-super-4: Private generic functions
class/elementary-super-4: Private generic functions
class/eq: Private ordinary functions
class/eq-==: Private generic functions
class/eq-==: Private generic functions
class/exponentiable: Private ordinary functions
class/exponentiable-ee: Private generic functions
class/exponentiable-ee: Private generic functions
class/exponentiable-exp: Private generic functions
class/exponentiable-exp: Private generic functions
class/exponentiable-ln: Private generic functions
class/exponentiable-ln: Private generic functions
class/exponentiable-log: Private generic functions
class/exponentiable-log: Private generic functions
class/exponentiable-pow: Private generic functions
class/exponentiable-pow: Private generic functions
class/file: Private ordinary functions
class/file-open: Private generic functions
class/file-open: Private generic functions
class/file-read: Private generic functions
class/file-read: Private generic functions
class/file-write: Private generic functions
class/file-write: Private generic functions
class/foldable: Private ordinary functions
class/foldable-fold: Private generic functions
class/foldable-fold: Private generic functions
class/foldable-foldr: Private generic functions
class/foldable-foldr: Private generic functions
class/fromiterator: Private ordinary functions
class/fromiterator-collect!: Private generic functions
class/fromiterator-collect!: Private generic functions
class/functor: Private ordinary functions
class/functor-map: Private generic functions
class/functor-map: Private generic functions
class/hash: Private ordinary functions
class/hash-hash: Private generic functions
class/hash-hash: Private generic functions
class/hash-super-0: Private generic functions
class/hash-super-0: Private generic functions
class/integral: Private ordinary functions
class/integral-super-0: Private generic functions
class/integral-super-0: Private generic functions
class/integral-super-1: Private generic functions
class/integral-super-1: Private generic functions
class/integral-tointeger: Private generic functions
class/integral-tointeger: Private generic functions
class/into: Private ordinary functions
class/into-into: Private generic functions
class/into-into: Private generic functions
class/intoiterator: Private ordinary functions
class/intoiterator-into-iter: Private generic functions
class/intoiterator-into-iter: Private generic functions
class/iso: Private ordinary functions
class/iso-super-0: Private generic functions
class/iso-super-0: Private generic functions
class/iso-super-1: Private generic functions
class/iso-super-1: Private generic functions
class/monad: Private ordinary functions
class/monad->>=: Private generic functions
class/monad->>=: Private generic functions
class/monad-super-0: Private generic functions
class/monad-super-0: Private generic functions
class/monadfail: Private ordinary functions
class/monadfail-fail: Private generic functions
class/monadfail-fail: Private generic functions
class/monadfail-super-0: Private generic functions
class/monadfail-super-0: Private generic functions
class/monoid: Private ordinary functions
class/monoid-mempty: Private generic functions
class/monoid-mempty: Private generic functions
class/monoid-super-0: Private generic functions
class/monoid-super-0: Private generic functions
class/num: Private ordinary functions
class/num-*: Private generic functions
class/num-*: Private generic functions
class/num-+: Private generic functions
class/num-+: Private generic functions
class/num--: Private generic functions
class/num--: Private generic functions
class/num-fromint: Private generic functions
class/num-fromint: Private generic functions
class/num-super-0: Private generic functions
class/num-super-0: Private generic functions
class/ord: Private ordinary functions
class/ord-<=>: Private generic functions
class/ord-<=>: Private generic functions
class/ord-super-0: Private generic functions
class/ord-super-0: Private generic functions
class/polar: Private ordinary functions
class/polar-phase: Private generic functions
class/polar-phase: Private generic functions
class/polar-polar: Private generic functions
class/polar-polar: Private generic functions
class/polar-super-0: Private generic functions
class/polar-super-0: Private generic functions
class/polar-super-1: Private generic functions
class/polar-super-1: Private generic functions
class/quantizable: Private ordinary functions
class/quantizable-ceiling: Private generic functions
class/quantizable-ceiling: Private generic functions
class/quantizable-floor: Private generic functions
class/quantizable-floor: Private generic functions
class/quantizable-proper: Private generic functions
class/quantizable-proper: Private generic functions
class/radical: Private ordinary functions
class/radical-nth-root: Private generic functions
class/radical-nth-root: Private generic functions
class/radical-sqrt: Private generic functions
class/radical-sqrt: Private generic functions
class/randomaccess: Private ordinary functions
class/randomaccess-length: Private generic functions
class/randomaccess-length: Private generic functions
class/randomaccess-make: Private generic functions
class/randomaccess-make: Private generic functions
class/randomaccess-readable?: Private generic functions
class/randomaccess-readable?: Private generic functions
class/randomaccess-unsafe-aref: Private generic functions
class/randomaccess-unsafe-aref: Private generic functions
class/randomaccess-unsafe-set!: Private generic functions
class/randomaccess-unsafe-set!: Private generic functions
class/randomaccess-writable?: Private generic functions
class/randomaccess-writable?: Private generic functions
class/rational: Private ordinary functions
class/rational-best-approx: Private generic functions
class/rational-best-approx: Private generic functions
class/rational-super-0: Private generic functions
class/rational-super-0: Private generic functions
class/rational-super-1: Private generic functions
class/rational-super-1: Private generic functions
class/rational-to-fraction: Private generic functions
class/rational-to-fraction: Private generic functions
class/real: Private ordinary functions
class/real-real-approx: Private generic functions
class/real-real-approx: Private generic functions
class/real-super-0: Private generic functions
class/real-super-0: Private generic functions
class/real-super-1: Private generic functions
class/real-super-1: Private generic functions
class/reciprocable: Private ordinary functions
class/reciprocable-/: Private generic functions
class/reciprocable-/: Private generic functions
class/reciprocable-reciprocal: Private generic functions
class/reciprocable-reciprocal: Private generic functions
class/reciprocable-super-0: Private generic functions
class/reciprocable-super-0: Private generic functions
class/remainder: Private ordinary functions
class/remainder-div: Private generic functions
class/remainder-div: Private generic functions
class/remainder-divmod: Private generic functions
class/remainder-divmod: Private generic functions
class/remainder-mod: Private generic functions
class/remainder-mod: Private generic functions
class/remainder-quot: Private generic functions
class/remainder-quot: Private generic functions
class/remainder-quotrem: Private generic functions
class/remainder-quotrem: Private generic functions
class/remainder-rem: Private generic functions
class/remainder-rem: Private generic functions
class/remainder-super-0: Private generic functions
class/remainder-super-0: Private generic functions
class/runtimerepr: Private ordinary functions
class/runtimerepr-runtime-repr: Private generic functions
class/runtimerepr-runtime-repr: Private generic functions
class/semigroup: Private ordinary functions
class/semigroup-<>: Private generic functions
class/semigroup-<>: Private generic functions
class/signalable: Private ordinary functions
class/signalable-error: Private generic functions
class/signalable-error: Private generic functions
class/sliceable: Private ordinary functions
class/sliceable-%length: Private generic functions
class/sliceable-%length: Private generic functions
class/transfinite: Private ordinary functions
class/transfinite-infinite?: Private generic functions
class/transfinite-infinite?: Private generic functions
class/transfinite-infinity: Private generic functions
class/transfinite-infinity: Private generic functions
class/transfinite-nan: Private generic functions
class/transfinite-nan: Private generic functions
class/transfinite-nan?: Private generic functions
class/transfinite-nan?: Private generic functions
class/traversable: Private ordinary functions
class/traversable-traverse: Private generic functions
class/traversable-traverse: Private generic functions
class/trigonometric: Private ordinary functions
class/trigonometric-acos: Private generic functions
class/trigonometric-acos: Private generic functions
class/trigonometric-asin: Private generic functions
class/trigonometric-asin: Private generic functions
class/trigonometric-atan: Private generic functions
class/trigonometric-atan: Private generic functions
class/trigonometric-cos: Private generic functions
class/trigonometric-cos: Private generic functions
class/trigonometric-pi: Private generic functions
class/trigonometric-pi: Private generic functions
class/trigonometric-sin: Private generic functions
class/trigonometric-sin: Private generic functions
class/trigonometric-tan: Private generic functions
class/trigonometric-tan: Private generic functions
class/tryinto: Private ordinary functions
class/tryinto-tryinto: Private generic functions
class/tryinto-tryinto: Private generic functions
class/unwrappable: Private ordinary functions
class/unwrappable-unwrap-or-else: Private generic functions
class/unwrappable-unwrap-or-else: Private generic functions
clear!: Public ordinary functions
clear!: Public ordinary functions
close: Public ordinary functions
closure: Public ordinary functions
cmd-args: Public ordinary functions
coalton: Public macros
coalton-bug: Public ordinary functions
coalton-bug-args: Private generic functions
coalton-bug-args: Private generic functions
coalton-bug-reason: Private generic functions
coalton-bug-reason: Private generic functions
coalton-codegen: Public macros
coalton-codegen-ast: Public macros
coalton-codegen-types: Public macros
coalton-release-p: Public ordinary functions
coalton-toplevel: Public macros
code-char: Public ordinary functions
code-char-unchecked: Private ordinary functions
code-environment-data: Private ordinary functions
code-environment-p: Private ordinary functions
code-update-eql: Private ordinary functions
codegen: Public ordinary functions
codegen-class-definitions: Public ordinary functions
codegen-expression: Public generic functions
codegen-expression: Public generic functions
codegen-expression: Public generic functions
codegen-expression: Public generic functions
codegen-expression: Public generic functions
codegen-expression: Public generic functions
codegen-expression: Public generic functions
codegen-expression: Public generic functions
codegen-expression: Public generic functions
codegen-expression: Public generic functions
codegen-expression: Public generic functions
codegen-expression: Public generic functions
codegen-expression: Public generic functions
codegen-expression: Public generic functions
codegen-expression: Public generic functions
codegen-expression: Public generic functions
codegen-expression: Public generic functions
codegen-expression: Public generic functions
codegen-expression: Public generic functions
codegen-expression: Public generic functions
codegen-let: Private ordinary functions
codegen-pattern: Public generic functions
codegen-pattern: Public generic functions
codegen-pattern: Public generic functions
codegen-pattern: Public generic functions
codegen-pattern: Public generic functions
codegen-type-definition: Public ordinary functions
collect: Public ordinary functions
collect: Public ordinary functions
collect!: Public ordinary functions
collect!: Public ordinary functions
collect!: Public ordinary functions
collect-referenced-classes: Public ordinary functions
collect-referenced-classes-generic%: Private generic functions
collect-referenced-classes-generic%: Private generic functions
collect-referenced-classes-generic%: Private generic functions
collect-referenced-classes-generic%: Private generic functions
collect-referenced-classes-generic%: Private generic functions
collect-referenced-classes-generic%: Private generic functions
collect-referenced-types: Public ordinary functions
collect-referenced-types-generic%: Private generic functions
collect-referenced-types-generic%: Private generic functions
collect-referenced-types-generic%: Private generic functions
collect-referenced-types-generic%: Private generic functions
collect-referenced-types-generic%: Private generic functions
collect-referenced-types-generic%: Private generic functions
collect-referenced-types-generic%: Private generic functions
collect-referenced-types-generic%: Private generic functions
collect-referenced-types-generic%: Private generic functions
collect-referenced-types-generic%: Private generic functions
collect-symbols: Public ordinary functions
collect-type-variables: Public ordinary functions
collect-type-variables-generic%: Private generic functions
collect-type-variables-generic%: Private generic functions
collect-type-variables-generic%: Private generic functions
collect-type-variables-generic%: Private generic functions
collect-type-variables-generic%: Private generic functions
collect-type-variables-generic%: Private generic functions
collect-type-variables-generic%: Private generic functions
collect-type-variables-generic%: Private generic functions
collect-type-variables-generic%: Private generic functions
collect-type-variables-generic%: Private generic functions
collect-variables: Public ordinary functions
collect-variables-generic%: Private generic functions
collect-variables-generic%: Private generic functions
collect-variables-generic%: Private generic functions
collect-variables-generic%: Private generic functions
collect-variables-generic%: Private generic functions
collect-variables-generic%: Private generic functions
collect-variables-generic%: Private generic functions
collect-variables-generic%: Private generic functions
collect-variables-generic%: Private generic functions
collect-variables-generic%: Private generic functions
collect-variables-generic%: Private generic functions
collect-variables-generic%: Private generic functions
collect-variables-generic%: Private generic functions
collect-variables-generic%: Private generic functions
collect-variables-generic%: Private generic functions
collect-variables-generic%: Private generic functions
collect-variables-generic%: Private generic functions
collect-variables-generic%: Private generic functions
collect-variables-generic%: Private generic functions
collect-variables-generic%: Private generic functions
collect-variables-generic%: Private generic functions
collect-variables-generic%: Private generic functions
collect-variables-generic%: Private generic functions
collect-variables-generic%: Private generic functions
collect-variables-generic%: Private generic functions
collect-variables-generic%: Private generic functions
collect-variables-generic%: Private generic functions
collect-variables-generic%: Private generic functions
collect-variables-generic%: Private generic functions
collect-variables-generic%: Private generic functions
collect-variables-generic%: Private generic functions
collect-variables-generic%: Private generic functions
color-minus-black: Private ordinary functions
color-plus-black: Private ordinary functions
combine-hashes: Public ordinary functions
combine-hashes-order-independent: Public ordinary functions
combs: Public ordinary functions
combsof: Public ordinary functions
compile: Public ordinary functions
compile-candidate: Private ordinary functions
compile-candidate-args: Private ordinary functions
compile-candidate-list-p: Private ordinary functions
compile-candidate-name: Private ordinary functions
compile-candidate-p: Private ordinary functions
compile-coalton-toplevel: Public ordinary functions
compile-definitions: Private ordinary functions
compile-forms: Private ordinary functions
compile-function: Private ordinary functions
compile-scc: Private ordinary functions
compile-to-lisp: Public ordinary functions
compile-translation-unit: Public ordinary functions
Compiler Macro, call-coalton-function: Public compiler macros
complement: Public ordinary functions
complete-signature-p: Private ordinary functions
complex: Public ordinary functions
complex-divide: Private ordinary functions
complex-equal: Private ordinary functions
complex-minus: Private ordinary functions
complex-plus: Private ordinary functions
complex-times: Private ordinary functions
complex-tycon-p: Private ordinary functions
complex/%complex-_0: Private generic functions
complex/%complex-_0: Private generic functions
complex/%complex-_1: Private generic functions
complex/%complex-_1: Private generic functions
compose: Public ordinary functions
compose-ksubstitution-lists: Private ordinary functions
compose-substitution-lists: Public ordinary functions
conc: Public ordinary functions
concat: Public ordinary functions
concat: Public ordinary functions
concatmap: Public ordinary functions
cond: Public macros
condition-stream: Private ordinary functions
config: Private ordinary functions
conjoin: Public ordinary functions
conjugate: Public ordinary functions
cons: Public ordinary functions
const: Public ordinary functions
constant-node-p: Private ordinary functions
constant-var-value: Private ordinary functions
construct-function-entry: Public ordinary functions
constructor-arguments: Public ordinary functions
constructor-docstring: Private ordinary functions
constructor-entry-arity: Public ordinary functions
constructor-entry-classname: Public ordinary functions
constructor-entry-compressed-repr: Public ordinary functions
constructor-entry-constructs: Public ordinary functions
constructor-entry-docstring: Private ordinary functions
constructor-entry-list-p: Private ordinary functions
constructor-entry-name: Public ordinary functions
constructor-entry-p: Private ordinary functions
constructor-environment-data: Private ordinary functions
constructor-environment-p: Private ordinary functions
constructor-fields: Public ordinary functions
constructor-list-p: Private ordinary functions
constructor-location: Private ordinary functions
constructor-name: Public ordinary functions
constructor-p: Private ordinary functions
constructor-slot-name: Public ordinary functions
consume-monomorphize: Private ordinary functions
consume-repr: Private ordinary functions
context: Private generic functions
context: Private generic functions
continue: Public macros
continue-label: Private ordinary functions
copy: Public ordinary functions
copy: Public ordinary functions
copy: Private ordinary functions
copy!: Public ordinary functions
copy-action: Private ordinary functions
copy-ambiguity: Private ordinary functions
copy-ast-substitution: Private ordinary functions
copy-attribute-monomorphize: Private ordinary functions
copy-attribute-repr: Private ordinary functions
copy-candidate-manager: Private ordinary functions
copy-cell-internal: Private ordinary functions
copy-class-environment: Private ordinary functions
copy-code-environment: Private ordinary functions
copy-compile-candidate: Private ordinary functions
copy-constructor-entry: Private ordinary functions
copy-constructor-environment: Private ordinary functions
copy-cursor: Private ordinary functions
copy-environment: Private ordinary functions
copy-environment-map: Private ordinary functions
copy-field-definition: Private ordinary functions
copy-function-entry: Private ordinary functions
copy-function-env-entry: Private ordinary functions
copy-function-environment: Private ordinary functions
copy-fundep: Private ordinary functions
copy-fundep-entry: Private ordinary functions
copy-fundep-environment: Private ordinary functions
copy-global-environment: Private ordinary functions
copy-hoist-point: Private ordinary functions
copy-hoister: Private ordinary functions
copy-immutable-listmap: Private ordinary functions
copy-immutable-map: Private ordinary functions
copy-instance-environment: Private ordinary functions
copy-kfun: Private ordinary functions
copy-ksubstitution: Private ordinary functions
copy-kyvar: Private ordinary functions
copy-location: Private ordinary functions
copy-match-branch: Private ordinary functions
copy-method-inline-environment: Private ordinary functions
copy-name-entry: Private ordinary functions
copy-name-environment: Private ordinary functions
copy-node: Public ordinary functions
copy-node-abstraction: Private ordinary functions
copy-node-application: Private ordinary functions
copy-node-bind: Private ordinary functions
copy-node-block: Private ordinary functions
copy-node-break: Private ordinary functions
copy-node-continue: Private ordinary functions
copy-node-direct-application: Private ordinary functions
copy-node-dynamic-extent: Private ordinary functions
copy-node-field: Private ordinary functions
copy-node-let: Private ordinary functions
copy-node-lisp: Private ordinary functions
copy-node-literal: Private ordinary functions
copy-node-loop: Private ordinary functions
copy-node-match: Private ordinary functions
copy-node-return-from: Private ordinary functions
copy-node-seq: Private ordinary functions
copy-node-variable: Private ordinary functions
copy-node-while: Private ordinary functions
copy-node-while-let: Private ordinary functions
copy-partial-class: Private ordinary functions
copy-program: Private ordinary functions
copy-qualified-ty: Private ordinary functions
copy-queue-internal: Private ordinary functions
copy-source-error: Private ordinary functions
copy-source-name-environment: Private ordinary functions
copy-specialization-entry: Private ordinary functions
copy-specialization-environment: Private ordinary functions
copy-struct-entry: Private ordinary functions
copy-struct-environment: Private ordinary functions
copy-struct-field: Private ordinary functions
copy-struct-or-class-field: Private ordinary functions
copy-substitution: Private ordinary functions
copy-tapp: Private ordinary functions
copy-tarjan-node: Private ordinary functions
copy-tc-env: Private ordinary functions
copy-tgen: Private ordinary functions
copy-toplevel-definition: Private ordinary functions
copy-translation-unit: Private ordinary functions
copy-traverse-block: Private ordinary functions
copy-ty: Private ordinary functions
copy-ty-class: Private ordinary functions
copy-ty-class-instance: Private ordinary functions
copy-ty-class-method: Private ordinary functions
copy-ty-predicate: Private ordinary functions
copy-ty-scheme: Private ordinary functions
copy-tycon: Private ordinary functions
copy-type-definition: Private ordinary functions
copy-type-entry: Private ordinary functions
copy-type-environment: Private ordinary functions
copy-tyvar: Private ordinary functions
copy-value-environment: Private ordinary functions
cos: Public ordinary functions
cosh: Public ordinary functions
count: Public ordinary functions
count!: Public ordinary functions
count-applications: Public ordinary functions
count-forever: Public ordinary functions
count-nodes: Public ordinary functions
countby: Public ordinary functions
create-directory!: Public ordinary functions
create-temp-directory!: Public ordinary functions
create-temp-file!: Public ordinary functions
cst-list-p: Private ordinary functions
cst-search: Private ordinary functions
cst-source-range: Public ordinary functions
curry: Public ordinary functions
cursor-last: Private ordinary functions
cursor-location: Public ordinary functions
cursor-message: Public ordinary functions
cursor-p: Private ordinary functions
cursor-pointer: Public ordinary functions
cursor-source: Public ordinary functions
cursor-value: Public ordinary functions
custom-hash-table-containsp: Public ordinary functions
custom-hash-table-count: Public ordinary functions
custom-hash-table-get: Public ordinary functions
custom-hash-table-iter: Public ordinary functions
custom-hash-table-remove: Public ordinary functions
custom-hash-table-set: Public ordinary functions
cycle: Private ordinary functions

D
data-letrec-able-p: Private ordinary functions
debug-log: Public macros
debug-tap: Public macros
declare: Public macros
decrement!: Public ordinary functions
default: Public ordinary functions
default-matrix: Private ordinary functions
default-preds: Public ordinary functions
default-subs: Public ordinary functions
default?: Public ordinary functions
defaulting-unwrap: Public ordinary functions
defaults: Private ordinary functions
define: Public macros
define-bits-checked: Private macros
define-bits-wrapping: Private macros
define-class: Public macros
define-coalton-editor-macro: Private macros
define-default-num: Private macros
define-dividable-float: Private macros
define-env-updater: Private macros
define-eq: Private macros
define-file-type: Private macros
define-float-fraction-conversion: Private macros
define-function-macros: Private macros
define-global-lexical: Public macros
define-instance: Public macros
define-instance-in-environment: Private ordinary functions
define-instance-into-integral-string: Private macros
define-integer-conversions: Private macros
define-integer-into-instance: Private ordinary functions
define-integer-try-into-instance: Private ordinary functions
define-lisparray-specialization: Private macros
define-num-checked: Private macros
define-num-float: Private macros
define-num-wrapping: Private macros
define-ord: Private macros
define-reciprocable-float: Private macros
define-struct: Public macros
define-sxhash-hasher: Public macros
define-type: Public macros
definitely-subtype?: Private ordinary functions
definition-bindings: Private ordinary functions
definitions-to-bindings: Private ordinary functions
defstdlib-package: Public macros
delete-file!: Public ordinary functions
denominator: Public ordinary functions
difference: Public ordinary functions
digit?: Public ordinary functions
direct-application: Private ordinary functions
directory-exists?: Public ordinary functions
directory-files: Public ordinary functions
directory-pathname?: Public ordinary functions
discard-symbol: Public ordinary functions
disjoin: Public ordinary functions
display-source-error: Public ordinary functions
div: Public ordinary functions
divmod: Public ordinary functions
do: Public macros
do-bind-p: Private ordinary functions
docstring: Public generic functions
docstring: Public generic functions
docstring: Public generic functions
docstring: Public generic functions
docstring: Public generic functions
docstring: Public generic functions
docstring: Public generic functions
docstring: Public generic functions
docstring: Public generic functions
docstring: Public generic functions
docstring: Public generic functions
docstring: Public generic functions
double-float-<=: Private ordinary functions
double-float-<⎵type: Private ordinary functions
double-float->: Private ordinary functions
double-float->=: Private ordinary functions
double-float-complex-divide: Private ordinary functions
double-float-complex-equal: Private ordinary functions
double-float-complex-minus: Private ordinary functions
double-float-complex-plus: Private ordinary functions
double-float-complex-times: Private ordinary functions
double-float-round: Private ordinary functions
double-float-^: Private ordinary functions
double-float-^^: Private ordinary functions
doubleblackempty: Private ordinary functions
down-from: Public ordinary functions
downcase: Public ordinary functions
drop: Public ordinary functions
drop: Public ordinary functions
dual: Public ordinary functions
dual-part: Public ordinary functions
dual/dual-_0: Private generic functions
dual/dual-_0: Private generic functions
dual/dual-_1: Private generic functions
dual/dual-_1: Private generic functions
duplicate-key: Private generic functions
duplicate-key: Private generic functions
dyadic: Public ordinary functions
dyadic-compare: Private ordinary functions
dyadic-group: Private ordinary functions
dyadic-round: Private ordinary functions
dyadic/dyadic-_0: Private generic functions
dyadic/dyadic-_0: Private generic functions
dyadic/dyadic-_1: Private generic functions
dyadic/dyadic-_1: Private generic functions

E
each: Public ordinary functions
ee: Public ordinary functions
elementwise-hash!: Public ordinary functions
elementwise-match!: Public ordinary functions
elementwise==!: Public ordinary functions
elemindex: Public ordinary functions
empty: Public ordinary functions
empty: Public ordinary functions
empty-p: Public ordinary functions
empty?: Public ordinary functions
empty?: Public ordinary functions
empty?: Public ordinary functions
empty?: Public ordinary functions
end-column: Private ordinary functions
end-line: Private ordinary functions
end-location: Public ordinary functions
end-offset: Private ordinary functions
end-position: Private ordinary functions
end-span: Private ordinary functions
ensure-location: Private ordinary functions
ensure-namestring: Private ordinary functions
ensure-span: Private ordinary functions
entail: Public ordinary functions
entries: Public ordinary functions
entries: Public ordinary functions
entry-point: Public ordinary functions
enumerate!: Public ordinary functions
environment-class-environment: Public ordinary functions
environment-code-environment: Public ordinary functions
environment-constructor-environment: Public ordinary functions
environment-function-environment: Public ordinary functions
environment-fundep-environment: Public ordinary functions
environment-instance-environment: Public ordinary functions
environment-map-p: Private ordinary functions
environment-map-table: Private ordinary functions
environment-map-test: Private ordinary functions
environment-method-inline-environment: Public ordinary functions
environment-name-environment: Public ordinary functions
environment-p: Private ordinary functions
environment-source-name-environment: Private ordinary functions
environment-specialization-environment: Public ordinary functions
environment-struct-environment: Private ordinary functions
environment-type-environment: Public ordinary functions
environment-value-environment: Public ordinary functions
eof: Private ordinary functions
equivalence-classes: Public ordinary functions
equivalence-classes-by: Public ordinary functions
err: Public ordinary functions
err?: Public ordinary functions
error: Public ordinary functions
error: Public ordinary functions
error: Public ordinary functions
error-ambiguous-pred: Private ordinary functions
error-coalton-only: Private ordinary functions
error-fundep-conflict: Private ordinary functions
error-unknown-pred: Private ordinary functions
eval-toplevel-p: Private ordinary functions
even?: Public ordinary functions
every!: Public ordinary functions
exact-ilog: Private ordinary functions
exact/: Public ordinary functions
exhaustive-patterns-p: Public ordinary functions
exists?: Public ordinary functions
exp: Public ordinary functions
expand: Private ordinary functions
expand-local-tvars: Private ordinary functions
expand-macro: Public ordinary functions
expect: Public ordinary functions
expression-entry-point: Public ordinary functions
extend!: Public ordinary functions
extend!: Public ordinary functions
extend!: Public ordinary functions

F
f1: Private ordinary functions
f10: Private ordinary functions
f11: Private ordinary functions
f12: Private ordinary functions
f13: Private ordinary functions
f14: Private ordinary functions
f15: Private ordinary functions
f16: Private ordinary functions
f17: Private ordinary functions
f18: Private ordinary functions
f19: Private ordinary functions
f2: Private ordinary functions
f20: Private ordinary functions
f21: Private ordinary functions
f22: Private ordinary functions
f23: Private ordinary functions
f24: Private ordinary functions
f25: Private ordinary functions
f26: Private ordinary functions
f27: Private ordinary functions
f28: Private ordinary functions
f29: Private ordinary functions
f3: Private ordinary functions
f30: Private ordinary functions
f31: Private ordinary functions
f4: Private ordinary functions
f5: Private ordinary functions
f6: Private ordinary functions
f7: Private ordinary functions
f8: Private ordinary functions
f9: Private ordinary functions
factorial: Private ordinary functions
fail: Public ordinary functions
features: Public ordinary functions
field-definition-location: Private ordinary functions
field-definition-name: Private ordinary functions
field-definition-p: Private ordinary functions
field-definition-type: Private ordinary functions
file-exists?: Public ordinary functions
file-offset: Private generic functions
file-offset: Private generic functions
file-pathname?: Public ordinary functions
file-position: Public ordinary functions
fileerror: Public ordinary functions
fileerror/fileerror-_0: Private generic functions
fileerror/fileerror-_0: Private generic functions
fileerror/lisperror-_0: Private generic functions
fileerror/lisperror-_0: Private generic functions
fileerror/patherror-_0: Private generic functions
fileerror/patherror-_0: Private generic functions
fileerror/patherror-_1: Private generic functions
fileerror/patherror-_1: Private generic functions
fill-source-table: Private ordinary functions
filter: Public ordinary functions
filter!: Public ordinary functions
filter-map!: Public ordinary functions
find: Public ordinary functions
find!: Public ordinary functions
find-column-offsets: Private ordinary functions
find-constructor: Private ordinary functions
find-duplicate-entry: Private ordinary functions
find-elem: Public ordinary functions
find-line-offsets: Private ordinary functions
find-map!: Public ordinary functions
find-non-matching-value: Public ordinary functions
find-package: Public ordinary functions
find-symbol: Public ordinary functions
find-symbol?: Public ordinary functions
find-underapplied-values: Public ordinary functions
find-unnamed-constructor: Private ordinary functions
find-unused-variables: Public ordinary functions
findindex: Public ordinary functions
finite?: Public ordinary functions
fire-action: Private ordinary functions
first-line-number: Private ordinary functions
fix: Public ordinary functions
flat-map!: Public ordinary functions
flatten: Public ordinary functions
flatten!: Public ordinary functions
flip: Public ordinary functions
floor: Public ordinary functions
floor/: Public ordinary functions
flush: Public ordinary functions
fn: Public macros
fold: Public ordinary functions
fold!: Public ordinary functions
foldfree: Public ordinary functions
foldr: Public ordinary functions
for: Public macros
for-each!: Public ordinary functions
forbid-attributes: Private ordinary functions
form-location: Public ordinary functions
fraction-complex-divide: Private ordinary functions
fraction-complex-equal: Private ordinary functions
fraction-complex-minus: Private ordinary functions
fraction-complex-plus: Private ordinary functions
fraction-complex-times: Private ordinary functions
fraction-round: Private ordinary functions
fraction-^: Private ordinary functions
fraction-^^: Private ordinary functions
free: Public ordinary functions
free-apply: Private ordinary functions
free-lifta2: Private ordinary functions
free/free-_0: Private generic functions
free/free-_0: Private generic functions
free/val-_0: Private generic functions
free/val-_0: Private generic functions
fresh-fundep-entry: Private ordinary functions
fresh-inst: Public ordinary functions
fresh-pred: Public ordinary functions
fresh-preds: Public ordinary functions
fresh-type-renamer: Public ordinary functions
from-some: Public ordinary functions
fromint: Public ordinary functions
fst: Public ordinary functions
Function, %complex: Private ordinary functions
Function, %copy-node: Private ordinary functions
Function, %ensure-proper-list: Private ordinary functions
Function, %get-hash-test-funcs: Private ordinary functions
Function, %if-directory-path: Private ordinary functions
Function, %iterator: Private ordinary functions
Function, %label-location: Private ordinary functions
Function, %length: Private ordinary functions
Function, %make-cursor: Private ordinary functions
Function, %make-hashtable: Private ordinary functions
Function, %make-location: Private ordinary functions
Function, %make-source-error: Private ordinary functions
Function, %make-temp-dir-pathname: Private ordinary functions
Function, %make-temp-file-pathname: Private ordinary functions
Function, %map: Private ordinary functions
Function, %node-type: Private ordinary functions
Function, %open: Private ordinary functions
Function, %open-bidirectional: Private ordinary functions
Function, %open-input: Private ordinary functions
Function, %open-output: Private ordinary functions
Function, %optional-coerce: Private ordinary functions
Function, %primary-note: Private ordinary functions
Function, %push: Private ordinary functions
Function, %read-byte: Private ordinary functions
Function, %reduce-context: Private ordinary functions
Function, %reverse: Private ordinary functions
Function, %reverse!: Private ordinary functions
Function, %set-temp-directory: Private ordinary functions
Function, %shift-n-branches-onto: Private ordinary functions
Function, %temp-directory: Private ordinary functions
Function, %write-byte: Private ordinary functions
Function, (setf %node-type): Private ordinary functions
Function, (setf candidate-manager-stack): Private ordinary functions
Function, (setf cell-internal-inner): Private ordinary functions
Function, (setf cursor-last): Private ordinary functions
Function, (setf cursor-message): Public ordinary functions
Function, (setf cursor-pointer): Public ordinary functions
Function, (setf cursor-source): Public ordinary functions
Function, (setf cursor-value): Public ordinary functions
Function, (setf get-value): Public ordinary functions
Function, (setf global-environment-bindings): Private ordinary functions
Function, (setf hoist-point-bound-variables): Private ordinary functions
Function, (setf hoister-hoist-points): Private ordinary functions
Function, (setf node-abstraction-type): Private ordinary functions
Function, (setf node-application-type): Private ordinary functions
Function, (setf node-bind-type): Private ordinary functions
Function, (setf node-block-type): Private ordinary functions
Function, (setf node-break-type): Private ordinary functions
Function, (setf node-continue-type): Private ordinary functions
Function, (setf node-direct-application-type): Private ordinary functions
Function, (setf node-dynamic-extent-type): Private ordinary functions
Function, (setf node-field-type): Private ordinary functions
Function, (setf node-let-type): Private ordinary functions
Function, (setf node-lisp-type): Private ordinary functions
Function, (setf node-literal-type): Private ordinary functions
Function, (setf node-loop-type): Private ordinary functions
Function, (setf node-match-type): Private ordinary functions
Function, (setf node-return-from-type): Private ordinary functions
Function, (setf node-seq-type): Private ordinary functions
Function, (setf node-variable-type): Private ordinary functions
Function, (setf node-while-let-type): Private ordinary functions
Function, (setf node-while-type): Private ordinary functions
Function, (setf program-classes): Public ordinary functions
Function, (setf program-declares): Public ordinary functions
Function, (setf program-defines): Public ordinary functions
Function, (setf program-instances): Public ordinary functions
Function, (setf program-lisp-forms): Public ordinary functions
Function, (setf program-specializations): Public ordinary functions
Function, (setf program-structs): Public ordinary functions
Function, (setf program-types): Public ordinary functions
Function, (setf queue-internal-elements): Private ordinary functions
Function, (setf queue-internal-last): Private ordinary functions
Function, (setf queue-internal-length): Private ordinary functions
Function, (setf tarjan-node-index): Private ordinary functions
Function, (setf tarjan-node-low-link): Private ordinary functions
Function, (setf tarjan-node-on-stack): Private ordinary functions
Function, (setf top-level-binding-value): Private ordinary functions
Function, (setf toplevel-declare-monomorphize): Public ordinary functions
Function, (setf toplevel-define-monomorphize): Public ordinary functions
Function, (setf toplevel-define-struct-repr): Public ordinary functions
Function, (setf toplevel-define-type-repr): Public ordinary functions
Function, (setf toplevel-package-export): Private ordinary functions
Function, (setf toplevel-package-import): Private ordinary functions
Function, (setf toplevel-package-import-as): Private ordinary functions
Function, (setf toplevel-package-import-from): Private ordinary functions
Function, (setf toplevel-package-shadow): Private ordinary functions
Function, *: Public ordinary functions
Function, +: Public ordinary functions
Function, -: Public ordinary functions
Function, /: Public ordinary functions
Function, /=: Public ordinary functions
Function, 1+: Public ordinary functions
Function, 1-: Public ordinary functions
Function, <: Public ordinary functions
Function, <=: Public ordinary functions
Function, <=>: Public ordinary functions
Function, <>: Public ordinary functions
Function, ==: Public ordinary functions
Function, >: Public ordinary functions
Function, >=: Public ordinary functions
Function, >>: Public ordinary functions
Function, >>=: Public ordinary functions
Function, a1: Private ordinary functions
Function, a10: Private ordinary functions
Function, a11: Private ordinary functions
Function, a12: Private ordinary functions
Function, a13: Private ordinary functions
Function, a14: Private ordinary functions
Function, a15: Private ordinary functions
Function, a16: Private ordinary functions
Function, a17: Private ordinary functions
Function, a18: Private ordinary functions
Function, a19: Private ordinary functions
Function, a2: Private ordinary functions
Function, a20: Private ordinary functions
Function, a21: Private ordinary functions
Function, a22: Private ordinary functions
Function, a23: Private ordinary functions
Function, a24: Private ordinary functions
Function, a25: Private ordinary functions
Function, a26: Private ordinary functions
Function, a27: Private ordinary functions
Function, a28: Private ordinary functions
Function, a29: Private ordinary functions
Function, a3: Private ordinary functions
Function, a30: Private ordinary functions
Function, a31: Private ordinary functions
Function, a4: Private ordinary functions
Function, a5: Private ordinary functions
Function, a6: Private ordinary functions
Function, a7: Private ordinary functions
Function, a8: Private ordinary functions
Function, a9: Private ordinary functions
Function, abort: Public ordinary functions
Function, abs: Public ordinary functions
Function, accessor-field: Public ordinary functions
Function, accessor-from: Public ordinary functions
Function, accessor-list-p: Private ordinary functions
Function, accessor-location: Private ordinary functions
Function, accessor-p: Private ordinary functions
Function, accessor-to: Public ordinary functions
Function, acos: Public ordinary functions
Function, acosh: Public ordinary functions
Function, action-function: Private ordinary functions
Function, action-list-p: Private ordinary functions
Function, action-p: Private ordinary functions
Function, action-type: Private ordinary functions
Function, action-when: Private ordinary functions
Function, add-feature: Public ordinary functions
Function, add-instance: Public ordinary functions
Function, add-specialization: Public ordinary functions
Function, aggressive-heuristic: Private ordinary functions
Function, all: Public ordinary functions
Function, alpha?: Public ordinary functions
Function, alt: Public ordinary functions
Function, ambiguities: Private ordinary functions
Function, ambiguity-list-p: Private ordinary functions
Function, ambiguity-p: Private ordinary functions
Function, ambiguity-preds: Private ordinary functions
Function, ambiguity-var: Private ordinary functions
Function, analyze-translation-unit: Public ordinary functions
Function, and: Public ordinary functions
Function, and!: Public ordinary functions
Function, any: Public ordinary functions
Function, any!: Public ordinary functions
Function, append: Public ordinary functions
Function, append: Public ordinary functions
Function, append: Public ordinary functions
Function, append-rev: Private ordinary functions
Function, append-to-file!: Public ordinary functions
Function, apply-ast-substitution: Public ordinary functions
Function, apply-dicts: Private ordinary functions
Function, apply-specializations: Private ordinary functions
Function, apply-type-argument: Public ordinary functions
Function, apply-type-argument-list: Public ordinary functions
Function, architecture: Public ordinary functions
Function, aref: Public ordinary functions
Function, aref: Public ordinary functions
Function, aref/double-float: Private ordinary functions
Function, aref/i16: Private ordinary functions
Function, aref/i32: Private ordinary functions
Function, aref/i64: Private ordinary functions
Function, aref/i8: Private ordinary functions
Function, aref/ifix: Private ordinary functions
Function, aref/single-float: Private ordinary functions
Function, aref/u16: Private ordinary functions
Function, aref/u32: Private ordinary functions
Function, aref/u64: Private ordinary functions
Function, aref/u8: Private ordinary functions
Function, aref/ufix: Private ordinary functions
Function, argument-list-p: Private ordinary functions
Function, argument-p: Private ordinary functions
Function, argv0: Public ordinary functions
Function, as-black: Private ordinary functions
Function, as-optional: Public ordinary functions
Function, as-proxy-of: Public ordinary functions
Function, ascii-alpha?: Public ordinary functions
Function, ascii-alphanumeric?: Public ordinary functions
Function, ascii-digit?: Public ordinary functions
Function, ascii-lowercase?: Public ordinary functions
Function, ascii-uppercase?: Public ordinary functions
Function, ash: Public ordinary functions
Function, asin: Public ordinary functions
Function, asinh: Public ordinary functions
Function, ast-substitution-from: Public ordinary functions
Function, ast-substitution-list-p: Private ordinary functions
Function, ast-substitution-p: Private ordinary functions
Function, ast-substitution-to: Public ordinary functions
Function, asum: Public ordinary functions
Function, atan: Public ordinary functions
Function, atan2: Public ordinary functions
Function, atanh: Public ordinary functions
Function, atom-p: Public ordinary functions
Function, attribute-location: Private ordinary functions
Function, attribute-monomorphize-location: Private ordinary functions
Function, attribute-monomorphize-p: Private ordinary functions
Function, attribute-p: Private ordinary functions
Function, attribute-repr-arg: Public ordinary functions
Function, attribute-repr-location: Private ordinary functions
Function, attribute-repr-p: Private ordinary functions
Function, attribute-repr-type: Public ordinary functions
Function, balance: Private ordinary functions
Function, base-type: Public ordinary functions
Function, best-approx: Public ordinary functions
Function, bidirectional: Public ordinary functions
Function, bimap: Public ordinary functions
Function, bind-variable: Private ordinary functions
Function, binding-list-p: Private ordinary functions
Function, bindings-offset: Private ordinary functions
Function, block-label: Private ordinary functions
Function, boolean-and: Public ordinary functions
Function, boolean-not: Public ordinary functions
Function, boolean-or: Public ordinary functions
Function, boolean-xor: Public ordinary functions
Function, bracket: Public ordinary functions
Function, branch: Private ordinary functions
Function, branch-count: Private ordinary functions
Function, branch-list-p: Private ordinary functions
Function, break-label: Private ordinary functions
Function, bubble-double-black: Private ordinary functions
Function, buffer-name: Private ordinary functions
Function, build-call: Private ordinary functions
Function, build-cumulative-size-table: Private ordinary functions
Function, butfirst: Private ordinary functions
Function, butlast: Private ordinary functions
Function, by-inst: Private ordinary functions
Function, by-super: Private ordinary functions
Function, call-coalton-function: Public ordinary functions
Function, candidate-manager-get: Private ordinary functions
Function, candidate-manager-map: Private ordinary functions
Function, candidate-manager-p: Private ordinary functions
Function, candidate-manager-pop: Private ordinary functions
Function, candidate-manager-push: Private ordinary functions
Function, candidate-manager-stack: Private ordinary functions
Function, candidate-selection: Private ordinary functions
Function, candidates: Private ordinary functions
Function, canonical-nth-root: Private ordinary functions
Function, canonical-polar: Private ordinary functions
Function, canonicalize: Private ordinary functions
Function, capacity: Public ordinary functions
Function, capture-profile: Public ordinary functions
Function, car: Public ordinary functions
Function, cast-if-inbounds: Private ordinary functions
Function, cdr: Public ordinary functions
Function, ceiling: Public ordinary functions
Function, ceiling/: Public ordinary functions
Function, cell-internal-inner: Private ordinary functions
Function, cell-internal-p: Private ordinary functions
Function, chain!: Public ordinary functions
Function, char-code: Public ordinary functions
Function, char-offsets: Private ordinary functions
Function, chars: Public ordinary functions
Function, check-duplicates: Public ordinary functions
Function, check-for-ambiguous-variables: Private ordinary functions
Function, check-for-invalid-recursive-scc: Private ordinary functions
Function, check-for-orphan-instance: Private ordinary functions
Function, check-for-reducible-context: Private ordinary functions
Function, check-instance-valid: Private ordinary functions
Function, check-package: Public ordinary functions
Function, check-pattern-exhaustiveness: Private ordinary functions
Function, cis: Public ordinary functions
Function, class-environment-data: Private ordinary functions
Function, class-environment-p: Private ordinary functions
Function, class/%filebyte: Private ordinary functions
Function, class/alternative: Private ordinary functions
Function, class/applicative: Private ordinary functions
Function, class/bifunctor: Private ordinary functions
Function, class/bits: Private ordinary functions
Function, class/bounded: Private ordinary functions
Function, class/complex: Private ordinary functions
Function, class/default: Private ordinary functions
Function, class/dividable: Private ordinary functions
Function, class/elementary: Private ordinary functions
Function, class/eq: Private ordinary functions
Function, class/exponentiable: Private ordinary functions
Function, class/file: Private ordinary functions
Function, class/foldable: Private ordinary functions
Function, class/fromiterator: Private ordinary functions
Function, class/functor: Private ordinary functions
Function, class/hash: Private ordinary functions
Function, class/integral: Private ordinary functions
Function, class/into: Private ordinary functions
Function, class/intoiterator: Private ordinary functions
Function, class/iso: Private ordinary functions
Function, class/monad: Private ordinary functions
Function, class/monadfail: Private ordinary functions
Function, class/monoid: Private ordinary functions
Function, class/num: Private ordinary functions
Function, class/ord: Private ordinary functions
Function, class/polar: Private ordinary functions
Function, class/quantizable: Private ordinary functions
Function, class/radical: Private ordinary functions
Function, class/randomaccess: Private ordinary functions
Function, class/rational: Private ordinary functions
Function, class/real: Private ordinary functions
Function, class/reciprocable: Private ordinary functions
Function, class/remainder: Private ordinary functions
Function, class/runtimerepr: Private ordinary functions
Function, class/semigroup: Private ordinary functions
Function, class/signalable: Private ordinary functions
Function, class/sliceable: Private ordinary functions
Function, class/transfinite: Private ordinary functions
Function, class/traversable: Private ordinary functions
Function, class/trigonometric: Private ordinary functions
Function, class/tryinto: Private ordinary functions
Function, class/unwrappable: Private ordinary functions
Function, clear!: Public ordinary functions
Function, clear!: Public ordinary functions
Function, close: Public ordinary functions
Function, closure: Public ordinary functions
Function, cmd-args: Public ordinary functions
Function, coalton-bug: Public ordinary functions
Function, coalton-release-p: Public ordinary functions
Function, code-char: Public ordinary functions
Function, code-char-unchecked: Private ordinary functions
Function, code-environment-data: Private ordinary functions
Function, code-environment-p: Private ordinary functions
Function, code-update-eql: Private ordinary functions
Function, codegen: Public ordinary functions
Function, codegen-class-definitions: Public ordinary functions
Function, codegen-let: Private ordinary functions
Function, codegen-type-definition: Public ordinary functions
Function, collect: Public ordinary functions
Function, collect: Public ordinary functions
Function, collect!: Public ordinary functions
Function, collect!: Public ordinary functions
Function, collect!: Public ordinary functions
Function, collect-referenced-classes: Public ordinary functions
Function, collect-referenced-types: Public ordinary functions
Function, collect-symbols: Public ordinary functions
Function, collect-type-variables: Public ordinary functions
Function, collect-variables: Public ordinary functions
Function, color-minus-black: Private ordinary functions
Function, color-plus-black: Private ordinary functions
Function, combine-hashes: Public ordinary functions
Function, combine-hashes-order-independent: Public ordinary functions
Function, combs: Public ordinary functions
Function, combsof: Public ordinary functions
Function, compile: Public ordinary functions
Function, compile-candidate: Private ordinary functions
Function, compile-candidate-args: Private ordinary functions
Function, compile-candidate-list-p: Private ordinary functions
Function, compile-candidate-name: Private ordinary functions
Function, compile-candidate-p: Private ordinary functions
Function, compile-coalton-toplevel: Public ordinary functions
Function, compile-definitions: Private ordinary functions
Function, compile-forms: Private ordinary functions
Function, compile-function: Private ordinary functions
Function, compile-scc: Private ordinary functions
Function, compile-to-lisp: Public ordinary functions
Function, compile-translation-unit: Public ordinary functions
Function, complement: Public ordinary functions
Function, complete-signature-p: Private ordinary functions
Function, complex: Public ordinary functions
Function, complex-divide: Private ordinary functions
Function, complex-equal: Private ordinary functions
Function, complex-minus: Private ordinary functions
Function, complex-plus: Private ordinary functions
Function, complex-times: Private ordinary functions
Function, complex-tycon-p: Private ordinary functions
Function, compose: Public ordinary functions
Function, compose-ksubstitution-lists: Private ordinary functions
Function, compose-substitution-lists: Public ordinary functions
Function, conc: Public ordinary functions
Function, concat: Public ordinary functions
Function, concat: Public ordinary functions
Function, concatmap: Public ordinary functions
Function, condition-stream: Private ordinary functions
Function, config: Private ordinary functions
Function, conjoin: Public ordinary functions
Function, conjugate: Public ordinary functions
Function, cons: Public ordinary functions
Function, const: Public ordinary functions
Function, constant-node-p: Private ordinary functions
Function, constant-var-value: Private ordinary functions
Function, construct-function-entry: Public ordinary functions
Function, constructor-arguments: Public ordinary functions
Function, constructor-docstring: Private ordinary functions
Function, constructor-entry-arity: Public ordinary functions
Function, constructor-entry-classname: Public ordinary functions
Function, constructor-entry-compressed-repr: Public ordinary functions
Function, constructor-entry-constructs: Public ordinary functions
Function, constructor-entry-docstring: Private ordinary functions
Function, constructor-entry-list-p: Private ordinary functions
Function, constructor-entry-name: Public ordinary functions
Function, constructor-entry-p: Private ordinary functions
Function, constructor-environment-data: Private ordinary functions
Function, constructor-environment-p: Private ordinary functions
Function, constructor-fields: Public ordinary functions
Function, constructor-list-p: Private ordinary functions
Function, constructor-location: Private ordinary functions
Function, constructor-name: Public ordinary functions
Function, constructor-p: Private ordinary functions
Function, constructor-slot-name: Public ordinary functions
Function, consume-monomorphize: Private ordinary functions
Function, consume-repr: Private ordinary functions
Function, continue-label: Private ordinary functions
Function, copy: Public ordinary functions
Function, copy: Public ordinary functions
Function, copy: Private ordinary functions
Function, copy!: Public ordinary functions
Function, copy-action: Private ordinary functions
Function, copy-ambiguity: Private ordinary functions
Function, copy-ast-substitution: Private ordinary functions
Function, copy-attribute-monomorphize: Private ordinary functions
Function, copy-attribute-repr: Private ordinary functions
Function, copy-candidate-manager: Private ordinary functions
Function, copy-cell-internal: Private ordinary functions
Function, copy-class-environment: Private ordinary functions
Function, copy-code-environment: Private ordinary functions
Function, copy-compile-candidate: Private ordinary functions
Function, copy-constructor-entry: Private ordinary functions
Function, copy-constructor-environment: Private ordinary functions
Function, copy-cursor: Private ordinary functions
Function, copy-environment: Private ordinary functions
Function, copy-environment-map: Private ordinary functions
Function, copy-field-definition: Private ordinary functions
Function, copy-function-entry: Private ordinary functions
Function, copy-function-env-entry: Private ordinary functions
Function, copy-function-environment: Private ordinary functions
Function, copy-fundep: Private ordinary functions
Function, copy-fundep-entry: Private ordinary functions
Function, copy-fundep-environment: Private ordinary functions
Function, copy-global-environment: Private ordinary functions
Function, copy-hoist-point: Private ordinary functions
Function, copy-hoister: Private ordinary functions
Function, copy-immutable-listmap: Private ordinary functions
Function, copy-immutable-map: Private ordinary functions
Function, copy-instance-environment: Private ordinary functions
Function, copy-kfun: Private ordinary functions
Function, copy-ksubstitution: Private ordinary functions
Function, copy-kyvar: Private ordinary functions
Function, copy-location: Private ordinary functions
Function, copy-match-branch: Private ordinary functions
Function, copy-method-inline-environment: Private ordinary functions
Function, copy-name-entry: Private ordinary functions
Function, copy-name-environment: Private ordinary functions
Function, copy-node: Public ordinary functions
Function, copy-node-abstraction: Private ordinary functions
Function, copy-node-application: Private ordinary functions
Function, copy-node-bind: Private ordinary functions
Function, copy-node-block: Private ordinary functions
Function, copy-node-break: Private ordinary functions
Function, copy-node-continue: Private ordinary functions
Function, copy-node-direct-application: Private ordinary functions
Function, copy-node-dynamic-extent: Private ordinary functions
Function, copy-node-field: Private ordinary functions
Function, copy-node-let: Private ordinary functions
Function, copy-node-lisp: Private ordinary functions
Function, copy-node-literal: Private ordinary functions
Function, copy-node-loop: Private ordinary functions
Function, copy-node-match: Private ordinary functions
Function, copy-node-return-from: Private ordinary functions
Function, copy-node-seq: Private ordinary functions
Function, copy-node-variable: Private ordinary functions
Function, copy-node-while: Private ordinary functions
Function, copy-node-while-let: Private ordinary functions
Function, copy-partial-class: Private ordinary functions
Function, copy-program: Private ordinary functions
Function, copy-qualified-ty: Private ordinary functions
Function, copy-queue-internal: Private ordinary functions
Function, copy-source-error: Private ordinary functions
Function, copy-source-name-environment: Private ordinary functions
Function, copy-specialization-entry: Private ordinary functions
Function, copy-specialization-environment: Private ordinary functions
Function, copy-struct-entry: Private ordinary functions
Function, copy-struct-environment: Private ordinary functions
Function, copy-struct-field: Private ordinary functions
Function, copy-struct-or-class-field: Private ordinary functions
Function, copy-substitution: Private ordinary functions
Function, copy-tapp: Private ordinary functions
Function, copy-tarjan-node: Private ordinary functions
Function, copy-tc-env: Private ordinary functions
Function, copy-tgen: Private ordinary functions
Function, copy-toplevel-definition: Private ordinary functions
Function, copy-translation-unit: Private ordinary functions
Function, copy-traverse-block: Private ordinary functions
Function, copy-ty: Private ordinary functions
Function, copy-ty-class: Private ordinary functions
Function, copy-ty-class-instance: Private ordinary functions
Function, copy-ty-class-method: Private ordinary functions
Function, copy-ty-predicate: Private ordinary functions
Function, copy-ty-scheme: Private ordinary functions
Function, copy-tycon: Private ordinary functions
Function, copy-type-definition: Private ordinary functions
Function, copy-type-entry: Private ordinary functions
Function, copy-type-environment: Private ordinary functions
Function, copy-tyvar: Private ordinary functions
Function, copy-value-environment: Private ordinary functions
Function, cos: Public ordinary functions
Function, cosh: Public ordinary functions
Function, count: Public ordinary functions
Function, count!: Public ordinary functions
Function, count-applications: Public ordinary functions
Function, count-forever: Public ordinary functions
Function, count-nodes: Public ordinary functions
Function, countby: Public ordinary functions
Function, create-directory!: Public ordinary functions
Function, create-temp-directory!: Public ordinary functions
Function, create-temp-file!: Public ordinary functions
Function, cst-list-p: Private ordinary functions
Function, cst-search: Private ordinary functions
Function, cst-source-range: Public ordinary functions
Function, curry: Public ordinary functions
Function, cursor-last: Private ordinary functions
Function, cursor-location: Public ordinary functions
Function, cursor-message: Public ordinary functions
Function, cursor-p: Private ordinary functions
Function, cursor-pointer: Public ordinary functions
Function, cursor-source: Public ordinary functions
Function, cursor-value: Public ordinary functions
Function, custom-hash-table-containsp: Public ordinary functions
Function, custom-hash-table-count: Public ordinary functions
Function, custom-hash-table-get: Public ordinary functions
Function, custom-hash-table-iter: Public ordinary functions
Function, custom-hash-table-remove: Public ordinary functions
Function, custom-hash-table-set: Public ordinary functions
Function, cycle: Private ordinary functions
Function, data-letrec-able-p: Private ordinary functions
Function, decrement!: Public ordinary functions
Function, default: Public ordinary functions
Function, default-matrix: Private ordinary functions
Function, default-preds: Public ordinary functions
Function, default-subs: Public ordinary functions
Function, default?: Public ordinary functions
Function, defaulting-unwrap: Public ordinary functions
Function, defaults: Private ordinary functions
Function, define-instance-in-environment: Private ordinary functions
Function, define-integer-into-instance: Private ordinary functions
Function, define-integer-try-into-instance: Private ordinary functions
Function, definitely-subtype?: Private ordinary functions
Function, definition-bindings: Private ordinary functions
Function, definitions-to-bindings: Private ordinary functions
Function, delete-file!: Public ordinary functions
Function, denominator: Public ordinary functions
Function, difference: Public ordinary functions
Function, digit?: Public ordinary functions
Function, direct-application: Private ordinary functions
Function, directory-exists?: Public ordinary functions
Function, directory-files: Public ordinary functions
Function, directory-pathname?: Public ordinary functions
Function, discard-symbol: Public ordinary functions
Function, disjoin: Public ordinary functions
Function, display-source-error: Public ordinary functions
Function, div: Public ordinary functions
Function, divmod: Public ordinary functions
Function, do-bind-p: Private ordinary functions
Function, double-float-<=: Private ordinary functions
Function, double-float-<⎵type: Private ordinary functions
Function, double-float->: Private ordinary functions
Function, double-float->=: Private ordinary functions
Function, double-float-complex-divide: Private ordinary functions
Function, double-float-complex-equal: Private ordinary functions
Function, double-float-complex-minus: Private ordinary functions
Function, double-float-complex-plus: Private ordinary functions
Function, double-float-complex-times: Private ordinary functions
Function, double-float-round: Private ordinary functions
Function, double-float-^: Private ordinary functions
Function, double-float-^^: Private ordinary functions
Function, doubleblackempty: Private ordinary functions
Function, down-from: Public ordinary functions
Function, downcase: Public ordinary functions
Function, drop: Public ordinary functions
Function, drop: Public ordinary functions
Function, dual: Public ordinary functions
Function, dual-part: Public ordinary functions
Function, dyadic: Public ordinary functions
Function, dyadic-compare: Private ordinary functions
Function, dyadic-group: Private ordinary functions
Function, dyadic-round: Private ordinary functions
Function, each: Public ordinary functions
Function, ee: Public ordinary functions
Function, elementwise-hash!: Public ordinary functions
Function, elementwise-match!: Public ordinary functions
Function, elementwise==!: Public ordinary functions
Function, elemindex: Public ordinary functions
Function, empty: Public ordinary functions
Function, empty: Public ordinary functions
Function, empty-p: Public ordinary functions
Function, empty?: Public ordinary functions
Function, empty?: Public ordinary functions
Function, empty?: Public ordinary functions
Function, empty?: Public ordinary functions
Function, end-column: Private ordinary functions
Function, end-line: Private ordinary functions
Function, end-location: Public ordinary functions
Function, end-offset: Private ordinary functions
Function, end-position: Private ordinary functions
Function, end-span: Private ordinary functions
Function, ensure-location: Private ordinary functions
Function, ensure-namestring: Private ordinary functions
Function, ensure-span: Private ordinary functions
Function, entail: Public ordinary functions
Function, entries: Public ordinary functions
Function, entries: Public ordinary functions
Function, entry-point: Public ordinary functions
Function, enumerate!: Public ordinary functions
Function, environment-class-environment: Public ordinary functions
Function, environment-code-environment: Public ordinary functions
Function, environment-constructor-environment: Public ordinary functions
Function, environment-function-environment: Public ordinary functions
Function, environment-fundep-environment: Public ordinary functions
Function, environment-instance-environment: Public ordinary functions
Function, environment-map-p: Private ordinary functions
Function, environment-map-table: Private ordinary functions
Function, environment-map-test: Private ordinary functions
Function, environment-method-inline-environment: Public ordinary functions
Function, environment-name-environment: Public ordinary functions
Function, environment-p: Private ordinary functions
Function, environment-source-name-environment: Private ordinary functions
Function, environment-specialization-environment: Public ordinary functions
Function, environment-struct-environment: Private ordinary functions
Function, environment-type-environment: Public ordinary functions
Function, environment-value-environment: Public ordinary functions
Function, eof: Private ordinary functions
Function, equivalence-classes: Public ordinary functions
Function, equivalence-classes-by: Public ordinary functions
Function, err: Public ordinary functions
Function, err?: Public ordinary functions
Function, error: Public ordinary functions
Function, error: Public ordinary functions
Function, error: Public ordinary functions
Function, error-ambiguous-pred: Private ordinary functions
Function, error-coalton-only: Private ordinary functions
Function, error-fundep-conflict: Private ordinary functions
Function, error-unknown-pred: Private ordinary functions
Function, eval-toplevel-p: Private ordinary functions
Function, even?: Public ordinary functions
Function, every!: Public ordinary functions
Function, exact-ilog: Private ordinary functions
Function, exact/: Public ordinary functions
Function, exhaustive-patterns-p: Public ordinary functions
Function, exists?: Public ordinary functions
Function, exp: Public ordinary functions
Function, expand: Private ordinary functions
Function, expand-local-tvars: Private ordinary functions
Function, expand-macro: Public ordinary functions
Function, expect: Public ordinary functions
Function, expression-entry-point: Public ordinary functions
Function, extend!: Public ordinary functions
Function, extend!: Public ordinary functions
Function, extend!: Public ordinary functions
Function, f1: Private ordinary functions
Function, f10: Private ordinary functions
Function, f11: Private ordinary functions
Function, f12: Private ordinary functions
Function, f13: Private ordinary functions
Function, f14: Private ordinary functions
Function, f15: Private ordinary functions
Function, f16: Private ordinary functions
Function, f17: Private ordinary functions
Function, f18: Private ordinary functions
Function, f19: Private ordinary functions
Function, f2: Private ordinary functions
Function, f20: Private ordinary functions
Function, f21: Private ordinary functions
Function, f22: Private ordinary functions
Function, f23: Private ordinary functions
Function, f24: Private ordinary functions
Function, f25: Private ordinary functions
Function, f26: Private ordinary functions
Function, f27: Private ordinary functions
Function, f28: Private ordinary functions
Function, f29: Private ordinary functions
Function, f3: Private ordinary functions
Function, f30: Private ordinary functions
Function, f31: Private ordinary functions
Function, f4: Private ordinary functions
Function, f5: Private ordinary functions
Function, f6: Private ordinary functions
Function, f7: Private ordinary functions
Function, f8: Private ordinary functions
Function, f9: Private ordinary functions
Function, factorial: Private ordinary functions
Function, fail: Public ordinary functions
Function, features: Public ordinary functions
Function, field-definition-location: Private ordinary functions
Function, field-definition-name: Private ordinary functions
Function, field-definition-p: Private ordinary functions
Function, field-definition-type: Private ordinary functions
Function, file-exists?: Public ordinary functions
Function, file-pathname?: Public ordinary functions
Function, file-position: Public ordinary functions
Function, fileerror: Public ordinary functions
Function, fill-source-table: Private ordinary functions
Function, filter: Public ordinary functions
Function, filter!: Public ordinary functions
Function, filter-map!: Public ordinary functions
Function, find: Public ordinary functions
Function, find!: Public ordinary functions
Function, find-column-offsets: Private ordinary functions
Function, find-constructor: Private ordinary functions
Function, find-duplicate-entry: Private ordinary functions
Function, find-elem: Public ordinary functions
Function, find-line-offsets: Private ordinary functions
Function, find-map!: Public ordinary functions
Function, find-non-matching-value: Public ordinary functions
Function, find-package: Public ordinary functions
Function, find-symbol: Public ordinary functions
Function, find-symbol?: Public ordinary functions
Function, find-underapplied-values: Public ordinary functions
Function, find-unnamed-constructor: Private ordinary functions
Function, find-unused-variables: Public ordinary functions
Function, findindex: Public ordinary functions
Function, finite?: Public ordinary functions
Function, fire-action: Private ordinary functions
Function, first-line-number: Private ordinary functions
Function, fix: Public ordinary functions
Function, flat-map!: Public ordinary functions
Function, flatten: Public ordinary functions
Function, flatten!: Public ordinary functions
Function, flip: Public ordinary functions
Function, floor: Public ordinary functions
Function, floor/: Public ordinary functions
Function, flush: Public ordinary functions
Function, fold: Public ordinary functions
Function, fold!: Public ordinary functions
Function, foldfree: Public ordinary functions
Function, foldr: Public ordinary functions
Function, for-each!: Public ordinary functions
Function, forbid-attributes: Private ordinary functions
Function, form-location: Public ordinary functions
Function, fraction-complex-divide: Private ordinary functions
Function, fraction-complex-equal: Private ordinary functions
Function, fraction-complex-minus: Private ordinary functions
Function, fraction-complex-plus: Private ordinary functions
Function, fraction-complex-times: Private ordinary functions
Function, fraction-round: Private ordinary functions
Function, fraction-^: Private ordinary functions
Function, fraction-^^: Private ordinary functions
Function, free: Public ordinary functions
Function, free-apply: Private ordinary functions
Function, free-lifta2: Private ordinary functions
Function, fresh-fundep-entry: Private ordinary functions
Function, fresh-inst: Public ordinary functions
Function, fresh-pred: Public ordinary functions
Function, fresh-preds: Public ordinary functions
Function, fresh-type-renamer: Public ordinary functions
Function, from-some: Public ordinary functions
Function, fromint: Public ordinary functions
Function, fst: Public ordinary functions
Function, function-declarations: Public ordinary functions
Function, function-entry-arity: Public ordinary functions
Function, function-entry-curried: Public ordinary functions
Function, function-entry-function: Public ordinary functions
Function, function-entry-p: Private ordinary functions
Function, function-env-entry-arity: Public ordinary functions
Function, function-env-entry-list-p: Private ordinary functions
Function, function-env-entry-name: Public ordinary functions
Function, function-env-entry-p: Private ordinary functions
Function, function-environment-data: Private ordinary functions
Function, function-environment-p: Private ordinary functions
Function, function-remove-arguments: Public ordinary functions
Function, function-type-arity: Public ordinary functions
Function, function-type-from: Public ordinary functions
Function, function-type-to: Public ordinary functions
Function, fundep-entail: Public ordinary functions
Function, fundep-entail%: Private ordinary functions
Function, fundep-entry-from: Private ordinary functions
Function, fundep-entry-p: Private ordinary functions
Function, fundep-entry-to: Private ordinary functions
Function, fundep-environment-data: Private ordinary functions
Function, fundep-environment-p: Private ordinary functions
Function, fundep-from: Public ordinary functions
Function, fundep-left: Public ordinary functions
Function, fundep-list-p: Private ordinary functions
Function, fundep-list-p: Private ordinary functions
Function, fundep-location: Private ordinary functions
Function, fundep-p: Private ordinary functions
Function, fundep-p: Private ordinary functions
Function, fundep-right: Public ordinary functions
Function, fundep-to: Public ordinary functions
Function, gc: Public ordinary functions
Function, gcd: Public ordinary functions
Function, general/: Public ordinary functions
Function, generate-fundep-subs%: Private ordinary functions
Function, generate-fundep-subs-for-pred%: Private ordinary functions
Function, get: Public ordinary functions
Function, get: Public ordinary functions
Function, get-bytes-consed: Public ordinary functions
Function, get-field: Public ordinary functions
Function, get-line-from-index: Private ordinary functions
Function, get-nth-line: Private ordinary functions
Function, get-real-time: Public ordinary functions
Function, get-run-time: Public ordinary functions
Function, get-table: Public ordinary functions
Function, get-top-level-binding: Public ordinary functions
Function, get-value: Public ordinary functions
Function, getenv: Public ordinary functions
Function, global-environment-bindings: Private ordinary functions
Function, global-environment-p: Private ordinary functions
Function, group-vectors: Private ordinary functions
Function, hash: Public ordinary functions
Function, head: Public ordinary functions
Function, head: Public ordinary functions
Function, head-unsafe: Public ordinary functions
Function, height: Private ordinary functions
Function, help: Public ordinary functions
Function, help: Public ordinary functions
Function, heuristic-inline-applications: Private ordinary functions
Function, hoist-definition: Public ordinary functions
Function, hoist-point-add: Private ordinary functions
Function, hoist-point-blocks: Private ordinary functions
Function, hoist-point-bound-variables: Private ordinary functions
Function, hoist-point-definitions: Private ordinary functions
Function, hoist-point-list-p: Private ordinary functions
Function, hoist-point-p: Private ordinary functions
Function, hoister-hoist-points: Private ordinary functions
Function, hoister-p: Private ordinary functions
Function, hoister-top-hoist-point: Private ordinary functions
Function, hostname: Public ordinary functions
Function, i16-<=: Private ordinary functions
Function, i16-<⎵type: Private ordinary functions
Function, i16->: Private ordinary functions
Function, i16->=: Private ordinary functions
Function, i16-complex-divide: Private ordinary functions
Function, i16-complex-equal: Private ordinary functions
Function, i16-complex-minus: Private ordinary functions
Function, i16-complex-plus: Private ordinary functions
Function, i16-complex-times: Private ordinary functions
Function, i16-even?: Private ordinary functions
Function, i16-gcd: Private ordinary functions
Function, i16-isqrt: Private ordinary functions
Function, i16-lcm: Private ordinary functions
Function, i16-odd?: Private ordinary functions
Function, i16-^: Private ordinary functions
Function, i32-<=: Private ordinary functions
Function, i32-<⎵type: Private ordinary functions
Function, i32->: Private ordinary functions
Function, i32->=: Private ordinary functions
Function, i32-complex-divide: Private ordinary functions
Function, i32-complex-equal: Private ordinary functions
Function, i32-complex-minus: Private ordinary functions
Function, i32-complex-plus: Private ordinary functions
Function, i32-complex-times: Private ordinary functions
Function, i32-even?: Private ordinary functions
Function, i32-gcd: Private ordinary functions
Function, i32-isqrt: Private ordinary functions
Function, i32-lcm: Private ordinary functions
Function, i32-odd?: Private ordinary functions
Function, i32-^: Private ordinary functions
Function, i64-<=: Private ordinary functions
Function, i64-<⎵type: Private ordinary functions
Function, i64->: Private ordinary functions
Function, i64->=: Private ordinary functions
Function, i64-complex-divide: Private ordinary functions
Function, i64-complex-equal: Private ordinary functions
Function, i64-complex-minus: Private ordinary functions
Function, i64-complex-plus: Private ordinary functions
Function, i64-complex-times: Private ordinary functions
Function, i64-even?: Private ordinary functions
Function, i64-gcd: Private ordinary functions
Function, i64-isqrt: Private ordinary functions
Function, i64-lcm: Private ordinary functions
Function, i64-odd?: Private ordinary functions
Function, i64-^: Private ordinary functions
Function, i8-<=: Private ordinary functions
Function, i8-<⎵type: Private ordinary functions
Function, i8->: Private ordinary functions
Function, i8->=: Private ordinary functions
Function, i8-complex-divide: Private ordinary functions
Function, i8-complex-equal: Private ordinary functions
Function, i8-complex-minus: Private ordinary functions
Function, i8-complex-plus: Private ordinary functions
Function, i8-complex-times: Private ordinary functions
Function, i8-even?: Private ordinary functions
Function, i8-gcd: Private ordinary functions
Function, i8-isqrt: Private ordinary functions
Function, i8-lcm: Private ordinary functions
Function, i8-odd?: Private ordinary functions
Function, i8-^: Private ordinary functions
Function, id: Public ordinary functions
Function, identifier-list-p: Private ordinary functions
Function, identifier-src-list-p: Private ordinary functions
Function, identifier-src-location: Private ordinary functions
Function, identifier-src-name: Public ordinary functions
Function, identifier-src-p: Private ordinary functions
Function, identifierp: Public ordinary functions
Function, ifix-<=: Private ordinary functions
Function, ifix-<⎵type: Private ordinary functions
Function, ifix->: Private ordinary functions
Function, ifix->=: Private ordinary functions
Function, ifix-complex-divide: Private ordinary functions
Function, ifix-complex-equal: Private ordinary functions
Function, ifix-complex-minus: Private ordinary functions
Function, ifix-complex-plus: Private ordinary functions
Function, ifix-complex-times: Private ordinary functions
Function, ifix-even?: Private ordinary functions
Function, ifix-gcd: Private ordinary functions
Function, ifix-isqrt: Private ordinary functions
Function, ifix-lcm: Private ordinary functions
Function, ifix-odd?: Private ordinary functions
Function, ifix-^: Private ordinary functions
Function, ii: Public ordinary functions
Function, ilog: Public ordinary functions
Function, imag-part: Public ordinary functions
Function, immutable-listmap-data: Public ordinary functions
Function, immutable-listmap-diff: Public ordinary functions
Function, immutable-listmap-lookup: Public ordinary functions
Function, immutable-listmap-p: Private ordinary functions
Function, immutable-listmap-push: Public ordinary functions
Function, immutable-listmap-replace: Public ordinary functions
Function, immutable-map-data: Public ordinary functions
Function, immutable-map-diff: Public ordinary functions
Function, immutable-map-keys: Public ordinary functions
Function, immutable-map-lookup: Public ordinary functions
Function, immutable-map-p: Private ordinary functions
Function, immutable-map-remove: Public ordinary functions
Function, immutable-map-set: Public ordinary functions
Function, immutable-map-set-multiple: Public ordinary functions
Function, implementation: Public ordinary functions
Function, increment!: Public ordinary functions
Function, index: Public ordinary functions
Function, index: Public ordinary functions
Function, index: Public ordinary functions
Function, index: Public ordinary functions
Function, index-of!: Public ordinary functions
Function, index-unsafe: Public ordinary functions
Function, index-unsafe: Public ordinary functions
Function, index-unsafe: Public ordinary functions
Function, inexact/: Public ordinary functions
Function, infer-binding-type: Private ordinary functions
Function, infer-bindings-type: Private ordinary functions
Function, infer-class-kinds: Private ordinary functions
Function, infer-class-scc-kinds: Private ordinary functions
Function, infer-define-type-scc-kinds: Private ordinary functions
Function, infer-expl-binding-type: Private ordinary functions
Function, infer-impls-binding-type: Private ordinary functions
Function, infer-let-bindings: Private ordinary functions
Function, infer-predicate-kinds: Public ordinary functions
Function, infinite?: Public ordinary functions
Function, infinity: Public ordinary functions
Function, init: Public ordinary functions
Function, initialize-fundep-environment: Public ordinary functions
Function, inline-applications: Private ordinary functions
Function, inline-methods: Private ordinary functions
Function, input: Public ordinary functions
Function, insert: Public ordinary functions
Function, insert: Public ordinary functions
Function, insert: Public ordinary functions
Function, insert-fundep-entry%: Private ordinary functions
Function, insert-or-replace: Public ordinary functions
Function, insert-or-replace: Public ordinary functions
Function, insertby: Public ordinary functions
Function, insertions: Public ordinary functions
Function, instance-bindings: Private ordinary functions
Function, instance-environment-codegen-syms: Private ordinary functions
Function, instance-environment-instances: Public ordinary functions
Function, instance-environment-p: Private ordinary functions
Function, instance-method-definition-body: Public ordinary functions
Function, instance-method-definition-body: Public ordinary functions
Function, instance-method-definition-list-p: Private ordinary functions
Function, instance-method-definition-list-p: Private ordinary functions
Function, instance-method-definition-location: Private ordinary functions
Function, instance-method-definition-location: Private ordinary functions
Function, instance-method-definition-name: Public ordinary functions
Function, instance-method-definition-name: Public ordinary functions
Function, instance-method-definition-p: Private ordinary functions
Function, instance-method-definition-p: Private ordinary functions
Function, instance-method-definition-params: Public ordinary functions
Function, instance-method-definition-params: Public ordinary functions
Function, instance/alternative⎵list-coalton-library/classes:alt: Private ordinary functions
Function, instance/alternative⎵optional-coalton-library/classes:alt: Private ordinary functions
Function, instance/applicative⎵(free⎵:a): Private ordinary functions
Function, instance/applicative⎵(free⎵:a)-coalton-library/classes:lifta2: Private ordinary functions
Function, instance/applicative⎵(free⎵:a)-coalton-library/classes:pure: Private ordinary functions
Function, instance/applicative⎵(result⎵:a)-coalton-library/classes:lifta2: Private ordinary functions
Function, instance/applicative⎵(result⎵:a)-coalton-library/classes:pure: Private ordinary functions
Function, instance/applicative⎵(st⎵:a)-coalton-library/classes:lifta2: Private ordinary functions
Function, instance/applicative⎵(st⎵:a)-coalton-library/classes:pure: Private ordinary functions
Function, instance/applicative⎵cell-coalton-library/classes:lifta2: Private ordinary functions
Function, instance/applicative⎵cell-coalton-library/classes:pure: Private ordinary functions
Function, instance/applicative⎵list-coalton-library/classes:lifta2: Private ordinary functions
Function, instance/applicative⎵list-coalton-library/classes:pure: Private ordinary functions
Function, instance/applicative⎵optional-coalton-library/classes:lifta2: Private ordinary functions
Function, instance/applicative⎵optional-coalton-library/classes:pure: Private ordinary functions
Function, instance/bifunctor⎵result-coalton-library/classes:bimap: Private ordinary functions
Function, instance/bifunctor⎵tuple-coalton-library/classes:bimap: Private ordinary functions
Function, instance/bits:bits⎵i16-coalton-library/bits:and: Private ordinary functions
Function, instance/bits:bits⎵i16-coalton-library/bits:not: Private ordinary functions
Function, instance/bits:bits⎵i16-coalton-library/bits:or: Private ordinary functions
Function, instance/bits:bits⎵i16-coalton-library/bits:shift: Private ordinary functions
Function, instance/bits:bits⎵i16-coalton-library/bits:xor: Private ordinary functions
Function, instance/bits:bits⎵i32-coalton-library/bits:and: Private ordinary functions
Function, instance/bits:bits⎵i32-coalton-library/bits:not: Private ordinary functions
Function, instance/bits:bits⎵i32-coalton-library/bits:or: Private ordinary functions
Function, instance/bits:bits⎵i32-coalton-library/bits:shift: Private ordinary functions
Function, instance/bits:bits⎵i32-coalton-library/bits:xor: Private ordinary functions
Function, instance/bits:bits⎵i64-coalton-library/bits:and: Private ordinary functions
Function, instance/bits:bits⎵i64-coalton-library/bits:not: Private ordinary functions
Function, instance/bits:bits⎵i64-coalton-library/bits:or: Private ordinary functions
Function, instance/bits:bits⎵i64-coalton-library/bits:shift: Private ordinary functions
Function, instance/bits:bits⎵i64-coalton-library/bits:xor: Private ordinary functions
Function, instance/bits:bits⎵i8-coalton-library/bits:and: Private ordinary functions
Function, instance/bits:bits⎵i8-coalton-library/bits:not: Private ordinary functions
Function, instance/bits:bits⎵i8-coalton-library/bits:or: Private ordinary functions
Function, instance/bits:bits⎵i8-coalton-library/bits:shift: Private ordinary functions
Function, instance/bits:bits⎵i8-coalton-library/bits:xor: Private ordinary functions
Function, instance/bits:bits⎵ifix-coalton-library/bits:and: Private ordinary functions
Function, instance/bits:bits⎵ifix-coalton-library/bits:not: Private ordinary functions
Function, instance/bits:bits⎵ifix-coalton-library/bits:or: Private ordinary functions
Function, instance/bits:bits⎵ifix-coalton-library/bits:shift: Private ordinary functions
Function, instance/bits:bits⎵ifix-coalton-library/bits:xor: Private ordinary functions
Function, instance/bits:bits⎵integer-coalton-library/bits:and: Private ordinary functions
Function, instance/bits:bits⎵integer-coalton-library/bits:not: Private ordinary functions
Function, instance/bits:bits⎵integer-coalton-library/bits:or: Private ordinary functions
Function, instance/bits:bits⎵integer-coalton-library/bits:shift: Private ordinary functions
Function, instance/bits:bits⎵integer-coalton-library/bits:xor: Private ordinary functions
Function, instance/bits:bits⎵u16-coalton-library/bits:and: Private ordinary functions
Function, instance/bits:bits⎵u16-coalton-library/bits:not: Private ordinary functions
Function, instance/bits:bits⎵u16-coalton-library/bits:or: Private ordinary functions
Function, instance/bits:bits⎵u16-coalton-library/bits:shift: Private ordinary functions
Function, instance/bits:bits⎵u16-coalton-library/bits:xor: Private ordinary functions
Function, instance/bits:bits⎵u32-coalton-library/bits:and: Private ordinary functions
Function, instance/bits:bits⎵u32-coalton-library/bits:not: Private ordinary functions
Function, instance/bits:bits⎵u32-coalton-library/bits:or: Private ordinary functions
Function, instance/bits:bits⎵u32-coalton-library/bits:shift: Private ordinary functions
Function, instance/bits:bits⎵u32-coalton-library/bits:xor: Private ordinary functions
Function, instance/bits:bits⎵u64-coalton-library/bits:and: Private ordinary functions
Function, instance/bits:bits⎵u64-coalton-library/bits:not: Private ordinary functions
Function, instance/bits:bits⎵u64-coalton-library/bits:or: Private ordinary functions
Function, instance/bits:bits⎵u64-coalton-library/bits:shift: Private ordinary functions
Function, instance/bits:bits⎵u64-coalton-library/bits:xor: Private ordinary functions
Function, instance/bits:bits⎵u8-coalton-library/bits:and: Private ordinary functions
Function, instance/bits:bits⎵u8-coalton-library/bits:not: Private ordinary functions
Function, instance/bits:bits⎵u8-coalton-library/bits:or: Private ordinary functions
Function, instance/bits:bits⎵u8-coalton-library/bits:shift: Private ordinary functions
Function, instance/bits:bits⎵u8-coalton-library/bits:xor: Private ordinary functions
Function, instance/bits:bits⎵ufix-coalton-library/bits:and: Private ordinary functions
Function, instance/bits:bits⎵ufix-coalton-library/bits:not: Private ordinary functions
Function, instance/bits:bits⎵ufix-coalton-library/bits:or: Private ordinary functions
Function, instance/bits:bits⎵ufix-coalton-library/bits:shift: Private ordinary functions
Function, instance/bits:bits⎵ufix-coalton-library/bits:xor: Private ordinary functions
Function, instance/coalton-library/hash:hash⎵boolean-coalton-library/hash:hash: Private ordinary functions
Function, instance/coalton-library/hash:hash⎵char-coalton-library/hash:hash: Private ordinary functions
Function, instance/coalton-library/hash:hash⎵double-float-coalton-library/hash:hash: Private ordinary functions
Function, instance/coalton-library/hash:hash⎵i16-coalton-library/hash:hash: Private ordinary functions
Function, instance/coalton-library/hash:hash⎵i32-coalton-library/hash:hash: Private ordinary functions
Function, instance/coalton-library/hash:hash⎵i64-coalton-library/hash:hash: Private ordinary functions
Function, instance/coalton-library/hash:hash⎵i8-coalton-library/hash:hash: Private ordinary functions
Function, instance/coalton-library/hash:hash⎵ifix-coalton-library/hash:hash: Private ordinary functions
Function, instance/coalton-library/hash:hash⎵integer-coalton-library/hash:hash: Private ordinary functions
Function, instance/coalton-library/hash:hash⎵single-float-coalton-library/hash:hash: Private ordinary functions
Function, instance/coalton-library/hash:hash⎵string-coalton-library/hash:hash: Private ordinary functions
Function, instance/coalton-library/hash:hash⎵u16-coalton-library/hash:hash: Private ordinary functions
Function, instance/coalton-library/hash:hash⎵u32-coalton-library/hash:hash: Private ordinary functions
Function, instance/coalton-library/hash:hash⎵u64-coalton-library/hash:hash: Private ordinary functions
Function, instance/coalton-library/hash:hash⎵u8-coalton-library/hash:hash: Private ordinary functions
Function, instance/coalton-library/hash:hash⎵ufix-coalton-library/hash:hash: Private ordinary functions
Function, instance/coalton-library/types:runtimerepr⎵((free⎵:a)⎵:b)-coalton-library/types:runtime-repr: Private ordinary functions
Function, instance/coalton-library/types:runtimerepr⎵(cell⎵:a)-coalton-library/types:runtime-repr: Private ordinary functions
Function, instance/coalton-library/types:runtimerepr⎵(complex⎵:a)-coalton-library/types:runtime-repr: Private ordinary functions
Function, instance/coalton-library/types:runtimerepr⎵(dual⎵:a)-coalton-library/types:runtime-repr: Private ordinary functions
Function, instance/coalton-library/types:runtimerepr⎵(hashtable⎵:a⎵:b)-coalton-library/types:runtime-repr: Private ordinary functions
Function, instance/coalton-library/types:runtimerepr⎵(iteratorstacknode⎵:a)-coalton-library/types:runtime-repr: Private ordinary functions
Function, instance/coalton-library/types:runtimerepr⎵(mappair⎵:a⎵:b)-coalton-library/types:runtime-repr: Private ordinary functions
Function, instance/coalton-library/types:runtimerepr⎵(map⎵:a⎵:b)-coalton-library/types:runtime-repr: Private ordinary functions
Function, instance/coalton-library/types:runtimerepr⎵(profile⎵:a)-coalton-library/types:runtime-repr: Private ordinary functions
Function, instance/coalton-library/types:runtimerepr⎵(quantization⎵:a)-coalton-library/types:runtime-repr: Private ordinary functions
Function, instance/coalton-library/types:runtimerepr⎵(queue⎵:a)-coalton-library/types:runtime-repr: Private ordinary functions
Function, instance/coalton-library/types:runtimerepr⎵(st⎵:a⎵:b)-coalton-library/types:runtime-repr: Private ordinary functions
Function, instance/coalton-library/types:runtimerepr⎵(tree⎵:a)-coalton-library/types:runtime-repr: Private ordinary functions
Function, instance/coalton-library/types:runtimerepr⎵(tuple3⎵:a⎵:b⎵:c)-coalton-library/types:runtime-repr: Private ordinary functions
Function, instance/coalton-library/types:runtimerepr⎵(tuple4⎵:a⎵:b⎵:c⎵:d)-coalton-library/types:runtime-repr: Private ordinary functions
Function, instance/coalton-library/types:runtimerepr⎵(tuple5⎵:a⎵:b⎵:c⎵:d⎵:e)-coalton-library/types:runtime-repr: Private ordinary functions
Function, instance/coalton-library/types:runtimerepr⎵color-coalton-library/types:runtime-repr: Private ordinary functions
Function, instance/coalton-library/types:runtimerepr⎵dyadic-coalton-library/types:runtime-repr: Private ordinary functions
Function, instance/coalton-library/types:runtimerepr⎵hash-coalton-library/types:runtime-repr: Private ordinary functions
Function, instance/coalton-library/types:runtimerepr⎵i16-coalton-library/types:runtime-repr: Private ordinary functions
Function, instance/coalton-library/types:runtimerepr⎵i32-coalton-library/types:runtime-repr: Private ordinary functions
Function, instance/coalton-library/types:runtimerepr⎵i64-coalton-library/types:runtime-repr: Private ordinary functions
Function, instance/coalton-library/types:runtimerepr⎵i8-coalton-library/types:runtime-repr: Private ordinary functions
Function, instance/coalton-library/types:runtimerepr⎵ifix-coalton-library/types:runtime-repr: Private ordinary functions
Function, instance/coalton-library/types:runtimerepr⎵lispcondition-coalton-library/types:runtime-repr: Private ordinary functions
Function, instance/coalton-library/types:runtimerepr⎵u16-coalton-library/types:runtime-repr: Private ordinary functions
Function, instance/coalton-library/types:runtimerepr⎵u32-coalton-library/types:runtime-repr: Private ordinary functions
Function, instance/coalton-library/types:runtimerepr⎵u64-coalton-library/types:runtime-repr: Private ordinary functions
Function, instance/coalton-library/types:runtimerepr⎵u8-coalton-library/types:runtime-repr: Private ordinary functions
Function, instance/coalton-library/types:runtimerepr⎵ufix-coalton-library/types:runtime-repr: Private ordinary functions
Function, instance/coalton-library/types:runtimerepr⎵void-coalton-library/types:runtime-repr: Private ordinary functions
Function, instance/complex⎵(complex⎵:a): Private ordinary functions
Function, instance/complex⎵(complex⎵:a)-coalton-library/math/complex:complex: Private ordinary functions
Function, instance/complex⎵(complex⎵:a)-coalton-library/math/complex:imag-part: Private ordinary functions
Function, instance/complex⎵(complex⎵:a)-coalton-library/math/complex:real-part: Private ordinary functions
Function, instance/complex⎵double-float-coalton-library/math/complex:complex: Private ordinary functions
Function, instance/complex⎵double-float-coalton-library/math/complex:imag-part: Private ordinary functions
Function, instance/complex⎵double-float-coalton-library/math/complex:real-part: Private ordinary functions
Function, instance/complex⎵fraction-coalton-library/math/complex:complex: Private ordinary functions
Function, instance/complex⎵fraction-coalton-library/math/complex:imag-part: Private ordinary functions
Function, instance/complex⎵fraction-coalton-library/math/complex:real-part: Private ordinary functions
Function, instance/complex⎵i16-coalton-library/math/complex:complex: Private ordinary functions
Function, instance/complex⎵i16-coalton-library/math/complex:imag-part: Private ordinary functions
Function, instance/complex⎵i16-coalton-library/math/complex:real-part: Private ordinary functions
Function, instance/complex⎵i32-coalton-library/math/complex:complex: Private ordinary functions
Function, instance/complex⎵i32-coalton-library/math/complex:imag-part: Private ordinary functions
Function, instance/complex⎵i32-coalton-library/math/complex:real-part: Private ordinary functions
Function, instance/complex⎵i64-coalton-library/math/complex:complex: Private ordinary functions
Function, instance/complex⎵i64-coalton-library/math/complex:imag-part: Private ordinary functions
Function, instance/complex⎵i64-coalton-library/math/complex:real-part: Private ordinary functions
Function, instance/complex⎵i8-coalton-library/math/complex:complex: Private ordinary functions
Function, instance/complex⎵i8-coalton-library/math/complex:imag-part: Private ordinary functions
Function, instance/complex⎵i8-coalton-library/math/complex:real-part: Private ordinary functions
Function, instance/complex⎵ifix-coalton-library/math/complex:complex: Private ordinary functions
Function, instance/complex⎵ifix-coalton-library/math/complex:imag-part: Private ordinary functions
Function, instance/complex⎵ifix-coalton-library/math/complex:real-part: Private ordinary functions
Function, instance/complex⎵integer-coalton-library/math/complex:complex: Private ordinary functions
Function, instance/complex⎵integer-coalton-library/math/complex:imag-part: Private ordinary functions
Function, instance/complex⎵integer-coalton-library/math/complex:real-part: Private ordinary functions
Function, instance/complex⎵single-float-coalton-library/math/complex:complex: Private ordinary functions
Function, instance/complex⎵single-float-coalton-library/math/complex:imag-part: Private ordinary functions
Function, instance/complex⎵single-float-coalton-library/math/complex:real-part: Private ordinary functions
Function, instance/complex⎵u16-coalton-library/math/complex:complex: Private ordinary functions
Function, instance/complex⎵u16-coalton-library/math/complex:imag-part: Private ordinary functions
Function, instance/complex⎵u16-coalton-library/math/complex:real-part: Private ordinary functions
Function, instance/complex⎵u32-coalton-library/math/complex:complex: Private ordinary functions
Function, instance/complex⎵u32-coalton-library/math/complex:imag-part: Private ordinary functions
Function, instance/complex⎵u32-coalton-library/math/complex:real-part: Private ordinary functions
Function, instance/complex⎵u64-coalton-library/math/complex:complex: Private ordinary functions
Function, instance/complex⎵u64-coalton-library/math/complex:imag-part: Private ordinary functions
Function, instance/complex⎵u64-coalton-library/math/complex:real-part: Private ordinary functions
Function, instance/complex⎵u8-coalton-library/math/complex:complex: Private ordinary functions
Function, instance/complex⎵u8-coalton-library/math/complex:imag-part: Private ordinary functions
Function, instance/complex⎵u8-coalton-library/math/complex:real-part: Private ordinary functions
Function, instance/complex⎵ufix-coalton-library/math/complex:complex: Private ordinary functions
Function, instance/complex⎵ufix-coalton-library/math/complex:imag-part: Private ordinary functions
Function, instance/complex⎵ufix-coalton-library/math/complex:real-part: Private ordinary functions
Function, instance/default⎵(cell⎵:a): Private ordinary functions
Function, instance/default⎵(cell⎵:a)-coalton-library/classes:default: Private ordinary functions
Function, instance/default⎵(hashtable⎵:a⎵:b): Private ordinary functions
Function, instance/default⎵(hashtable⎵:a⎵:b)-coalton-library/classes:default: Private ordinary functions
Function, instance/default⎵(list⎵:a)-coalton-library/classes:default: Private ordinary functions
Function, instance/default⎵(optional⎵:a)-coalton-library/classes:default: Private ordinary functions
Function, instance/default⎵(queue⎵:a)-coalton-library/classes:default: Private ordinary functions
Function, instance/default⎵(seq⎵:a): Private ordinary functions
Function, instance/default⎵(seq⎵:a)-coalton-library/classes:default: Private ordinary functions
Function, instance/default⎵(tuple3⎵:a⎵:b⎵:c): Private ordinary functions
Function, instance/default⎵(tuple3⎵:a⎵:b⎵:c)-coalton-library/classes:default: Private ordinary functions
Function, instance/default⎵(tuple4⎵:a⎵:b⎵:c⎵:d): Private ordinary functions
Function, instance/default⎵(tuple4⎵:a⎵:b⎵:c⎵:d)-coalton-library/classes:default: Private ordinary functions
Function, instance/default⎵(tuple5⎵:a⎵:b⎵:c⎵:d⎵:e): Private ordinary functions
Function, instance/default⎵(tuple5⎵:a⎵:b⎵:c⎵:d⎵:e)-coalton-library/classes:default: Private ordinary functions
Function, instance/default⎵(tuple⎵:a⎵:b): Private ordinary functions
Function, instance/default⎵(tuple⎵:a⎵:b)-coalton-library/classes:default: Private ordinary functions
Function, instance/default⎵(vector⎵:a)-coalton-library/classes:default: Private ordinary functions
Function, instance/default⎵boolean-coalton-library/classes:default: Private ordinary functions
Function, instance/default⎵double-float-coalton-library/classes:default: Private ordinary functions
Function, instance/default⎵hash-coalton-library/classes:default: Private ordinary functions
Function, instance/default⎵i16-coalton-library/classes:default: Private ordinary functions
Function, instance/default⎵i32-coalton-library/classes:default: Private ordinary functions
Function, instance/default⎵i64-coalton-library/classes:default: Private ordinary functions
Function, instance/default⎵i8-coalton-library/classes:default: Private ordinary functions
Function, instance/default⎵ifix-coalton-library/classes:default: Private ordinary functions
Function, instance/default⎵integer-coalton-library/classes:default: Private ordinary functions
Function, instance/default⎵single-float-coalton-library/classes:default: Private ordinary functions
Function, instance/default⎵string-coalton-library/classes:default: Private ordinary functions
Function, instance/default⎵u16-coalton-library/classes:default: Private ordinary functions
Function, instance/default⎵u32-coalton-library/classes:default: Private ordinary functions
Function, instance/default⎵u64-coalton-library/classes:default: Private ordinary functions
Function, instance/default⎵u8-coalton-library/classes:default: Private ordinary functions
Function, instance/default⎵ufix-coalton-library/classes:default: Private ordinary functions
Function, instance/dividable⎵:a⎵:a: Private ordinary functions
Function, instance/dividable⎵:a⎵:a-coalton-library/math/arith:general/: Private ordinary functions
Function, instance/dividable⎵integer⎵double-float-coalton-library/math/arith:general/: Private ordinary functions
Function, instance/dividable⎵integer⎵fraction-coalton-library/math/arith:general/: Private ordinary functions
Function, instance/dividable⎵integer⎵single-float-coalton-library/math/arith:general/: Private ordinary functions
Function, instance/elementary⎵(complex⎵:a): Private ordinary functions
Function, instance/eq⎵(cell⎵:a): Private ordinary functions
Function, instance/eq⎵(cell⎵:a)-coalton-library/classes:==: Private ordinary functions
Function, instance/eq⎵(complex⎵:a): Private ordinary functions
Function, instance/eq⎵(complex⎵:a)-coalton-library/classes:==: Private ordinary functions
Function, instance/eq⎵(dual⎵:a): Private ordinary functions
Function, instance/eq⎵(dual⎵:a)-coalton-library/classes:==: Private ordinary functions
Function, instance/eq⎵(hashtable⎵:a⎵:b): Private ordinary functions
Function, instance/eq⎵(hashtable⎵:a⎵:b)-coalton-library/classes:==: Private ordinary functions
Function, instance/eq⎵(list⎵:a): Private ordinary functions
Function, instance/eq⎵(list⎵:a)-coalton-library/classes:==: Private ordinary functions
Function, instance/eq⎵(mappair⎵:a⎵:b): Private ordinary functions
Function, instance/eq⎵(mappair⎵:a⎵:b)-coalton-library/classes:==: Private ordinary functions
Function, instance/eq⎵(map⎵:a⎵:b): Private ordinary functions
Function, instance/eq⎵(map⎵:a⎵:b)-coalton-library/classes:==: Private ordinary functions
Function, instance/eq⎵(optional⎵:a): Private ordinary functions
Function, instance/eq⎵(optional⎵:a)-coalton-library/classes:==: Private ordinary functions
Function, instance/eq⎵(queue⎵:a): Private ordinary functions
Function, instance/eq⎵(queue⎵:a)-coalton-library/classes:==: Private ordinary functions
Function, instance/eq⎵(result⎵:a⎵:b): Private ordinary functions
Function, instance/eq⎵(result⎵:a⎵:b)-coalton-library/classes:==: Private ordinary functions
Function, instance/eq⎵(seq⎵:a): Private ordinary functions
Function, instance/eq⎵(seq⎵:a)-coalton-library/classes:==: Private ordinary functions
Function, instance/eq⎵(slice⎵:a): Private ordinary functions
Function, instance/eq⎵(slice⎵:a)-coalton-library/classes:==: Private ordinary functions
Function, instance/eq⎵(tree⎵:a): Private ordinary functions
Function, instance/eq⎵(tree⎵:a)-coalton-library/classes:==: Private ordinary functions
Function, instance/eq⎵(tuple3⎵:a⎵:b⎵:c): Private ordinary functions
Function, instance/eq⎵(tuple3⎵:a⎵:b⎵:c)-coalton-library/classes:==: Private ordinary functions
Function, instance/eq⎵(tuple4⎵:a⎵:b⎵:c⎵:d): Private ordinary functions
Function, instance/eq⎵(tuple4⎵:a⎵:b⎵:c⎵:d)-coalton-library/classes:==: Private ordinary functions
Function, instance/eq⎵(tuple5⎵:a⎵:b⎵:c⎵:d⎵:e): Private ordinary functions
Function, instance/eq⎵(tuple5⎵:a⎵:b⎵:c⎵:d⎵:e)-coalton-library/classes:==: Private ordinary functions
Function, instance/eq⎵(tuple⎵:a⎵:b): Private ordinary functions
Function, instance/eq⎵(tuple⎵:a⎵:b)-coalton-library/classes:==: Private ordinary functions
Function, instance/eq⎵(vector⎵:a): Private ordinary functions
Function, instance/eq⎵(vector⎵:a)-coalton-library/classes:==: Private ordinary functions
Function, instance/eq⎵boolean-coalton-library/classes:==: Private ordinary functions
Function, instance/eq⎵char-coalton-library/classes:==: Private ordinary functions
Function, instance/eq⎵color-coalton-library/classes:==: Private ordinary functions
Function, instance/eq⎵double-float-coalton-library/classes:==: Private ordinary functions
Function, instance/eq⎵dyadic-coalton-library/classes:==: Private ordinary functions
Function, instance/eq⎵fraction-coalton-library/classes:==: Private ordinary functions
Function, instance/eq⎵hash-coalton-library/classes:==: Private ordinary functions
Function, instance/eq⎵i16-coalton-library/classes:==: Private ordinary functions
Function, instance/eq⎵i32-coalton-library/classes:==: Private ordinary functions
Function, instance/eq⎵i64-coalton-library/classes:==: Private ordinary functions
Function, instance/eq⎵i8-coalton-library/classes:==: Private ordinary functions
Function, instance/eq⎵ifix-coalton-library/classes:==: Private ordinary functions
Function, instance/eq⎵integer-coalton-library/classes:==: Private ordinary functions
Function, instance/eq⎵ord-coalton-library/classes:==: Private ordinary functions
Function, instance/eq⎵pathname-coalton-library/classes:==: Private ordinary functions
Function, instance/eq⎵single-float-coalton-library/classes:==: Private ordinary functions
Function, instance/eq⎵string-coalton-library/classes:==: Private ordinary functions
Function, instance/eq⎵types:lisptype-coalton-library/classes:==: Private ordinary functions
Function, instance/eq⎵u16-coalton-library/classes:==: Private ordinary functions
Function, instance/eq⎵u32-coalton-library/classes:==: Private ordinary functions
Function, instance/eq⎵u64-coalton-library/classes:==: Private ordinary functions
Function, instance/eq⎵u8-coalton-library/classes:==: Private ordinary functions
Function, instance/eq⎵ufix-coalton-library/classes:==: Private ordinary functions
Function, instance/eq⎵unit-coalton-library/classes:==: Private ordinary functions
Function, instance/exponentiable⎵(complex⎵:a): Private ordinary functions
Function, instance/exponentiable⎵(complex⎵:a)-coalton-library/math/elementary:ee: Private ordinary functions
Function, instance/exponentiable⎵(complex⎵:a)-coalton-library/math/elementary:exp: Private ordinary functions
Function, instance/exponentiable⎵(complex⎵:a)-coalton-library/math/elementary:ln: Private ordinary functions
Function, instance/exponentiable⎵(complex⎵:a)-coalton-library/math/elementary:log: Private ordinary functions
Function, instance/exponentiable⎵(complex⎵:a)-coalton-library/math/elementary:pow: Private ordinary functions
Function, instance/exponentiable⎵(dual⎵:a): Private ordinary functions
Function, instance/exponentiable⎵(dual⎵:a)-coalton-library/math/elementary:ee: Private ordinary functions
Function, instance/exponentiable⎵(dual⎵:a)-coalton-library/math/elementary:exp: Private ordinary functions
Function, instance/exponentiable⎵(dual⎵:a)-coalton-library/math/elementary:ln: Private ordinary functions
Function, instance/exponentiable⎵(dual⎵:a)-coalton-library/math/elementary:log: Private ordinary functions
Function, instance/exponentiable⎵(dual⎵:a)-coalton-library/math/elementary:pow: Private ordinary functions
Function, instance/exponentiable⎵double-float-coalton-library/math/elementary:exp: Private ordinary functions
Function, instance/exponentiable⎵double-float-coalton-library/math/elementary:ln: Private ordinary functions
Function, instance/exponentiable⎵double-float-coalton-library/math/elementary:log: Private ordinary functions
Function, instance/exponentiable⎵double-float-coalton-library/math/elementary:pow: Private ordinary functions
Function, instance/exponentiable⎵single-float-coalton-library/math/elementary:exp: Private ordinary functions
Function, instance/exponentiable⎵single-float-coalton-library/math/elementary:ln: Private ordinary functions
Function, instance/exponentiable⎵single-float-coalton-library/math/elementary:log: Private ordinary functions
Function, instance/exponentiable⎵single-float-coalton-library/math/elementary:pow: Private ordinary functions
Function, instance/file⎵char-coalton-library/file:open: Private ordinary functions
Function, instance/file⎵char-coalton-library/file:read: Private ordinary functions
Function, instance/file⎵char-coalton-library/file:write: Private ordinary functions
Function, instance/file⎵i16-coalton-library/file:open: Private ordinary functions
Function, instance/file⎵i16-coalton-library/file:read: Private ordinary functions
Function, instance/file⎵i16-coalton-library/file:write: Private ordinary functions
Function, instance/file⎵i32-coalton-library/file:open: Private ordinary functions
Function, instance/file⎵i32-coalton-library/file:read: Private ordinary functions
Function, instance/file⎵i32-coalton-library/file:write: Private ordinary functions
Function, instance/file⎵i64-coalton-library/file:open: Private ordinary functions
Function, instance/file⎵i64-coalton-library/file:read: Private ordinary functions
Function, instance/file⎵i64-coalton-library/file:write: Private ordinary functions
Function, instance/file⎵i8-coalton-library/file:open: Private ordinary functions
Function, instance/file⎵i8-coalton-library/file:read: Private ordinary functions
Function, instance/file⎵i8-coalton-library/file:write: Private ordinary functions
Function, instance/file⎵ifix-coalton-library/file:open: Private ordinary functions
Function, instance/file⎵ifix-coalton-library/file:read: Private ordinary functions
Function, instance/file⎵ifix-coalton-library/file:write: Private ordinary functions
Function, instance/file⎵u16-coalton-library/file:open: Private ordinary functions
Function, instance/file⎵u16-coalton-library/file:read: Private ordinary functions
Function, instance/file⎵u16-coalton-library/file:write: Private ordinary functions
Function, instance/file⎵u32-coalton-library/file:open: Private ordinary functions
Function, instance/file⎵u32-coalton-library/file:read: Private ordinary functions
Function, instance/file⎵u32-coalton-library/file:write: Private ordinary functions
Function, instance/file⎵u64-coalton-library/file:open: Private ordinary functions
Function, instance/file⎵u64-coalton-library/file:read: Private ordinary functions
Function, instance/file⎵u64-coalton-library/file:write: Private ordinary functions
Function, instance/file⎵u8-coalton-library/file:open: Private ordinary functions
Function, instance/file⎵u8-coalton-library/file:read: Private ordinary functions
Function, instance/file⎵u8-coalton-library/file:write: Private ordinary functions
Function, instance/file⎵ufix-coalton-library/file:open: Private ordinary functions
Function, instance/file⎵ufix-coalton-library/file:read: Private ordinary functions
Function, instance/file⎵ufix-coalton-library/file:write: Private ordinary functions
Function, instance/foldable⎵(free⎵:a): Private ordinary functions
Function, instance/foldable⎵(free⎵:a)-coalton-library/classes:fold: Private ordinary functions
Function, instance/foldable⎵(free⎵:a)-coalton-library/classes:foldr: Private ordinary functions
Function, instance/foldable⎵list-coalton-library/classes:fold: Private ordinary functions
Function, instance/foldable⎵list-coalton-library/classes:foldr: Private ordinary functions
Function, instance/foldable⎵queue-coalton-library/classes:fold: Private ordinary functions
Function, instance/foldable⎵queue-coalton-library/classes:foldr: Private ordinary functions
Function, instance/foldable⎵slice-coalton-library/classes:fold: Private ordinary functions
Function, instance/foldable⎵slice-coalton-library/classes:foldr: Private ordinary functions
Function, instance/foldable⎵tree-coalton-library/classes:fold: Private ordinary functions
Function, instance/foldable⎵tree-coalton-library/classes:foldr: Private ordinary functions
Function, instance/foldable⎵vector-coalton-library/classes:fold: Private ordinary functions
Function, instance/foldable⎵vector-coalton-library/classes:foldr: Private ordinary functions
Function, instance/functor⎵(arrow⎵:a)-coalton-library/classes:map: Private ordinary functions
Function, instance/functor⎵(free⎵:a): Private ordinary functions
Function, instance/functor⎵(free⎵:a)-coalton-library/classes:map: Private ordinary functions
Function, instance/functor⎵(map⎵:a)-coalton-library/classes:map: Private ordinary functions
Function, instance/functor⎵(result⎵:a)-coalton-library/classes:map: Private ordinary functions
Function, instance/functor⎵(st⎵:a)-coalton-library/classes:map: Private ordinary functions
Function, instance/functor⎵cell-coalton-library/classes:map: Private ordinary functions
Function, instance/functor⎵iterator-coalton-library/classes:map: Private ordinary functions
Function, instance/functor⎵list-coalton-library/classes:map: Private ordinary functions
Function, instance/functor⎵optional-coalton-library/classes:map: Private ordinary functions
Function, instance/functor⎵queue-coalton-library/classes:map: Private ordinary functions
Function, instance/functor⎵seq-coalton-library/classes:map: Private ordinary functions
Function, instance/functor⎵vector-coalton-library/classes:map: Private ordinary functions
Function, instance/hash⎵(dual⎵:a): Private ordinary functions
Function, instance/hash⎵(dual⎵:a)-coalton-library/hash:hash: Private ordinary functions
Function, instance/hash⎵(hashtable⎵:a⎵:b): Private ordinary functions
Function, instance/hash⎵(hashtable⎵:a⎵:b)-coalton-library/hash:hash: Private ordinary functions
Function, instance/hash⎵(list⎵:a): Private ordinary functions
Function, instance/hash⎵(list⎵:a)-coalton-library/hash:hash: Private ordinary functions
Function, instance/hash⎵(map⎵:a⎵:b): Private ordinary functions
Function, instance/hash⎵(map⎵:a⎵:b)-coalton-library/hash:hash: Private ordinary functions
Function, instance/hash⎵(tree⎵:a): Private ordinary functions
Function, instance/hash⎵(tree⎵:a)-coalton-library/hash:hash: Private ordinary functions
Function, instance/hash⎵(tuple3⎵:a⎵:b⎵:c): Private ordinary functions
Function, instance/hash⎵(tuple3⎵:a⎵:b⎵:c)-coalton-library/hash:hash: Private ordinary functions
Function, instance/hash⎵(tuple4⎵:a⎵:b⎵:c⎵:d): Private ordinary functions
Function, instance/hash⎵(tuple4⎵:a⎵:b⎵:c⎵:d)-coalton-library/hash:hash: Private ordinary functions
Function, instance/hash⎵(tuple5⎵:a⎵:b⎵:c⎵:d⎵:e): Private ordinary functions
Function, instance/hash⎵(tuple5⎵:a⎵:b⎵:c⎵:d⎵:e)-coalton-library/hash:hash: Private ordinary functions
Function, instance/hash⎵(tuple⎵:a⎵:b): Private ordinary functions
Function, instance/hash⎵(tuple⎵:a⎵:b)-coalton-library/hash:hash: Private ordinary functions
Function, instance/hash⎵hash-coalton-library/hash:hash: Private ordinary functions
Function, instance/integral⎵i16-coalton-library/math/integral:tointeger: Private ordinary functions
Function, instance/integral⎵i32-coalton-library/math/integral:tointeger: Private ordinary functions
Function, instance/integral⎵i64-coalton-library/math/integral:tointeger: Private ordinary functions
Function, instance/integral⎵i8-coalton-library/math/integral:tointeger: Private ordinary functions
Function, instance/integral⎵ifix-coalton-library/math/integral:tointeger: Private ordinary functions
Function, instance/integral⎵integer-coalton-library/math/integral:tointeger: Private ordinary functions
Function, instance/integral⎵u16-coalton-library/math/integral:tointeger: Private ordinary functions
Function, instance/integral⎵u32-coalton-library/math/integral:tointeger: Private ordinary functions
Function, instance/integral⎵u64-coalton-library/math/integral:tointeger: Private ordinary functions
Function, instance/integral⎵u8-coalton-library/math/integral:tointeger: Private ordinary functions
Function, instance/integral⎵ufix-coalton-library/math/integral:tointeger: Private ordinary functions
Function, instance/intoiterator⎵(iterator⎵:a)⎵:a-coalton-library/iterator:into-iter: Private ordinary functions
Function, instance/intoiterator⎵unit⎵:a-coalton-library/iterator:into-iter: Private ordinary functions
Function, instance/into⎵(:a⎵:b)⎵(seq⎵:b): Private ordinary functions
Function, instance/into⎵(:a⎵:b)⎵(seq⎵:b)-coalton-library/classes:into: Private ordinary functions
Function, instance/into⎵(cell⎵:a)⎵:a-coalton-library/classes:into: Private ordinary functions
Function, instance/into⎵(cell⎵:a)⎵string: Private ordinary functions
Function, instance/into⎵(cell⎵:a)⎵string-coalton-library/classes:into: Private ordinary functions
Function, instance/into⎵(list⎵:a)⎵(vector⎵:a)-coalton-library/classes:into: Private ordinary functions
Function, instance/into⎵(list⎵char)⎵string-coalton-library/classes:into: Private ordinary functions
Function, instance/into⎵(mappair⎵:a⎵:b)⎵(tuple⎵:a⎵:b)-coalton-library/classes:into: Private ordinary functions
Function, instance/into⎵(optional⎵:a)⎵(list⎵:a)-coalton-library/classes:into: Private ordinary functions
Function, instance/into⎵(optional⎵:a)⎵(result⎵unit⎵:a)-coalton-library/classes:into: Private ordinary functions
Function, instance/into⎵(result⎵:a⎵:b)⎵(optional⎵:b)-coalton-library/classes:into: Private ordinary functions
Function, instance/into⎵(seq⎵:a)⎵(list⎵:a)-coalton-library/classes:into: Private ordinary functions
Function, instance/into⎵(seq⎵:a)⎵(vector:vector⎵:a)-coalton-library/classes:into: Private ordinary functions
Function, instance/into⎵(slice⎵:a)⎵(vector⎵:a)-coalton-library/classes:into: Private ordinary functions
Function, instance/into⎵(tuple⎵:a⎵:b)⎵(tuple⎵:b⎵:a)-coalton-library/classes:into: Private ordinary functions
Function, instance/into⎵(vector⎵:a)⎵(list⎵:a)-coalton-library/classes:into: Private ordinary functions
Function, instance/into⎵(vector⎵:a)⎵(slice⎵:a)-coalton-library/classes:into: Private ordinary functions
Function, instance/into⎵:a⎵(cell⎵:a)-coalton-library/classes:into: Private ordinary functions
Function, instance/into⎵:a⎵(complex⎵:a): Private ordinary functions
Function, instance/into⎵:a⎵(complex⎵:a)-coalton-library/classes:into: Private ordinary functions
Function, instance/into⎵:a⎵:a-coalton-library/classes:into: Private ordinary functions
Function, instance/into⎵char⎵string-coalton-library/classes:into: Private ordinary functions
Function, instance/into⎵double-float⎵string-coalton-library/classes:into: Private ordinary functions
Function, instance/into⎵dyadic⎵fraction-coalton-library/classes:into: Private ordinary functions
Function, instance/into⎵fraction⎵string-coalton-library/classes:into: Private ordinary functions
Function, instance/into⎵i16⎵double-float-coalton-library/classes:into: Private ordinary functions
Function, instance/into⎵i16⎵i32-coalton-library/classes:into: Private ordinary functions
Function, instance/into⎵i16⎵i64-coalton-library/classes:into: Private ordinary functions
Function, instance/into⎵i16⎵ifix-coalton-library/classes:into: Private ordinary functions
Function, instance/into⎵i16⎵integer-coalton-library/classes:into: Private ordinary functions
Function, instance/into⎵i16⎵single-float-coalton-library/classes:into: Private ordinary functions
Function, instance/into⎵i16⎵string-coalton-library/classes:into: Private ordinary functions
Function, instance/into⎵i32⎵double-float-coalton-library/classes:into: Private ordinary functions
Function, instance/into⎵i32⎵i64-coalton-library/classes:into: Private ordinary functions
Function, instance/into⎵i32⎵ifix-coalton-library/classes:into: Private ordinary functions
Function, instance/into⎵i32⎵integer-coalton-library/classes:into: Private ordinary functions
Function, instance/into⎵i32⎵string-coalton-library/classes:into: Private ordinary functions
Function, instance/into⎵i64⎵integer-coalton-library/classes:into: Private ordinary functions
Function, instance/into⎵i64⎵string-coalton-library/classes:into: Private ordinary functions
Function, instance/into⎵i8⎵double-float-coalton-library/classes:into: Private ordinary functions
Function, instance/into⎵i8⎵i16-coalton-library/classes:into: Private ordinary functions
Function, instance/into⎵i8⎵i32-coalton-library/classes:into: Private ordinary functions
Function, instance/into⎵i8⎵i64-coalton-library/classes:into: Private ordinary functions
Function, instance/into⎵i8⎵ifix-coalton-library/classes:into: Private ordinary functions
Function, instance/into⎵i8⎵integer-coalton-library/classes:into: Private ordinary functions
Function, instance/into⎵i8⎵single-float-coalton-library/classes:into: Private ordinary functions
Function, instance/into⎵i8⎵string-coalton-library/classes:into: Private ordinary functions
Function, instance/into⎵ifix⎵i64-coalton-library/classes:into: Private ordinary functions
Function, instance/into⎵ifix⎵integer-coalton-library/classes:into: Private ordinary functions
Function, instance/into⎵ifix⎵string-coalton-library/classes:into: Private ordinary functions
Function, instance/into⎵integer⎵dyadic-coalton-library/classes:into: Private ordinary functions
Function, instance/into⎵integer⎵string-coalton-library/classes:into: Private ordinary functions
Function, instance/into⎵pathname⎵string-coalton-library/classes:into: Private ordinary functions
Function, instance/into⎵single-float⎵string-coalton-library/classes:into: Private ordinary functions
Function, instance/into⎵string⎵(list⎵char)-coalton-library/classes:into: Private ordinary functions
Function, instance/into⎵string⎵pathname-coalton-library/classes:into: Private ordinary functions
Function, instance/into⎵u16⎵double-float-coalton-library/classes:into: Private ordinary functions
Function, instance/into⎵u16⎵i32-coalton-library/classes:into: Private ordinary functions
Function, instance/into⎵u16⎵i64-coalton-library/classes:into: Private ordinary functions
Function, instance/into⎵u16⎵ifix-coalton-library/classes:into: Private ordinary functions
Function, instance/into⎵u16⎵integer-coalton-library/classes:into: Private ordinary functions
Function, instance/into⎵u16⎵single-float-coalton-library/classes:into: Private ordinary functions
Function, instance/into⎵u16⎵string-coalton-library/classes:into: Private ordinary functions
Function, instance/into⎵u16⎵u32-coalton-library/classes:into: Private ordinary functions
Function, instance/into⎵u16⎵u64-coalton-library/classes:into: Private ordinary functions
Function, instance/into⎵u16⎵ufix-coalton-library/classes:into: Private ordinary functions
Function, instance/into⎵u32⎵double-float-coalton-library/classes:into: Private ordinary functions
Function, instance/into⎵u32⎵i64-coalton-library/classes:into: Private ordinary functions
Function, instance/into⎵u32⎵ifix-coalton-library/classes:into: Private ordinary functions
Function, instance/into⎵u32⎵integer-coalton-library/classes:into: Private ordinary functions
Function, instance/into⎵u32⎵string-coalton-library/classes:into: Private ordinary functions
Function, instance/into⎵u32⎵u64-coalton-library/classes:into: Private ordinary functions
Function, instance/into⎵u32⎵ufix-coalton-library/classes:into: Private ordinary functions
Function, instance/into⎵u64⎵integer-coalton-library/classes:into: Private ordinary functions
Function, instance/into⎵u64⎵string-coalton-library/classes:into: Private ordinary functions
Function, instance/into⎵u8⎵double-float-coalton-library/classes:into: Private ordinary functions
Function, instance/into⎵u8⎵i16-coalton-library/classes:into: Private ordinary functions
Function, instance/into⎵u8⎵i32-coalton-library/classes:into: Private ordinary functions
Function, instance/into⎵u8⎵i64-coalton-library/classes:into: Private ordinary functions
Function, instance/into⎵u8⎵ifix-coalton-library/classes:into: Private ordinary functions
Function, instance/into⎵u8⎵integer-coalton-library/classes:into: Private ordinary functions
Function, instance/into⎵u8⎵single-float-coalton-library/classes:into: Private ordinary functions
Function, instance/into⎵u8⎵string-coalton-library/classes:into: Private ordinary functions
Function, instance/into⎵u8⎵u16-coalton-library/classes:into: Private ordinary functions
Function, instance/into⎵u8⎵u32-coalton-library/classes:into: Private ordinary functions
Function, instance/into⎵u8⎵u64-coalton-library/classes:into: Private ordinary functions
Function, instance/into⎵u8⎵ufix-coalton-library/classes:into: Private ordinary functions
Function, instance/into⎵ufix⎵i64-coalton-library/classes:into: Private ordinary functions
Function, instance/into⎵ufix⎵ifix-coalton-library/classes:into: Private ordinary functions
Function, instance/into⎵ufix⎵integer-coalton-library/classes:into: Private ordinary functions
Function, instance/into⎵ufix⎵string-coalton-library/classes:into: Private ordinary functions
Function, instance/into⎵ufix⎵u64-coalton-library/classes:into: Private ordinary functions
Function, instance/iter:fromiterator⎵(hashtable⎵:a⎵:b)⎵(tuple⎵:a⎵:b): Private ordinary functions
Function, instance/iter:fromiterator⎵(hashtable⎵:a⎵:b)⎵(tuple⎵:a⎵:b)-coalton-library/iterator:collect!: Private ordinary functions
Function, instance/iter:fromiterator⎵(list⎵:a)⎵:a-coalton-library/iterator:collect!: Private ordinary functions
Function, instance/iter:fromiterator⎵(map⎵:a⎵:b)⎵(tuple⎵:a⎵:b): Private ordinary functions
Function, instance/iter:fromiterator⎵(map⎵:a⎵:b)⎵(tuple⎵:a⎵:b)-coalton-library/iterator:collect!: Private ordinary functions
Function, instance/iter:fromiterator⎵(optional⎵:a)⎵(optional⎵:b): Private ordinary functions
Function, instance/iter:fromiterator⎵(optional⎵:a)⎵(optional⎵:b)-coalton-library/iterator:collect!: Private ordinary functions
Function, instance/iter:fromiterator⎵(queue⎵:a)⎵:a-coalton-library/iterator:collect!: Private ordinary functions
Function, instance/iter:fromiterator⎵(result⎵:a⎵:b)⎵(result⎵:a⎵:c): Private ordinary functions
Function, instance/iter:fromiterator⎵(result⎵:a⎵:b)⎵(result⎵:a⎵:c)-coalton-library/iterator:collect!: Private ordinary functions
Function, instance/iter:fromiterator⎵(seq⎵:a)⎵:a: Private ordinary functions
Function, instance/iter:fromiterator⎵(seq⎵:a)⎵:a-coalton-library/iterator:collect!: Private ordinary functions
Function, instance/iter:fromiterator⎵(slice⎵:a)⎵:a-coalton-library/iterator:collect!: Private ordinary functions
Function, instance/iter:fromiterator⎵(tree⎵:a)⎵:a: Private ordinary functions
Function, instance/iter:fromiterator⎵(tree⎵:a)⎵:a-coalton-library/iterator:collect!: Private ordinary functions
Function, instance/iter:fromiterator⎵(vector⎵:a)⎵:a-coalton-library/iterator:collect!: Private ordinary functions
Function, instance/iter:fromiterator⎵string⎵char-coalton-library/iterator:collect!: Private ordinary functions
Function, instance/iter:intoiterator⎵(hashtable⎵:a⎵:b)⎵(tuple⎵:a⎵:b)-coalton-library/iterator:into-iter: Private ordinary functions
Function, instance/iter:intoiterator⎵(list⎵:a)⎵:a-coalton-library/iterator:into-iter: Private ordinary functions
Function, instance/iter:intoiterator⎵(map⎵:a⎵:b)⎵(tuple⎵:a⎵:b)-coalton-library/iterator:into-iter: Private ordinary functions
Function, instance/iter:intoiterator⎵(optional⎵:a)⎵:a-coalton-library/iterator:into-iter: Private ordinary functions
Function, instance/iter:intoiterator⎵(queue⎵:a)⎵:a-coalton-library/iterator:into-iter: Private ordinary functions
Function, instance/iter:intoiterator⎵(result⎵:a⎵:b)⎵:b-coalton-library/iterator:into-iter: Private ordinary functions
Function, instance/iter:intoiterator⎵(seq⎵:a)⎵:a-coalton-library/iterator:into-iter: Private ordinary functions
Function, instance/iter:intoiterator⎵(slice⎵:a)⎵:a-coalton-library/iterator:into-iter: Private ordinary functions
Function, instance/iter:intoiterator⎵(tree⎵:a)⎵:a-coalton-library/iterator:into-iter: Private ordinary functions
Function, instance/iter:intoiterator⎵(vector⎵:a)⎵:a-coalton-library/iterator:into-iter: Private ordinary functions
Function, instance/iter:intoiterator⎵string⎵char-coalton-library/iterator:into-iter: Private ordinary functions
Function, instance/monadfail⎵optional-coalton-library/classes:fail: Private ordinary functions
Function, instance/monad⎵(free⎵:a): Private ordinary functions
Function, instance/monad⎵(free⎵:a)-coalton-library/classes:>>=: Private ordinary functions
Function, instance/monad⎵(result⎵:a)-coalton-library/classes:>>=: Private ordinary functions
Function, instance/monad⎵(st⎵:a)-coalton-library/classes:>>=: Private ordinary functions
Function, instance/monad⎵list-coalton-library/classes:>>=: Private ordinary functions
Function, instance/monad⎵optional-coalton-library/classes:>>=: Private ordinary functions
Function, instance/monoid⎵(optional⎵:a): Private ordinary functions
Function, instance/monoid⎵(optional⎵:a)-coalton-library/classes:mempty: Private ordinary functions
Function, instance/monoid⎵(result⎵:a⎵:b): Private ordinary functions
Function, instance/monoid⎵(result⎵:a⎵:b)-coalton-library/classes:mempty: Private ordinary functions
Function, instance/monoid⎵(seq⎵:a): Private ordinary functions
Function, instance/monoid⎵(seq⎵:a)-coalton-library/classes:mempty: Private ordinary functions
Function, instance/monoid⎵(tree⎵:a): Private ordinary functions
Function, instance/monoid⎵(tree⎵:a)-coalton-library/classes:mempty: Private ordinary functions
Function, instance/num⎵(cell⎵:a): Private ordinary functions
Function, instance/num⎵(cell⎵:a)-coalton-library/classes:*: Private ordinary functions
Function, instance/num⎵(cell⎵:a)-coalton-library/classes:+: Private ordinary functions
Function, instance/num⎵(cell⎵:a)-coalton-library/classes:-: Private ordinary functions
Function, instance/num⎵(cell⎵:a)-coalton-library/classes:fromint: Private ordinary functions
Function, instance/num⎵(complex⎵:a): Private ordinary functions
Function, instance/num⎵(complex⎵:a)-coalton-library/classes:*: Private ordinary functions
Function, instance/num⎵(complex⎵:a)-coalton-library/classes:+: Private ordinary functions
Function, instance/num⎵(complex⎵:a)-coalton-library/classes:-: Private ordinary functions
Function, instance/num⎵(complex⎵:a)-coalton-library/classes:fromint: Private ordinary functions
Function, instance/num⎵(dual⎵:a): Private ordinary functions
Function, instance/num⎵(dual⎵:a)-coalton-library/classes:*: Private ordinary functions
Function, instance/num⎵(dual⎵:a)-coalton-library/classes:+: Private ordinary functions
Function, instance/num⎵(dual⎵:a)-coalton-library/classes:-: Private ordinary functions
Function, instance/num⎵(dual⎵:a)-coalton-library/classes:fromint: Private ordinary functions
Function, instance/num⎵(optional⎵:a): Private ordinary functions
Function, instance/num⎵(optional⎵:a)-coalton-library/classes:*: Private ordinary functions
Function, instance/num⎵(optional⎵:a)-coalton-library/classes:+: Private ordinary functions
Function, instance/num⎵(optional⎵:a)-coalton-library/classes:-: Private ordinary functions
Function, instance/num⎵(optional⎵:a)-coalton-library/classes:fromint: Private ordinary functions
Function, instance/num⎵double-float-coalton-library/classes:*: Private ordinary functions
Function, instance/num⎵double-float-coalton-library/classes:+: Private ordinary functions
Function, instance/num⎵double-float-coalton-library/classes:-: Private ordinary functions
Function, instance/num⎵double-float-coalton-library/classes:fromint: Private ordinary functions
Function, instance/num⎵dyadic-coalton-library/classes:*: Private ordinary functions
Function, instance/num⎵dyadic-coalton-library/classes:+: Private ordinary functions
Function, instance/num⎵dyadic-coalton-library/classes:-: Private ordinary functions
Function, instance/num⎵dyadic-coalton-library/classes:fromint: Private ordinary functions
Function, instance/num⎵fraction-coalton-library/classes:*: Private ordinary functions
Function, instance/num⎵fraction-coalton-library/classes:+: Private ordinary functions
Function, instance/num⎵fraction-coalton-library/classes:-: Private ordinary functions
Function, instance/num⎵fraction-coalton-library/classes:fromint: Private ordinary functions
Function, instance/num⎵i16-coalton-library/classes:*: Private ordinary functions
Function, instance/num⎵i16-coalton-library/classes:+: Private ordinary functions
Function, instance/num⎵i16-coalton-library/classes:-: Private ordinary functions
Function, instance/num⎵i16-coalton-library/classes:fromint: Private ordinary functions
Function, instance/num⎵i32-coalton-library/classes:*: Private ordinary functions
Function, instance/num⎵i32-coalton-library/classes:+: Private ordinary functions
Function, instance/num⎵i32-coalton-library/classes:-: Private ordinary functions
Function, instance/num⎵i32-coalton-library/classes:fromint: Private ordinary functions
Function, instance/num⎵i64-coalton-library/classes:*: Private ordinary functions
Function, instance/num⎵i64-coalton-library/classes:+: Private ordinary functions
Function, instance/num⎵i64-coalton-library/classes:-: Private ordinary functions
Function, instance/num⎵i64-coalton-library/classes:fromint: Private ordinary functions
Function, instance/num⎵i8-coalton-library/classes:*: Private ordinary functions
Function, instance/num⎵i8-coalton-library/classes:+: Private ordinary functions
Function, instance/num⎵i8-coalton-library/classes:-: Private ordinary functions
Function, instance/num⎵i8-coalton-library/classes:fromint: Private ordinary functions
Function, instance/num⎵ifix-coalton-library/classes:*: Private ordinary functions
Function, instance/num⎵ifix-coalton-library/classes:+: Private ordinary functions
Function, instance/num⎵ifix-coalton-library/classes:-: Private ordinary functions
Function, instance/num⎵ifix-coalton-library/classes:fromint: Private ordinary functions
Function, instance/num⎵integer-coalton-library/classes:*: Private ordinary functions
Function, instance/num⎵integer-coalton-library/classes:+: Private ordinary functions
Function, instance/num⎵integer-coalton-library/classes:-: Private ordinary functions
Function, instance/num⎵integer-coalton-library/classes:fromint: Private ordinary functions
Function, instance/num⎵single-float-coalton-library/classes:*: Private ordinary functions
Function, instance/num⎵single-float-coalton-library/classes:+: Private ordinary functions
Function, instance/num⎵single-float-coalton-library/classes:-: Private ordinary functions
Function, instance/num⎵single-float-coalton-library/classes:fromint: Private ordinary functions
Function, instance/num⎵u16-coalton-library/classes:*: Private ordinary functions
Function, instance/num⎵u16-coalton-library/classes:+: Private ordinary functions
Function, instance/num⎵u16-coalton-library/classes:-: Private ordinary functions
Function, instance/num⎵u16-coalton-library/classes:fromint: Private ordinary functions
Function, instance/num⎵u32-coalton-library/classes:*: Private ordinary functions
Function, instance/num⎵u32-coalton-library/classes:+: Private ordinary functions
Function, instance/num⎵u32-coalton-library/classes:-: Private ordinary functions
Function, instance/num⎵u32-coalton-library/classes:fromint: Private ordinary functions
Function, instance/num⎵u64-coalton-library/classes:*: Private ordinary functions
Function, instance/num⎵u64-coalton-library/classes:+: Private ordinary functions
Function, instance/num⎵u64-coalton-library/classes:-: Private ordinary functions
Function, instance/num⎵u64-coalton-library/classes:fromint: Private ordinary functions
Function, instance/num⎵u8-coalton-library/classes:*: Private ordinary functions
Function, instance/num⎵u8-coalton-library/classes:+: Private ordinary functions
Function, instance/num⎵u8-coalton-library/classes:-: Private ordinary functions
Function, instance/num⎵u8-coalton-library/classes:fromint: Private ordinary functions
Function, instance/num⎵ufix-coalton-library/classes:*: Private ordinary functions
Function, instance/num⎵ufix-coalton-library/classes:+: Private ordinary functions
Function, instance/num⎵ufix-coalton-library/classes:-: Private ordinary functions
Function, instance/num⎵ufix-coalton-library/classes:fromint: Private ordinary functions
Function, instance/ord⎵(cell⎵:a): Private ordinary functions
Function, instance/ord⎵(cell⎵:a)-coalton-library/classes:<=>: Private ordinary functions
Function, instance/ord⎵(dual⎵:a): Private ordinary functions
Function, instance/ord⎵(dual⎵:a)-coalton-library/classes:<=>: Private ordinary functions
Function, instance/ord⎵(list⎵:a): Private ordinary functions
Function, instance/ord⎵(list⎵:a)-coalton-library/classes:<=>: Private ordinary functions
Function, instance/ord⎵(mappair⎵:a⎵:b): Private ordinary functions
Function, instance/ord⎵(mappair⎵:a⎵:b)-coalton-library/classes:<=>: Private ordinary functions
Function, instance/ord⎵(optional⎵:a): Private ordinary functions
Function, instance/ord⎵(optional⎵:a)-coalton-library/classes:<=>: Private ordinary functions
Function, instance/ord⎵(result⎵:a⎵:b): Private ordinary functions
Function, instance/ord⎵(result⎵:a⎵:b)-coalton-library/classes:<=>: Private ordinary functions
Function, instance/ord⎵(tuple⎵:a⎵:b): Private ordinary functions
Function, instance/ord⎵(tuple⎵:a⎵:b)-coalton-library/classes:<=>: Private ordinary functions
Function, instance/ord⎵boolean-coalton-library/classes:<=>: Private ordinary functions
Function, instance/ord⎵char-coalton-library/classes:<=>: Private ordinary functions
Function, instance/ord⎵double-float-coalton-library/classes:<=>: Private ordinary functions
Function, instance/ord⎵dyadic-coalton-library/classes:<=>: Private ordinary functions
Function, instance/ord⎵fraction-coalton-library/classes:<=>: Private ordinary functions
Function, instance/ord⎵hash-coalton-library/classes:<=>: Private ordinary functions
Function, instance/ord⎵i16-coalton-library/classes:<=>: Private ordinary functions
Function, instance/ord⎵i32-coalton-library/classes:<=>: Private ordinary functions
Function, instance/ord⎵i64-coalton-library/classes:<=>: Private ordinary functions
Function, instance/ord⎵i8-coalton-library/classes:<=>: Private ordinary functions
Function, instance/ord⎵ifix-coalton-library/classes:<=>: Private ordinary functions
Function, instance/ord⎵integer-coalton-library/classes:<=>: Private ordinary functions
Function, instance/ord⎵ord-coalton-library/classes:<=>: Private ordinary functions
Function, instance/ord⎵pathname-coalton-library/classes:<=>: Private ordinary functions
Function, instance/ord⎵single-float-coalton-library/classes:<=>: Private ordinary functions
Function, instance/ord⎵string-coalton-library/classes:<=>: Private ordinary functions
Function, instance/ord⎵u16-coalton-library/classes:<=>: Private ordinary functions
Function, instance/ord⎵u32-coalton-library/classes:<=>: Private ordinary functions
Function, instance/ord⎵u64-coalton-library/classes:<=>: Private ordinary functions
Function, instance/ord⎵u8-coalton-library/classes:<=>: Private ordinary functions
Function, instance/ord⎵ufix-coalton-library/classes:<=>: Private ordinary functions
Function, instance/polar⎵(complex⎵:a): Private ordinary functions
Function, instance/polar⎵(complex⎵:a)-coalton-library/math/elementary:phase: Private ordinary functions
Function, instance/polar⎵(complex⎵:a)-coalton-library/math/elementary:polar: Private ordinary functions
Function, instance/polar⎵double-float-coalton-library/math/elementary:phase: Private ordinary functions
Function, instance/polar⎵double-float-coalton-library/math/elementary:polar: Private ordinary functions
Function, instance/polar⎵single-float-coalton-library/math/elementary:phase: Private ordinary functions
Function, instance/polar⎵single-float-coalton-library/math/elementary:polar: Private ordinary functions
Function, instance/quantizable⎵double-float-coalton-library/math/real:ceiling: Private ordinary functions
Function, instance/quantizable⎵double-float-coalton-library/math/real:floor: Private ordinary functions
Function, instance/quantizable⎵double-float-coalton-library/math/real:proper: Private ordinary functions
Function, instance/quantizable⎵dyadic-coalton-library/math/real:ceiling: Private ordinary functions
Function, instance/quantizable⎵dyadic-coalton-library/math/real:floor: Private ordinary functions
Function, instance/quantizable⎵dyadic-coalton-library/math/real:proper: Private ordinary functions
Function, instance/quantizable⎵fraction-coalton-library/math/real:ceiling: Private ordinary functions
Function, instance/quantizable⎵fraction-coalton-library/math/real:floor: Private ordinary functions
Function, instance/quantizable⎵fraction-coalton-library/math/real:proper: Private ordinary functions
Function, instance/quantizable⎵single-float-coalton-library/math/real:ceiling: Private ordinary functions
Function, instance/quantizable⎵single-float-coalton-library/math/real:floor: Private ordinary functions
Function, instance/quantizable⎵single-float-coalton-library/math/real:proper: Private ordinary functions
Function, instance/radical⎵(complex⎵:a): Private ordinary functions
Function, instance/radical⎵(complex⎵:a)-coalton-library/math/elementary:nth-root: Private ordinary functions
Function, instance/radical⎵(complex⎵:a)-coalton-library/math/elementary:sqrt: Private ordinary functions
Function, instance/radical⎵(dual⎵:a): Private ordinary functions
Function, instance/radical⎵(dual⎵:a)-coalton-library/math/elementary:nth-root: Private ordinary functions
Function, instance/radical⎵(dual⎵:a)-coalton-library/math/elementary:sqrt: Private ordinary functions
Function, instance/radical⎵double-float-coalton-library/math/elementary:nth-root: Private ordinary functions
Function, instance/radical⎵double-float-coalton-library/math/elementary:sqrt: Private ordinary functions
Function, instance/radical⎵single-float-coalton-library/math/elementary:nth-root: Private ordinary functions
Function, instance/radical⎵single-float-coalton-library/math/elementary:sqrt: Private ordinary functions
Function, instance/ram:randomaccess⎵(vector⎵:a)⎵:a-coalton-library/randomaccess:length: Private ordinary functions
Function, instance/ram:randomaccess⎵(vector⎵:a)⎵:a-coalton-library/randomaccess:make: Private ordinary functions
Function, instance/ram:randomaccess⎵(vector⎵:a)⎵:a-coalton-library/randomaccess:readable?: Private ordinary functions
Function, instance/ram:randomaccess⎵(vector⎵:a)⎵:a-coalton-library/randomaccess:unsafe-aref: Private ordinary functions
Function, instance/ram:randomaccess⎵(vector⎵:a)⎵:a-coalton-library/randomaccess:unsafe-set!: Private ordinary functions
Function, instance/ram:randomaccess⎵(vector⎵:a)⎵:a-coalton-library/randomaccess:writable?: Private ordinary functions
Function, instance/rational⎵double-float-coalton-library/math/real:best-approx: Private ordinary functions
Function, instance/rational⎵double-float-coalton-library/math/real:to-fraction: Private ordinary functions
Function, instance/rational⎵dyadic-coalton-library/math/real:best-approx: Private ordinary functions
Function, instance/rational⎵dyadic-coalton-library/math/real:to-fraction: Private ordinary functions
Function, instance/rational⎵fraction-coalton-library/math/real:best-approx: Private ordinary functions
Function, instance/rational⎵fraction-coalton-library/math/real:to-fraction: Private ordinary functions
Function, instance/rational⎵single-float-coalton-library/math/real:best-approx: Private ordinary functions
Function, instance/rational⎵single-float-coalton-library/math/real:to-fraction: Private ordinary functions
Function, instance/real⎵double-float-coalton-library/math/real:real-approx: Private ordinary functions
Function, instance/real⎵dyadic-coalton-library/math/real:real-approx: Private ordinary functions
Function, instance/real⎵fraction-coalton-library/math/real:real-approx: Private ordinary functions
Function, instance/real⎵single-float-coalton-library/math/real:real-approx: Private ordinary functions
Function, instance/reciprocable⎵(complex⎵:a): Private ordinary functions
Function, instance/reciprocable⎵(complex⎵:a)-coalton-library/math/arith:/: Private ordinary functions
Function, instance/reciprocable⎵(complex⎵:a)-coalton-library/math/arith:reciprocal: Private ordinary functions
Function, instance/reciprocable⎵(dual⎵:a): Private ordinary functions
Function, instance/reciprocable⎵(dual⎵:a)-coalton-library/math/arith:/: Private ordinary functions
Function, instance/reciprocable⎵(dual⎵:a)-coalton-library/math/arith:reciprocal: Private ordinary functions
Function, instance/reciprocable⎵double-float-coalton-library/math/arith:/: Private ordinary functions
Function, instance/reciprocable⎵double-float-coalton-library/math/arith:reciprocal: Private ordinary functions
Function, instance/reciprocable⎵fraction-coalton-library/math/arith:/: Private ordinary functions
Function, instance/reciprocable⎵fraction-coalton-library/math/arith:reciprocal: Private ordinary functions
Function, instance/reciprocable⎵single-float-coalton-library/math/arith:/: Private ordinary functions
Function, instance/reciprocable⎵single-float-coalton-library/math/arith:reciprocal: Private ordinary functions
Function, instance/remainder⎵fraction-coalton-library/math/integral:div: Private ordinary functions
Function, instance/remainder⎵fraction-coalton-library/math/integral:divmod: Private ordinary functions
Function, instance/remainder⎵fraction-coalton-library/math/integral:mod: Private ordinary functions
Function, instance/remainder⎵fraction-coalton-library/math/integral:quot: Private ordinary functions
Function, instance/remainder⎵fraction-coalton-library/math/integral:quotrem: Private ordinary functions
Function, instance/remainder⎵fraction-coalton-library/math/integral:rem: Private ordinary functions
Function, instance/remainder⎵i16-coalton-library/math/integral:div: Private ordinary functions
Function, instance/remainder⎵i16-coalton-library/math/integral:divmod: Private ordinary functions
Function, instance/remainder⎵i16-coalton-library/math/integral:mod: Private ordinary functions
Function, instance/remainder⎵i16-coalton-library/math/integral:quot: Private ordinary functions
Function, instance/remainder⎵i16-coalton-library/math/integral:quotrem: Private ordinary functions
Function, instance/remainder⎵i16-coalton-library/math/integral:rem: Private ordinary functions
Function, instance/remainder⎵i32-coalton-library/math/integral:div: Private ordinary functions
Function, instance/remainder⎵i32-coalton-library/math/integral:divmod: Private ordinary functions
Function, instance/remainder⎵i32-coalton-library/math/integral:mod: Private ordinary functions
Function, instance/remainder⎵i32-coalton-library/math/integral:quot: Private ordinary functions
Function, instance/remainder⎵i32-coalton-library/math/integral:quotrem: Private ordinary functions
Function, instance/remainder⎵i32-coalton-library/math/integral:rem: Private ordinary functions
Function, instance/remainder⎵i64-coalton-library/math/integral:div: Private ordinary functions
Function, instance/remainder⎵i64-coalton-library/math/integral:divmod: Private ordinary functions
Function, instance/remainder⎵i64-coalton-library/math/integral:mod: Private ordinary functions
Function, instance/remainder⎵i64-coalton-library/math/integral:quot: Private ordinary functions
Function, instance/remainder⎵i64-coalton-library/math/integral:quotrem: Private ordinary functions
Function, instance/remainder⎵i64-coalton-library/math/integral:rem: Private ordinary functions
Function, instance/remainder⎵i8-coalton-library/math/integral:div: Private ordinary functions
Function, instance/remainder⎵i8-coalton-library/math/integral:divmod: Private ordinary functions
Function, instance/remainder⎵i8-coalton-library/math/integral:mod: Private ordinary functions
Function, instance/remainder⎵i8-coalton-library/math/integral:quot: Private ordinary functions
Function, instance/remainder⎵i8-coalton-library/math/integral:quotrem: Private ordinary functions
Function, instance/remainder⎵i8-coalton-library/math/integral:rem: Private ordinary functions
Function, instance/remainder⎵ifix-coalton-library/math/integral:div: Private ordinary functions
Function, instance/remainder⎵ifix-coalton-library/math/integral:divmod: Private ordinary functions
Function, instance/remainder⎵ifix-coalton-library/math/integral:mod: Private ordinary functions
Function, instance/remainder⎵ifix-coalton-library/math/integral:quot: Private ordinary functions
Function, instance/remainder⎵ifix-coalton-library/math/integral:quotrem: Private ordinary functions
Function, instance/remainder⎵ifix-coalton-library/math/integral:rem: Private ordinary functions
Function, instance/remainder⎵integer-coalton-library/math/integral:div: Private ordinary functions
Function, instance/remainder⎵integer-coalton-library/math/integral:divmod: Private ordinary functions
Function, instance/remainder⎵integer-coalton-library/math/integral:mod: Private ordinary functions
Function, instance/remainder⎵integer-coalton-library/math/integral:quot: Private ordinary functions
Function, instance/remainder⎵integer-coalton-library/math/integral:quotrem: Private ordinary functions
Function, instance/remainder⎵integer-coalton-library/math/integral:rem: Private ordinary functions
Function, instance/remainder⎵u16-coalton-library/math/integral:div: Private ordinary functions
Function, instance/remainder⎵u16-coalton-library/math/integral:divmod: Private ordinary functions
Function, instance/remainder⎵u16-coalton-library/math/integral:mod: Private ordinary functions
Function, instance/remainder⎵u16-coalton-library/math/integral:quot: Private ordinary functions
Function, instance/remainder⎵u16-coalton-library/math/integral:quotrem: Private ordinary functions
Function, instance/remainder⎵u16-coalton-library/math/integral:rem: Private ordinary functions
Function, instance/remainder⎵u32-coalton-library/math/integral:div: Private ordinary functions
Function, instance/remainder⎵u32-coalton-library/math/integral:divmod: Private ordinary functions
Function, instance/remainder⎵u32-coalton-library/math/integral:mod: Private ordinary functions
Function, instance/remainder⎵u32-coalton-library/math/integral:quot: Private ordinary functions
Function, instance/remainder⎵u32-coalton-library/math/integral:quotrem: Private ordinary functions
Function, instance/remainder⎵u32-coalton-library/math/integral:rem: Private ordinary functions
Function, instance/remainder⎵u64-coalton-library/math/integral:div: Private ordinary functions
Function, instance/remainder⎵u64-coalton-library/math/integral:divmod: Private ordinary functions
Function, instance/remainder⎵u64-coalton-library/math/integral:mod: Private ordinary functions
Function, instance/remainder⎵u64-coalton-library/math/integral:quot: Private ordinary functions
Function, instance/remainder⎵u64-coalton-library/math/integral:quotrem: Private ordinary functions
Function, instance/remainder⎵u64-coalton-library/math/integral:rem: Private ordinary functions
Function, instance/remainder⎵u8-coalton-library/math/integral:div: Private ordinary functions
Function, instance/remainder⎵u8-coalton-library/math/integral:divmod: Private ordinary functions
Function, instance/remainder⎵u8-coalton-library/math/integral:mod: Private ordinary functions
Function, instance/remainder⎵u8-coalton-library/math/integral:quot: Private ordinary functions
Function, instance/remainder⎵u8-coalton-library/math/integral:quotrem: Private ordinary functions
Function, instance/remainder⎵u8-coalton-library/math/integral:rem: Private ordinary functions
Function, instance/remainder⎵ufix-coalton-library/math/integral:div: Private ordinary functions
Function, instance/remainder⎵ufix-coalton-library/math/integral:divmod: Private ordinary functions
Function, instance/remainder⎵ufix-coalton-library/math/integral:mod: Private ordinary functions
Function, instance/remainder⎵ufix-coalton-library/math/integral:quot: Private ordinary functions
Function, instance/remainder⎵ufix-coalton-library/math/integral:quotrem: Private ordinary functions
Function, instance/remainder⎵ufix-coalton-library/math/integral:rem: Private ordinary functions
Function, instance/runtimerepr⎵(:a⎵→⎵:b)-coalton-library/types:runtime-repr: Private ordinary functions
Function, instance/runtimerepr⎵(list⎵:a)-coalton-library/types:runtime-repr: Private ordinary functions
Function, instance/runtimerepr⎵(proxy⎵:a)-coalton-library/types:runtime-repr: Private ordinary functions
Function, instance/runtimerepr⎵boolean-coalton-library/types:runtime-repr: Private ordinary functions
Function, instance/runtimerepr⎵char-coalton-library/types:runtime-repr: Private ordinary functions
Function, instance/runtimerepr⎵double-float-coalton-library/types:runtime-repr: Private ordinary functions
Function, instance/runtimerepr⎵fraction-coalton-library/types:runtime-repr: Private ordinary functions
Function, instance/runtimerepr⎵integer-coalton-library/types:runtime-repr: Private ordinary functions
Function, instance/runtimerepr⎵lisptype-coalton-library/types:runtime-repr: Private ordinary functions
Function, instance/runtimerepr⎵single-float-coalton-library/types:runtime-repr: Private ordinary functions
Function, instance/runtimerepr⎵string-coalton-library/types:runtime-repr: Private ordinary functions
Function, instance/semigroup⎵(cell⎵:a): Private ordinary functions
Function, instance/semigroup⎵(cell⎵:a)-coalton-library/classes:<>: Private ordinary functions
Function, instance/semigroup⎵(list⎵:a)-coalton-library/classes:<>: Private ordinary functions
Function, instance/semigroup⎵(map⎵:a⎵:b): Private ordinary functions
Function, instance/semigroup⎵(map⎵:a⎵:b)-coalton-library/classes:<>: Private ordinary functions
Function, instance/semigroup⎵(optional⎵:a): Private ordinary functions
Function, instance/semigroup⎵(optional⎵:a)-coalton-library/classes:<>: Private ordinary functions
Function, instance/semigroup⎵(queue⎵:a)-coalton-library/classes:<>: Private ordinary functions
Function, instance/semigroup⎵(result⎵:a⎵:b): Private ordinary functions
Function, instance/semigroup⎵(result⎵:a⎵:b)-coalton-library/classes:<>: Private ordinary functions
Function, instance/semigroup⎵(seq⎵:a): Private ordinary functions
Function, instance/semigroup⎵(seq⎵:a)-coalton-library/classes:<>: Private ordinary functions
Function, instance/semigroup⎵(tree⎵:a): Private ordinary functions
Function, instance/semigroup⎵(tree⎵:a)-coalton-library/classes:<>: Private ordinary functions
Function, instance/semigroup⎵(vector⎵:a)-coalton-library/classes:<>: Private ordinary functions
Function, instance/semigroup⎵hash-coalton-library/classes:<>: Private ordinary functions
Function, instance/semigroup⎵string-coalton-library/classes:<>: Private ordinary functions
Function, instance/signalable⎵fileerror-coalton-library/classes:error: Private ordinary functions
Function, instance/signalable⎵lispcondition-coalton-library/classes:error: Private ordinary functions
Function, instance/signalable⎵string-coalton-library/classes:error: Private ordinary functions
Function, instance/sliceable⎵(slice⎵:a)-coalton-library/slice::%length: Private ordinary functions
Function, instance/sliceable⎵(vector⎵:a)-coalton-library/slice::%length: Private ordinary functions
Function, instance/transfinite⎵double-float-coalton-library/math/arith:infinite?: Private ordinary functions
Function, instance/transfinite⎵double-float-coalton-library/math/arith:nan?: Private ordinary functions
Function, instance/transfinite⎵single-float-coalton-library/math/arith:infinite?: Private ordinary functions
Function, instance/transfinite⎵single-float-coalton-library/math/arith:nan?: Private ordinary functions
Function, instance/traversable⎵(free⎵:a): Private ordinary functions
Function, instance/traversable⎵(free⎵:a)-coalton-library/classes:traverse: Private ordinary functions
Function, instance/traversable⎵list-coalton-library/classes:traverse: Private ordinary functions
Function, instance/trigonometric⎵(complex⎵:a): Private ordinary functions
Function, instance/trigonometric⎵(complex⎵:a)-coalton-library/math/elementary:acos: Private ordinary functions
Function, instance/trigonometric⎵(complex⎵:a)-coalton-library/math/elementary:asin: Private ordinary functions
Function, instance/trigonometric⎵(complex⎵:a)-coalton-library/math/elementary:atan: Private ordinary functions
Function, instance/trigonometric⎵(complex⎵:a)-coalton-library/math/elementary:cos: Private ordinary functions
Function, instance/trigonometric⎵(complex⎵:a)-coalton-library/math/elementary:pi: Private ordinary functions
Function, instance/trigonometric⎵(complex⎵:a)-coalton-library/math/elementary:sin: Private ordinary functions
Function, instance/trigonometric⎵(complex⎵:a)-coalton-library/math/elementary:tan: Private ordinary functions
Function, instance/trigonometric⎵(dual⎵:a): Private ordinary functions
Function, instance/trigonometric⎵(dual⎵:a)-coalton-library/math/elementary:acos: Private ordinary functions
Function, instance/trigonometric⎵(dual⎵:a)-coalton-library/math/elementary:asin: Private ordinary functions
Function, instance/trigonometric⎵(dual⎵:a)-coalton-library/math/elementary:atan: Private ordinary functions
Function, instance/trigonometric⎵(dual⎵:a)-coalton-library/math/elementary:cos: Private ordinary functions
Function, instance/trigonometric⎵(dual⎵:a)-coalton-library/math/elementary:pi: Private ordinary functions
Function, instance/trigonometric⎵(dual⎵:a)-coalton-library/math/elementary:sin: Private ordinary functions
Function, instance/trigonometric⎵(dual⎵:a)-coalton-library/math/elementary:tan: Private ordinary functions
Function, instance/trigonometric⎵double-float-coalton-library/math/elementary:acos: Private ordinary functions
Function, instance/trigonometric⎵double-float-coalton-library/math/elementary:asin: Private ordinary functions
Function, instance/trigonometric⎵double-float-coalton-library/math/elementary:atan: Private ordinary functions
Function, instance/trigonometric⎵double-float-coalton-library/math/elementary:cos: Private ordinary functions
Function, instance/trigonometric⎵double-float-coalton-library/math/elementary:sin: Private ordinary functions
Function, instance/trigonometric⎵double-float-coalton-library/math/elementary:tan: Private ordinary functions
Function, instance/trigonometric⎵single-float-coalton-library/math/elementary:acos: Private ordinary functions
Function, instance/trigonometric⎵single-float-coalton-library/math/elementary:asin: Private ordinary functions
Function, instance/trigonometric⎵single-float-coalton-library/math/elementary:atan: Private ordinary functions
Function, instance/trigonometric⎵single-float-coalton-library/math/elementary:cos: Private ordinary functions
Function, instance/trigonometric⎵single-float-coalton-library/math/elementary:sin: Private ordinary functions
Function, instance/trigonometric⎵single-float-coalton-library/math/elementary:tan: Private ordinary functions
Function, instance/tryinto⎵double-float⎵fraction⎵string-coalton-library/classes:tryinto: Private ordinary functions
Function, instance/tryinto⎵i16⎵i8⎵string-coalton-library/classes:tryinto: Private ordinary functions
Function, instance/tryinto⎵i16⎵u16⎵string-coalton-library/classes:tryinto: Private ordinary functions
Function, instance/tryinto⎵i16⎵u32⎵string-coalton-library/classes:tryinto: Private ordinary functions
Function, instance/tryinto⎵i16⎵u64⎵string-coalton-library/classes:tryinto: Private ordinary functions
Function, instance/tryinto⎵i16⎵u8⎵string-coalton-library/classes:tryinto: Private ordinary functions
Function, instance/tryinto⎵i16⎵ufix⎵string-coalton-library/classes:tryinto: Private ordinary functions
Function, instance/tryinto⎵i32⎵i16⎵string-coalton-library/classes:tryinto: Private ordinary functions
Function, instance/tryinto⎵i32⎵i8⎵string-coalton-library/classes:tryinto: Private ordinary functions
Function, instance/tryinto⎵i32⎵single-float⎵string-coalton-library/classes:tryinto: Private ordinary functions
Function, instance/tryinto⎵i32⎵u16⎵string-coalton-library/classes:tryinto: Private ordinary functions
Function, instance/tryinto⎵i32⎵u32⎵string-coalton-library/classes:tryinto: Private ordinary functions
Function, instance/tryinto⎵i32⎵u64⎵string-coalton-library/classes:tryinto: Private ordinary functions
Function, instance/tryinto⎵i32⎵u8⎵string-coalton-library/classes:tryinto: Private ordinary functions
Function, instance/tryinto⎵i32⎵ufix⎵string-coalton-library/classes:tryinto: Private ordinary functions
Function, instance/tryinto⎵i64⎵double-float⎵string-coalton-library/classes:tryinto: Private ordinary functions
Function, instance/tryinto⎵i64⎵i16⎵string-coalton-library/classes:tryinto: Private ordinary functions
Function, instance/tryinto⎵i64⎵i32⎵string-coalton-library/classes:tryinto: Private ordinary functions
Function, instance/tryinto⎵i64⎵i8⎵string-coalton-library/classes:tryinto: Private ordinary functions
Function, instance/tryinto⎵i64⎵ifix⎵string-coalton-library/classes:tryinto: Private ordinary functions
Function, instance/tryinto⎵i64⎵single-float⎵string-coalton-library/classes:tryinto: Private ordinary functions
Function, instance/tryinto⎵i64⎵u16⎵string-coalton-library/classes:tryinto: Private ordinary functions
Function, instance/tryinto⎵i64⎵u32⎵string-coalton-library/classes:tryinto: Private ordinary functions
Function, instance/tryinto⎵i64⎵u64⎵string-coalton-library/classes:tryinto: Private ordinary functions
Function, instance/tryinto⎵i64⎵u8⎵string-coalton-library/classes:tryinto: Private ordinary functions
Function, instance/tryinto⎵i64⎵ufix⎵string-coalton-library/classes:tryinto: Private ordinary functions
Function, instance/tryinto⎵i8⎵u16⎵string-coalton-library/classes:tryinto: Private ordinary functions
Function, instance/tryinto⎵i8⎵u32⎵string-coalton-library/classes:tryinto: Private ordinary functions
Function, instance/tryinto⎵i8⎵u64⎵string-coalton-library/classes:tryinto: Private ordinary functions
Function, instance/tryinto⎵i8⎵u8⎵string-coalton-library/classes:tryinto: Private ordinary functions
Function, instance/tryinto⎵i8⎵ufix⎵string-coalton-library/classes:tryinto: Private ordinary functions
Function, instance/tryinto⎵ifix⎵double-float⎵string-coalton-library/classes:tryinto: Private ordinary functions
Function, instance/tryinto⎵ifix⎵i16⎵string-coalton-library/classes:tryinto: Private ordinary functions
Function, instance/tryinto⎵ifix⎵i32⎵string-coalton-library/classes:tryinto: Private ordinary functions
Function, instance/tryinto⎵ifix⎵i8⎵string-coalton-library/classes:tryinto: Private ordinary functions
Function, instance/tryinto⎵ifix⎵single-float⎵string-coalton-library/classes:tryinto: Private ordinary functions
Function, instance/tryinto⎵ifix⎵u16⎵string-coalton-library/classes:tryinto: Private ordinary functions
Function, instance/tryinto⎵ifix⎵u32⎵string-coalton-library/classes:tryinto: Private ordinary functions
Function, instance/tryinto⎵ifix⎵u64⎵string-coalton-library/classes:tryinto: Private ordinary functions
Function, instance/tryinto⎵ifix⎵u8⎵string-coalton-library/classes:tryinto: Private ordinary functions
Function, instance/tryinto⎵ifix⎵ufix⎵string-coalton-library/classes:tryinto: Private ordinary functions
Function, instance/tryinto⎵integer⎵double-float⎵string-coalton-library/classes:tryinto: Private ordinary functions
Function, instance/tryinto⎵integer⎵i16⎵string-coalton-library/classes:tryinto: Private ordinary functions
Function, instance/tryinto⎵integer⎵i32⎵string-coalton-library/classes:tryinto: Private ordinary functions
Function, instance/tryinto⎵integer⎵i64⎵string-coalton-library/classes:tryinto: Private ordinary functions
Function, instance/tryinto⎵integer⎵i8⎵string-coalton-library/classes:tryinto: Private ordinary functions
Function, instance/tryinto⎵integer⎵ifix⎵string-coalton-library/classes:tryinto: Private ordinary functions
Function, instance/tryinto⎵integer⎵single-float⎵string-coalton-library/classes:tryinto: Private ordinary functions
Function, instance/tryinto⎵integer⎵u16⎵string-coalton-library/classes:tryinto: Private ordinary functions
Function, instance/tryinto⎵integer⎵u32⎵string-coalton-library/classes:tryinto: Private ordinary functions
Function, instance/tryinto⎵integer⎵u64⎵string-coalton-library/classes:tryinto: Private ordinary functions
Function, instance/tryinto⎵integer⎵u8⎵string-coalton-library/classes:tryinto: Private ordinary functions
Function, instance/tryinto⎵integer⎵ufix⎵string-coalton-library/classes:tryinto: Private ordinary functions
Function, instance/tryinto⎵single-float⎵fraction⎵string-coalton-library/classes:tryinto: Private ordinary functions
Function, instance/tryinto⎵string⎵integer⎵string-coalton-library/classes:tryinto: Private ordinary functions
Function, instance/tryinto⎵u16⎵i16⎵string-coalton-library/classes:tryinto: Private ordinary functions
Function, instance/tryinto⎵u16⎵i8⎵string-coalton-library/classes:tryinto: Private ordinary functions
Function, instance/tryinto⎵u16⎵u8⎵string-coalton-library/classes:tryinto: Private ordinary functions
Function, instance/tryinto⎵u32⎵i16⎵string-coalton-library/classes:tryinto: Private ordinary functions
Function, instance/tryinto⎵u32⎵i32⎵string-coalton-library/classes:tryinto: Private ordinary functions
Function, instance/tryinto⎵u32⎵i8⎵string-coalton-library/classes:tryinto: Private ordinary functions
Function, instance/tryinto⎵u32⎵single-float⎵string-coalton-library/classes:tryinto: Private ordinary functions
Function, instance/tryinto⎵u32⎵u16⎵string-coalton-library/classes:tryinto: Private ordinary functions
Function, instance/tryinto⎵u32⎵u8⎵string-coalton-library/classes:tryinto: Private ordinary functions
Function, instance/tryinto⎵u64⎵double-float⎵string-coalton-library/classes:tryinto: Private ordinary functions
Function, instance/tryinto⎵u64⎵i16⎵string-coalton-library/classes:tryinto: Private ordinary functions
Function, instance/tryinto⎵u64⎵i32⎵string-coalton-library/classes:tryinto: Private ordinary functions
Function, instance/tryinto⎵u64⎵i64⎵string-coalton-library/classes:tryinto: Private ordinary functions
Function, instance/tryinto⎵u64⎵i8⎵string-coalton-library/classes:tryinto: Private ordinary functions
Function, instance/tryinto⎵u64⎵ifix⎵string-coalton-library/classes:tryinto: Private ordinary functions
Function, instance/tryinto⎵u64⎵single-float⎵string-coalton-library/classes:tryinto: Private ordinary functions
Function, instance/tryinto⎵u64⎵u16⎵string-coalton-library/classes:tryinto: Private ordinary functions
Function, instance/tryinto⎵u64⎵u32⎵string-coalton-library/classes:tryinto: Private ordinary functions
Function, instance/tryinto⎵u64⎵u8⎵string-coalton-library/classes:tryinto: Private ordinary functions
Function, instance/tryinto⎵u64⎵ufix⎵string-coalton-library/classes:tryinto: Private ordinary functions
Function, instance/tryinto⎵u8⎵i8⎵string-coalton-library/classes:tryinto: Private ordinary functions
Function, instance/tryinto⎵ufix⎵double-float⎵string-coalton-library/classes:tryinto: Private ordinary functions
Function, instance/tryinto⎵ufix⎵i16⎵string-coalton-library/classes:tryinto: Private ordinary functions
Function, instance/tryinto⎵ufix⎵i32⎵string-coalton-library/classes:tryinto: Private ordinary functions
Function, instance/tryinto⎵ufix⎵i8⎵string-coalton-library/classes:tryinto: Private ordinary functions
Function, instance/tryinto⎵ufix⎵single-float⎵string-coalton-library/classes:tryinto: Private ordinary functions
Function, instance/tryinto⎵ufix⎵u16⎵string-coalton-library/classes:tryinto: Private ordinary functions
Function, instance/tryinto⎵ufix⎵u32⎵string-coalton-library/classes:tryinto: Private ordinary functions
Function, instance/tryinto⎵ufix⎵u8⎵string-coalton-library/classes:tryinto: Private ordinary functions
Function, instance/types:runtimerepr⎵(filestream⎵:a)-coalton-library/types:runtime-repr: Private ordinary functions
Function, instance/types:runtimerepr⎵(iterator⎵:a)-coalton-library/types:runtime-repr: Private ordinary functions
Function, instance/types:runtimerepr⎵(lisparray⎵:a)-coalton-library/types:runtime-repr: Private ordinary functions
Function, instance/types:runtimerepr⎵(optional⎵:a)-coalton-library/types:runtime-repr: Private ordinary functions
Function, instance/types:runtimerepr⎵(result⎵:a⎵:b)-coalton-library/types:runtime-repr: Private ordinary functions
Function, instance/types:runtimerepr⎵(seq⎵:a)-coalton-library/types:runtime-repr: Private ordinary functions
Function, instance/types:runtimerepr⎵(slice⎵:a)-coalton-library/types:runtime-repr: Private ordinary functions
Function, instance/types:runtimerepr⎵(tuple⎵:a⎵:b)-coalton-library/types:runtime-repr: Private ordinary functions
Function, instance/types:runtimerepr⎵(vector⎵:a)-coalton-library/types:runtime-repr: Private ordinary functions
Function, instance/types:runtimerepr⎵fileerror-coalton-library/types:runtime-repr: Private ordinary functions
Function, instance/types:runtimerepr⎵ifexists-coalton-library/types:runtime-repr: Private ordinary functions
Function, instance/types:runtimerepr⎵ord-coalton-library/types:runtime-repr: Private ordinary functions
Function, instance/types:runtimerepr⎵pathname-coalton-library/types:runtime-repr: Private ordinary functions
Function, instance/types:runtimerepr⎵streamoptions-coalton-library/types:runtime-repr: Private ordinary functions
Function, instance/unwrappable⎵(result⎵:a)-coalton-library/classes:unwrap-or-else: Private ordinary functions
Function, instance/unwrappable⎵optional-coalton-library/classes:unwrap-or-else: Private ordinary functions
Function, integer-<=: Private ordinary functions
Function, integer-<⎵type: Private ordinary functions
Function, integer->: Private ordinary functions
Function, integer->=: Private ordinary functions
Function, integer-complex-divide: Private ordinary functions
Function, integer-complex-equal: Private ordinary functions
Function, integer-complex-minus: Private ordinary functions
Function, integer-complex-plus: Private ordinary functions
Function, integer-complex-times: Private ordinary functions
Function, integer-even?: Private ordinary functions
Function, integer-gcd: Private ordinary functions
Function, integer-isqrt: Private ordinary functions
Function, integer-lcm: Private ordinary functions
Function, integer-odd?: Private ordinary functions
Function, integer-^: Private ordinary functions
Function, integral->num: Public ordinary functions
Function, intercalate: Public ordinary functions
Function, interleave!: Public ordinary functions
Function, intersection: Public ordinary functions
Function, intersperse: Public ordinary functions
Function, into: Public ordinary functions
Function, into-iter: Public ordinary functions
Function, isqrt: Public ordinary functions
Function, items!: Public ordinary functions
Function, iter-chunked: Public ordinary functions
Function, iter-chunked-exact: Public ordinary functions
Function, iter-sliding: Public ordinary functions
Function, justkey: Private ordinary functions
Function, key: Private ordinary functions
Function, keys: Public ordinary functions
Function, keys: Public ordinary functions
Function, keyword-src-list-p: Private ordinary functions
Function, keyword-src-location: Private ordinary functions
Function, keyword-src-name: Public ordinary functions
Function, keyword-src-p: Private ordinary functions
Function, kfun-from: Public ordinary functions
Function, kfun-p: Public ordinary functions
Function, kfun-to: Public ordinary functions
Function, kind-arity: Public ordinary functions
Function, kind-list-p: Private ordinary functions
Function, kind-monomorphize-subs: Public ordinary functions
Function, kind-of: Public ordinary functions
Function, kind-p: Private ordinary functions
Function, kind-return-type: Public ordinary functions
Function, kind-variables: Public ordinary functions
Function, kstar-p: Public ordinary functions
Function, ksubstitution-from: Public ordinary functions
Function, ksubstitution-list-p: Private ordinary functions
Function, ksubstitution-p: Private ordinary functions
Function, ksubstitution-to: Public ordinary functions
Function, kunify: Public ordinary functions
Function, kyvar-id: Public ordinary functions
Function, kyvar-list-p: Private ordinary functions
Function, kyvar-p: Private ordinary functions
Function, last: Public ordinary functions
Function, last: Public ordinary functions
Function, last!: Public ordinary functions
Function, last-line-number: Private ordinary functions
Function, last-unsafe: Public ordinary functions
Function, lcm: Public ordinary functions
Function, leafarray: Private ordinary functions
Function, length: Public ordinary functions
Function, length: Public ordinary functions
Function, length: Public ordinary functions
Function, length: Public ordinary functions
Function, length: Public ordinary functions
Function, length: Public ordinary functions
Function, length: Public ordinary functions
Function, lifta2: Public ordinary functions
Function, liftf: Public ordinary functions
Function, line-contents: Private ordinary functions
Function, lisp-coalton-var-alist-p: Private ordinary functions
Function, lisp-package: Private ordinary functions
Function, lisp-type=: Private ordinary functions
Function, lisp-version: Public ordinary functions
Function, lisparray-tycon-p: Private ordinary functions
Function, lisperror: Private ordinary functions
Function, literal-equal: Public ordinary functions
Function, ln: Public ordinary functions
Function, location-lines: Private ordinary functions
Function, location-p: Private ordinary functions
Function, location-point<: Private ordinary functions
Function, location-points: Private ordinary functions
Function, location-positions: Private ordinary functions
Function, location-source: Public ordinary functions
Function, location-span: Public ordinary functions
Function, location<: Public ordinary functions
Function, log: Public ordinary functions
Function, lookup: Public ordinary functions
Function, lookup: Public ordinary functions
Function, lookup: Public ordinary functions
Function, lookup-class: Public ordinary functions
Function, lookup-class: Public ordinary functions
Function, lookup-class-instance: Public ordinary functions
Function, lookup-class-instances: Public ordinary functions
Function, lookup-code: Public ordinary functions
Function, lookup-code: Public ordinary functions
Function, lookup-constructor: Public ordinary functions
Function, lookup-function: Public ordinary functions
Function, lookup-function-source-parameter-names: Public ordinary functions
Function, lookup-fundep-environment: Public ordinary functions
Function, lookup-fundeps: Public ordinary functions
Function, lookup-instance-by-codegen-sym: Public ordinary functions
Function, lookup-method-inline: Public ordinary functions
Function, lookup-name: Public ordinary functions
Function, lookup-pred: Private ordinary functions
Function, lookup-pred-base: Private ordinary functions
Function, lookup-specialization: Public ordinary functions
Function, lookup-specialization-by-type: Public ordinary functions
Function, lookup-struct: Public ordinary functions
Function, lookup-type: Public ordinary functions
Function, lookup-value-type: Public ordinary functions
Function, lowercase?: Public ordinary functions
Function, lsh: Public ordinary functions
Function, magnitude: Public ordinary functions
Function, make: Public ordinary functions
Function, make: Public ordinary functions
Function, make-accessor: Public ordinary functions
Function, make-action: Private ordinary functions
Function, make-ambiguity: Private ordinary functions
Function, make-ast-substitution: Public ordinary functions
Function, make-attribute-monomorphize: Public ordinary functions
Function, make-attribute-repr: Public ordinary functions
Function, make-binding-list-actions: Private ordinary functions
Function, make-candidate-manager: Public ordinary functions
Function, make-cell-internal: Private ordinary functions
Function, make-class-environment: Private ordinary functions
Function, make-code-environment: Private ordinary functions
Function, make-compile-candidate: Private ordinary functions
Function, make-constructor: Public ordinary functions
Function, make-constructor-entry: Public ordinary functions
Function, make-constructor-environment: Private ordinary functions
Function, make-cursor: Public ordinary functions
Function, make-custom-hash-table: Public ordinary functions
Function, make-default-actions: Private ordinary functions
Function, make-default-constructor-environment: Private ordinary functions
Function, make-default-environment: Public ordinary functions
Function, make-default-type-environment: Private ordinary functions
Function, make-defpackage: Public ordinary functions
Function, make-environment: Private ordinary functions
Function, make-environment-map: Private ordinary functions
Function, make-environment-updater: Private ordinary functions
Function, make-field-definition: Private ordinary functions
Function, make-function-entry: Private ordinary functions
Function, make-function-env-entry: Public ordinary functions
Function, make-function-environment: Private ordinary functions
Function, make-function-table: Public ordinary functions
Function, make-function-type: Public ordinary functions
Function, make-function-type*: Public ordinary functions
Function, make-fundep: Public ordinary functions
Function, make-fundep: Public ordinary functions
Function, make-fundep-entry: Private ordinary functions
Function, make-fundep-environment: Private ordinary functions
Function, make-global-environment: Private ordinary functions
Function, make-hoist-point: Private ordinary functions
Function, make-hoister: Public ordinary functions
Function, make-identifier-src: Public ordinary functions
Function, make-immutable-listmap: Public ordinary functions
Function, make-immutable-map: Public ordinary functions
Function, make-instance-environment: Private ordinary functions
Function, make-instance-method-definition: Public ordinary functions
Function, make-instance-method-definition: Public ordinary functions
Function, make-keyword-src: Public ordinary functions
Function, make-kfun: Public ordinary functions
Function, make-kind-function*: Public ordinary functions
Function, make-kstar: Private ordinary functions
Function, make-ksubstitution: Public ordinary functions
Function, make-kvariable: Public ordinary functions
Function, make-kyvar: Public ordinary functions
Function, make-local-vars: Private ordinary functions
Function, make-location: Public ordinary functions
Function, make-map: Public ordinary functions
Function, make-match-branch: Public ordinary functions
Function, make-method-definition: Public ordinary functions
Function, make-method-fun: Private ordinary functions
Function, make-method-inline-environment: Private ordinary functions
Function, make-name-entry: Public ordinary functions
Function, make-name-environment: Private ordinary functions
Function, make-node-abstraction: Public ordinary functions
Function, make-node-abstraction: Public ordinary functions
Function, make-node-abstraction: Public ordinary functions
Function, make-node-accessor: Public ordinary functions
Function, make-node-accessor: Public ordinary functions
Function, make-node-and: Public ordinary functions
Function, make-node-and: Public ordinary functions
Function, make-node-application: Public ordinary functions
Function, make-node-application: Public ordinary functions
Function, make-node-application: Public ordinary functions
Function, make-node-bind: Public ordinary functions
Function, make-node-bind: Public ordinary functions
Function, make-node-bind: Public ordinary functions
Function, make-node-block: Public ordinary functions
Function, make-node-body: Public ordinary functions
Function, make-node-body: Public ordinary functions
Function, make-node-break: Public ordinary functions
Function, make-node-break: Public ordinary functions
Function, make-node-break: Public ordinary functions
Function, make-node-cond: Public ordinary functions
Function, make-node-cond: Public ordinary functions
Function, make-node-cond-clause: Public ordinary functions
Function, make-node-cond-clause: Public ordinary functions
Function, make-node-continue: Public ordinary functions
Function, make-node-continue: Public ordinary functions
Function, make-node-continue: Public ordinary functions
Function, make-node-direct-application: Public ordinary functions
Function, make-node-do: Public ordinary functions
Function, make-node-do: Public ordinary functions
Function, make-node-do-bind: Public ordinary functions
Function, make-node-do-bind: Public ordinary functions
Function, make-node-dynamic-extent: Public ordinary functions
Function, make-node-field: Public ordinary functions
Function, make-node-for: Public ordinary functions
Function, make-node-for: Public ordinary functions
Function, make-node-from-branches: Private ordinary functions
Function, make-node-if: Public ordinary functions
Function, make-node-if: Public ordinary functions
Function, make-node-integer-literal: Public ordinary functions
Function, make-node-integer-literal: Private ordinary functions
Function, make-node-let: Public ordinary functions
Function, make-node-let: Public ordinary functions
Function, make-node-let: Public ordinary functions
Function, make-node-let-binding: Public ordinary functions
Function, make-node-let-binding: Public ordinary functions
Function, make-node-let-declare: Public ordinary functions
Function, make-node-lisp: Public ordinary functions
Function, make-node-lisp: Public ordinary functions
Function, make-node-lisp: Public ordinary functions
Function, make-node-literal: Public ordinary functions
Function, make-node-literal: Public ordinary functions
Function, make-node-literal: Public ordinary functions
Function, make-node-loop: Public ordinary functions
Function, make-node-loop: Public ordinary functions
Function, make-node-loop: Public ordinary functions
Function, make-node-match: Public ordinary functions
Function, make-node-match: Public ordinary functions
Function, make-node-match: Public ordinary functions
Function, make-node-match-branch: Public ordinary functions
Function, make-node-match-branch: Public ordinary functions
Function, make-node-or: Public ordinary functions
Function, make-node-or: Public ordinary functions
Function, make-node-progn: Public ordinary functions
Function, make-node-progn: Public ordinary functions
Function, make-node-return: Public ordinary functions
Function, make-node-return: Public ordinary functions
Function, make-node-return-from: Public ordinary functions
Function, make-node-seq: Public ordinary functions
Function, make-node-the: Public ordinary functions
Function, make-node-unless: Public ordinary functions
Function, make-node-unless: Public ordinary functions
Function, make-node-variable: Public ordinary functions
Function, make-node-variable: Public ordinary functions
Function, make-node-variable: Public ordinary functions
Function, make-node-when: Public ordinary functions
Function, make-node-when: Public ordinary functions
Function, make-node-while: Public ordinary functions
Function, make-node-while: Public ordinary functions
Function, make-node-while: Public ordinary functions
Function, make-node-while-let: Public ordinary functions
Function, make-node-while-let: Public ordinary functions
Function, make-node-while-let: Public ordinary functions
Function, make-partial-class: Private ordinary functions
Function, make-partial-type-env: Public ordinary functions
Function, make-pattern-constructor: Public ordinary functions
Function, make-pattern-constructor: Public ordinary functions
Function, make-pattern-constructor: Public ordinary functions
Function, make-pattern-literal: Public ordinary functions
Function, make-pattern-literal: Public ordinary functions
Function, make-pattern-literal: Public ordinary functions
Function, make-pattern-var: Public ordinary functions
Function, make-pattern-var: Public ordinary functions
Function, make-pattern-var: Public ordinary functions
Function, make-pattern-wildcard: Public ordinary functions
Function, make-pattern-wildcard: Public ordinary functions
Function, make-pattern-wildcard: Public ordinary functions
Function, make-printer-state: Private ordinary functions
Function, make-program: Public ordinary functions
Function, make-prologue: Private ordinary functions
Function, make-qualified-ty: Public ordinary functions
Function, make-qualified-ty: Public ordinary functions
Function, make-queue-internal: Private ordinary functions
Function, make-relaxed-node: Private ordinary functions
Function, make-runtime-repr-instance: Private ordinary functions
Function, make-source-error: Private ordinary functions
Function, make-source-error-context: Public ordinary functions
Function, make-source-error-help: Public ordinary functions
Function, make-source-error-note: Public ordinary functions
Function, make-source-error-resolved-note: Private ordinary functions
Function, make-source-file: Public ordinary functions
Function, make-source-name-environment: Private ordinary functions
Function, make-source-string: Public ordinary functions
Function, make-specialization-entry: Public ordinary functions
Function, make-specialization-environment: Private ordinary functions
Function, make-struct-entry: Public ordinary functions
Function, make-struct-environment: Private ordinary functions
Function, make-struct-field: Public ordinary functions
Function, make-struct-field: Public ordinary functions
Function, make-struct-or-class-field: Public ordinary functions
Function, make-substitution: Public ordinary functions
Function, make-tapp: Public ordinary functions
Function, make-tapp: Public ordinary functions
Function, make-tarjan-node: Private ordinary functions
Function, make-tc-env: Public ordinary functions
Function, make-tgen: Public ordinary functions
Function, make-toplevel-declare: Public ordinary functions
Function, make-toplevel-define: Public ordinary functions
Function, make-toplevel-define: Public ordinary functions
Function, make-toplevel-define-class: Public ordinary functions
Function, make-toplevel-define-instance: Public ordinary functions
Function, make-toplevel-define-instance: Public ordinary functions
Function, make-toplevel-define-struct: Public ordinary functions
Function, make-toplevel-define-type: Public ordinary functions
Function, make-toplevel-lisp-form: Public ordinary functions
Function, make-toplevel-package: Private ordinary functions
Function, make-toplevel-specialize: Public ordinary functions
Function, make-translation-unit: Public ordinary functions
Function, make-traverse-block: Public ordinary functions
Function, make-traverse-let-action-skipping-cons-bindings: Public ordinary functions
Function, make-ty-class: Public ordinary functions
Function, make-ty-class-instance: Public ordinary functions
Function, make-ty-class-method: Public ordinary functions
Function, make-ty-predicate: Public ordinary functions
Function, make-ty-predicate: Public ordinary functions
Function, make-ty-scheme: Public ordinary functions
Function, make-tycon: Public ordinary functions
Function, make-tycon: Public ordinary functions
Function, make-type-definition: Public ordinary functions
Function, make-type-entry: Public ordinary functions
Function, make-type-environment: Private ordinary functions
Function, make-tyvar: Public ordinary functions
Function, make-tyvar: Public ordinary functions
Function, make-uninitialized: Public ordinary functions
Function, make-value-environment: Private ordinary functions
Function, make-variable: Public ordinary functions
Function, map: Public ordinary functions
Function, map-err: Public ordinary functions
Function, map-fst: Public ordinary functions
Function, map-snd: Public ordinary functions
Function, map-while!: Public ordinary functions
Function, maphash-values-new: Public ordinary functions
Function, mappair: Private ordinary functions
Function, match-branch-body: Public ordinary functions
Function, match-branch-p: Private ordinary functions
Function, match-branch-pattern: Public ordinary functions
Function, match-dynamic-extent-lift: Private ordinary functions
Function, match-list: Public ordinary functions
Function, max: Public ordinary functions
Function, max!: Public ordinary functions
Function, max-depth: Private ordinary functions
Function, maxbound: Public ordinary functions
Function, maximize-by!: Public ordinary functions
Function, maximum: Public ordinary functions
Function, maybe-def-p: Private ordinary functions
Function, maybe-read-coalton: Private ordinary functions
Function, maybe-read-form: Public ordinary functions
Function, maybe-runtime-repr-instance: Private ordinary functions
Function, mconcat: Public ordinary functions
Function, member: Public ordinary functions
Function, mempty: Public ordinary functions
Function, merge: Public ordinary functions
Function, merge: Public ordinary functions
Function, merge: Public ordinary functions
Function, merge-forms: Private ordinary functions
Function, merge-substitution-lists: Public ordinary functions
Function, method-definition-docstring: Private ordinary functions
Function, method-definition-list-p: Private ordinary functions
Function, method-definition-location: Private ordinary functions
Function, method-definition-name: Public ordinary functions
Function, method-definition-p: Private ordinary functions
Function, method-definition-type: Public ordinary functions
Function, method-inline-environment-data: Private ordinary functions
Function, method-inline-environment-p: Private ordinary functions
Function, min: Public ordinary functions
Function, min!: Public ordinary functions
Function, minbound: Public ordinary functions
Function, minimize-by!: Public ordinary functions
Function, minimum: Public ordinary functions
Function, mkfraction: Public ordinary functions
Function, mod: Public ordinary functions
Function, monomorphize: Public ordinary functions
Function, msum: Public ordinary functions
Function, multiline-p: Private ordinary functions
Function, name-entry-docstring: Private ordinary functions
Function, name-entry-location: Private ordinary functions
Function, name-entry-name: Public ordinary functions
Function, name-entry-p: Private ordinary functions
Function, name-entry-type: Public ordinary functions
Function, name-environment-data: Private ordinary functions
Function, name-environment-p: Private ordinary functions
Function, nan: Public ordinary functions
Function, nan?: Public ordinary functions
Function, negate: Public ordinary functions
Function, negative-infinity: Public ordinary functions
Function, negative?: Public ordinary functions
Function, new: Public ordinary functions
Function, new: Public ordinary functions
Function, new: Public ordinary functions
Function, new: Public ordinary functions
Function, new: Public ordinary functions
Function, new: Public ordinary functions
Function, new: Public ordinary functions
Function, next: Public ordinary functions
Function, next!: Public ordinary functions
Function, next-pprint-variable: Public ordinary functions
Function, next-pprint-variable-as-tvar: Public ordinary functions
Function, next-symbol: Public ordinary functions
Function, node-abstraction-body: Public ordinary functions
Function, node-abstraction-body: Public ordinary functions
Function, node-abstraction-location: Private ordinary functions
Function, node-abstraction-location: Private ordinary functions
Function, node-abstraction-p: Public ordinary functions
Function, node-abstraction-p: Public ordinary functions
Function, node-abstraction-p: Public ordinary functions
Function, node-abstraction-params: Public ordinary functions
Function, node-abstraction-params: Public ordinary functions
Function, node-abstraction-subexpr: Public ordinary functions
Function, node-abstraction-type: Private ordinary functions
Function, node-abstraction-type: Private ordinary functions
Function, node-abstraction-vars: Public ordinary functions
Function, node-accessor-location: Private ordinary functions
Function, node-accessor-location: Private ordinary functions
Function, node-accessor-name: Public ordinary functions
Function, node-accessor-name: Public ordinary functions
Function, node-accessor-p: Private ordinary functions
Function, node-accessor-p: Private ordinary functions
Function, node-accessor-type: Private ordinary functions
Function, node-and-location: Private ordinary functions
Function, node-and-location: Private ordinary functions
Function, node-and-nodes: Public ordinary functions
Function, node-and-nodes: Public ordinary functions
Function, node-and-p: Private ordinary functions
Function, node-and-p: Private ordinary functions
Function, node-and-type: Private ordinary functions
Function, node-application-location: Private ordinary functions
Function, node-application-location: Private ordinary functions
Function, node-application-p: Public ordinary functions
Function, node-application-p: Private ordinary functions
Function, node-application-p: Private ordinary functions
Function, node-application-rands: Public ordinary functions
Function, node-application-rands: Public ordinary functions
Function, node-application-rands: Public ordinary functions
Function, node-application-rator: Public ordinary functions
Function, node-application-rator: Public ordinary functions
Function, node-application-rator: Public ordinary functions
Function, node-application-type: Private ordinary functions
Function, node-application-type: Private ordinary functions
Function, node-bind-body: Public ordinary functions
Function, node-bind-expr: Public ordinary functions
Function, node-bind-expr: Public ordinary functions
Function, node-bind-expr: Public ordinary functions
Function, node-bind-location: Private ordinary functions
Function, node-bind-location: Private ordinary functions
Function, node-bind-name: Public ordinary functions
Function, node-bind-p: Private ordinary functions
Function, node-bind-p: Private ordinary functions
Function, node-bind-p: Private ordinary functions
Function, node-bind-pattern: Public ordinary functions
Function, node-bind-pattern: Public ordinary functions
Function, node-bind-type: Private ordinary functions
Function, node-binding-sccs: Public ordinary functions
Function, node-block-body: Public ordinary functions
Function, node-block-name: Public ordinary functions
Function, node-block-p: Private ordinary functions
Function, node-block-type: Private ordinary functions
Function, node-body-element-list-p: Private ordinary functions
Function, node-body-element-list-p: Private ordinary functions
Function, node-body-element-p: Private ordinary functions
Function, node-body-element-p: Private ordinary functions
Function, node-body-last-node: Public ordinary functions
Function, node-body-last-node: Public ordinary functions
Function, node-body-nodes: Public ordinary functions
Function, node-body-nodes: Public ordinary functions
Function, node-body-p: Private ordinary functions
Function, node-body-p: Private ordinary functions
Function, node-break-label: Public ordinary functions
Function, node-break-label: Public ordinary functions
Function, node-break-label: Public ordinary functions
Function, node-break-location: Private ordinary functions
Function, node-break-location: Private ordinary functions
Function, node-break-p: Private ordinary functions
Function, node-break-p: Private ordinary functions
Function, node-break-p: Private ordinary functions
Function, node-break-type: Private ordinary functions
Function, node-break-type: Private ordinary functions
Function, node-can-be-propagated: Private ordinary functions
Function, node-cond-clause-body: Public ordinary functions
Function, node-cond-clause-body: Public ordinary functions
Function, node-cond-clause-expr: Public ordinary functions
Function, node-cond-clause-expr: Public ordinary functions
Function, node-cond-clause-list-p: Private ordinary functions
Function, node-cond-clause-list-p: Private ordinary functions
Function, node-cond-clause-location: Private ordinary functions
Function, node-cond-clause-location: Private ordinary functions
Function, node-cond-clause-p: Private ordinary functions
Function, node-cond-clause-p: Private ordinary functions
Function, node-cond-clauses: Public ordinary functions
Function, node-cond-clauses: Public ordinary functions
Function, node-cond-location: Private ordinary functions
Function, node-cond-location: Private ordinary functions
Function, node-cond-p: Private ordinary functions
Function, node-cond-p: Private ordinary functions
Function, node-cond-type: Private ordinary functions
Function, node-continue-label: Public ordinary functions
Function, node-continue-label: Public ordinary functions
Function, node-continue-label: Public ordinary functions
Function, node-continue-location: Private ordinary functions
Function, node-continue-location: Private ordinary functions
Function, node-continue-p: Private ordinary functions
Function, node-continue-p: Private ordinary functions
Function, node-continue-p: Private ordinary functions
Function, node-continue-type: Private ordinary functions
Function, node-continue-type: Private ordinary functions
Function, node-direct-application-p: Public ordinary functions
Function, node-direct-application-rands: Public ordinary functions
Function, node-direct-application-rator: Public ordinary functions
Function, node-direct-application-rator-type: Public ordinary functions
Function, node-direct-application-type: Private ordinary functions
Function, node-do-bind-expr: Public ordinary functions
Function, node-do-bind-expr: Public ordinary functions
Function, node-do-bind-location: Private ordinary functions
Function, node-do-bind-location: Private ordinary functions
Function, node-do-bind-p: Private ordinary functions
Function, node-do-bind-p: Private ordinary functions
Function, node-do-bind-pattern: Public ordinary functions
Function, node-do-bind-pattern: Public ordinary functions
Function, node-do-body-element-list-p: Private ordinary functions
Function, node-do-body-element-list-p: Private ordinary functions
Function, node-do-body-element-p: Private ordinary functions
Function, node-do-body-element-p: Private ordinary functions
Function, node-do-last-node: Public ordinary functions
Function, node-do-last-node: Public ordinary functions
Function, node-do-location: Private ordinary functions
Function, node-do-location: Private ordinary functions
Function, node-do-nodes: Public ordinary functions
Function, node-do-nodes: Public ordinary functions
Function, node-do-p: Private ordinary functions
Function, node-do-p: Private ordinary functions
Function, node-do-type: Private ordinary functions
Function, node-dynamic-extent-body: Public ordinary functions
Function, node-dynamic-extent-name: Public ordinary functions
Function, node-dynamic-extent-node: Public ordinary functions
Function, node-dynamic-extent-p: Private ordinary functions
Function, node-dynamic-extent-type: Private ordinary functions
Function, node-field-dict: Public ordinary functions
Function, node-field-name: Public ordinary functions
Function, node-field-p: Public ordinary functions
Function, node-field-type: Private ordinary functions
Function, node-for-body: Public ordinary functions
Function, node-for-body: Public ordinary functions
Function, node-for-expr: Public ordinary functions
Function, node-for-expr: Public ordinary functions
Function, node-for-label: Public ordinary functions
Function, node-for-label: Public ordinary functions
Function, node-for-location: Private ordinary functions
Function, node-for-location: Private ordinary functions
Function, node-for-p: Private ordinary functions
Function, node-for-p: Private ordinary functions
Function, node-for-pattern: Public ordinary functions
Function, node-for-pattern: Public ordinary functions
Function, node-for-type: Private ordinary functions
Function, node-free-p: Public ordinary functions
Function, node-if-else: Public ordinary functions
Function, node-if-else: Public ordinary functions
Function, node-if-expr: Public ordinary functions
Function, node-if-expr: Public ordinary functions
Function, node-if-location: Private ordinary functions
Function, node-if-location: Private ordinary functions
Function, node-if-p: Private ordinary functions
Function, node-if-p: Private ordinary functions
Function, node-if-then: Public ordinary functions
Function, node-if-then: Public ordinary functions
Function, node-if-type: Private ordinary functions
Function, node-integer-literal-location: Private ordinary functions
Function, node-integer-literal-location: Private ordinary functions
Function, node-integer-literal-p: Private ordinary functions
Function, node-integer-literal-p: Private ordinary functions
Function, node-integer-literal-type: Private ordinary functions
Function, node-integer-literal-value: Public ordinary functions
Function, node-integer-literal-value: Public ordinary functions
Function, node-let-binding-list-p: Private ordinary functions
Function, node-let-binding-list-p: Private ordinary functions
Function, node-let-binding-location: Private ordinary functions
Function, node-let-binding-location: Private ordinary functions
Function, node-let-binding-name: Public ordinary functions
Function, node-let-binding-name: Public ordinary functions
Function, node-let-binding-p: Private ordinary functions
Function, node-let-binding-p: Private ordinary functions
Function, node-let-binding-value: Public ordinary functions
Function, node-let-binding-value: Public ordinary functions
Function, node-let-bindings: Public ordinary functions
Function, node-let-bindings: Public ordinary functions
Function, node-let-bindings: Public ordinary functions
Function, node-let-body: Public ordinary functions
Function, node-let-body: Public ordinary functions
Function, node-let-declare-list-p: Private ordinary functions
Function, node-let-declare-location: Private ordinary functions
Function, node-let-declare-name: Public ordinary functions
Function, node-let-declare-p: Private ordinary functions
Function, node-let-declare-type: Public ordinary functions
Function, node-let-declares: Public ordinary functions
Function, node-let-location: Private ordinary functions
Function, node-let-location: Private ordinary functions
Function, node-let-p: Public ordinary functions
Function, node-let-p: Private ordinary functions
Function, node-let-p: Private ordinary functions
Function, node-let-subexpr: Public ordinary functions
Function, node-let-type: Private ordinary functions
Function, node-let-type: Private ordinary functions
Function, node-lisp-body: Public ordinary functions
Function, node-lisp-body: Public ordinary functions
Function, node-lisp-form: Public ordinary functions
Function, node-lisp-location: Private ordinary functions
Function, node-lisp-location: Private ordinary functions
Function, node-lisp-p: Public ordinary functions
Function, node-lisp-p: Private ordinary functions
Function, node-lisp-p: Private ordinary functions
Function, node-lisp-type: Public ordinary functions
Function, node-lisp-type: Public ordinary functions
Function, node-lisp-type: Private ordinary functions
Function, node-lisp-var-names: Public ordinary functions
Function, node-lisp-var-names: Public ordinary functions
Function, node-lisp-vars: Public ordinary functions
Function, node-lisp-vars: Public ordinary functions
Function, node-lisp-vars: Public ordinary functions
Function, node-list-p: Private ordinary functions
Function, node-list-p: Private ordinary functions
Function, node-list-p: Private ordinary functions
Function, node-literal-location: Private ordinary functions
Function, node-literal-location: Private ordinary functions
Function, node-literal-p: Public ordinary functions
Function, node-literal-p: Private ordinary functions
Function, node-literal-p: Private ordinary functions
Function, node-literal-type: Private ordinary functions
Function, node-literal-type: Private ordinary functions
Function, node-literal-value: Public ordinary functions
Function, node-literal-value: Public ordinary functions
Function, node-literal-value: Public ordinary functions
Function, node-location: Private ordinary functions
Function, node-location: Private ordinary functions
Function, node-loop-body: Public ordinary functions
Function, node-loop-body: Public ordinary functions
Function, node-loop-body: Public ordinary functions
Function, node-loop-label: Public ordinary functions
Function, node-loop-label: Public ordinary functions
Function, node-loop-label: Public ordinary functions
Function, node-loop-location: Private ordinary functions
Function, node-loop-location: Private ordinary functions
Function, node-loop-p: Private ordinary functions
Function, node-loop-p: Private ordinary functions
Function, node-loop-p: Private ordinary functions
Function, node-loop-type: Private ordinary functions
Function, node-loop-type: Private ordinary functions
Function, node-match-branch-body: Public ordinary functions
Function, node-match-branch-body: Public ordinary functions
Function, node-match-branch-list-p: Private ordinary functions
Function, node-match-branch-list-p: Private ordinary functions
Function, node-match-branch-location: Private ordinary functions
Function, node-match-branch-location: Private ordinary functions
Function, node-match-branch-p: Private ordinary functions
Function, node-match-branch-p: Private ordinary functions
Function, node-match-branch-pattern: Public ordinary functions
Function, node-match-branch-pattern: Public ordinary functions
Function, node-match-branches: Public ordinary functions
Function, node-match-branches: Public ordinary functions
Function, node-match-branches: Public ordinary functions
Function, node-match-expr: Public ordinary functions
Function, node-match-expr: Public ordinary functions
Function, node-match-expr: Public ordinary functions
Function, node-match-location: Private ordinary functions
Function, node-match-location: Private ordinary functions
Function, node-match-p: Private ordinary functions
Function, node-match-p: Private ordinary functions
Function, node-match-p: Private ordinary functions
Function, node-match-type: Private ordinary functions
Function, node-match-type: Private ordinary functions
Function, node-or-location: Private ordinary functions
Function, node-or-location: Private ordinary functions
Function, node-or-nodes: Public ordinary functions
Function, node-or-nodes: Public ordinary functions
Function, node-or-p: Private ordinary functions
Function, node-or-p: Private ordinary functions
Function, node-or-type: Private ordinary functions
Function, node-p: Private ordinary functions
Function, node-p: Private ordinary functions
Function, node-p: Private ordinary functions
Function, node-progn-body: Public ordinary functions
Function, node-progn-body: Public ordinary functions
Function, node-progn-location: Private ordinary functions
Function, node-progn-location: Private ordinary functions
Function, node-progn-p: Private ordinary functions
Function, node-progn-p: Private ordinary functions
Function, node-progn-type: Private ordinary functions
Function, node-rands: Public ordinary functions
Function, node-rator-name: Public ordinary functions
Function, node-rator-type: Public ordinary functions
Function, node-return-expr: Public ordinary functions
Function, node-return-expr: Public ordinary functions
Function, node-return-from-expr: Public ordinary functions
Function, node-return-from-name: Public ordinary functions
Function, node-return-from-p: Private ordinary functions
Function, node-return-from-type: Private ordinary functions
Function, node-return-info-list-p: Private ordinary functions
Function, node-return-info-p: Private ordinary functions
Function, node-return-location: Private ordinary functions
Function, node-return-location: Private ordinary functions
Function, node-return-p: Private ordinary functions
Function, node-return-p: Private ordinary functions
Function, node-return-type: Private ordinary functions
Function, node-seq-nodes: Public ordinary functions
Function, node-seq-p: Private ordinary functions
Function, node-seq-type: Private ordinary functions
Function, node-subtype-p: Private ordinary functions
Function, node-the-expr: Public ordinary functions
Function, node-the-location: Private ordinary functions
Function, node-the-p: Private ordinary functions
Function, node-the-type: Public ordinary functions
Function, node-type: Public ordinary functions
Function, node-type: Public ordinary functions
Function, node-unless-body: Public ordinary functions
Function, node-unless-body: Public ordinary functions
Function, node-unless-expr: Public ordinary functions
Function, node-unless-expr: Public ordinary functions
Function, node-unless-location: Private ordinary functions
Function, node-unless-location: Private ordinary functions
Function, node-unless-p: Private ordinary functions
Function, node-unless-p: Private ordinary functions
Function, node-unless-type: Private ordinary functions
Function, node-variable-list-p: Private ordinary functions
Function, node-variable-list-p: Private ordinary functions
Function, node-variable-location: Private ordinary functions
Function, node-variable-location: Private ordinary functions
Function, node-variable-name: Public ordinary functions
Function, node-variable-name: Public ordinary functions
Function, node-variable-p: Public ordinary functions
Function, node-variable-p: Private ordinary functions
Function, node-variable-p: Private ordinary functions
Function, node-variable-type: Private ordinary functions
Function, node-variable-type: Private ordinary functions
Function, node-variable-value: Public ordinary functions
Function, node-variables: Public ordinary functions
Function, node-when-body: Public ordinary functions
Function, node-when-body: Public ordinary functions
Function, node-when-expr: Public ordinary functions
Function, node-when-expr: Public ordinary functions
Function, node-when-location: Private ordinary functions
Function, node-when-location: Private ordinary functions
Function, node-when-p: Private ordinary functions
Function, node-when-p: Private ordinary functions
Function, node-when-type: Private ordinary functions
Function, node-while-body: Public ordinary functions
Function, node-while-body: Public ordinary functions
Function, node-while-body: Public ordinary functions
Function, node-while-expr: Public ordinary functions
Function, node-while-expr: Public ordinary functions
Function, node-while-expr: Public ordinary functions
Function, node-while-label: Public ordinary functions
Function, node-while-label: Public ordinary functions
Function, node-while-label: Public ordinary functions
Function, node-while-let-body: Public ordinary functions
Function, node-while-let-body: Public ordinary functions
Function, node-while-let-body: Public ordinary functions
Function, node-while-let-expr: Public ordinary functions
Function, node-while-let-expr: Public ordinary functions
Function, node-while-let-expr: Public ordinary functions
Function, node-while-let-label: Public ordinary functions
Function, node-while-let-label: Public ordinary functions
Function, node-while-let-label: Public ordinary functions
Function, node-while-let-location: Private ordinary functions
Function, node-while-let-location: Private ordinary functions
Function, node-while-let-p: Private ordinary functions
Function, node-while-let-p: Private ordinary functions
Function, node-while-let-p: Private ordinary functions
Function, node-while-let-pattern: Public ordinary functions
Function, node-while-let-pattern: Public ordinary functions
Function, node-while-let-pattern: Public ordinary functions
Function, node-while-let-type: Private ordinary functions
Function, node-while-let-type: Private ordinary functions
Function, node-while-location: Private ordinary functions
Function, node-while-location: Private ordinary functions
Function, node-while-p: Private ordinary functions
Function, node-while-p: Private ordinary functions
Function, node-while-p: Private ordinary functions
Function, node-while-type: Private ordinary functions
Function, node-while-type: Private ordinary functions
Function, none: Public ordinary functions
Function, none?: Public ordinary functions
Function, nonnegative?: Public ordinary functions
Function, nonpositive?: Public ordinary functions
Function, nonzero?: Public ordinary functions
Function, not: Public ordinary functions
Function, not: Public ordinary functions
Function, note: Public ordinary functions
Function, note: Public ordinary functions
Function, note-end: Public ordinary functions
Function, note-help-p: Private ordinary functions
Function, note-highlight-char: Private ordinary functions
Function, note-primary-p: Private ordinary functions
Function, nth: Public ordinary functions
Function, nth-cdr: Public ordinary functions
Function, nth-root: Public ordinary functions
Function, null?: Public ordinary functions
Function, num-classes: Private ordinary functions
Function, numerator: Public ordinary functions
Function, odd?: Public ordinary functions
Function, offset-position: Private ordinary functions
Function, ok: Public ordinary functions
Function, ok-or-error: Public ordinary functions
Function, ok?: Public ordinary functions
Function, once: Public ordinary functions
Function, open: Public ordinary functions
Function, optimize!: Public ordinary functions
Function, optimize-bindings: Public ordinary functions
Function, optimize-bindings-initial: Private ordinary functions
Function, optimize-by!: Public ordinary functions
Function, optimize-node: Public ordinary functions
Function, optimumby: Public ordinary functions
Function, or: Public ordinary functions
Function, or!: Public ordinary functions
Function, os: Public ordinary functions
Function, output: Public ordinary functions
Function, package-clause-parser: Private ordinary functions
Function, pair-with: Public ordinary functions
Function, pair-with!: Public ordinary functions
Function, parse-accessor: Private ordinary functions
Function, parse-argument-list: Private ordinary functions
Function, parse-body: Public ordinary functions
Function, parse-body-element: Private ordinary functions
Function, parse-body-last-node: Private ordinary functions
Function, parse-cond-clause: Private ordinary functions
Function, parse-constructor: Private ordinary functions
Function, parse-declare: Private ordinary functions
Function, parse-define: Private ordinary functions
Function, parse-define-class: Private ordinary functions
Function, parse-define-instance: Private ordinary functions
Function, parse-define-struct: Private ordinary functions
Function, parse-define-type: Private ordinary functions
Function, parse-definition-body: Private ordinary functions
Function, parse-do: Private ordinary functions
Function, parse-do-body-element: Private ordinary functions
Function, parse-do-body-last-node: Private ordinary functions
Function, parse-error: Public ordinary functions
Function, parse-export: Private ordinary functions
Function, parse-expression: Public ordinary functions
Function, parse-fundep: Private ordinary functions
Function, parse-identifier: Private ordinary functions
Function, parse-import: Private ordinary functions
Function, parse-import-from: Private ordinary functions
Function, parse-import-statement: Private ordinary functions
Function, parse-instance-method-definition: Private ordinary functions
Function, parse-int: Public ordinary functions
Function, parse-let-binding: Private ordinary functions
Function, parse-let-declare: Private ordinary functions
Function, parse-lisp-toplevel-form: Private ordinary functions
Function, parse-list: Public ordinary functions
Function, parse-literal: Private ordinary functions
Function, parse-match-branch: Private ordinary functions
Function, parse-method: Private ordinary functions
Function, parse-monomorphize: Private ordinary functions
Function, parse-node-bind: Private ordinary functions
Function, parse-node-do-bind: Private ordinary functions
Function, parse-package: Private ordinary functions
Function, parse-package-clause: Private ordinary functions
Function, parse-pattern: Public ordinary functions
Function, parse-predicate: Public ordinary functions
Function, parse-qualified-type: Public ordinary functions
Function, parse-qualified-type: Public ordinary functions
Function, parse-repr: Private ordinary functions
Function, parse-shadow: Private ordinary functions
Function, parse-specialize: Private ordinary functions
Function, parse-struct-field: Private ordinary functions
Function, parse-toplevel-form: Public ordinary functions
Function, parse-ty-scheme: Public ordinary functions
Function, parse-type: Public ordinary functions
Function, parse-type: Public ordinary functions
Function, parse-type-list: Private ordinary functions
Function, parse-type-variable: Private ordinary functions
Function, parse-variable: Public ordinary functions
Function, partial-class-method-tys: Private ordinary functions
Function, partial-class-p: Private ordinary functions
Function, partial-class-superclasses: Private ordinary functions
Function, partial-type-env-add-class: Public ordinary functions
Function, partial-type-env-add-type: Public ordinary functions
Function, partial-type-env-add-var: Public ordinary functions
Function, partial-type-env-class-table: Private ordinary functions
Function, partial-type-env-env: Public ordinary functions
Function, partial-type-env-lookup-class: Public ordinary functions
Function, partial-type-env-lookup-type: Public ordinary functions
Function, partial-type-env-lookup-var: Public ordinary functions
Function, partial-type-env-p: Private ordinary functions
Function, partial-type-env-replace-type: Public ordinary functions
Function, partial-type-env-ty-table: Public ordinary functions
Function, partition: Public ordinary functions
Function, patherror: Private ordinary functions
Function, pattern-constructor-location: Private ordinary functions
Function, pattern-constructor-location: Private ordinary functions
Function, pattern-constructor-name: Public ordinary functions
Function, pattern-constructor-name: Public ordinary functions
Function, pattern-constructor-name: Public ordinary functions
Function, pattern-constructor-p: Public ordinary functions
Function, pattern-constructor-p: Public ordinary functions
Function, pattern-constructor-p: Private ordinary functions
Function, pattern-constructor-patterns: Public ordinary functions
Function, pattern-constructor-patterns: Public ordinary functions
Function, pattern-constructor-patterns: Public ordinary functions
Function, pattern-constructor-type: Private ordinary functions
Function, pattern-constructor-type: Private ordinary functions
Function, pattern-list-p: Public ordinary functions
Function, pattern-list-p: Private ordinary functions
Function, pattern-list-p: Private ordinary functions
Function, pattern-literal-location: Private ordinary functions
Function, pattern-literal-location: Private ordinary functions
Function, pattern-literal-p: Public ordinary functions
Function, pattern-literal-p: Public ordinary functions
Function, pattern-literal-p: Private ordinary functions
Function, pattern-literal-type: Private ordinary functions
Function, pattern-literal-type: Private ordinary functions
Function, pattern-literal-value: Public ordinary functions
Function, pattern-literal-value: Public ordinary functions
Function, pattern-literal-value: Public ordinary functions
Function, pattern-location: Private ordinary functions
Function, pattern-location: Private ordinary functions
Function, pattern-matrix-p: Private ordinary functions
Function, pattern-p: Private ordinary functions
Function, pattern-p: Private ordinary functions
Function, pattern-p: Private ordinary functions
Function, pattern-type: Public ordinary functions
Function, pattern-type: Public ordinary functions
Function, pattern-var-list-p: Private ordinary functions
Function, pattern-var-list-p: Private ordinary functions
Function, pattern-var-location: Private ordinary functions
Function, pattern-var-location: Private ordinary functions
Function, pattern-var-name: Public ordinary functions
Function, pattern-var-name: Public ordinary functions
Function, pattern-var-name: Public ordinary functions
Function, pattern-var-orig-name: Public ordinary functions
Function, pattern-var-orig-name: Public ordinary functions
Function, pattern-var-p: Public ordinary functions
Function, pattern-var-p: Public ordinary functions
Function, pattern-var-p: Public ordinary functions
Function, pattern-var-type: Private ordinary functions
Function, pattern-var-type: Private ordinary functions
Function, pattern-variables: Public ordinary functions
Function, pattern-variables: Public ordinary functions
Function, pattern-variables: Public ordinary functions
Function, pattern-wildcard-location: Private ordinary functions
Function, pattern-wildcard-location: Private ordinary functions
Function, pattern-wildcard-p: Public ordinary functions
Function, pattern-wildcard-p: Public ordinary functions
Function, pattern-wildcard-p: Private ordinary functions
Function, pattern-wildcard-type: Private ordinary functions
Function, pattern-wildcard-type: Private ordinary functions
Function, peek: Public ordinary functions
Function, peek: Public ordinary functions
Function, peek-unsafe: Public ordinary functions
Function, perfect-subtree-size-at-height: Private ordinary functions
Function, perms: Public ordinary functions
Function, phase: Public ordinary functions
Function, pi: Public ordinary functions
Function, pointfree: Private ordinary functions
Function, polar: Public ordinary functions
Function, pop: Public ordinary functions
Function, pop!: Public ordinary functions
Function, pop!: Public ordinary functions
Function, pop!: Public ordinary functions
Function, pop-final-hoist-point: Public ordinary functions
Function, pop-hoist-point: Public ordinary functions
Function, pop-unsafe!: Public ordinary functions
Function, pop-unsafe!: Public ordinary functions
Function, positioned-annotations: Private ordinary functions
Function, positive?: Public ordinary functions
Function, pow: Public ordinary functions
Function, pprint-kind: Private ordinary functions
Function, pprint-predicate: Public ordinary functions
Function, pprint-qualified-ty: Private ordinary functions
Function, pprint-scheme: Private ordinary functions
Function, pprint-substitution: Private ordinary functions
Function, pprint-tvar: Public ordinary functions
Function, pprint-ty: Public ordinary functions
Function, pred-context-p: Private ordinary functions
Function, pred-from-context: Private ordinary functions
Function, pred-type: Public ordinary functions
Function, predicate-match: Public ordinary functions
Function, predicate-mgu: Public ordinary functions
Function, primal-part: Public ordinary functions
Function, print: Public ordinary functions
Function, print-class-db: Public ordinary functions
Function, print-condition-location: Private ordinary functions
Function, print-empty-line: Private ordinary functions
Function, print-finished-notes-for-line: Private ordinary functions
Function, print-form: Private ordinary functions
Function, print-form: Private ordinary functions
Function, print-help: Private ordinary functions
Function, print-instance-db: Public ordinary functions
Function, print-line-contents: Private ordinary functions
Function, print-line-number: Private ordinary functions
Function, print-line-prefix: Private ordinary functions
Function, print-lines-until: Private ordinary functions
Function, print-node-traversal-order: Private ordinary functions
Function, print-note: Private ordinary functions
Function, print-note-end: Private ordinary functions
Function, print-note-start: Private ordinary functions
Function, print-notes: Private ordinary functions
Function, print-single-line-note: Private ordinary functions
Function, print-specializations: Public ordinary functions
Function, print-type-db: Public ordinary functions
Function, print-value-db: Public ordinary functions
Function, probe-symbol: Private ordinary functions
Function, process-specialize: Private ordinary functions
Function, product: Public ordinary functions
Function, profile: Public ordinary functions
Function, program-classes: Public ordinary functions
Function, program-declares: Public ordinary functions
Function, program-defines: Public ordinary functions
Function, program-instances: Public ordinary functions
Function, program-lisp-forms: Public ordinary functions
Function, program-lisp-package: Public ordinary functions
Function, program-p: Private ordinary functions
Function, program-package: Public ordinary functions
Function, program-specializations: Public ordinary functions
Function, program-structs: Public ordinary functions
Function, program-types: Public ordinary functions
Function, project-indices: Public ordinary functions
Function, project-map: Public ordinary functions
Function, propagatable-p: Private ordinary functions
Function, propagate-constants: Public ordinary functions
Function, proper: Public ordinary functions
Function, proper-list-p: Private ordinary functions
Function, proxy-inner: Public ordinary functions
Function, proxy-of: Public ordinary functions
Function, pure: Public ordinary functions
Function, push: Public ordinary functions
Function, push!: Public ordinary functions
Function, push!: Public ordinary functions
Function, push!: Public ordinary functions
Function, push-hoist-point: Public ordinary functions
Function, put: Public ordinary functions
Function, put: Public ordinary functions
Function, qualified-ty-list-p: Private ordinary functions
Function, qualified-ty-location: Private ordinary functions
Function, qualified-ty-p: Private ordinary functions
Function, qualified-ty-predicates: Public ordinary functions
Function, qualified-ty-predicates: Public ordinary functions
Function, qualified-ty-type: Public ordinary functions
Function, qualified-ty-type: Public ordinary functions
Function, qualify: Public ordinary functions
Function, quantify: Public ordinary functions
Function, quantify-using-tvar-order: Public ordinary functions
Function, quantization: Public ordinary functions
Function, quantize: Public ordinary functions
Function, queue-internal-elements: Private ordinary functions
Function, queue-internal-last: Private ordinary functions
Function, queue-internal-length: Private ordinary functions
Function, queue-internal-p: Private ordinary functions
Function, quot: Public ordinary functions
Function, quotrem: Public ordinary functions
Function, range: Public ordinary functions
Function, range: Public ordinary functions
Function, range-decreasing: Public ordinary functions
Function, range-increasing: Public ordinary functions
Function, rational-approx: Private ordinary functions
Function, read: Public ordinary functions
Function, read: Public ordinary functions
Function, read-char: Public ordinary functions
Function, read-coalton-toplevel-open-paren: Private ordinary functions
Function, read-expression: Public ordinary functions
Function, read-file-lines: Public ordinary functions
Function, read-file-to-string: Public ordinary functions
Function, read-file-to-vector: Public ordinary functions
Function, read-lisp: Private ordinary functions
Function, read-program: Public ordinary functions
Function, read-toplevel-package: Private ordinary functions
Function, read-vector: Public ordinary functions
Function, readable?: Public ordinary functions
Function, real-approx: Public ordinary functions
Function, real-part: Public ordinary functions
Function, rebalance-branches: Private ordinary functions
Function, rebuild-cst: Private ordinary functions
Function, rebuild-size-table: Private ordinary functions
Function, reciprocal: Public ordinary functions
Function, recursive-iter: Public ordinary functions
Function, reduce: Public ordinary functions
Function, reduce-context: Public ordinary functions
Function, ref: Public ordinary functions
Function, ref-unchecked: Public ordinary functions
Function, relaxednode: Private ordinary functions
Function, rem: Public ordinary functions
Function, remove: Public ordinary functions
Function, remove: Public ordinary functions
Function, remove: Public ordinary functions
Function, remove!: Public ordinary functions
Function, remove-directory!: Public ordinary functions
Function, remove-directory-recursive!: Public ordinary functions
Function, remove-duplicates: Public ordinary functions
Function, remove-duplicates!: Public ordinary functions
Function, remove-duplicates-rev: Private ordinary functions
Function, remove-if: Public ordinary functions
Function, remove-leaving-double-black: Private ordinary functions
Function, remove-max: Private ordinary functions
Function, remove-rev-if: Private ordinary functions
Function, remove-without-as-black: Private ordinary functions
Function, rename-type-variables: Public ordinary functions
Function, rename-type-variables: Public ordinary functions
Function, rename-variables: Public ordinary functions
Function, repeat: Public ordinary functions
Function, repeat: Public ordinary functions
Function, repeat-for: Public ordinary functions
Function, replace: Public ordinary functions
Function, replace: Public ordinary functions
Function, replace-first: Private ordinary functions
Function, replace-last: Private ordinary functions
Function, replace-or-insert: Public ordinary functions
Function, replace-or-insert: Public ordinary functions
Function, report-source-condition: Private ordinary functions
Function, required: Public ordinary functions
Function, resolve-compount-superclass: Private ordinary functions
Function, resolve-context-super: Private ordinary functions
Function, resolve-dict: Public ordinary functions
Function, resolve-static-dict: Public ordinary functions
Function, resolve-static-superclass: Private ordinary functions
Function, resolve-var: Private ordinary functions
Function, reverse: Public ordinary functions
Function, reverse: Public ordinary functions
Function, rewrite-callsites: Private ordinary functions
Function, rewrite-recursive-calls: Private ordinary functions
Function, round: Public ordinary functions
Function, round-half-down: Public ordinary functions
Function, round-half-up: Public ordinary functions
Function, round/: Public ordinary functions
Function, rsh: Public ordinary functions
Function, run: Public ordinary functions
Function, runtime-quote: Public ordinary functions
Function, runtime-repr: Public ordinary functions
Function, runtime-repr-of: Public ordinary functions
Function, safe/: Public ordinary functions
Function, scale: Public ordinary functions
Function, scheme-binding-list-p: Private ordinary functions
Function, scheme-list-p: Private ordinary functions
Function, scheme-predicates: Public ordinary functions
Function, secondary-note: Public ordinary functions
Function, secondary-note: Public ordinary functions
Function, sequence: Public ordinary functions
Function, set!: Public ordinary functions
Function, set!: Public ordinary functions
Function, set!: Public ordinary functions
Function, set!: Public ordinary functions
Function, set!: Public ordinary functions
Function, set!/double-float: Private ordinary functions
Function, set!/i16: Private ordinary functions
Function, set!/i32: Private ordinary functions
Function, set!/i64: Private ordinary functions
Function, set!/i8: Private ordinary functions
Function, set!/ifix: Private ordinary functions
Function, set!/single-float: Private ordinary functions
Function, set!/u16: Private ordinary functions
Function, set!/u32: Private ordinary functions
Function, set!/u64: Private ordinary functions
Function, set!/u8: Private ordinary functions
Function, set!/ufix: Private ordinary functions
Function, set-capacity!: Public ordinary functions
Function, set-class: Public ordinary functions
Function, set-code: Public ordinary functions
Function, set-constructor: Public ordinary functions
Function, set-file-position: Public ordinary functions
Function, set-function: Public ordinary functions
Function, set-function-source-parameter-names: Public ordinary functions
Function, set-method-inline: Public ordinary functions
Function, set-name: Public ordinary functions
Function, set-struct: Public ordinary functions
Function, set-type: Public ordinary functions
Function, set-value-type: Public ordinary functions
Function, setenv!: Public ordinary functions
Function, setf-accessor: Private ordinary functions
Function, shift: Public ordinary functions
Function, shift: Public ordinary functions
Function, shift-n-onto!: Private ordinary functions
Function, shorthand-let-p: Private ordinary functions
Function, sign: Public ordinary functions
Function, simple-kind-p: Public ordinary functions
Function, simplify: Public ordinary functions
Function, simplify-context: Private ordinary functions
Function, simplify-integer: Public ordinary functions
Function, sin: Public ordinary functions
Function, sincos: Public ordinary functions
Function, single-float-<=: Private ordinary functions
Function, single-float-<⎵type: Private ordinary functions
Function, single-float->: Private ordinary functions
Function, single-float->=: Private ordinary functions
Function, single-float-complex-divide: Private ordinary functions
Function, single-float-complex-equal: Private ordinary functions
Function, single-float-complex-minus: Private ordinary functions
Function, single-float-complex-plus: Private ordinary functions
Function, single-float-complex-times: Private ordinary functions
Function, single-float-round: Private ordinary functions
Function, single-float-^: Private ordinary functions
Function, single-float-^^: Private ordinary functions
Function, singleton: Public ordinary functions
Function, singleton: Public ordinary functions
Function, singleton?: Public ordinary functions
Function, singleton?: Public ordinary functions
Function, sinh: Public ordinary functions
Function, size: Public ordinary functions
Function, size-hint: Public ordinary functions
Function, sleep: Public ordinary functions
Function, snd: Public ordinary functions
Function, solve-accessor: Private ordinary functions
Function, solve-accessors: Public ordinary functions
Function, solve-fundeps: Public ordinary functions
Function, some: Public ordinary functions
Function, some?: Public ordinary functions
Function, sort: Public ordinary functions
Function, sort!: Public ordinary functions
Function, sort-by!: Public ordinary functions
Function, sortby: Public ordinary functions
Function, source-error-context: Private ordinary functions
Function, source-error-context-list-p: Private ordinary functions
Function, source-error-context-message: Private ordinary functions
Function, source-error-context-p: Private ordinary functions
Function, source-error-help-list-p: Private ordinary functions
Function, source-error-help-message: Private ordinary functions
Function, source-error-help-notes: Private ordinary functions
Function, source-error-help-p: Private ordinary functions
Function, source-error-help-replacement: Private ordinary functions
Function, source-error-help-span: Private ordinary functions
Function, source-error-location: Public ordinary functions
Function, source-error-message: Private ordinary functions
Function, source-error-note-list-p: Private ordinary functions
Function, source-error-note-message: Private ordinary functions
Function, source-error-note-p: Private ordinary functions
Function, source-error-note-span: Private ordinary functions
Function, source-error-note-type: Private ordinary functions
Function, source-error-notes: Private ordinary functions
Function, source-error-p: Private ordinary functions
Function, source-error-resolved-note-end-column: Private ordinary functions
Function, source-error-resolved-note-end-line: Private ordinary functions
Function, source-error-resolved-note-message: Private ordinary functions
Function, source-error-resolved-note-p: Private ordinary functions
Function, source-error-resolved-note-start-column: Private ordinary functions
Function, source-error-resolved-note-start-line: Private ordinary functions
Function, source-error-resolved-note-type: Private ordinary functions
Function, source-error-source: Public ordinary functions
Function, source-error-type: Private ordinary functions
Function, source-filename: Private ordinary functions
Function, source-name-environment-data: Private ordinary functions
Function, source-name-environment-p: Private ordinary functions
Function, source<: Private ordinary functions
Function, span-empty-p: Private ordinary functions
Function, span-end: Public ordinary functions
Function, span-start: Public ordinary functions
Function, span<: Private ordinary functions
Function, specialization-entry-from: Public ordinary functions
Function, specialization-entry-list-p: Private ordinary functions
Function, specialization-entry-p: Private ordinary functions
Function, specialization-entry-to: Public ordinary functions
Function, specialization-entry-to-ty: Public ordinary functions
Function, specialization-environment-data: Private ordinary functions
Function, specialization-environment-p: Private ordinary functions
Function, specialize-matrix: Private ordinary functions
Function, split: Public ordinary functions
Function, split: Public ordinary functions
Function, split-context: Public ordinary functions
Function, sq: Private ordinary functions
Function, sqrt: Public ordinary functions
Function, square-magnitude: Public ordinary functions
Function, st: Public ordinary functions
Function, stack-for-decreasing-order-traversal: Private ordinary functions
Function, stack-for-increasing-order-traversal: Private ordinary functions
Function, standard-expression-type-mismatch-error: Private ordinary functions
Function, start-column: Private ordinary functions
Function, start-line: Private ordinary functions
Function, start-offset: Private ordinary functions
Function, start-position: Private ordinary functions
Function, static-dict-lift: Private ordinary functions
Function, static-predicate-p: Public ordinary functions
Function, string-list-p: Private ordinary functions
Function, strip-prefix: Public ordinary functions
Function, strip-suffix: Public ordinary functions
Function, struct-entry-docstring: Private ordinary functions
Function, struct-entry-fields: Public ordinary functions
Function, struct-entry-list-p: Private ordinary functions
Function, struct-entry-name: Public ordinary functions
Function, struct-entry-p: Private ordinary functions
Function, struct-environment-data: Private ordinary functions
Function, struct-environment-p: Private ordinary functions
Function, struct-field-docstring: Private ordinary functions
Function, struct-field-docstring: Private ordinary functions
Function, struct-field-index: Public ordinary functions
Function, struct-field-list-p: Private ordinary functions
Function, struct-field-list-p: Private ordinary functions
Function, struct-field-location: Private ordinary functions
Function, struct-field-name: Public ordinary functions
Function, struct-field-name: Public ordinary functions
Function, struct-field-p: Private ordinary functions
Function, struct-field-p: Private ordinary functions
Function, struct-field-type: Public ordinary functions
Function, struct-field-type: Public ordinary functions
Function, struct-or-class: Public ordinary functions
Function, struct-or-class-field-name: Public ordinary functions
Function, struct-or-class-field-p: Private ordinary functions
Function, struct-or-class-field-type: Public ordinary functions
Function, subdirectories: Public ordinary functions
Function, substitution-from: Public ordinary functions
Function, substitution-list-p: Private ordinary functions
Function, substitution-p: Public ordinary functions
Function, substitution-to: Public ordinary functions
Function, substring: Public ordinary functions
Function, substring-index: Public ordinary functions
Function, substring?: Public ordinary functions
Function, sum: Public ordinary functions
Function, sum!: Public ordinary functions
Function, super-entail: Private ordinary functions
Function, superclass-accessors: Private ordinary functions
Function, swap!: Public ordinary functions
Function, swap-remove!: Public ordinary functions
Function, swap-remove-unsafe!: Public ordinary functions
Function, symbol-list-p: Private ordinary functions
Function, system-relative-pathname: Public ordinary functions
Function, tail: Public ordinary functions
Function, take: Public ordinary functions
Function, take: Public ordinary functions
Function, take!: Public ordinary functions
Function, take-label: Private ordinary functions
Function, take-until: Public ordinary functions
Function, tan: Public ordinary functions
Function, tanh: Public ordinary functions
Function, tapp-from: Public ordinary functions
Function, tapp-from: Public ordinary functions
Function, tapp-location: Private ordinary functions
Function, tapp-p: Public ordinary functions
Function, tapp-p: Public ordinary functions
Function, tapp-to: Public ordinary functions
Function, tapp-to: Public ordinary functions
Function, tarjan-node-index: Private ordinary functions
Function, tarjan-node-low-link: Private ordinary functions
Function, tarjan-node-on-stack: Private ordinary functions
Function, tarjan-node-p: Private ordinary functions
Function, tarjan-scc: Public ordinary functions
Function, tc-env-add-definition: Public ordinary functions
Function, tc-env-add-variable: Public ordinary functions
Function, tc-env-bindings-variables: Public ordinary functions
Function, tc-env-bound-variables: Public ordinary functions
Function, tc-env-env: Public ordinary functions
Function, tc-env-lookup-value: Public ordinary functions
Function, tc-env-replace-type: Public ordinary functions
Function, tc-env-suggest-value: Private ordinary functions
Function, tc-env-ty-table: Public ordinary functions
Function, tc-error: Public ordinary functions
Function, tc-location: Public ordinary functions
Function, tc-note: Public ordinary functions
Function, tc-secondary-location: Public ordinary functions
Function, tc-secondary-note: Public ordinary functions
Function, tgen-id: Public ordinary functions
Function, tgen-p: Public ordinary functions
Function, time: Public ordinary functions
Function, to-fraction: Public ordinary functions
Function, tointeger: Public ordinary functions
Function, top-level-binding-name: Private ordinary functions
Function, top-level-binding-value: Private ordinary functions
Function, toplevel-declare-list-p: Private ordinary functions
Function, toplevel-declare-location: Private ordinary functions
Function, toplevel-declare-monomorphize: Public ordinary functions
Function, toplevel-declare-name: Public ordinary functions
Function, toplevel-declare-p: Private ordinary functions
Function, toplevel-declare-type: Public ordinary functions
Function, toplevel-define: Public ordinary functions
Function, toplevel-define-body: Public ordinary functions
Function, toplevel-define-body: Public ordinary functions
Function, toplevel-define-class: Public ordinary functions
Function, toplevel-define-class-docstring: Private ordinary functions
Function, toplevel-define-class-fundeps: Public ordinary functions
Function, toplevel-define-class-head-location: Public ordinary functions
Function, toplevel-define-class-list-p: Private ordinary functions
Function, toplevel-define-class-location: Private ordinary functions
Function, toplevel-define-class-methods: Public ordinary functions
Function, toplevel-define-class-name: Public ordinary functions
Function, toplevel-define-class-p: Private ordinary functions
Function, toplevel-define-class-preds: Public ordinary functions
Function, toplevel-define-class-vars: Public ordinary functions
Function, toplevel-define-docstring: Private ordinary functions
Function, toplevel-define-instance: Public ordinary functions
Function, toplevel-define-instance-compiler-generated: Public ordinary functions
Function, toplevel-define-instance-context: Public ordinary functions
Function, toplevel-define-instance-context: Public ordinary functions
Function, toplevel-define-instance-docstring: Private ordinary functions
Function, toplevel-define-instance-head-location: Public ordinary functions
Function, toplevel-define-instance-head-location: Public ordinary functions
Function, toplevel-define-instance-list-p: Private ordinary functions
Function, toplevel-define-instance-list-p: Private ordinary functions
Function, toplevel-define-instance-location: Private ordinary functions
Function, toplevel-define-instance-location: Private ordinary functions
Function, toplevel-define-instance-methods: Public ordinary functions
Function, toplevel-define-instance-methods: Public ordinary functions
Function, toplevel-define-instance-p: Private ordinary functions
Function, toplevel-define-instance-p: Private ordinary functions
Function, toplevel-define-instance-pred: Public ordinary functions
Function, toplevel-define-instance-pred: Public ordinary functions
Function, toplevel-define-list-p: Private ordinary functions
Function, toplevel-define-list-p: Private ordinary functions
Function, toplevel-define-location: Private ordinary functions
Function, toplevel-define-location: Private ordinary functions
Function, toplevel-define-monomorphize: Public ordinary functions
Function, toplevel-define-name: Public ordinary functions
Function, toplevel-define-name: Public ordinary functions
Function, toplevel-define-orig-params: Public ordinary functions
Function, toplevel-define-p: Private ordinary functions
Function, toplevel-define-p: Private ordinary functions
Function, toplevel-define-params: Public ordinary functions
Function, toplevel-define-params: Public ordinary functions
Function, toplevel-define-struct-docstring: Private ordinary functions
Function, toplevel-define-struct-fields: Public ordinary functions
Function, toplevel-define-struct-head-location: Public ordinary functions
Function, toplevel-define-struct-list-p: Private ordinary functions
Function, toplevel-define-struct-location: Private ordinary functions
Function, toplevel-define-struct-name: Public ordinary functions
Function, toplevel-define-struct-p: Private ordinary functions
Function, toplevel-define-struct-repr: Public ordinary functions
Function, toplevel-define-struct-vars: Public ordinary functions
Function, toplevel-define-type: Public ordinary functions
Function, toplevel-define-type-ctors: Public ordinary functions
Function, toplevel-define-type-docstring: Private ordinary functions
Function, toplevel-define-type-head-location: Public ordinary functions
Function, toplevel-define-type-list-p: Private ordinary functions
Function, toplevel-define-type-location: Private ordinary functions
Function, toplevel-define-type-name: Public ordinary functions
Function, toplevel-define-type-p: Private ordinary functions
Function, toplevel-define-type-repr: Public ordinary functions
Function, toplevel-define-type-vars: Public ordinary functions
Function, toplevel-definition-docstring: Private ordinary functions
Function, toplevel-definition-location: Private ordinary functions
Function, toplevel-definition-location: Private ordinary functions
Function, toplevel-definition-p: Private ordinary functions
Function, toplevel-definition-p: Private ordinary functions
Function, toplevel-lisp-form-body: Public ordinary functions
Function, toplevel-lisp-form-list-p: Private ordinary functions
Function, toplevel-lisp-form-location: Private ordinary functions
Function, toplevel-lisp-form-p: Private ordinary functions
Function, toplevel-package-docstring: Private ordinary functions
Function, toplevel-package-export: Private ordinary functions
Function, toplevel-package-import: Private ordinary functions
Function, toplevel-package-import-as: Private ordinary functions
Function, toplevel-package-import-from: Private ordinary functions
Function, toplevel-package-location: Private ordinary functions
Function, toplevel-package-name: Public ordinary functions
Function, toplevel-package-p: Private ordinary functions
Function, toplevel-package-shadow: Private ordinary functions
Function, toplevel-specialize: Public ordinary functions
Function, toplevel-specialize-from: Public ordinary functions
Function, toplevel-specialize-list-p: Private ordinary functions
Function, toplevel-specialize-location: Private ordinary functions
Function, toplevel-specialize-p: Private ordinary functions
Function, toplevel-specialize-to: Public ordinary functions
Function, toplevel-specialize-type: Public ordinary functions
Function, toplevel-typecheck-instance: Public ordinary functions
Function, trace: Public ordinary functions
Function, traceobject: Public ordinary functions
Function, translate-instance: Public ordinary functions
Function, translate-toplevel: Public ordinary functions
Function, translation-unit-classes: Public ordinary functions
Function, translation-unit-definitions: Public ordinary functions
Function, translation-unit-instances: Public ordinary functions
Function, translation-unit-lisp-forms: Public ordinary functions
Function, translation-unit-p: Private ordinary functions
Function, translation-unit-package: Public ordinary functions
Function, translation-unit-types: Public ordinary functions
Function, transpose: Public ordinary functions
Function, traverse: Public ordinary functions
Function, traverse: Public ordinary functions
Function, traverse-abstraction: Private ordinary functions
Function, traverse-accessor: Private ordinary functions
Function, traverse-and: Private ordinary functions
Function, traverse-application: Private ordinary functions
Function, traverse-bind: Private ordinary functions
Function, traverse-block-p: Private ordinary functions
Function, traverse-body: Private ordinary functions
Function, traverse-break: Private ordinary functions
Function, traverse-cond: Private ordinary functions
Function, traverse-cond-clause: Private ordinary functions
Function, traverse-continue: Private ordinary functions
Function, traverse-do: Private ordinary functions
Function, traverse-do-bind: Private ordinary functions
Function, traverse-for: Private ordinary functions
Function, traverse-if: Private ordinary functions
Function, traverse-integer-literal: Private ordinary functions
Function, traverse-let: Private ordinary functions
Function, traverse-let-binding: Private ordinary functions
Function, traverse-lisp: Private ordinary functions
Function, traverse-literal: Private ordinary functions
Function, traverse-loop: Private ordinary functions
Function, traverse-match: Private ordinary functions
Function, traverse-match-branch: Private ordinary functions
Function, traverse-or: Private ordinary functions
Function, traverse-progn: Private ordinary functions
Function, traverse-return: Private ordinary functions
Function, traverse-unless: Private ordinary functions
Function, traverse-variable: Private ordinary functions
Function, traverse-when: Private ordinary functions
Function, traverse-while: Private ordinary functions
Function, traverse-while-let: Private ordinary functions
Function, traverse-with-binding-list: Public ordinary functions
Function, tree-double-black?: Private ordinary functions
Function, tree-iterator: Private ordinary functions
Function, tree-minus-black: Private ordinary functions
Function, tree-plus-black: Private ordinary functions
Function, true: Private ordinary functions
Function, truncate: Public ordinary functions
Function, try-recurse-transparent-type: Private ordinary functions
Function, tryinto: Public ordinary functions
Function, tuple: Public ordinary functions
Function, tuple3: Public ordinary functions
Function, tuple4: Public ordinary functions
Function, tuple5: Public ordinary functions
Function, ty-class-class-variable-map: Public ordinary functions
Function, ty-class-class-variables: Public ordinary functions
Function, ty-class-codegen-sym: Public ordinary functions
Function, ty-class-docstring: Private ordinary functions
Function, ty-class-fundeps: Public ordinary functions
Function, ty-class-instance-codegen-sym: Public ordinary functions
Function, ty-class-instance-constraints: Public ordinary functions
Function, ty-class-instance-docstring: Private ordinary functions
Function, ty-class-instance-list-p: Private ordinary functions
Function, ty-class-instance-method-codegen-syms: Public ordinary functions
Function, ty-class-instance-p: Private ordinary functions
Function, ty-class-instance-predicate: Public ordinary functions
Function, ty-class-list-p: Private ordinary functions
Function, ty-class-location: Private ordinary functions
Function, ty-class-method-docstring: Private ordinary functions
Function, ty-class-method-list-p: Private ordinary functions
Function, ty-class-method-name: Public ordinary functions
Function, ty-class-method-p: Private ordinary functions
Function, ty-class-method-type: Public ordinary functions
Function, ty-class-name: Public ordinary functions
Function, ty-class-p: Private ordinary functions
Function, ty-class-predicate: Public ordinary functions
Function, ty-class-superclass-dict: Public ordinary functions
Function, ty-class-superclass-map: Public ordinary functions
Function, ty-class-superclasses: Public ordinary functions
Function, ty-class-unqualified-methods: Public ordinary functions
Function, ty-list-p: Private ordinary functions
Function, ty-list-p: Private ordinary functions
Function, ty-location: Private ordinary functions
Function, ty-p: Private ordinary functions
Function, ty-p: Private ordinary functions
Function, ty-predicate-class: Public ordinary functions
Function, ty-predicate-class: Public ordinary functions
Function, ty-predicate-list-p: Private ordinary functions
Function, ty-predicate-list-p: Private ordinary functions
Function, ty-predicate-location: Private ordinary functions
Function, ty-predicate-location: Private ordinary functions
Function, ty-predicate-p: Public ordinary functions
Function, ty-predicate-p: Private ordinary functions
Function, ty-predicate-types: Public ordinary functions
Function, ty-predicate-types: Public ordinary functions
Function, ty-scheme-kinds: Public ordinary functions
Function, ty-scheme-p: Public ordinary functions
Function, ty-scheme-type: Public ordinary functions
Function, tycon-kind: Public ordinary functions
Function, tycon-list-p: Private ordinary functions
Function, tycon-location: Private ordinary functions
Function, tycon-name: Public ordinary functions
Function, tycon-name: Public ordinary functions
Function, tycon-p: Public ordinary functions
Function, tycon-p: Public ordinary functions
Function, type-constructors: Public ordinary functions
Function, type-definition-constructor-args: Private ordinary functions
Function, type-definition-constructor-types: Public ordinary functions
Function, type-definition-constructors: Public ordinary functions
Function, type-definition-docstring: Public ordinary functions
Function, type-definition-enum-repr: Public ordinary functions
Function, type-definition-explicit-repr: Public ordinary functions
Function, type-definition-list-p: Private ordinary functions
Function, type-definition-list-p: Private ordinary functions
Function, type-definition-location: Private ordinary functions
Function, type-definition-name: Public ordinary functions
Function, type-definition-newtype: Public ordinary functions
Function, type-definition-p: Private ordinary functions
Function, type-definition-p: Private ordinary functions
Function, type-definition-runtime-type: Public ordinary functions
Function, type-definition-type: Public ordinary functions
Function, type-entry-constructors: Public ordinary functions
Function, type-entry-docstring: Private ordinary functions
Function, type-entry-enum-repr: Public ordinary functions
Function, type-entry-explicit-repr: Public ordinary functions
Function, type-entry-location: Private ordinary functions
Function, type-entry-name: Public ordinary functions
Function, type-entry-newtype: Public ordinary functions
Function, type-entry-p: Private ordinary functions
Function, type-entry-runtime-type: Public ordinary functions
Function, type-entry-type: Public ordinary functions
Function, type-entry-tyvars: Public ordinary functions
Function, type-environment-data: Private ordinary functions
Function, type-environment-p: Private ordinary functions
Function, type-of: Public ordinary functions
Function, type-predicate=: Public ordinary functions
Function, typecheck-instance: Private ordinary functions
Function, tyvar-id: Public ordinary functions
Function, tyvar-kind: Public ordinary functions
Function, tyvar-list-p: Private ordinary functions
Function, tyvar-list-p: Private ordinary functions
Function, tyvar-location: Private ordinary functions
Function, tyvar-name: Public ordinary functions
Function, tyvar-p: Public ordinary functions
Function, tyvar-p: Public ordinary functions
Function, u16-<=: Private ordinary functions
Function, u16-<⎵type: Private ordinary functions
Function, u16->: Private ordinary functions
Function, u16->=: Private ordinary functions
Function, u16-complex-divide: Private ordinary functions
Function, u16-complex-equal: Private ordinary functions
Function, u16-complex-minus: Private ordinary functions
Function, u16-complex-plus: Private ordinary functions
Function, u16-complex-times: Private ordinary functions
Function, u16-even?: Private ordinary functions
Function, u16-gcd: Private ordinary functions
Function, u16-isqrt: Private ordinary functions
Function, u16-lcm: Private ordinary functions
Function, u16-odd?: Private ordinary functions
Function, u16-^: Private ordinary functions
Function, u32-<=: Private ordinary functions
Function, u32-<⎵type: Private ordinary functions
Function, u32->: Private ordinary functions
Function, u32->=: Private ordinary functions
Function, u32-complex-divide: Private ordinary functions
Function, u32-complex-equal: Private ordinary functions
Function, u32-complex-minus: Private ordinary functions
Function, u32-complex-plus: Private ordinary functions
Function, u32-complex-times: Private ordinary functions
Function, u32-even?: Private ordinary functions
Function, u32-gcd: Private ordinary functions
Function, u32-isqrt: Private ordinary functions
Function, u32-lcm: Private ordinary functions
Function, u32-odd?: Private ordinary functions
Function, u32-^: Private ordinary functions
Function, u64-<=: Private ordinary functions
Function, u64-<⎵type: Private ordinary functions
Function, u64->: Private ordinary functions
Function, u64->=: Private ordinary functions
Function, u64-complex-divide: Private ordinary functions
Function, u64-complex-equal: Private ordinary functions
Function, u64-complex-minus: Private ordinary functions
Function, u64-complex-plus: Private ordinary functions
Function, u64-complex-times: Private ordinary functions
Function, u64-even?: Private ordinary functions
Function, u64-gcd: Private ordinary functions
Function, u64-isqrt: Private ordinary functions
Function, u64-lcm: Private ordinary functions
Function, u64-odd?: Private ordinary functions
Function, u64-^: Private ordinary functions
Function, u8-<=: Private ordinary functions
Function, u8-<⎵type: Private ordinary functions
Function, u8->: Private ordinary functions
Function, u8->=: Private ordinary functions
Function, u8-complex-divide: Private ordinary functions
Function, u8-complex-equal: Private ordinary functions
Function, u8-complex-minus: Private ordinary functions
Function, u8-complex-plus: Private ordinary functions
Function, u8-complex-times: Private ordinary functions
Function, u8-even?: Private ordinary functions
Function, u8-gcd: Private ordinary functions
Function, u8-isqrt: Private ordinary functions
Function, u8-lcm: Private ordinary functions
Function, u8-odd?: Private ordinary functions
Function, u8-^: Private ordinary functions
Function, ufix-<=: Private ordinary functions
Function, ufix-<⎵type: Private ordinary functions
Function, ufix->: Private ordinary functions
Function, ufix->=: Private ordinary functions
Function, ufix-complex-divide: Private ordinary functions
Function, ufix-complex-equal: Private ordinary functions
Function, ufix-complex-minus: Private ordinary functions
Function, ufix-complex-plus: Private ordinary functions
Function, ufix-complex-times: Private ordinary functions
Function, ufix-even?: Private ordinary functions
Function, ufix-gcd: Private ordinary functions
Function, ufix-isqrt: Private ordinary functions
Function, ufix-lcm: Private ordinary functions
Function, ufix-odd?: Private ordinary functions
Function, ufix-^: Private ordinary functions
Function, uncurry: Public ordinary functions
Function, undefined: Public ordinary functions
Function, unify: Public ordinary functions
Function, unify: Private ordinary functions
Function, unify-list: Public ordinary functions
Function, union: Public ordinary functions
Function, unreachable-fun: Private ordinary functions
Function, unsafe-aref: Public ordinary functions
Function, unsafe-cast: Private ordinary functions
Function, unsafe-pointer-eq?: Public ordinary functions
Function, unsafe-set!: Public ordinary functions
Function, unset-constructor: Public ordinary functions
Function, unset-function: Public ordinary functions
Function, unset-function-source-parameter-names: Public ordinary functions
Function, unset-name: Public ordinary functions
Function, unset-struct: Public ordinary functions
Function, unset-value-type: Public ordinary functions
Function, unwrap: Public ordinary functions
Function, unwrap-or-else: Public ordinary functions
Function, unwrapped!: Public ordinary functions
Function, up-through: Public ordinary functions
Function, up-to: Public ordinary functions
Function, upcase: Public ordinary functions
Function, update: Public ordinary functions
Function, update!: Public ordinary functions
Function, update-env-for-type-definition: Private ordinary functions
Function, update-environment: Private ordinary functions
Function, update-function-env: Private ordinary functions
Function, update-instance-fundeps: Public ordinary functions
Function, update-swap!: Public ordinary functions
Function, uppercase?: Public ordinary functions
Function, useful-pattern-clause-p: Private ordinary functions
Function, useful-pattern-p: Public ordinary functions
Function, val: Public ordinary functions
Function, valid-candidate-p: Private ordinary functions
Function, value: Private ordinary functions
Function, value-environment-data: Private ordinary functions
Function, value-environment-p: Private ordinary functions
Function, values: Public ordinary functions
Function, values: Public ordinary functions
Function, variable-binding: Private ordinary functions
Function, warn: Public ordinary functions
Function, with-capacity: Public ordinary functions
Function, with-capacity: Public ordinary functions
Function, with-default: Public ordinary functions
Function, with-initial-element: Public ordinary functions
Function, with-open-file: Public ordinary functions
Function, with-size: Public ordinary functions
Function, with-temp-directory: Public ordinary functions
Function, with-temp-file: Public ordinary functions
Function, wrap-in-block: Private ordinary functions
Function, wrap-with-pattern-params: Private ordinary functions
Function, writable?: Public ordinary functions
Function, write: Public ordinary functions
Function, write!: Public ordinary functions
Function, write-char: Public ordinary functions
Function, write-line: Public ordinary functions
Function, write-nchar: Private ordinary functions
Function, write-string: Public ordinary functions
Function, write-to-file!: Public ordinary functions
Function, write-vector: Public ordinary functions
Function, xor: Public ordinary functions
Function, xor: Public ordinary functions
Function, yield: Private ordinary functions
Function, zero?: Public ordinary functions
Function, zip: Public ordinary functions
Function, zip-with!: Public ordinary functions
Function, zipwith: Public ordinary functions
Function, zipwith3: Public ordinary functions
Function, zipwith4: Public ordinary functions
Function, zipwith5: Public ordinary functions
Function, ^: Public ordinary functions
Function, ^^: Public ordinary functions
function-declarations: Public ordinary functions
function-entry-arity: Public ordinary functions
function-entry-curried: Public ordinary functions
function-entry-function: Public ordinary functions
function-entry-p: Private ordinary functions
function-env-entry-arity: Public ordinary functions
function-env-entry-list-p: Private ordinary functions
function-env-entry-name: Public ordinary functions
function-env-entry-p: Private ordinary functions
function-environment-data: Private ordinary functions
function-environment-p: Private ordinary functions
function-remove-arguments: Public ordinary functions
function-return-type: Public generic functions
function-return-type: Public generic functions
function-return-type: Public generic functions
function-return-type: Public generic functions
function-type-arguments: Public generic functions
function-type-arguments: Public generic functions
function-type-arguments: Public generic functions
function-type-arguments: Public generic functions
function-type-arity: Public ordinary functions
function-type-from: Public ordinary functions
function-type-p: Public generic functions
function-type-p: Public generic functions
function-type-p: Public generic functions
function-type-p: Public generic functions
function-type-to: Public ordinary functions
fundep-conflict-class: Private generic functions
fundep-conflict-class: Private generic functions
fundep-conflict-class-fundeps: Private generic functions
fundep-conflict-class-fundeps: Private generic functions
fundep-conflict-class-vars: Private generic functions
fundep-conflict-class-vars: Private generic functions
fundep-conflict-fundep: Private generic functions
fundep-conflict-fundep: Private generic functions
fundep-conflict-new-from-tys: Private generic functions
fundep-conflict-new-from-tys: Private generic functions
fundep-conflict-new-pred: Private generic functions
fundep-conflict-new-pred: Private generic functions
fundep-conflict-new-to-tys: Private generic functions
fundep-conflict-new-to-tys: Private generic functions
fundep-conflict-old-from-tys: Private generic functions
fundep-conflict-old-from-tys: Private generic functions
fundep-conflict-old-pred: Private generic functions
fundep-conflict-old-pred: Private generic functions
fundep-conflict-old-to-tys: Private generic functions
fundep-conflict-old-to-tys: Private generic functions
fundep-entail: Public ordinary functions
fundep-entail%: Private ordinary functions
fundep-entry-from: Private ordinary functions
fundep-entry-p: Private ordinary functions
fundep-entry-to: Private ordinary functions
fundep-environment-data: Private ordinary functions
fundep-environment-p: Private ordinary functions
fundep-from: Public ordinary functions
fundep-left: Public ordinary functions
fundep-list-p: Private ordinary functions
fundep-list-p: Private ordinary functions
fundep-location: Private ordinary functions
fundep-p: Private ordinary functions
fundep-p: Private ordinary functions
fundep-right: Public ordinary functions
fundep-to: Public ordinary functions

G
gc: Public ordinary functions
gcd: Public ordinary functions
general/: Public ordinary functions
generate-fundep-subs%: Private ordinary functions
generate-fundep-subs-for-pred%: Private ordinary functions
Generic Function, (setf character-position): Private generic functions
Generic Function, (setf class/alternative-alt): Private generic functions
Generic Function, (setf class/alternative-empty): Private generic functions
Generic Function, (setf class/alternative-super-0): Private generic functions
Generic Function, (setf class/applicative-lifta2): Private generic functions
Generic Function, (setf class/applicative-pure): Private generic functions
Generic Function, (setf class/applicative-super-0): Private generic functions
Generic Function, (setf class/bifunctor-bimap): Private generic functions
Generic Function, (setf class/bits-and): Private generic functions
Generic Function, (setf class/bits-not): Private generic functions
Generic Function, (setf class/bits-or): Private generic functions
Generic Function, (setf class/bits-shift): Private generic functions
Generic Function, (setf class/bits-super-0): Private generic functions
Generic Function, (setf class/bits-xor): Private generic functions
Generic Function, (setf class/bounded-maxbound): Private generic functions
Generic Function, (setf class/bounded-minbound): Private generic functions
Generic Function, (setf class/complex-complex): Private generic functions
Generic Function, (setf class/complex-imag-part): Private generic functions
Generic Function, (setf class/complex-real-part): Private generic functions
Generic Function, (setf class/complex-super-0): Private generic functions
Generic Function, (setf class/default-default): Private generic functions
Generic Function, (setf class/dividable-general/): Private generic functions
Generic Function, (setf class/elementary-super-0): Private generic functions
Generic Function, (setf class/elementary-super-1): Private generic functions
Generic Function, (setf class/elementary-super-2): Private generic functions
Generic Function, (setf class/elementary-super-3): Private generic functions
Generic Function, (setf class/elementary-super-4): Private generic functions
Generic Function, (setf class/eq-==): Private generic functions
Generic Function, (setf class/exponentiable-ee): Private generic functions
Generic Function, (setf class/exponentiable-exp): Private generic functions
Generic Function, (setf class/exponentiable-ln): Private generic functions
Generic Function, (setf class/exponentiable-log): Private generic functions
Generic Function, (setf class/exponentiable-pow): Private generic functions
Generic Function, (setf class/file-open): Private generic functions
Generic Function, (setf class/file-read): Private generic functions
Generic Function, (setf class/file-write): Private generic functions
Generic Function, (setf class/foldable-fold): Private generic functions
Generic Function, (setf class/foldable-foldr): Private generic functions
Generic Function, (setf class/fromiterator-collect!): Private generic functions
Generic Function, (setf class/functor-map): Private generic functions
Generic Function, (setf class/hash-hash): Private generic functions
Generic Function, (setf class/hash-super-0): Private generic functions
Generic Function, (setf class/integral-super-0): Private generic functions
Generic Function, (setf class/integral-super-1): Private generic functions
Generic Function, (setf class/integral-tointeger): Private generic functions
Generic Function, (setf class/into-into): Private generic functions
Generic Function, (setf class/intoiterator-into-iter): Private generic functions
Generic Function, (setf class/iso-super-0): Private generic functions
Generic Function, (setf class/iso-super-1): Private generic functions
Generic Function, (setf class/monad->>=): Private generic functions
Generic Function, (setf class/monad-super-0): Private generic functions
Generic Function, (setf class/monadfail-fail): Private generic functions
Generic Function, (setf class/monadfail-super-0): Private generic functions
Generic Function, (setf class/monoid-mempty): Private generic functions
Generic Function, (setf class/monoid-super-0): Private generic functions
Generic Function, (setf class/num-*): Private generic functions
Generic Function, (setf class/num-+): Private generic functions
Generic Function, (setf class/num--): Private generic functions
Generic Function, (setf class/num-fromint): Private generic functions
Generic Function, (setf class/num-super-0): Private generic functions
Generic Function, (setf class/ord-<=>): Private generic functions
Generic Function, (setf class/ord-super-0): Private generic functions
Generic Function, (setf class/polar-phase): Private generic functions
Generic Function, (setf class/polar-polar): Private generic functions
Generic Function, (setf class/polar-super-0): Private generic functions
Generic Function, (setf class/polar-super-1): Private generic functions
Generic Function, (setf class/quantizable-ceiling): Private generic functions
Generic Function, (setf class/quantizable-floor): Private generic functions
Generic Function, (setf class/quantizable-proper): Private generic functions
Generic Function, (setf class/radical-nth-root): Private generic functions
Generic Function, (setf class/radical-sqrt): Private generic functions
Generic Function, (setf class/randomaccess-length): Private generic functions
Generic Function, (setf class/randomaccess-make): Private generic functions
Generic Function, (setf class/randomaccess-readable?): Private generic functions
Generic Function, (setf class/randomaccess-unsafe-aref): Private generic functions
Generic Function, (setf class/randomaccess-unsafe-set!): Private generic functions
Generic Function, (setf class/randomaccess-writable?): Private generic functions
Generic Function, (setf class/rational-best-approx): Private generic functions
Generic Function, (setf class/rational-super-0): Private generic functions
Generic Function, (setf class/rational-super-1): Private generic functions
Generic Function, (setf class/rational-to-fraction): Private generic functions
Generic Function, (setf class/real-real-approx): Private generic functions
Generic Function, (setf class/real-super-0): Private generic functions
Generic Function, (setf class/real-super-1): Private generic functions
Generic Function, (setf class/reciprocable-/): Private generic functions
Generic Function, (setf class/reciprocable-reciprocal): Private generic functions
Generic Function, (setf class/reciprocable-super-0): Private generic functions
Generic Function, (setf class/remainder-div): Private generic functions
Generic Function, (setf class/remainder-divmod): Private generic functions
Generic Function, (setf class/remainder-mod): Private generic functions
Generic Function, (setf class/remainder-quot): Private generic functions
Generic Function, (setf class/remainder-quotrem): Private generic functions
Generic Function, (setf class/remainder-rem): Private generic functions
Generic Function, (setf class/remainder-super-0): Private generic functions
Generic Function, (setf class/runtimerepr-runtime-repr): Private generic functions
Generic Function, (setf class/semigroup-<>): Private generic functions
Generic Function, (setf class/signalable-error): Private generic functions
Generic Function, (setf class/sliceable-%length): Private generic functions
Generic Function, (setf class/transfinite-infinite?): Private generic functions
Generic Function, (setf class/transfinite-infinity): Private generic functions
Generic Function, (setf class/transfinite-nan): Private generic functions
Generic Function, (setf class/transfinite-nan?): Private generic functions
Generic Function, (setf class/traversable-traverse): Private generic functions
Generic Function, (setf class/trigonometric-acos): Private generic functions
Generic Function, (setf class/trigonometric-asin): Private generic functions
Generic Function, (setf class/trigonometric-atan): Private generic functions
Generic Function, (setf class/trigonometric-cos): Private generic functions
Generic Function, (setf class/trigonometric-pi): Private generic functions
Generic Function, (setf class/trigonometric-sin): Private generic functions
Generic Function, (setf class/trigonometric-tan): Private generic functions
Generic Function, (setf class/tryinto-tryinto): Private generic functions
Generic Function, (setf class/unwrappable-unwrap-or-else): Private generic functions
Generic Function, (setf complex/%complex-_0): Private generic functions
Generic Function, (setf complex/%complex-_1): Private generic functions
Generic Function, (setf dual/dual-_0): Private generic functions
Generic Function, (setf dual/dual-_1): Private generic functions
Generic Function, (setf dyadic/dyadic-_0): Private generic functions
Generic Function, (setf dyadic/dyadic-_1): Private generic functions
Generic Function, (setf fileerror/fileerror-_0): Private generic functions
Generic Function, (setf fileerror/lisperror-_0): Private generic functions
Generic Function, (setf fileerror/patherror-_0): Private generic functions
Generic Function, (setf fileerror/patherror-_1): Private generic functions
Generic Function, (setf free/free-_0): Private generic functions
Generic Function, (setf free/val-_0): Private generic functions
Generic Function, (setf iterator/%iterator-_0): Private generic functions
Generic Function, (setf iterator/%iterator-_1): Private generic functions
Generic Function, (setf iteratorstacknode/expand-_0): Private generic functions
Generic Function, (setf iteratorstacknode/yield-_0): Private generic functions
Generic Function, (setf mappair/justkey-_0): Private generic functions
Generic Function, (setf mappair/mappair-_0): Private generic functions
Generic Function, (setf mappair/mappair-_1): Private generic functions
Generic Function, (setf note-stack): Private generic functions
Generic Function, (setf optional/some-_0): Private generic functions
Generic Function, (setf profile/profile-_0): Private generic functions
Generic Function, (setf profile/profile-_1): Private generic functions
Generic Function, (setf profile/profile-_2): Private generic functions
Generic Function, (setf profile/profile-_3): Private generic functions
Generic Function, (setf quantization/quantization-_0): Private generic functions
Generic Function, (setf quantization/quantization-_1): Private generic functions
Generic Function, (setf quantization/quantization-_2): Private generic functions
Generic Function, (setf quantization/quantization-_3): Private generic functions
Generic Function, (setf quantization/quantization-_4): Private generic functions
Generic Function, (setf result/err-_0): Private generic functions
Generic Function, (setf result/ok-_0): Private generic functions
Generic Function, (setf seq/leafarray-_0): Private generic functions
Generic Function, (setf seq/relaxednode-_0): Private generic functions
Generic Function, (setf seq/relaxednode-_1): Private generic functions
Generic Function, (setf seq/relaxednode-_2): Private generic functions
Generic Function, (setf seq/relaxednode-_3): Private generic functions
Generic Function, (setf source-condition-err): Public generic functions
Generic Function, (setf streamoptions/bidirectional-_0): Private generic functions
Generic Function, (setf streamoptions/bidirectional-_1): Private generic functions
Generic Function, (setf streamoptions/input-_0): Private generic functions
Generic Function, (setf streamoptions/output-_0): Private generic functions
Generic Function, (setf streamoptions/output-_1): Private generic functions
Generic Function, (setf too-many-arguments-arguments): Public generic functions
Generic Function, (setf too-many-arguments-count): Public generic functions
Generic Function, (setf too-many-arguments-function): Public generic functions
Generic Function, (setf tree/branch-_0): Private generic functions
Generic Function, (setf tree/branch-_1): Private generic functions
Generic Function, (setf tree/branch-_2): Private generic functions
Generic Function, (setf tree/branch-_3): Private generic functions
Generic Function, (setf tuple/tuple-_0): Private generic functions
Generic Function, (setf tuple/tuple-_1): Private generic functions
Generic Function, (setf tuple3/tuple3-_0): Private generic functions
Generic Function, (setf tuple3/tuple3-_1): Private generic functions
Generic Function, (setf tuple3/tuple3-_2): Private generic functions
Generic Function, (setf tuple4/tuple4-_0): Private generic functions
Generic Function, (setf tuple4/tuple4-_1): Private generic functions
Generic Function, (setf tuple4/tuple4-_2): Private generic functions
Generic Function, (setf tuple4/tuple4-_3): Private generic functions
Generic Function, (setf tuple5/tuple5-_0): Private generic functions
Generic Function, (setf tuple5/tuple5-_1): Private generic functions
Generic Function, (setf tuple5/tuple5-_2): Private generic functions
Generic Function, (setf tuple5/tuple5-_3): Private generic functions
Generic Function, (setf tuple5/tuple5-_4): Private generic functions
Generic Function, (setf unread-characters): Private generic functions
Generic Function, ambiguous-constraint-pred: Public generic functions
Generic Function, apply-ksubstitution: Public generic functions
Generic Function, apply-substitution: Public generic functions
Generic Function, attach-explicit-binding-type: Public generic functions
Generic Function, binding-function-p: Public generic functions
Generic Function, binding-last-node: Public generic functions
Generic Function, binding-last-node: Public generic functions
Generic Function, binding-name: Public generic functions
Generic Function, binding-parameters: Public generic functions
Generic Function, binding-parameters: Public generic functions
Generic Function, binding-restricted-p: Public generic functions
Generic Function, binding-toplevel-p: Public generic functions
Generic Function, binding-type: Public generic functions
Generic Function, binding-value: Public generic functions
Generic Function, binding-value: Public generic functions
Generic Function, build-typed-binding: Private generic functions
Generic Function, character-position: Private generic functions
Generic Function, check-for-var-matching-constructor: Private generic functions
Generic Function, class/alternative-alt: Private generic functions
Generic Function, class/alternative-empty: Private generic functions
Generic Function, class/alternative-super-0: Private generic functions
Generic Function, class/applicative-lifta2: Private generic functions
Generic Function, class/applicative-pure: Private generic functions
Generic Function, class/applicative-super-0: Private generic functions
Generic Function, class/bifunctor-bimap: Private generic functions
Generic Function, class/bits-and: Private generic functions
Generic Function, class/bits-not: Private generic functions
Generic Function, class/bits-or: Private generic functions
Generic Function, class/bits-shift: Private generic functions
Generic Function, class/bits-super-0: Private generic functions
Generic Function, class/bits-xor: Private generic functions
Generic Function, class/bounded-maxbound: Private generic functions
Generic Function, class/bounded-minbound: Private generic functions
Generic Function, class/complex-complex: Private generic functions
Generic Function, class/complex-imag-part: Private generic functions
Generic Function, class/complex-real-part: Private generic functions
Generic Function, class/complex-super-0: Private generic functions
Generic Function, class/default-default: Private generic functions
Generic Function, class/dividable-general/: Private generic functions
Generic Function, class/elementary-super-0: Private generic functions
Generic Function, class/elementary-super-1: Private generic functions
Generic Function, class/elementary-super-2: Private generic functions
Generic Function, class/elementary-super-3: Private generic functions
Generic Function, class/elementary-super-4: Private generic functions
Generic Function, class/eq-==: Private generic functions
Generic Function, class/exponentiable-ee: Private generic functions
Generic Function, class/exponentiable-exp: Private generic functions
Generic Function, class/exponentiable-ln: Private generic functions
Generic Function, class/exponentiable-log: Private generic functions
Generic Function, class/exponentiable-pow: Private generic functions
Generic Function, class/file-open: Private generic functions
Generic Function, class/file-read: Private generic functions
Generic Function, class/file-write: Private generic functions
Generic Function, class/foldable-fold: Private generic functions
Generic Function, class/foldable-foldr: Private generic functions
Generic Function, class/fromiterator-collect!: Private generic functions
Generic Function, class/functor-map: Private generic functions
Generic Function, class/hash-hash: Private generic functions
Generic Function, class/hash-super-0: Private generic functions
Generic Function, class/integral-super-0: Private generic functions
Generic Function, class/integral-super-1: Private generic functions
Generic Function, class/integral-tointeger: Private generic functions
Generic Function, class/into-into: Private generic functions
Generic Function, class/intoiterator-into-iter: Private generic functions
Generic Function, class/iso-super-0: Private generic functions
Generic Function, class/iso-super-1: Private generic functions
Generic Function, class/monad->>=: Private generic functions
Generic Function, class/monad-super-0: Private generic functions
Generic Function, class/monadfail-fail: Private generic functions
Generic Function, class/monadfail-super-0: Private generic functions
Generic Function, class/monoid-mempty: Private generic functions
Generic Function, class/monoid-super-0: Private generic functions
Generic Function, class/num-*: Private generic functions
Generic Function, class/num-+: Private generic functions
Generic Function, class/num--: Private generic functions
Generic Function, class/num-fromint: Private generic functions
Generic Function, class/num-super-0: Private generic functions
Generic Function, class/ord-<=>: Private generic functions
Generic Function, class/ord-super-0: Private generic functions
Generic Function, class/polar-phase: Private generic functions
Generic Function, class/polar-polar: Private generic functions
Generic Function, class/polar-super-0: Private generic functions
Generic Function, class/polar-super-1: Private generic functions
Generic Function, class/quantizable-ceiling: Private generic functions
Generic Function, class/quantizable-floor: Private generic functions
Generic Function, class/quantizable-proper: Private generic functions
Generic Function, class/radical-nth-root: Private generic functions
Generic Function, class/radical-sqrt: Private generic functions
Generic Function, class/randomaccess-length: Private generic functions
Generic Function, class/randomaccess-make: Private generic functions
Generic Function, class/randomaccess-readable?: Private generic functions
Generic Function, class/randomaccess-unsafe-aref: Private generic functions
Generic Function, class/randomaccess-unsafe-set!: Private generic functions
Generic Function, class/randomaccess-writable?: Private generic functions
Generic Function, class/rational-best-approx: Private generic functions
Generic Function, class/rational-super-0: Private generic functions
Generic Function, class/rational-super-1: Private generic functions
Generic Function, class/rational-to-fraction: Private generic functions
Generic Function, class/real-real-approx: Private generic functions
Generic Function, class/real-super-0: Private generic functions
Generic Function, class/real-super-1: Private generic functions
Generic Function, class/reciprocable-/: Private generic functions
Generic Function, class/reciprocable-reciprocal: Private generic functions
Generic Function, class/reciprocable-super-0: Private generic functions
Generic Function, class/remainder-div: Private generic functions
Generic Function, class/remainder-divmod: Private generic functions
Generic Function, class/remainder-mod: Private generic functions
Generic Function, class/remainder-quot: Private generic functions
Generic Function, class/remainder-quotrem: Private generic functions
Generic Function, class/remainder-rem: Private generic functions
Generic Function, class/remainder-super-0: Private generic functions
Generic Function, class/runtimerepr-runtime-repr: Private generic functions
Generic Function, class/semigroup-<>: Private generic functions
Generic Function, class/signalable-error: Private generic functions
Generic Function, class/sliceable-%length: Private generic functions
Generic Function, class/transfinite-infinite?: Private generic functions
Generic Function, class/transfinite-infinity: Private generic functions
Generic Function, class/transfinite-nan: Private generic functions
Generic Function, class/transfinite-nan?: Private generic functions
Generic Function, class/traversable-traverse: Private generic functions
Generic Function, class/trigonometric-acos: Private generic functions
Generic Function, class/trigonometric-asin: Private generic functions
Generic Function, class/trigonometric-atan: Private generic functions
Generic Function, class/trigonometric-cos: Private generic functions
Generic Function, class/trigonometric-pi: Private generic functions
Generic Function, class/trigonometric-sin: Private generic functions
Generic Function, class/trigonometric-tan: Private generic functions
Generic Function, class/tryinto-tryinto: Private generic functions
Generic Function, class/unwrappable-unwrap-or-else: Private generic functions
Generic Function, coalton-bug-args: Private generic functions
Generic Function, coalton-bug-reason: Private generic functions
Generic Function, codegen-expression: Public generic functions
Generic Function, codegen-pattern: Public generic functions
Generic Function, collect-referenced-classes-generic%: Private generic functions
Generic Function, collect-referenced-types-generic%: Private generic functions
Generic Function, collect-type-variables-generic%: Private generic functions
Generic Function, collect-variables-generic%: Private generic functions
Generic Function, complex/%complex-_0: Private generic functions
Generic Function, complex/%complex-_1: Private generic functions
Generic Function, context: Private generic functions
Generic Function, docstring: Public generic functions
Generic Function, dual/dual-_0: Private generic functions
Generic Function, dual/dual-_1: Private generic functions
Generic Function, duplicate-key: Private generic functions
Generic Function, dyadic/dyadic-_0: Private generic functions
Generic Function, dyadic/dyadic-_1: Private generic functions
Generic Function, file-offset: Private generic functions
Generic Function, fileerror/fileerror-_0: Private generic functions
Generic Function, fileerror/lisperror-_0: Private generic functions
Generic Function, fileerror/patherror-_0: Private generic functions
Generic Function, fileerror/patherror-_1: Private generic functions
Generic Function, free/free-_0: Private generic functions
Generic Function, free/val-_0: Private generic functions
Generic Function, function-return-type: Public generic functions
Generic Function, function-type-arguments: Public generic functions
Generic Function, function-type-p: Public generic functions
Generic Function, fundep-conflict-class: Private generic functions
Generic Function, fundep-conflict-class-fundeps: Private generic functions
Generic Function, fundep-conflict-class-vars: Private generic functions
Generic Function, fundep-conflict-fundep: Private generic functions
Generic Function, fundep-conflict-new-from-tys: Private generic functions
Generic Function, fundep-conflict-new-pred: Private generic functions
Generic Function, fundep-conflict-new-to-tys: Private generic functions
Generic Function, fundep-conflict-old-from-tys: Private generic functions
Generic Function, fundep-conflict-old-pred: Private generic functions
Generic Function, fundep-conflict-old-to-tys: Private generic functions
Generic Function, infer-expression-type: Public generic functions
Generic Function, infer-pattern-type: Private generic functions
Generic Function, infer-type-kinds: Public generic functions
Generic Function, infinite-type-unification-error-type: Private generic functions
Generic Function, initform-abstraction-p: Private generic functions
Generic Function, inner-stream: Private generic functions
Generic Function, input-name: Private generic functions
Generic Function, instantiate: Public generic functions
Generic Function, iterator/%iterator-_0: Private generic functions
Generic Function, iterator/%iterator-_1: Private generic functions
Generic Function, iteratorstacknode/expand-_0: Private generic functions
Generic Function, iteratorstacknode/yield-_0: Private generic functions
Generic Function, kind-mismatch-error-kind: Private generic functions
Generic Function, kind-mismatch-error-type: Private generic functions
Generic Function, kind-of: Public generic functions
Generic Function, kind-variables-generic%: Public generic functions
Generic Function, kmgu: Public generic functions
Generic Function, kunify-error-kind2: Private generic functions
Generic Function, kunify-errror-kind1: Private generic functions
Generic Function, line-offsets: Private generic functions
Generic Function, lisp-type: Public generic functions
Generic Function, location: Public generic functions
Generic Function, mappair/justkey-_0: Private generic functions
Generic Function, mappair/mappair-_0: Private generic functions
Generic Function, mappair/mappair-_1: Private generic functions
Generic Function, match: Public generic functions
Generic Function, message: Public generic functions
Generic Function, mgu: Private generic functions
Generic Function, note-stack: Private generic functions
Generic Function, note-type: Private generic functions
Generic Function, notes: Private generic functions
Generic Function, optional/some-_0: Private generic functions
Generic Function, original-name: Private generic functions
Generic Function, overlapping-instance-error-inst1: Public generic functions
Generic Function, overlapping-instance-error-inst2: Public generic functions
Generic Function, overlapping-specialization-error-existing: Public generic functions
Generic Function, overlapping-specialization-error-new: Public generic functions
Generic Function, pattern-variables-generic%: Private generic functions
Generic Function, pattern-variables-generic%: Private generic functions
Generic Function, pattern-variables-generic%: Private generic functions
Generic Function, print-pattern: Private generic functions
Generic Function, profile/profile-_0: Private generic functions
Generic Function, profile/profile-_1: Private generic functions
Generic Function, profile/profile-_2: Private generic functions
Generic Function, profile/profile-_3: Private generic functions
Generic Function, quantization/quantization-_0: Private generic functions
Generic Function, quantization/quantization-_1: Private generic functions
Generic Function, quantization/quantization-_2: Private generic functions
Generic Function, quantization/quantization-_3: Private generic functions
Generic Function, quantization/quantization-_4: Private generic functions
Generic Function, remove-source-info: Public generic functions
Generic Function, rename-type-variables-generic%: Private generic functions
Generic Function, rename-variables-generic%: Private generic functions
Generic Function, replace-function: Private generic functions
Generic Function, result/err-_0: Private generic functions
Generic Function, result/ok-_0: Private generic functions
Generic Function, seq/leafarray-_0: Private generic functions
Generic Function, seq/relaxednode-_0: Private generic functions
Generic Function, seq/relaxednode-_1: Private generic functions
Generic Function, seq/relaxednode-_2: Private generic functions
Generic Function, seq/relaxednode-_3: Private generic functions
Generic Function, severity: Private generic functions
Generic Function, source-available-p: Public generic functions
Generic Function, source-available-p: Public generic functions
Generic Function, source-condition-err: Public generic functions
Generic Function, source-name: Public generic functions
Generic Function, source-name: Public generic functions
Generic Function, source-stream: Public generic functions
Generic Function, source-stream: Public generic functions
Generic Function, source-string: Private generic functions
Generic Function, streamoptions/bidirectional-_0: Private generic functions
Generic Function, streamoptions/bidirectional-_1: Private generic functions
Generic Function, streamoptions/input-_0: Private generic functions
Generic Function, streamoptions/output-_0: Private generic functions
Generic Function, streamoptions/output-_1: Private generic functions
Generic Function, to-scheme: Public generic functions
Generic Function, too-many-arguments-arguments: Public generic functions
Generic Function, too-many-arguments-count: Public generic functions
Generic Function, too-many-arguments-function: Public generic functions
Generic Function, translate-expression: Public generic functions
Generic Function, translate-pattern: Private generic functions
Generic Function, traverse: Public generic functions
Generic Function, tree/branch-_0: Private generic functions
Generic Function, tree/branch-_1: Private generic functions
Generic Function, tree/branch-_2: Private generic functions
Generic Function, tree/branch-_3: Private generic functions
Generic Function, tuple/tuple-_0: Private generic functions
Generic Function, tuple/tuple-_1: Private generic functions
Generic Function, tuple3/tuple3-_0: Private generic functions
Generic Function, tuple3/tuple3-_1: Private generic functions
Generic Function, tuple3/tuple3-_2: Private generic functions
Generic Function, tuple4/tuple4-_0: Private generic functions
Generic Function, tuple4/tuple4-_1: Private generic functions
Generic Function, tuple4/tuple4-_2: Private generic functions
Generic Function, tuple4/tuple4-_3: Private generic functions
Generic Function, tuple5/tuple5-_0: Private generic functions
Generic Function, tuple5/tuple5-_1: Private generic functions
Generic Function, tuple5/tuple5-_2: Private generic functions
Generic Function, tuple5/tuple5-_3: Private generic functions
Generic Function, tuple5/tuple5-_4: Private generic functions
Generic Function, type-application-error-argument: Private generic functions
Generic Function, type-application-error-type: Private generic functions
Generic Function, type-constructors-generic%: Private generic functions
Generic Function, type-definition-ctor-field-types: Public generic functions
Generic Function, type-definition-ctor-name: Public generic functions
Generic Function, type-definition-ctors: Public generic functions
Generic Function, type-definition-name: Public generic functions
Generic Function, type-definition-repr: Public generic functions
Generic Function, type-definition-vars: Public generic functions
Generic Function, type-kind-mismatch-error-type1: Private generic functions
Generic Function, type-kind-mismatch-error-type2: Private generic functions
Generic Function, type-variables: Public generic functions
Generic Function, typecheck-node: Public generic functions
Generic Function, unification-error-pred1: Private generic functions
Generic Function, unification-error-pred2: Private generic functions
Generic Function, unification-error-type1: Private generic functions
Generic Function, unification-error-type2: Private generic functions
Generic Function, unread-characters: Private generic functions
get: Public ordinary functions
get: Public ordinary functions
get-bytes-consed: Public ordinary functions
get-field: Public ordinary functions
get-line-from-index: Private ordinary functions
get-nth-line: Private ordinary functions
get-real-time: Public ordinary functions
get-run-time: Public ordinary functions
get-table: Public ordinary functions
get-top-level-binding: Public ordinary functions
get-value: Public ordinary functions
getenv: Public ordinary functions
global-environment-bindings: Private ordinary functions
global-environment-p: Private ordinary functions
group-vectors: Private ordinary functions

H
hash: Public ordinary functions
head: Public ordinary functions
head: Public ordinary functions
head-unsafe: Public ordinary functions
height: Private ordinary functions
help: Public ordinary functions
help: Public ordinary functions
heuristic-inline-applications: Private ordinary functions
hoist-definition: Public ordinary functions
hoist-point-add: Private ordinary functions
hoist-point-blocks: Private ordinary functions
hoist-point-bound-variables: Private ordinary functions
hoist-point-definitions: Private ordinary functions
hoist-point-list-p: Private ordinary functions
hoist-point-p: Private ordinary functions
hoister-hoist-points: Private ordinary functions
hoister-p: Private ordinary functions
hoister-top-hoist-point: Private ordinary functions
hostname: Public ordinary functions

I
i16-<=: Private ordinary functions
i16-<⎵type: Private ordinary functions
i16->: Private ordinary functions
i16->=: Private ordinary functions
i16-complex-divide: Private ordinary functions
i16-complex-equal: Private ordinary functions
i16-complex-minus: Private ordinary functions
i16-complex-plus: Private ordinary functions
i16-complex-times: Private ordinary functions
i16-even?: Private ordinary functions
i16-gcd: Private ordinary functions
i16-isqrt: Private ordinary functions
i16-lcm: Private ordinary functions
i16-odd?: Private ordinary functions
i16-^: Private ordinary functions
i32-<=: Private ordinary functions
i32-<⎵type: Private ordinary functions
i32->: Private ordinary functions
i32->=: Private ordinary functions
i32-complex-divide: Private ordinary functions
i32-complex-equal: Private ordinary functions
i32-complex-minus: Private ordinary functions
i32-complex-plus: Private ordinary functions
i32-complex-times: Private ordinary functions
i32-even?: Private ordinary functions
i32-gcd: Private ordinary functions
i32-isqrt: Private ordinary functions
i32-lcm: Private ordinary functions
i32-odd?: Private ordinary functions
i32-^: Private ordinary functions
i64-<=: Private ordinary functions
i64-<⎵type: Private ordinary functions
i64->: Private ordinary functions
i64->=: Private ordinary functions
i64-complex-divide: Private ordinary functions
i64-complex-equal: Private ordinary functions
i64-complex-minus: Private ordinary functions
i64-complex-plus: Private ordinary functions
i64-complex-times: Private ordinary functions
i64-even?: Private ordinary functions
i64-gcd: Private ordinary functions
i64-isqrt: Private ordinary functions
i64-lcm: Private ordinary functions
i64-odd?: Private ordinary functions
i64-^: Private ordinary functions
i8-<=: Private ordinary functions
i8-<⎵type: Private ordinary functions
i8->: Private ordinary functions
i8->=: Private ordinary functions
i8-complex-divide: Private ordinary functions
i8-complex-equal: Private ordinary functions
i8-complex-minus: Private ordinary functions
i8-complex-plus: Private ordinary functions
i8-complex-times: Private ordinary functions
i8-even?: Private ordinary functions
i8-gcd: Private ordinary functions
i8-isqrt: Private ordinary functions
i8-lcm: Private ordinary functions
i8-odd?: Private ordinary functions
i8-^: Private ordinary functions
id: Public ordinary functions
identifier-list-p: Private ordinary functions
identifier-src-list-p: Private ordinary functions
identifier-src-location: Private ordinary functions
identifier-src-name: Public ordinary functions
identifier-src-p: Private ordinary functions
identifierp: Public ordinary functions
if: Public macros
ifix-<=: Private ordinary functions
ifix-<⎵type: Private ordinary functions
ifix->: Private ordinary functions
ifix->=: Private ordinary functions
ifix-complex-divide: Private ordinary functions
ifix-complex-equal: Private ordinary functions
ifix-complex-minus: Private ordinary functions
ifix-complex-plus: Private ordinary functions
ifix-complex-times: Private ordinary functions
ifix-even?: Private ordinary functions
ifix-gcd: Private ordinary functions
ifix-isqrt: Private ordinary functions
ifix-lcm: Private ordinary functions
ifix-odd?: Private ordinary functions
ifix-^: Private ordinary functions
ii: Public ordinary functions
ilog: Public ordinary functions
imag-part: Public ordinary functions
immutable-listmap-data: Public ordinary functions
immutable-listmap-diff: Public ordinary functions
immutable-listmap-lookup: Public ordinary functions
immutable-listmap-p: Private ordinary functions
immutable-listmap-push: Public ordinary functions
immutable-listmap-replace: Public ordinary functions
immutable-map-data: Public ordinary functions
immutable-map-diff: Public ordinary functions
immutable-map-keys: Public ordinary functions
immutable-map-lookup: Public ordinary functions
immutable-map-p: Private ordinary functions
immutable-map-remove: Public ordinary functions
immutable-map-set: Public ordinary functions
immutable-map-set-multiple: Public ordinary functions
implementation: Public ordinary functions
increment!: Public ordinary functions
index: Public ordinary functions
index: Public ordinary functions
index: Public ordinary functions
index: Public ordinary functions
index-of!: Public ordinary functions
index-unsafe: Public ordinary functions
index-unsafe: Public ordinary functions
index-unsafe: Public ordinary functions
inexact/: Public ordinary functions
infer-binding-type: Private ordinary functions
infer-bindings-type: Private ordinary functions
infer-class-kinds: Private ordinary functions
infer-class-scc-kinds: Private ordinary functions
infer-define-type-scc-kinds: Private ordinary functions
infer-expl-binding-type: Private ordinary functions
infer-expression-type: Public generic functions
infer-expression-type: Public generic functions
infer-expression-type: Public generic functions
infer-expression-type: Public generic functions
infer-expression-type: Public generic functions
infer-expression-type: Public generic functions
infer-expression-type: Public generic functions
infer-expression-type: Public generic functions
infer-expression-type: Public generic functions
infer-expression-type: Public generic functions
infer-expression-type: Public generic functions
infer-expression-type: Public generic functions
infer-expression-type: Public generic functions
infer-expression-type: Public generic functions
infer-expression-type: Public generic functions
infer-expression-type: Public generic functions
infer-expression-type: Public generic functions
infer-expression-type: Public generic functions
infer-expression-type: Public generic functions
infer-expression-type: Public generic functions
infer-expression-type: Public generic functions
infer-expression-type: Public generic functions
infer-expression-type: Public generic functions
infer-expression-type: Public generic functions
infer-expression-type: Public generic functions
infer-expression-type: Public generic functions
infer-expression-type: Public generic functions
infer-expression-type: Public generic functions
infer-expression-type: Public generic functions
infer-expression-type: Public generic functions
infer-impls-binding-type: Private ordinary functions
infer-let-bindings: Private ordinary functions
infer-pattern-type: Private generic functions
infer-pattern-type: Private generic functions
infer-pattern-type: Private generic functions
infer-pattern-type: Private generic functions
infer-pattern-type: Private generic functions
infer-predicate-kinds: Public ordinary functions
infer-type-kinds: Public generic functions
infer-type-kinds: Public generic functions
infer-type-kinds: Public generic functions
infer-type-kinds: Public generic functions
infer-type-kinds: Public generic functions
infinite-type-unification-error-type: Private generic functions
infinite-type-unification-error-type: Private generic functions
infinite?: Public ordinary functions
infinity: Public ordinary functions
init: Public ordinary functions
initform-abstraction-p: Private generic functions
initform-abstraction-p: Private generic functions
initform-abstraction-p: Private generic functions
initform-abstraction-p: Private generic functions
initialize-fundep-environment: Public ordinary functions
initialize-instance: Public standalone methods
inline-applications: Private ordinary functions
inline-methods: Private ordinary functions
inner-stream: Private generic functions
inner-stream: Private generic functions
input: Public ordinary functions
input-name: Private generic functions
input-name: Private generic functions
insert: Public ordinary functions
insert: Public ordinary functions
insert: Public ordinary functions
insert-fundep-entry%: Private ordinary functions
insert-or-replace: Public ordinary functions
insert-or-replace: Public ordinary functions
insertby: Public ordinary functions
insertions: Public ordinary functions
instance-bindings: Private ordinary functions
instance-environment-codegen-syms: Private ordinary functions
instance-environment-instances: Public ordinary functions
instance-environment-p: Private ordinary functions
instance-method-definition-body: Public ordinary functions
instance-method-definition-body: Public ordinary functions
instance-method-definition-list-p: Private ordinary functions
instance-method-definition-list-p: Private ordinary functions
instance-method-definition-location: Private ordinary functions
instance-method-definition-location: Private ordinary functions
instance-method-definition-name: Public ordinary functions
instance-method-definition-name: Public ordinary functions
instance-method-definition-p: Private ordinary functions
instance-method-definition-p: Private ordinary functions
instance-method-definition-params: Public ordinary functions
instance-method-definition-params: Public ordinary functions
instance/alternative⎵list-coalton-library/classes:alt: Private ordinary functions
instance/alternative⎵optional-coalton-library/classes:alt: Private ordinary functions
instance/applicative⎵(free⎵:a): Private ordinary functions
instance/applicative⎵(free⎵:a)-coalton-library/classes:lifta2: Private ordinary functions
instance/applicative⎵(free⎵:a)-coalton-library/classes:pure: Private ordinary functions
instance/applicative⎵(result⎵:a)-coalton-library/classes:lifta2: Private ordinary functions
instance/applicative⎵(result⎵:a)-coalton-library/classes:pure: Private ordinary functions
instance/applicative⎵(st⎵:a)-coalton-library/classes:lifta2: Private ordinary functions
instance/applicative⎵(st⎵:a)-coalton-library/classes:pure: Private ordinary functions
instance/applicative⎵cell-coalton-library/classes:lifta2: Private ordinary functions
instance/applicative⎵cell-coalton-library/classes:pure: Private ordinary functions
instance/applicative⎵list-coalton-library/classes:lifta2: Private ordinary functions
instance/applicative⎵list-coalton-library/classes:pure: Private ordinary functions
instance/applicative⎵optional-coalton-library/classes:lifta2: Private ordinary functions
instance/applicative⎵optional-coalton-library/classes:pure: Private ordinary functions
instance/bifunctor⎵result-coalton-library/classes:bimap: Private ordinary functions
instance/bifunctor⎵tuple-coalton-library/classes:bimap: Private ordinary functions
instance/bits:bits⎵i16-coalton-library/bits:and: Private ordinary functions
instance/bits:bits⎵i16-coalton-library/bits:not: Private ordinary functions
instance/bits:bits⎵i16-coalton-library/bits:or: Private ordinary functions
instance/bits:bits⎵i16-coalton-library/bits:shift: Private ordinary functions
instance/bits:bits⎵i16-coalton-library/bits:xor: Private ordinary functions
instance/bits:bits⎵i32-coalton-library/bits:and: Private ordinary functions
instance/bits:bits⎵i32-coalton-library/bits:not: Private ordinary functions
instance/bits:bits⎵i32-coalton-library/bits:or: Private ordinary functions
instance/bits:bits⎵i32-coalton-library/bits:shift: Private ordinary functions
instance/bits:bits⎵i32-coalton-library/bits:xor: Private ordinary functions
instance/bits:bits⎵i64-coalton-library/bits:and: Private ordinary functions
instance/bits:bits⎵i64-coalton-library/bits:not: Private ordinary functions
instance/bits:bits⎵i64-coalton-library/bits:or: Private ordinary functions
instance/bits:bits⎵i64-coalton-library/bits:shift: Private ordinary functions
instance/bits:bits⎵i64-coalton-library/bits:xor: Private ordinary functions
instance/bits:bits⎵i8-coalton-library/bits:and: Private ordinary functions
instance/bits:bits⎵i8-coalton-library/bits:not: Private ordinary functions
instance/bits:bits⎵i8-coalton-library/bits:or: Private ordinary functions
instance/bits:bits⎵i8-coalton-library/bits:shift: Private ordinary functions
instance/bits:bits⎵i8-coalton-library/bits:xor: Private ordinary functions
instance/bits:bits⎵ifix-coalton-library/bits:and: Private ordinary functions
instance/bits:bits⎵ifix-coalton-library/bits:not: Private ordinary functions
instance/bits:bits⎵ifix-coalton-library/bits:or: Private ordinary functions
instance/bits:bits⎵ifix-coalton-library/bits:shift: Private ordinary functions
instance/bits:bits⎵ifix-coalton-library/bits:xor: Private ordinary functions
instance/bits:bits⎵integer-coalton-library/bits:and: Private ordinary functions
instance/bits:bits⎵integer-coalton-library/bits:not: Private ordinary functions
instance/bits:bits⎵integer-coalton-library/bits:or: Private ordinary functions
instance/bits:bits⎵integer-coalton-library/bits:shift: Private ordinary functions
instance/bits:bits⎵integer-coalton-library/bits:xor: Private ordinary functions
instance/bits:bits⎵u16-coalton-library/bits:and: Private ordinary functions
instance/bits:bits⎵u16-coalton-library/bits:not: Private ordinary functions
instance/bits:bits⎵u16-coalton-library/bits:or: Private ordinary functions
instance/bits:bits⎵u16-coalton-library/bits:shift: Private ordinary functions
instance/bits:bits⎵u16-coalton-library/bits:xor: Private ordinary functions
instance/bits:bits⎵u32-coalton-library/bits:and: Private ordinary functions
instance/bits:bits⎵u32-coalton-library/bits:not: Private ordinary functions
instance/bits:bits⎵u32-coalton-library/bits:or: Private ordinary functions
instance/bits:bits⎵u32-coalton-library/bits:shift: Private ordinary functions
instance/bits:bits⎵u32-coalton-library/bits:xor: Private ordinary functions
instance/bits:bits⎵u64-coalton-library/bits:and: Private ordinary functions
instance/bits:bits⎵u64-coalton-library/bits:not: Private ordinary functions
instance/bits:bits⎵u64-coalton-library/bits:or: Private ordinary functions
instance/bits:bits⎵u64-coalton-library/bits:shift: Private ordinary functions
instance/bits:bits⎵u64-coalton-library/bits:xor: Private ordinary functions
instance/bits:bits⎵u8-coalton-library/bits:and: Private ordinary functions
instance/bits:bits⎵u8-coalton-library/bits:not: Private ordinary functions
instance/bits:bits⎵u8-coalton-library/bits:or: Private ordinary functions
instance/bits:bits⎵u8-coalton-library/bits:shift: Private ordinary functions
instance/bits:bits⎵u8-coalton-library/bits:xor: Private ordinary functions
instance/bits:bits⎵ufix-coalton-library/bits:and: Private ordinary functions
instance/bits:bits⎵ufix-coalton-library/bits:not: Private ordinary functions
instance/bits:bits⎵ufix-coalton-library/bits:or: Private ordinary functions
instance/bits:bits⎵ufix-coalton-library/bits:shift: Private ordinary functions
instance/bits:bits⎵ufix-coalton-library/bits:xor: Private ordinary functions
instance/coalton-library/hash:hash⎵boolean-coalton-library/hash:hash: Private ordinary functions
instance/coalton-library/hash:hash⎵char-coalton-library/hash:hash: Private ordinary functions
instance/coalton-library/hash:hash⎵double-float-coalton-library/hash:hash: Private ordinary functions
instance/coalton-library/hash:hash⎵i16-coalton-library/hash:hash: Private ordinary functions
instance/coalton-library/hash:hash⎵i32-coalton-library/hash:hash: Private ordinary functions
instance/coalton-library/hash:hash⎵i64-coalton-library/hash:hash: Private ordinary functions
instance/coalton-library/hash:hash⎵i8-coalton-library/hash:hash: Private ordinary functions
instance/coalton-library/hash:hash⎵ifix-coalton-library/hash:hash: Private ordinary functions
instance/coalton-library/hash:hash⎵integer-coalton-library/hash:hash: Private ordinary functions
instance/coalton-library/hash:hash⎵single-float-coalton-library/hash:hash: Private ordinary functions
instance/coalton-library/hash:hash⎵string-coalton-library/hash:hash: Private ordinary functions
instance/coalton-library/hash:hash⎵u16-coalton-library/hash:hash: Private ordinary functions
instance/coalton-library/hash:hash⎵u32-coalton-library/hash:hash: Private ordinary functions
instance/coalton-library/hash:hash⎵u64-coalton-library/hash:hash: Private ordinary functions
instance/coalton-library/hash:hash⎵u8-coalton-library/hash:hash: Private ordinary functions
instance/coalton-library/hash:hash⎵ufix-coalton-library/hash:hash: Private ordinary functions
instance/coalton-library/types:runtimerepr⎵((free⎵:a)⎵:b)-coalton-library/types:runtime-repr: Private ordinary functions
instance/coalton-library/types:runtimerepr⎵(cell⎵:a)-coalton-library/types:runtime-repr: Private ordinary functions
instance/coalton-library/types:runtimerepr⎵(complex⎵:a)-coalton-library/types:runtime-repr: Private ordinary functions
instance/coalton-library/types:runtimerepr⎵(dual⎵:a)-coalton-library/types:runtime-repr: Private ordinary functions
instance/coalton-library/types:runtimerepr⎵(hashtable⎵:a⎵:b)-coalton-library/types:runtime-repr: Private ordinary functions
instance/coalton-library/types:runtimerepr⎵(iteratorstacknode⎵:a)-coalton-library/types:runtime-repr: Private ordinary functions
instance/coalton-library/types:runtimerepr⎵(mappair⎵:a⎵:b)-coalton-library/types:runtime-repr: Private ordinary functions
instance/coalton-library/types:runtimerepr⎵(map⎵:a⎵:b)-coalton-library/types:runtime-repr: Private ordinary functions
instance/coalton-library/types:runtimerepr⎵(profile⎵:a)-coalton-library/types:runtime-repr: Private ordinary functions
instance/coalton-library/types:runtimerepr⎵(quantization⎵:a)-coalton-library/types:runtime-repr: Private ordinary functions
instance/coalton-library/types:runtimerepr⎵(queue⎵:a)-coalton-library/types:runtime-repr: Private ordinary functions
instance/coalton-library/types:runtimerepr⎵(st⎵:a⎵:b)-coalton-library/types:runtime-repr: Private ordinary functions
instance/coalton-library/types:runtimerepr⎵(tree⎵:a)-coalton-library/types:runtime-repr: Private ordinary functions
instance/coalton-library/types:runtimerepr⎵(tuple3⎵:a⎵:b⎵:c)-coalton-library/types:runtime-repr: Private ordinary functions
instance/coalton-library/types:runtimerepr⎵(tuple4⎵:a⎵:b⎵:c⎵:d)-coalton-library/types:runtime-repr: Private ordinary functions
instance/coalton-library/types:runtimerepr⎵(tuple5⎵:a⎵:b⎵:c⎵:d⎵:e)-coalton-library/types:runtime-repr: Private ordinary functions
instance/coalton-library/types:runtimerepr⎵color-coalton-library/types:runtime-repr: Private ordinary functions
instance/coalton-library/types:runtimerepr⎵dyadic-coalton-library/types:runtime-repr: Private ordinary functions
instance/coalton-library/types:runtimerepr⎵hash-coalton-library/types:runtime-repr: Private ordinary functions
instance/coalton-library/types:runtimerepr⎵i16-coalton-library/types:runtime-repr: Private ordinary functions
instance/coalton-library/types:runtimerepr⎵i32-coalton-library/types:runtime-repr: Private ordinary functions
instance/coalton-library/types:runtimerepr⎵i64-coalton-library/types:runtime-repr: Private ordinary functions
instance/coalton-library/types:runtimerepr⎵i8-coalton-library/types:runtime-repr: Private ordinary functions
instance/coalton-library/types:runtimerepr⎵ifix-coalton-library/types:runtime-repr: Private ordinary functions
instance/coalton-library/types:runtimerepr⎵lispcondition-coalton-library/types:runtime-repr: Private ordinary functions
instance/coalton-library/types:runtimerepr⎵u16-coalton-library/types:runtime-repr: Private ordinary functions
instance/coalton-library/types:runtimerepr⎵u32-coalton-library/types:runtime-repr: Private ordinary functions
instance/coalton-library/types:runtimerepr⎵u64-coalton-library/types:runtime-repr: Private ordinary functions
instance/coalton-library/types:runtimerepr⎵u8-coalton-library/types:runtime-repr: Private ordinary functions
instance/coalton-library/types:runtimerepr⎵ufix-coalton-library/types:runtime-repr: Private ordinary functions
instance/coalton-library/types:runtimerepr⎵void-coalton-library/types:runtime-repr: Private ordinary functions
instance/complex⎵(complex⎵:a): Private ordinary functions
instance/complex⎵(complex⎵:a)-coalton-library/math/complex:complex: Private ordinary functions
instance/complex⎵(complex⎵:a)-coalton-library/math/complex:imag-part: Private ordinary functions
instance/complex⎵(complex⎵:a)-coalton-library/math/complex:real-part: Private ordinary functions
instance/complex⎵double-float-coalton-library/math/complex:complex: Private ordinary functions
instance/complex⎵double-float-coalton-library/math/complex:imag-part: Private ordinary functions
instance/complex⎵double-float-coalton-library/math/complex:real-part: Private ordinary functions
instance/complex⎵fraction-coalton-library/math/complex:complex: Private ordinary functions
instance/complex⎵fraction-coalton-library/math/complex:imag-part: Private ordinary functions
instance/complex⎵fraction-coalton-library/math/complex:real-part: Private ordinary functions
instance/complex⎵i16-coalton-library/math/complex:complex: Private ordinary functions
instance/complex⎵i16-coalton-library/math/complex:imag-part: Private ordinary functions
instance/complex⎵i16-coalton-library/math/complex:real-part: Private ordinary functions
instance/complex⎵i32-coalton-library/math/complex:complex: Private ordinary functions
instance/complex⎵i32-coalton-library/math/complex:imag-part: Private ordinary functions
instance/complex⎵i32-coalton-library/math/complex:real-part: Private ordinary functions
instance/complex⎵i64-coalton-library/math/complex:complex: Private ordinary functions
instance/complex⎵i64-coalton-library/math/complex:imag-part: Private ordinary functions
instance/complex⎵i64-coalton-library/math/complex:real-part: Private ordinary functions
instance/complex⎵i8-coalton-library/math/complex:complex: Private ordinary functions
instance/complex⎵i8-coalton-library/math/complex:imag-part: Private ordinary functions
instance/complex⎵i8-coalton-library/math/complex:real-part: Private ordinary functions
instance/complex⎵ifix-coalton-library/math/complex:complex: Private ordinary functions
instance/complex⎵ifix-coalton-library/math/complex:imag-part: Private ordinary functions
instance/complex⎵ifix-coalton-library/math/complex:real-part: Private ordinary functions
instance/complex⎵integer-coalton-library/math/complex:complex: Private ordinary functions
instance/complex⎵integer-coalton-library/math/complex:imag-part: Private ordinary functions
instance/complex⎵integer-coalton-library/math/complex:real-part: Private ordinary functions
instance/complex⎵single-float-coalton-library/math/complex:complex: Private ordinary functions
instance/complex⎵single-float-coalton-library/math/complex:imag-part: Private ordinary functions
instance/complex⎵single-float-coalton-library/math/complex:real-part: Private ordinary functions
instance/complex⎵u16-coalton-library/math/complex:complex: Private ordinary functions
instance/complex⎵u16-coalton-library/math/complex:imag-part: Private ordinary functions
instance/complex⎵u16-coalton-library/math/complex:real-part: Private ordinary functions
instance/complex⎵u32-coalton-library/math/complex:complex: Private ordinary functions
instance/complex⎵u32-coalton-library/math/complex:imag-part: Private ordinary functions
instance/complex⎵u32-coalton-library/math/complex:real-part: Private ordinary functions
instance/complex⎵u64-coalton-library/math/complex:complex: Private ordinary functions
instance/complex⎵u64-coalton-library/math/complex:imag-part: Private ordinary functions
instance/complex⎵u64-coalton-library/math/complex:real-part: Private ordinary functions
instance/complex⎵u8-coalton-library/math/complex:complex: Private ordinary functions
instance/complex⎵u8-coalton-library/math/complex:imag-part: Private ordinary functions
instance/complex⎵u8-coalton-library/math/complex:real-part: Private ordinary functions
instance/complex⎵ufix-coalton-library/math/complex:complex: Private ordinary functions
instance/complex⎵ufix-coalton-library/math/complex:imag-part: Private ordinary functions
instance/complex⎵ufix-coalton-library/math/complex:real-part: Private ordinary functions
instance/default⎵(cell⎵:a): Private ordinary functions
instance/default⎵(cell⎵:a)-coalton-library/classes:default: Private ordinary functions
instance/default⎵(hashtable⎵:a⎵:b): Private ordinary functions
instance/default⎵(hashtable⎵:a⎵:b)-coalton-library/classes:default: Private ordinary functions
instance/default⎵(list⎵:a)-coalton-library/classes:default: Private ordinary functions
instance/default⎵(optional⎵:a)-coalton-library/classes:default: Private ordinary functions
instance/default⎵(queue⎵:a)-coalton-library/classes:default: Private ordinary functions
instance/default⎵(seq⎵:a): Private ordinary functions
instance/default⎵(seq⎵:a)-coalton-library/classes:default: Private ordinary functions
instance/default⎵(tuple3⎵:a⎵:b⎵:c): Private ordinary functions
instance/default⎵(tuple3⎵:a⎵:b⎵:c)-coalton-library/classes:default: Private ordinary functions
instance/default⎵(tuple4⎵:a⎵:b⎵:c⎵:d): Private ordinary functions
instance/default⎵(tuple4⎵:a⎵:b⎵:c⎵:d)-coalton-library/classes:default: Private ordinary functions
instance/default⎵(tuple5⎵:a⎵:b⎵:c⎵:d⎵:e): Private ordinary functions
instance/default⎵(tuple5⎵:a⎵:b⎵:c⎵:d⎵:e)-coalton-library/classes:default: Private ordinary functions
instance/default⎵(tuple⎵:a⎵:b): Private ordinary functions
instance/default⎵(tuple⎵:a⎵:b)-coalton-library/classes:default: Private ordinary functions
instance/default⎵(vector⎵:a)-coalton-library/classes:default: Private ordinary functions
instance/default⎵boolean-coalton-library/classes:default: Private ordinary functions
instance/default⎵double-float-coalton-library/classes:default: Private ordinary functions
instance/default⎵hash-coalton-library/classes:default: Private ordinary functions
instance/default⎵i16-coalton-library/classes:default: Private ordinary functions
instance/default⎵i32-coalton-library/classes:default: Private ordinary functions
instance/default⎵i64-coalton-library/classes:default: Private ordinary functions
instance/default⎵i8-coalton-library/classes:default: Private ordinary functions
instance/default⎵ifix-coalton-library/classes:default: Private ordinary functions
instance/default⎵integer-coalton-library/classes:default: Private ordinary functions
instance/default⎵single-float-coalton-library/classes:default: Private ordinary functions
instance/default⎵string-coalton-library/classes:default: Private ordinary functions
instance/default⎵u16-coalton-library/classes:default: Private ordinary functions
instance/default⎵u32-coalton-library/classes:default: Private ordinary functions
instance/default⎵u64-coalton-library/classes:default: Private ordinary functions
instance/default⎵u8-coalton-library/classes:default: Private ordinary functions
instance/default⎵ufix-coalton-library/classes:default: Private ordinary functions
instance/dividable⎵:a⎵:a: Private ordinary functions
instance/dividable⎵:a⎵:a-coalton-library/math/arith:general/: Private ordinary functions
instance/dividable⎵integer⎵double-float-coalton-library/math/arith:general/: Private ordinary functions
instance/dividable⎵integer⎵fraction-coalton-library/math/arith:general/: Private ordinary functions
instance/dividable⎵integer⎵single-float-coalton-library/math/arith:general/: Private ordinary functions
instance/elementary⎵(complex⎵:a): Private ordinary functions
instance/eq⎵(cell⎵:a): Private ordinary functions
instance/eq⎵(cell⎵:a)-coalton-library/classes:==: Private ordinary functions
instance/eq⎵(complex⎵:a): Private ordinary functions
instance/eq⎵(complex⎵:a)-coalton-library/classes:==: Private ordinary functions
instance/eq⎵(dual⎵:a): Private ordinary functions
instance/eq⎵(dual⎵:a)-coalton-library/classes:==: Private ordinary functions
instance/eq⎵(hashtable⎵:a⎵:b): Private ordinary functions
instance/eq⎵(hashtable⎵:a⎵:b)-coalton-library/classes:==: Private ordinary functions
instance/eq⎵(list⎵:a): Private ordinary functions
instance/eq⎵(list⎵:a)-coalton-library/classes:==: Private ordinary functions
instance/eq⎵(mappair⎵:a⎵:b): Private ordinary functions
instance/eq⎵(mappair⎵:a⎵:b)-coalton-library/classes:==: Private ordinary functions
instance/eq⎵(map⎵:a⎵:b): Private ordinary functions
instance/eq⎵(map⎵:a⎵:b)-coalton-library/classes:==: Private ordinary functions
instance/eq⎵(optional⎵:a): Private ordinary functions
instance/eq⎵(optional⎵:a)-coalton-library/classes:==: Private ordinary functions
instance/eq⎵(queue⎵:a): Private ordinary functions
instance/eq⎵(queue⎵:a)-coalton-library/classes:==: Private ordinary functions
instance/eq⎵(result⎵:a⎵:b): Private ordinary functions
instance/eq⎵(result⎵:a⎵:b)-coalton-library/classes:==: Private ordinary functions
instance/eq⎵(seq⎵:a): Private ordinary functions
instance/eq⎵(seq⎵:a)-coalton-library/classes:==: Private ordinary functions
instance/eq⎵(slice⎵:a): Private ordinary functions
instance/eq⎵(slice⎵:a)-coalton-library/classes:==: Private ordinary functions
instance/eq⎵(tree⎵:a): Private ordinary functions
instance/eq⎵(tree⎵:a)-coalton-library/classes:==: Private ordinary functions
instance/eq⎵(tuple3⎵:a⎵:b⎵:c): Private ordinary functions
instance/eq⎵(tuple3⎵:a⎵:b⎵:c)-coalton-library/classes:==: Private ordinary functions
instance/eq⎵(tuple4⎵:a⎵:b⎵:c⎵:d): Private ordinary functions
instance/eq⎵(tuple4⎵:a⎵:b⎵:c⎵:d)-coalton-library/classes:==: Private ordinary functions
instance/eq⎵(tuple5⎵:a⎵:b⎵:c⎵:d⎵:e): Private ordinary functions
instance/eq⎵(tuple5⎵:a⎵:b⎵:c⎵:d⎵:e)-coalton-library/classes:==: Private ordinary functions
instance/eq⎵(tuple⎵:a⎵:b): Private ordinary functions
instance/eq⎵(tuple⎵:a⎵:b)-coalton-library/classes:==: Private ordinary functions
instance/eq⎵(vector⎵:a): Private ordinary functions
instance/eq⎵(vector⎵:a)-coalton-library/classes:==: Private ordinary functions
instance/eq⎵boolean-coalton-library/classes:==: Private ordinary functions
instance/eq⎵char-coalton-library/classes:==: Private ordinary functions
instance/eq⎵color-coalton-library/classes:==: Private ordinary functions
instance/eq⎵double-float-coalton-library/classes:==: Private ordinary functions
instance/eq⎵dyadic-coalton-library/classes:==: Private ordinary functions
instance/eq⎵fraction-coalton-library/classes:==: Private ordinary functions
instance/eq⎵hash-coalton-library/classes:==: Private ordinary functions
instance/eq⎵i16-coalton-library/classes:==: Private ordinary functions
instance/eq⎵i32-coalton-library/classes:==: Private ordinary functions
instance/eq⎵i64-coalton-library/classes:==: Private ordinary functions
instance/eq⎵i8-coalton-library/classes:==: Private ordinary functions
instance/eq⎵ifix-coalton-library/classes:==: Private ordinary functions
instance/eq⎵integer-coalton-library/classes:==: Private ordinary functions
instance/eq⎵ord-coalton-library/classes:==: Private ordinary functions
instance/eq⎵pathname-coalton-library/classes:==: Private ordinary functions
instance/eq⎵single-float-coalton-library/classes:==: Private ordinary functions
instance/eq⎵string-coalton-library/classes:==: Private ordinary functions
instance/eq⎵types:lisptype-coalton-library/classes:==: Private ordinary functions
instance/eq⎵u16-coalton-library/classes:==: Private ordinary functions
instance/eq⎵u32-coalton-library/classes:==: Private ordinary functions
instance/eq⎵u64-coalton-library/classes:==: Private ordinary functions
instance/eq⎵u8-coalton-library/classes:==: Private ordinary functions
instance/eq⎵ufix-coalton-library/classes:==: Private ordinary functions
instance/eq⎵unit-coalton-library/classes:==: Private ordinary functions
instance/exponentiable⎵(complex⎵:a): Private ordinary functions
instance/exponentiable⎵(complex⎵:a)-coalton-library/math/elementary:ee: Private ordinary functions
instance/exponentiable⎵(complex⎵:a)-coalton-library/math/elementary:exp: Private ordinary functions
instance/exponentiable⎵(complex⎵:a)-coalton-library/math/elementary:ln: Private ordinary functions
instance/exponentiable⎵(complex⎵:a)-coalton-library/math/elementary:log: Private ordinary functions
instance/exponentiable⎵(complex⎵:a)-coalton-library/math/elementary:pow: Private ordinary functions
instance/exponentiable⎵(dual⎵:a): Private ordinary functions
instance/exponentiable⎵(dual⎵:a)-coalton-library/math/elementary:ee: Private ordinary functions
instance/exponentiable⎵(dual⎵:a)-coalton-library/math/elementary:exp: Private ordinary functions
instance/exponentiable⎵(dual⎵:a)-coalton-library/math/elementary:ln: Private ordinary functions
instance/exponentiable⎵(dual⎵:a)-coalton-library/math/elementary:log: Private ordinary functions
instance/exponentiable⎵(dual⎵:a)-coalton-library/math/elementary:pow: Private ordinary functions
instance/exponentiable⎵double-float-coalton-library/math/elementary:exp: Private ordinary functions
instance/exponentiable⎵double-float-coalton-library/math/elementary:ln: Private ordinary functions
instance/exponentiable⎵double-float-coalton-library/math/elementary:log: Private ordinary functions
instance/exponentiable⎵double-float-coalton-library/math/elementary:pow: Private ordinary functions
instance/exponentiable⎵single-float-coalton-library/math/elementary:exp: Private ordinary functions
instance/exponentiable⎵single-float-coalton-library/math/elementary:ln: Private ordinary functions
instance/exponentiable⎵single-float-coalton-library/math/elementary:log: Private ordinary functions
instance/exponentiable⎵single-float-coalton-library/math/elementary:pow: Private ordinary functions
instance/file⎵char-coalton-library/file:open: Private ordinary functions
instance/file⎵char-coalton-library/file:read: Private ordinary functions
instance/file⎵char-coalton-library/file:write: Private ordinary functions
instance/file⎵i16-coalton-library/file:open: Private ordinary functions
instance/file⎵i16-coalton-library/file:read: Private ordinary functions
instance/file⎵i16-coalton-library/file:write: Private ordinary functions
instance/file⎵i32-coalton-library/file:open: Private ordinary functions
instance/file⎵i32-coalton-library/file:read: Private ordinary functions
instance/file⎵i32-coalton-library/file:write: Private ordinary functions
instance/file⎵i64-coalton-library/file:open: Private ordinary functions
instance/file⎵i64-coalton-library/file:read: Private ordinary functions
instance/file⎵i64-coalton-library/file:write: Private ordinary functions
instance/file⎵i8-coalton-library/file:open: Private ordinary functions
instance/file⎵i8-coalton-library/file:read: Private ordinary functions
instance/file⎵i8-coalton-library/file:write: Private ordinary functions
instance/file⎵ifix-coalton-library/file:open: Private ordinary functions
instance/file⎵ifix-coalton-library/file:read: Private ordinary functions
instance/file⎵ifix-coalton-library/file:write: Private ordinary functions
instance/file⎵u16-coalton-library/file:open: Private ordinary functions
instance/file⎵u16-coalton-library/file:read: Private ordinary functions
instance/file⎵u16-coalton-library/file:write: Private ordinary functions
instance/file⎵u32-coalton-library/file:open: Private ordinary functions
instance/file⎵u32-coalton-library/file:read: Private ordinary functions
instance/file⎵u32-coalton-library/file:write: Private ordinary functions
instance/file⎵u64-coalton-library/file:open: Private ordinary functions
instance/file⎵u64-coalton-library/file:read: Private ordinary functions
instance/file⎵u64-coalton-library/file:write: Private ordinary functions
instance/file⎵u8-coalton-library/file:open: Private ordinary functions
instance/file⎵u8-coalton-library/file:read: Private ordinary functions
instance/file⎵u8-coalton-library/file:write: Private ordinary functions
instance/file⎵ufix-coalton-library/file:open: Private ordinary functions
instance/file⎵ufix-coalton-library/file:read: Private ordinary functions
instance/file⎵ufix-coalton-library/file:write: Private ordinary functions
instance/foldable⎵(free⎵:a): Private ordinary functions
instance/foldable⎵(free⎵:a)-coalton-library/classes:fold: Private ordinary functions
instance/foldable⎵(free⎵:a)-coalton-library/classes:foldr: Private ordinary functions
instance/foldable⎵list-coalton-library/classes:fold: Private ordinary functions
instance/foldable⎵list-coalton-library/classes:foldr: Private ordinary functions
instance/foldable⎵queue-coalton-library/classes:fold: Private ordinary functions
instance/foldable⎵queue-coalton-library/classes:foldr: Private ordinary functions
instance/foldable⎵slice-coalton-library/classes:fold: Private ordinary functions
instance/foldable⎵slice-coalton-library/classes:foldr: Private ordinary functions
instance/foldable⎵tree-coalton-library/classes:fold: Private ordinary functions
instance/foldable⎵tree-coalton-library/classes:foldr: Private ordinary functions
instance/foldable⎵vector-coalton-library/classes:fold: Private ordinary functions
instance/foldable⎵vector-coalton-library/classes:foldr: Private ordinary functions
instance/functor⎵(arrow⎵:a)-coalton-library/classes:map: Private ordinary functions
instance/functor⎵(free⎵:a): Private ordinary functions
instance/functor⎵(free⎵:a)-coalton-library/classes:map: Private ordinary functions
instance/functor⎵(map⎵:a)-coalton-library/classes:map: Private ordinary functions
instance/functor⎵(result⎵:a)-coalton-library/classes:map: Private ordinary functions
instance/functor⎵(st⎵:a)-coalton-library/classes:map: Private ordinary functions
instance/functor⎵cell-coalton-library/classes:map: Private ordinary functions
instance/functor⎵iterator-coalton-library/classes:map: Private ordinary functions
instance/functor⎵list-coalton-library/classes:map: Private ordinary functions
instance/functor⎵optional-coalton-library/classes:map: Private ordinary functions
instance/functor⎵queue-coalton-library/classes:map: Private ordinary functions
instance/functor⎵seq-coalton-library/classes:map: Private ordinary functions
instance/functor⎵vector-coalton-library/classes:map: Private ordinary functions
instance/hash⎵(dual⎵:a): Private ordinary functions
instance/hash⎵(dual⎵:a)-coalton-library/hash:hash: Private ordinary functions
instance/hash⎵(hashtable⎵:a⎵:b): Private ordinary functions
instance/hash⎵(hashtable⎵:a⎵:b)-coalton-library/hash:hash: Private ordinary functions
instance/hash⎵(list⎵:a): Private ordinary functions
instance/hash⎵(list⎵:a)-coalton-library/hash:hash: Private ordinary functions
instance/hash⎵(map⎵:a⎵:b): Private ordinary functions
instance/hash⎵(map⎵:a⎵:b)-coalton-library/hash:hash: Private ordinary functions
instance/hash⎵(tree⎵:a): Private ordinary functions
instance/hash⎵(tree⎵:a)-coalton-library/hash:hash: Private ordinary functions
instance/hash⎵(tuple3⎵:a⎵:b⎵:c): Private ordinary functions
instance/hash⎵(tuple3⎵:a⎵:b⎵:c)-coalton-library/hash:hash: Private ordinary functions
instance/hash⎵(tuple4⎵:a⎵:b⎵:c⎵:d): Private ordinary functions
instance/hash⎵(tuple4⎵:a⎵:b⎵:c⎵:d)-coalton-library/hash:hash: Private ordinary functions
instance/hash⎵(tuple5⎵:a⎵:b⎵:c⎵:d⎵:e): Private ordinary functions
instance/hash⎵(tuple5⎵:a⎵:b⎵:c⎵:d⎵:e)-coalton-library/hash:hash: Private ordinary functions
instance/hash⎵(tuple⎵:a⎵:b): Private ordinary functions
instance/hash⎵(tuple⎵:a⎵:b)-coalton-library/hash:hash: Private ordinary functions
instance/hash⎵hash-coalton-library/hash:hash: Private ordinary functions
instance/integral⎵i16-coalton-library/math/integral:tointeger: Private ordinary functions
instance/integral⎵i32-coalton-library/math/integral:tointeger: Private ordinary functions
instance/integral⎵i64-coalton-library/math/integral:tointeger: Private ordinary functions
instance/integral⎵i8-coalton-library/math/integral:tointeger: Private ordinary functions
instance/integral⎵ifix-coalton-library/math/integral:tointeger: Private ordinary functions
instance/integral⎵integer-coalton-library/math/integral:tointeger: Private ordinary functions
instance/integral⎵u16-coalton-library/math/integral:tointeger: Private ordinary functions
instance/integral⎵u32-coalton-library/math/integral:tointeger: Private ordinary functions
instance/integral⎵u64-coalton-library/math/integral:tointeger: Private ordinary functions
instance/integral⎵u8-coalton-library/math/integral:tointeger: Private ordinary functions
instance/integral⎵ufix-coalton-library/math/integral:tointeger: Private ordinary functions
instance/intoiterator⎵(iterator⎵:a)⎵:a-coalton-library/iterator:into-iter: Private ordinary functions
instance/intoiterator⎵unit⎵:a-coalton-library/iterator:into-iter: Private ordinary functions
instance/into⎵(:a⎵:b)⎵(seq⎵:b): Private ordinary functions
instance/into⎵(:a⎵:b)⎵(seq⎵:b)-coalton-library/classes:into: Private ordinary functions
instance/into⎵(cell⎵:a)⎵:a-coalton-library/classes:into: Private ordinary functions
instance/into⎵(cell⎵:a)⎵string: Private ordinary functions
instance/into⎵(cell⎵:a)⎵string-coalton-library/classes:into: Private ordinary functions
instance/into⎵(list⎵:a)⎵(vector⎵:a)-coalton-library/classes:into: Private ordinary functions
instance/into⎵(list⎵char)⎵string-coalton-library/classes:into: Private ordinary functions
instance/into⎵(mappair⎵:a⎵:b)⎵(tuple⎵:a⎵:b)-coalton-library/classes:into: Private ordinary functions
instance/into⎵(optional⎵:a)⎵(list⎵:a)-coalton-library/classes:into: Private ordinary functions
instance/into⎵(optional⎵:a)⎵(result⎵unit⎵:a)-coalton-library/classes:into: Private ordinary functions
instance/into⎵(result⎵:a⎵:b)⎵(optional⎵:b)-coalton-library/classes:into: Private ordinary functions
instance/into⎵(seq⎵:a)⎵(list⎵:a)-coalton-library/classes:into: Private ordinary functions
instance/into⎵(seq⎵:a)⎵(vector:vector⎵:a)-coalton-library/classes:into: Private ordinary functions
instance/into⎵(slice⎵:a)⎵(vector⎵:a)-coalton-library/classes:into: Private ordinary functions
instance/into⎵(tuple⎵:a⎵:b)⎵(tuple⎵:b⎵:a)-coalton-library/classes:into: Private ordinary functions
instance/into⎵(vector⎵:a)⎵(list⎵:a)-coalton-library/classes:into: Private ordinary functions
instance/into⎵(vector⎵:a)⎵(slice⎵:a)-coalton-library/classes:into: Private ordinary functions
instance/into⎵:a⎵(cell⎵:a)-coalton-library/classes:into: Private ordinary functions
instance/into⎵:a⎵(complex⎵:a): Private ordinary functions
instance/into⎵:a⎵(complex⎵:a)-coalton-library/classes:into: Private ordinary functions
instance/into⎵:a⎵:a-coalton-library/classes:into: Private ordinary functions
instance/into⎵char⎵string-coalton-library/classes:into: Private ordinary functions
instance/into⎵double-float⎵string-coalton-library/classes:into: Private ordinary functions
instance/into⎵dyadic⎵fraction-coalton-library/classes:into: Private ordinary functions
instance/into⎵fraction⎵string-coalton-library/classes:into: Private ordinary functions
instance/into⎵i16⎵double-float-coalton-library/classes:into: Private ordinary functions
instance/into⎵i16⎵i32-coalton-library/classes:into: Private ordinary functions
instance/into⎵i16⎵i64-coalton-library/classes:into: Private ordinary functions
instance/into⎵i16⎵ifix-coalton-library/classes:into: Private ordinary functions
instance/into⎵i16⎵integer-coalton-library/classes:into: Private ordinary functions
instance/into⎵i16⎵single-float-coalton-library/classes:into: Private ordinary functions
instance/into⎵i16⎵string-coalton-library/classes:into: Private ordinary functions
instance/into⎵i32⎵double-float-coalton-library/classes:into: Private ordinary functions
instance/into⎵i32⎵i64-coalton-library/classes:into: Private ordinary functions
instance/into⎵i32⎵ifix-coalton-library/classes:into: Private ordinary functions
instance/into⎵i32⎵integer-coalton-library/classes:into: Private ordinary functions
instance/into⎵i32⎵string-coalton-library/classes:into: Private ordinary functions
instance/into⎵i64⎵integer-coalton-library/classes:into: Private ordinary functions
instance/into⎵i64⎵string-coalton-library/classes:into: Private ordinary functions
instance/into⎵i8⎵double-float-coalton-library/classes:into: Private ordinary functions
instance/into⎵i8⎵i16-coalton-library/classes:into: Private ordinary functions
instance/into⎵i8⎵i32-coalton-library/classes:into: Private ordinary functions
instance/into⎵i8⎵i64-coalton-library/classes:into: Private ordinary functions
instance/into⎵i8⎵ifix-coalton-library/classes:into: Private ordinary functions
instance/into⎵i8⎵integer-coalton-library/classes:into: Private ordinary functions
instance/into⎵i8⎵single-float-coalton-library/classes:into: Private ordinary functions
instance/into⎵i8⎵string-coalton-library/classes:into: Private ordinary functions
instance/into⎵ifix⎵i64-coalton-library/classes:into: Private ordinary functions
instance/into⎵ifix⎵integer-coalton-library/classes:into: Private ordinary functions
instance/into⎵ifix⎵string-coalton-library/classes:into: Private ordinary functions
instance/into⎵integer⎵dyadic-coalton-library/classes:into: Private ordinary functions
instance/into⎵integer⎵string-coalton-library/classes:into: Private ordinary functions
instance/into⎵pathname⎵string-coalton-library/classes:into: Private ordinary functions
instance/into⎵single-float⎵string-coalton-library/classes:into: Private ordinary functions
instance/into⎵string⎵(list⎵char)-coalton-library/classes:into: Private ordinary functions
instance/into⎵string⎵pathname-coalton-library/classes:into: Private ordinary functions
instance/into⎵u16⎵double-float-coalton-library/classes:into: Private ordinary functions
instance/into⎵u16⎵i32-coalton-library/classes:into: Private ordinary functions
instance/into⎵u16⎵i64-coalton-library/classes:into: Private ordinary functions
instance/into⎵u16⎵ifix-coalton-library/classes:into: Private ordinary functions
instance/into⎵u16⎵integer-coalton-library/classes:into: Private ordinary functions
instance/into⎵u16⎵single-float-coalton-library/classes:into: Private ordinary functions
instance/into⎵u16⎵string-coalton-library/classes:into: Private ordinary functions
instance/into⎵u16⎵u32-coalton-library/classes:into: Private ordinary functions
instance/into⎵u16⎵u64-coalton-library/classes:into: Private ordinary functions
instance/into⎵u16⎵ufix-coalton-library/classes:into: Private ordinary functions
instance/into⎵u32⎵double-float-coalton-library/classes:into: Private ordinary functions
instance/into⎵u32⎵i64-coalton-library/classes:into: Private ordinary functions
instance/into⎵u32⎵ifix-coalton-library/classes:into: Private ordinary functions
instance/into⎵u32⎵integer-coalton-library/classes:into: Private ordinary functions
instance/into⎵u32⎵string-coalton-library/classes:into: Private ordinary functions
instance/into⎵u32⎵u64-coalton-library/classes:into: Private ordinary functions
instance/into⎵u32⎵ufix-coalton-library/classes:into: Private ordinary functions
instance/into⎵u64⎵integer-coalton-library/classes:into: Private ordinary functions
instance/into⎵u64⎵string-coalton-library/classes:into: Private ordinary functions
instance/into⎵u8⎵double-float-coalton-library/classes:into: Private ordinary functions
instance/into⎵u8⎵i16-coalton-library/classes:into: Private ordinary functions
instance/into⎵u8⎵i32-coalton-library/classes:into: Private ordinary functions
instance/into⎵u8⎵i64-coalton-library/classes:into: Private ordinary functions
instance/into⎵u8⎵ifix-coalton-library/classes:into: Private ordinary functions
instance/into⎵u8⎵integer-coalton-library/classes:into: Private ordinary functions
instance/into⎵u8⎵single-float-coalton-library/classes:into: Private ordinary functions
instance/into⎵u8⎵string-coalton-library/classes:into: Private ordinary functions
instance/into⎵u8⎵u16-coalton-library/classes:into: Private ordinary functions
instance/into⎵u8⎵u32-coalton-library/classes:into: Private ordinary functions
instance/into⎵u8⎵u64-coalton-library/classes:into: Private ordinary functions
instance/into⎵u8⎵ufix-coalton-library/classes:into: Private ordinary functions
instance/into⎵ufix⎵i64-coalton-library/classes:into: Private ordinary functions
instance/into⎵ufix⎵ifix-coalton-library/classes:into: Private ordinary functions
instance/into⎵ufix⎵integer-coalton-library/classes:into: Private ordinary functions
instance/into⎵ufix⎵string-coalton-library/classes:into: Private ordinary functions
instance/into⎵ufix⎵u64-coalton-library/classes:into: Private ordinary functions
instance/iter:fromiterator⎵(hashtable⎵:a⎵:b)⎵(tuple⎵:a⎵:b): Private ordinary functions
instance/iter:fromiterator⎵(hashtable⎵:a⎵:b)⎵(tuple⎵:a⎵:b)-coalton-library/iterator:collect!: Private ordinary functions
instance/iter:fromiterator⎵(list⎵:a)⎵:a-coalton-library/iterator:collect!: Private ordinary functions
instance/iter:fromiterator⎵(map⎵:a⎵:b)⎵(tuple⎵:a⎵:b): Private ordinary functions
instance/iter:fromiterator⎵(map⎵:a⎵:b)⎵(tuple⎵:a⎵:b)-coalton-library/iterator:collect!: Private ordinary functions
instance/iter:fromiterator⎵(optional⎵:a)⎵(optional⎵:b): Private ordinary functions
instance/iter:fromiterator⎵(optional⎵:a)⎵(optional⎵:b)-coalton-library/iterator:collect!: Private ordinary functions
instance/iter:fromiterator⎵(queue⎵:a)⎵:a-coalton-library/iterator:collect!: Private ordinary functions
instance/iter:fromiterator⎵(result⎵:a⎵:b)⎵(result⎵:a⎵:c): Private ordinary functions
instance/iter:fromiterator⎵(result⎵:a⎵:b)⎵(result⎵:a⎵:c)-coalton-library/iterator:collect!: Private ordinary functions
instance/iter:fromiterator⎵(seq⎵:a)⎵:a: Private ordinary functions
instance/iter:fromiterator⎵(seq⎵:a)⎵:a-coalton-library/iterator:collect!: Private ordinary functions
instance/iter:fromiterator⎵(slice⎵:a)⎵:a-coalton-library/iterator:collect!: Private ordinary functions
instance/iter:fromiterator⎵(tree⎵:a)⎵:a: Private ordinary functions
instance/iter:fromiterator⎵(tree⎵:a)⎵:a-coalton-library/iterator:collect!: Private ordinary functions
instance/iter:fromiterator⎵(vector⎵:a)⎵:a-coalton-library/iterator:collect!: Private ordinary functions
instance/iter:fromiterator⎵string⎵char-coalton-library/iterator:collect!: Private ordinary functions
instance/iter:intoiterator⎵(hashtable⎵:a⎵:b)⎵(tuple⎵:a⎵:b)-coalton-library/iterator:into-iter: Private ordinary functions
instance/iter:intoiterator⎵(list⎵:a)⎵:a-coalton-library/iterator:into-iter: Private ordinary functions
instance/iter:intoiterator⎵(map⎵:a⎵:b)⎵(tuple⎵:a⎵:b)-coalton-library/iterator:into-iter: Private ordinary functions
instance/iter:intoiterator⎵(optional⎵:a)⎵:a-coalton-library/iterator:into-iter: Private ordinary functions
instance/iter:intoiterator⎵(queue⎵:a)⎵:a-coalton-library/iterator:into-iter: Private ordinary functions
instance/iter:intoiterator⎵(result⎵:a⎵:b)⎵:b-coalton-library/iterator:into-iter: Private ordinary functions
instance/iter:intoiterator⎵(seq⎵:a)⎵:a-coalton-library/iterator:into-iter: Private ordinary functions
instance/iter:intoiterator⎵(slice⎵:a)⎵:a-coalton-library/iterator:into-iter: Private ordinary functions
instance/iter:intoiterator⎵(tree⎵:a)⎵:a-coalton-library/iterator:into-iter: Private ordinary functions
instance/iter:intoiterator⎵(vector⎵:a)⎵:a-coalton-library/iterator:into-iter: Private ordinary functions
instance/iter:intoiterator⎵string⎵char-coalton-library/iterator:into-iter: Private ordinary functions
instance/monadfail⎵optional-coalton-library/classes:fail: Private ordinary functions
instance/monad⎵(free⎵:a): Private ordinary functions
instance/monad⎵(free⎵:a)-coalton-library/classes:>>=: Private ordinary functions
instance/monad⎵(result⎵:a)-coalton-library/classes:>>=: Private ordinary functions
instance/monad⎵(st⎵:a)-coalton-library/classes:>>=: Private ordinary functions
instance/monad⎵list-coalton-library/classes:>>=: Private ordinary functions
instance/monad⎵optional-coalton-library/classes:>>=: Private ordinary functions
instance/monoid⎵(optional⎵:a): Private ordinary functions
instance/monoid⎵(optional⎵:a)-coalton-library/classes:mempty: Private ordinary functions
instance/monoid⎵(result⎵:a⎵:b): Private ordinary functions
instance/monoid⎵(result⎵:a⎵:b)-coalton-library/classes:mempty: Private ordinary functions
instance/monoid⎵(seq⎵:a): Private ordinary functions
instance/monoid⎵(seq⎵:a)-coalton-library/classes:mempty: Private ordinary functions
instance/monoid⎵(tree⎵:a): Private ordinary functions
instance/monoid⎵(tree⎵:a)-coalton-library/classes:mempty: Private ordinary functions
instance/num⎵(cell⎵:a): Private ordinary functions
instance/num⎵(cell⎵:a)-coalton-library/classes:*: Private ordinary functions
instance/num⎵(cell⎵:a)-coalton-library/classes:+: Private ordinary functions
instance/num⎵(cell⎵:a)-coalton-library/classes:-: Private ordinary functions
instance/num⎵(cell⎵:a)-coalton-library/classes:fromint: Private ordinary functions
instance/num⎵(complex⎵:a): Private ordinary functions
instance/num⎵(complex⎵:a)-coalton-library/classes:*: Private ordinary functions
instance/num⎵(complex⎵:a)-coalton-library/classes:+: Private ordinary functions
instance/num⎵(complex⎵:a)-coalton-library/classes:-: Private ordinary functions
instance/num⎵(complex⎵:a)-coalton-library/classes:fromint: Private ordinary functions
instance/num⎵(dual⎵:a): Private ordinary functions
instance/num⎵(dual⎵:a)-coalton-library/classes:*: Private ordinary functions
instance/num⎵(dual⎵:a)-coalton-library/classes:+: Private ordinary functions
instance/num⎵(dual⎵:a)-coalton-library/classes:-: Private ordinary functions
instance/num⎵(dual⎵:a)-coalton-library/classes:fromint: Private ordinary functions
instance/num⎵(optional⎵:a): Private ordinary functions
instance/num⎵(optional⎵:a)-coalton-library/classes:*: Private ordinary functions
instance/num⎵(optional⎵:a)-coalton-library/classes:+: Private ordinary functions
instance/num⎵(optional⎵:a)-coalton-library/classes:-: Private ordinary functions
instance/num⎵(optional⎵:a)-coalton-library/classes:fromint: Private ordinary functions
instance/num⎵double-float-coalton-library/classes:*: Private ordinary functions
instance/num⎵double-float-coalton-library/classes:+: Private ordinary functions
instance/num⎵double-float-coalton-library/classes:-: Private ordinary functions
instance/num⎵double-float-coalton-library/classes:fromint: Private ordinary functions
instance/num⎵dyadic-coalton-library/classes:*: Private ordinary functions
instance/num⎵dyadic-coalton-library/classes:+: Private ordinary functions
instance/num⎵dyadic-coalton-library/classes:-: Private ordinary functions
instance/num⎵dyadic-coalton-library/classes:fromint: Private ordinary functions
instance/num⎵fraction-coalton-library/classes:*: Private ordinary functions
instance/num⎵fraction-coalton-library/classes:+: Private ordinary functions
instance/num⎵fraction-coalton-library/classes:-: Private ordinary functions
instance/num⎵fraction-coalton-library/classes:fromint: Private ordinary functions
instance/num⎵i16-coalton-library/classes:*: Private ordinary functions
instance/num⎵i16-coalton-library/classes:+: Private ordinary functions
instance/num⎵i16-coalton-library/classes:-: Private ordinary functions
instance/num⎵i16-coalton-library/classes:fromint: Private ordinary functions
instance/num⎵i32-coalton-library/classes:*: Private ordinary functions
instance/num⎵i32-coalton-library/classes:+: Private ordinary functions
instance/num⎵i32-coalton-library/classes:-: Private ordinary functions
instance/num⎵i32-coalton-library/classes:fromint: Private ordinary functions
instance/num⎵i64-coalton-library/classes:*: Private ordinary functions
instance/num⎵i64-coalton-library/classes:+: Private ordinary functions
instance/num⎵i64-coalton-library/classes:-: Private ordinary functions
instance/num⎵i64-coalton-library/classes:fromint: Private ordinary functions
instance/num⎵i8-coalton-library/classes:*: Private ordinary functions
instance/num⎵i8-coalton-library/classes:+: Private ordinary functions
instance/num⎵i8-coalton-library/classes:-: Private ordinary functions
instance/num⎵i8-coalton-library/classes:fromint: Private ordinary functions
instance/num⎵ifix-coalton-library/classes:*: Private ordinary functions
instance/num⎵ifix-coalton-library/classes:+: Private ordinary functions
instance/num⎵ifix-coalton-library/classes:-: Private ordinary functions
instance/num⎵ifix-coalton-library/classes:fromint: Private ordinary functions
instance/num⎵integer-coalton-library/classes:*: Private ordinary functions
instance/num⎵integer-coalton-library/classes:+: Private ordinary functions
instance/num⎵integer-coalton-library/classes:-: Private ordinary functions
instance/num⎵integer-coalton-library/classes:fromint: Private ordinary functions
instance/num⎵single-float-coalton-library/classes:*: Private ordinary functions
instance/num⎵single-float-coalton-library/classes:+: Private ordinary functions
instance/num⎵single-float-coalton-library/classes:-: Private ordinary functions
instance/num⎵single-float-coalton-library/classes:fromint: Private ordinary functions
instance/num⎵u16-coalton-library/classes:*: Private ordinary functions
instance/num⎵u16-coalton-library/classes:+: Private ordinary functions
instance/num⎵u16-coalton-library/classes:-: Private ordinary functions
instance/num⎵u16-coalton-library/classes:fromint: Private ordinary functions
instance/num⎵u32-coalton-library/classes:*: Private ordinary functions
instance/num⎵u32-coalton-library/classes:+: Private ordinary functions
instance/num⎵u32-coalton-library/classes:-: Private ordinary functions
instance/num⎵u32-coalton-library/classes:fromint: Private ordinary functions
instance/num⎵u64-coalton-library/classes:*: Private ordinary functions
instance/num⎵u64-coalton-library/classes:+: Private ordinary functions
instance/num⎵u64-coalton-library/classes:-: Private ordinary functions
instance/num⎵u64-coalton-library/classes:fromint: Private ordinary functions
instance/num⎵u8-coalton-library/classes:*: Private ordinary functions
instance/num⎵u8-coalton-library/classes:+: Private ordinary functions
instance/num⎵u8-coalton-library/classes:-: Private ordinary functions
instance/num⎵u8-coalton-library/classes:fromint: Private ordinary functions
instance/num⎵ufix-coalton-library/classes:*: Private ordinary functions
instance/num⎵ufix-coalton-library/classes:+: Private ordinary functions
instance/num⎵ufix-coalton-library/classes:-: Private ordinary functions
instance/num⎵ufix-coalton-library/classes:fromint: Private ordinary functions
instance/ord⎵(cell⎵:a): Private ordinary functions
instance/ord⎵(cell⎵:a)-coalton-library/classes:<=>: Private ordinary functions
instance/ord⎵(dual⎵:a): Private ordinary functions
instance/ord⎵(dual⎵:a)-coalton-library/classes:<=>: Private ordinary functions
instance/ord⎵(list⎵:a): Private ordinary functions
instance/ord⎵(list⎵:a)-coalton-library/classes:<=>: Private ordinary functions
instance/ord⎵(mappair⎵:a⎵:b): Private ordinary functions
instance/ord⎵(mappair⎵:a⎵:b)-coalton-library/classes:<=>: Private ordinary functions
instance/ord⎵(optional⎵:a): Private ordinary functions
instance/ord⎵(optional⎵:a)-coalton-library/classes:<=>: Private ordinary functions
instance/ord⎵(result⎵:a⎵:b): Private ordinary functions
instance/ord⎵(result⎵:a⎵:b)-coalton-library/classes:<=>: Private ordinary functions
instance/ord⎵(tuple⎵:a⎵:b): Private ordinary functions
instance/ord⎵(tuple⎵:a⎵:b)-coalton-library/classes:<=>: Private ordinary functions
instance/ord⎵boolean-coalton-library/classes:<=>: Private ordinary functions
instance/ord⎵char-coalton-library/classes:<=>: Private ordinary functions
instance/ord⎵double-float-coalton-library/classes:<=>: Private ordinary functions
instance/ord⎵dyadic-coalton-library/classes:<=>: Private ordinary functions
instance/ord⎵fraction-coalton-library/classes:<=>: Private ordinary functions
instance/ord⎵hash-coalton-library/classes:<=>: Private ordinary functions
instance/ord⎵i16-coalton-library/classes:<=>: Private ordinary functions
instance/ord⎵i32-coalton-library/classes:<=>: Private ordinary functions
instance/ord⎵i64-coalton-library/classes:<=>: Private ordinary functions
instance/ord⎵i8-coalton-library/classes:<=>: Private ordinary functions
instance/ord⎵ifix-coalton-library/classes:<=>: Private ordinary functions
instance/ord⎵integer-coalton-library/classes:<=>: Private ordinary functions
instance/ord⎵ord-coalton-library/classes:<=>: Private ordinary functions
instance/ord⎵pathname-coalton-library/classes:<=>: Private ordinary functions
instance/ord⎵single-float-coalton-library/classes:<=>: Private ordinary functions
instance/ord⎵string-coalton-library/classes:<=>: Private ordinary functions
instance/ord⎵u16-coalton-library/classes:<=>: Private ordinary functions
instance/ord⎵u32-coalton-library/classes:<=>: Private ordinary functions
instance/ord⎵u64-coalton-library/classes:<=>: Private ordinary functions
instance/ord⎵u8-coalton-library/classes:<=>: Private ordinary functions
instance/ord⎵ufix-coalton-library/classes:<=>: Private ordinary functions
instance/polar⎵(complex⎵:a): Private ordinary functions
instance/polar⎵(complex⎵:a)-coalton-library/math/elementary:phase: Private ordinary functions
instance/polar⎵(complex⎵:a)-coalton-library/math/elementary:polar: Private ordinary functions
instance/polar⎵double-float-coalton-library/math/elementary:phase: Private ordinary functions
instance/polar⎵double-float-coalton-library/math/elementary:polar: Private ordinary functions
instance/polar⎵single-float-coalton-library/math/elementary:phase: Private ordinary functions
instance/polar⎵single-float-coalton-library/math/elementary:polar: Private ordinary functions
instance/quantizable⎵double-float-coalton-library/math/real:ceiling: Private ordinary functions
instance/quantizable⎵double-float-coalton-library/math/real:floor: Private ordinary functions
instance/quantizable⎵double-float-coalton-library/math/real:proper: Private ordinary functions
instance/quantizable⎵dyadic-coalton-library/math/real:ceiling: Private ordinary functions
instance/quantizable⎵dyadic-coalton-library/math/real:floor: Private ordinary functions
instance/quantizable⎵dyadic-coalton-library/math/real:proper: Private ordinary functions
instance/quantizable⎵fraction-coalton-library/math/real:ceiling: Private ordinary functions
instance/quantizable⎵fraction-coalton-library/math/real:floor: Private ordinary functions
instance/quantizable⎵fraction-coalton-library/math/real:proper: Private ordinary functions
instance/quantizable⎵single-float-coalton-library/math/real:ceiling: Private ordinary functions
instance/quantizable⎵single-float-coalton-library/math/real:floor: Private ordinary functions
instance/quantizable⎵single-float-coalton-library/math/real:proper: Private ordinary functions
instance/radical⎵(complex⎵:a): Private ordinary functions
instance/radical⎵(complex⎵:a)-coalton-library/math/elementary:nth-root: Private ordinary functions
instance/radical⎵(complex⎵:a)-coalton-library/math/elementary:sqrt: Private ordinary functions
instance/radical⎵(dual⎵:a): Private ordinary functions
instance/radical⎵(dual⎵:a)-coalton-library/math/elementary:nth-root: Private ordinary functions
instance/radical⎵(dual⎵:a)-coalton-library/math/elementary:sqrt: Private ordinary functions
instance/radical⎵double-float-coalton-library/math/elementary:nth-root: Private ordinary functions
instance/radical⎵double-float-coalton-library/math/elementary:sqrt: Private ordinary functions
instance/radical⎵single-float-coalton-library/math/elementary:nth-root: Private ordinary functions
instance/radical⎵single-float-coalton-library/math/elementary:sqrt: Private ordinary functions
instance/ram:randomaccess⎵(vector⎵:a)⎵:a-coalton-library/randomaccess:length: Private ordinary functions
instance/ram:randomaccess⎵(vector⎵:a)⎵:a-coalton-library/randomaccess:make: Private ordinary functions
instance/ram:randomaccess⎵(vector⎵:a)⎵:a-coalton-library/randomaccess:readable?: Private ordinary functions
instance/ram:randomaccess⎵(vector⎵:a)⎵:a-coalton-library/randomaccess:unsafe-aref: Private ordinary functions
instance/ram:randomaccess⎵(vector⎵:a)⎵:a-coalton-library/randomaccess:unsafe-set!: Private ordinary functions
instance/ram:randomaccess⎵(vector⎵:a)⎵:a-coalton-library/randomaccess:writable?: Private ordinary functions
instance/rational⎵double-float-coalton-library/math/real:best-approx: Private ordinary functions
instance/rational⎵double-float-coalton-library/math/real:to-fraction: Private ordinary functions
instance/rational⎵dyadic-coalton-library/math/real:best-approx: Private ordinary functions
instance/rational⎵dyadic-coalton-library/math/real:to-fraction: Private ordinary functions
instance/rational⎵fraction-coalton-library/math/real:best-approx: Private ordinary functions
instance/rational⎵fraction-coalton-library/math/real:to-fraction: Private ordinary functions
instance/rational⎵single-float-coalton-library/math/real:best-approx: Private ordinary functions
instance/rational⎵single-float-coalton-library/math/real:to-fraction: Private ordinary functions
instance/real⎵double-float-coalton-library/math/real:real-approx: Private ordinary functions
instance/real⎵dyadic-coalton-library/math/real:real-approx: Private ordinary functions
instance/real⎵fraction-coalton-library/math/real:real-approx: Private ordinary functions
instance/real⎵single-float-coalton-library/math/real:real-approx: Private ordinary functions
instance/reciprocable⎵(complex⎵:a): Private ordinary functions
instance/reciprocable⎵(complex⎵:a)-coalton-library/math/arith:/: Private ordinary functions
instance/reciprocable⎵(complex⎵:a)-coalton-library/math/arith:reciprocal: Private ordinary functions
instance/reciprocable⎵(dual⎵:a): Private ordinary functions
instance/reciprocable⎵(dual⎵:a)-coalton-library/math/arith:/: Private ordinary functions
instance/reciprocable⎵(dual⎵:a)-coalton-library/math/arith:reciprocal: Private ordinary functions
instance/reciprocable⎵double-float-coalton-library/math/arith:/: Private ordinary functions
instance/reciprocable⎵double-float-coalton-library/math/arith:reciprocal: Private ordinary functions
instance/reciprocable⎵fraction-coalton-library/math/arith:/: Private ordinary functions
instance/reciprocable⎵fraction-coalton-library/math/arith:reciprocal: Private ordinary functions
instance/reciprocable⎵single-float-coalton-library/math/arith:/: Private ordinary functions
instance/reciprocable⎵single-float-coalton-library/math/arith:reciprocal: Private ordinary functions
instance/remainder⎵fraction-coalton-library/math/integral:div: Private ordinary functions
instance/remainder⎵fraction-coalton-library/math/integral:divmod: Private ordinary functions
instance/remainder⎵fraction-coalton-library/math/integral:mod: Private ordinary functions
instance/remainder⎵fraction-coalton-library/math/integral:quot: Private ordinary functions
instance/remainder⎵fraction-coalton-library/math/integral:quotrem: Private ordinary functions
instance/remainder⎵fraction-coalton-library/math/integral:rem: Private ordinary functions
instance/remainder⎵i16-coalton-library/math/integral:div: Private ordinary functions
instance/remainder⎵i16-coalton-library/math/integral:divmod: Private ordinary functions
instance/remainder⎵i16-coalton-library/math/integral:mod: Private ordinary functions
instance/remainder⎵i16-coalton-library/math/integral:quot: Private ordinary functions
instance/remainder⎵i16-coalton-library/math/integral:quotrem: Private ordinary functions
instance/remainder⎵i16-coalton-library/math/integral:rem: Private ordinary functions
instance/remainder⎵i32-coalton-library/math/integral:div: Private ordinary functions
instance/remainder⎵i32-coalton-library/math/integral:divmod: Private ordinary functions
instance/remainder⎵i32-coalton-library/math/integral:mod: Private ordinary functions
instance/remainder⎵i32-coalton-library/math/integral:quot: Private ordinary functions
instance/remainder⎵i32-coalton-library/math/integral:quotrem: Private ordinary functions
instance/remainder⎵i32-coalton-library/math/integral:rem: Private ordinary functions
instance/remainder⎵i64-coalton-library/math/integral:div: Private ordinary functions
instance/remainder⎵i64-coalton-library/math/integral:divmod: Private ordinary functions
instance/remainder⎵i64-coalton-library/math/integral:mod: Private ordinary functions
instance/remainder⎵i64-coalton-library/math/integral:quot: Private ordinary functions
instance/remainder⎵i64-coalton-library/math/integral:quotrem: Private ordinary functions
instance/remainder⎵i64-coalton-library/math/integral:rem: Private ordinary functions
instance/remainder⎵i8-coalton-library/math/integral:div: Private ordinary functions
instance/remainder⎵i8-coalton-library/math/integral:divmod: Private ordinary functions
instance/remainder⎵i8-coalton-library/math/integral:mod: Private ordinary functions
instance/remainder⎵i8-coalton-library/math/integral:quot: Private ordinary functions
instance/remainder⎵i8-coalton-library/math/integral:quotrem: Private ordinary functions
instance/remainder⎵i8-coalton-library/math/integral:rem: Private ordinary functions
instance/remainder⎵ifix-coalton-library/math/integral:div: Private ordinary functions
instance/remainder⎵ifix-coalton-library/math/integral:divmod: Private ordinary functions
instance/remainder⎵ifix-coalton-library/math/integral:mod: Private ordinary functions
instance/remainder⎵ifix-coalton-library/math/integral:quot: Private ordinary functions
instance/remainder⎵ifix-coalton-library/math/integral:quotrem: Private ordinary functions
instance/remainder⎵ifix-coalton-library/math/integral:rem: Private ordinary functions
instance/remainder⎵integer-coalton-library/math/integral:div: Private ordinary functions
instance/remainder⎵integer-coalton-library/math/integral:divmod: Private ordinary functions
instance/remainder⎵integer-coalton-library/math/integral:mod: Private ordinary functions
instance/remainder⎵integer-coalton-library/math/integral:quot: Private ordinary functions
instance/remainder⎵integer-coalton-library/math/integral:quotrem: Private ordinary functions
instance/remainder⎵integer-coalton-library/math/integral:rem: Private ordinary functions
instance/remainder⎵u16-coalton-library/math/integral:div: Private ordinary functions
instance/remainder⎵u16-coalton-library/math/integral:divmod: Private ordinary functions
instance/remainder⎵u16-coalton-library/math/integral:mod: Private ordinary functions
instance/remainder⎵u16-coalton-library/math/integral:quot: Private ordinary functions
instance/remainder⎵u16-coalton-library/math/integral:quotrem: Private ordinary functions
instance/remainder⎵u16-coalton-library/math/integral:rem: Private ordinary functions
instance/remainder⎵u32-coalton-library/math/integral:div: Private ordinary functions
instance/remainder⎵u32-coalton-library/math/integral:divmod: Private ordinary functions
instance/remainder⎵u32-coalton-library/math/integral:mod: Private ordinary functions
instance/remainder⎵u32-coalton-library/math/integral:quot: Private ordinary functions
instance/remainder⎵u32-coalton-library/math/integral:quotrem: Private ordinary functions
instance/remainder⎵u32-coalton-library/math/integral:rem: Private ordinary functions
instance/remainder⎵u64-coalton-library/math/integral:div: Private ordinary functions
instance/remainder⎵u64-coalton-library/math/integral:divmod: Private ordinary functions
instance/remainder⎵u64-coalton-library/math/integral:mod: Private ordinary functions
instance/remainder⎵u64-coalton-library/math/integral:quot: Private ordinary functions
instance/remainder⎵u64-coalton-library/math/integral:quotrem: Private ordinary functions
instance/remainder⎵u64-coalton-library/math/integral:rem: Private ordinary functions
instance/remainder⎵u8-coalton-library/math/integral:div: Private ordinary functions
instance/remainder⎵u8-coalton-library/math/integral:divmod: Private ordinary functions
instance/remainder⎵u8-coalton-library/math/integral:mod: Private ordinary functions
instance/remainder⎵u8-coalton-library/math/integral:quot: Private ordinary functions
instance/remainder⎵u8-coalton-library/math/integral:quotrem: Private ordinary functions
instance/remainder⎵u8-coalton-library/math/integral:rem: Private ordinary functions
instance/remainder⎵ufix-coalton-library/math/integral:div: Private ordinary functions
instance/remainder⎵ufix-coalton-library/math/integral:divmod: Private ordinary functions
instance/remainder⎵ufix-coalton-library/math/integral:mod: Private ordinary functions
instance/remainder⎵ufix-coalton-library/math/integral:quot: Private ordinary functions
instance/remainder⎵ufix-coalton-library/math/integral:quotrem: Private ordinary functions
instance/remainder⎵ufix-coalton-library/math/integral:rem: Private ordinary functions
instance/runtimerepr⎵(:a⎵→⎵:b)-coalton-library/types:runtime-repr: Private ordinary functions
instance/runtimerepr⎵(list⎵:a)-coalton-library/types:runtime-repr: Private ordinary functions
instance/runtimerepr⎵(proxy⎵:a)-coalton-library/types:runtime-repr: Private ordinary functions
instance/runtimerepr⎵boolean-coalton-library/types:runtime-repr: Private ordinary functions
instance/runtimerepr⎵char-coalton-library/types:runtime-repr: Private ordinary functions
instance/runtimerepr⎵double-float-coalton-library/types:runtime-repr: Private ordinary functions
instance/runtimerepr⎵fraction-coalton-library/types:runtime-repr: Private ordinary functions
instance/runtimerepr⎵integer-coalton-library/types:runtime-repr: Private ordinary functions
instance/runtimerepr⎵lisptype-coalton-library/types:runtime-repr: Private ordinary functions
instance/runtimerepr⎵single-float-coalton-library/types:runtime-repr: Private ordinary functions
instance/runtimerepr⎵string-coalton-library/types:runtime-repr: Private ordinary functions
instance/semigroup⎵(cell⎵:a): Private ordinary functions
instance/semigroup⎵(cell⎵:a)-coalton-library/classes:<>: Private ordinary functions
instance/semigroup⎵(list⎵:a)-coalton-library/classes:<>: Private ordinary functions
instance/semigroup⎵(map⎵:a⎵:b): Private ordinary functions
instance/semigroup⎵(map⎵:a⎵:b)-coalton-library/classes:<>: Private ordinary functions
instance/semigroup⎵(optional⎵:a): Private ordinary functions
instance/semigroup⎵(optional⎵:a)-coalton-library/classes:<>: Private ordinary functions
instance/semigroup⎵(queue⎵:a)-coalton-library/classes:<>: Private ordinary functions
instance/semigroup⎵(result⎵:a⎵:b): Private ordinary functions
instance/semigroup⎵(result⎵:a⎵:b)-coalton-library/classes:<>: Private ordinary functions
instance/semigroup⎵(seq⎵:a): Private ordinary functions
instance/semigroup⎵(seq⎵:a)-coalton-library/classes:<>: Private ordinary functions
instance/semigroup⎵(tree⎵:a): Private ordinary functions
instance/semigroup⎵(tree⎵:a)-coalton-library/classes:<>: Private ordinary functions
instance/semigroup⎵(vector⎵:a)-coalton-library/classes:<>: Private ordinary functions
instance/semigroup⎵hash-coalton-library/classes:<>: Private ordinary functions
instance/semigroup⎵string-coalton-library/classes:<>: Private ordinary functions
instance/signalable⎵fileerror-coalton-library/classes:error: Private ordinary functions
instance/signalable⎵lispcondition-coalton-library/classes:error: Private ordinary functions
instance/signalable⎵string-coalton-library/classes:error: Private ordinary functions
instance/sliceable⎵(slice⎵:a)-coalton-library/slice::%length: Private ordinary functions
instance/sliceable⎵(vector⎵:a)-coalton-library/slice::%length: Private ordinary functions
instance/transfinite⎵double-float-coalton-library/math/arith:infinite?: Private ordinary functions
instance/transfinite⎵double-float-coalton-library/math/arith:nan?: Private ordinary functions
instance/transfinite⎵single-float-coalton-library/math/arith:infinite?: Private ordinary functions
instance/transfinite⎵single-float-coalton-library/math/arith:nan?: Private ordinary functions
instance/traversable⎵(free⎵:a): Private ordinary functions
instance/traversable⎵(free⎵:a)-coalton-library/classes:traverse: Private ordinary functions
instance/traversable⎵list-coalton-library/classes:traverse: Private ordinary functions
instance/trigonometric⎵(complex⎵:a): Private ordinary functions
instance/trigonometric⎵(complex⎵:a)-coalton-library/math/elementary:acos: Private ordinary functions
instance/trigonometric⎵(complex⎵:a)-coalton-library/math/elementary:asin: Private ordinary functions
instance/trigonometric⎵(complex⎵:a)-coalton-library/math/elementary:atan: Private ordinary functions
instance/trigonometric⎵(complex⎵:a)-coalton-library/math/elementary:cos: Private ordinary functions
instance/trigonometric⎵(complex⎵:a)-coalton-library/math/elementary:pi: Private ordinary functions
instance/trigonometric⎵(complex⎵:a)-coalton-library/math/elementary:sin: Private ordinary functions
instance/trigonometric⎵(complex⎵:a)-coalton-library/math/elementary:tan: Private ordinary functions
instance/trigonometric⎵(dual⎵:a): Private ordinary functions
instance/trigonometric⎵(dual⎵:a)-coalton-library/math/elementary:acos: Private ordinary functions
instance/trigonometric⎵(dual⎵:a)-coalton-library/math/elementary:asin: Private ordinary functions
instance/trigonometric⎵(dual⎵:a)-coalton-library/math/elementary:atan: Private ordinary functions
instance/trigonometric⎵(dual⎵:a)-coalton-library/math/elementary:cos: Private ordinary functions
instance/trigonometric⎵(dual⎵:a)-coalton-library/math/elementary:pi: Private ordinary functions
instance/trigonometric⎵(dual⎵:a)-coalton-library/math/elementary:sin: Private ordinary functions
instance/trigonometric⎵(dual⎵:a)-coalton-library/math/elementary:tan: Private ordinary functions
instance/trigonometric⎵double-float-coalton-library/math/elementary:acos: Private ordinary functions
instance/trigonometric⎵double-float-coalton-library/math/elementary:asin: Private ordinary functions
instance/trigonometric⎵double-float-coalton-library/math/elementary:atan: Private ordinary functions
instance/trigonometric⎵double-float-coalton-library/math/elementary:cos: Private ordinary functions
instance/trigonometric⎵double-float-coalton-library/math/elementary:sin: Private ordinary functions
instance/trigonometric⎵double-float-coalton-library/math/elementary:tan: Private ordinary functions
instance/trigonometric⎵single-float-coalton-library/math/elementary:acos: Private ordinary functions
instance/trigonometric⎵single-float-coalton-library/math/elementary:asin: Private ordinary functions
instance/trigonometric⎵single-float-coalton-library/math/elementary:atan: Private ordinary functions
instance/trigonometric⎵single-float-coalton-library/math/elementary:cos: Private ordinary functions
instance/trigonometric⎵single-float-coalton-library/math/elementary:sin: Private ordinary functions
instance/trigonometric⎵single-float-coalton-library/math/elementary:tan: Private ordinary functions
instance/tryinto⎵double-float⎵fraction⎵string-coalton-library/classes:tryinto: Private ordinary functions
instance/tryinto⎵i16⎵i8⎵string-coalton-library/classes:tryinto: Private ordinary functions
instance/tryinto⎵i16⎵u16⎵string-coalton-library/classes:tryinto: Private ordinary functions
instance/tryinto⎵i16⎵u32⎵string-coalton-library/classes:tryinto: Private ordinary functions
instance/tryinto⎵i16⎵u64⎵string-coalton-library/classes:tryinto: Private ordinary functions
instance/tryinto⎵i16⎵u8⎵string-coalton-library/classes:tryinto: Private ordinary functions
instance/tryinto⎵i16⎵ufix⎵string-coalton-library/classes:tryinto: Private ordinary functions
instance/tryinto⎵i32⎵i16⎵string-coalton-library/classes:tryinto: Private ordinary functions
instance/tryinto⎵i32⎵i8⎵string-coalton-library/classes:tryinto: Private ordinary functions
instance/tryinto⎵i32⎵single-float⎵string-coalton-library/classes:tryinto: Private ordinary functions
instance/tryinto⎵i32⎵u16⎵string-coalton-library/classes:tryinto: Private ordinary functions
instance/tryinto⎵i32⎵u32⎵string-coalton-library/classes:tryinto: Private ordinary functions
instance/tryinto⎵i32⎵u64⎵string-coalton-library/classes:tryinto: Private ordinary functions
instance/tryinto⎵i32⎵u8⎵string-coalton-library/classes:tryinto: Private ordinary functions
instance/tryinto⎵i32⎵ufix⎵string-coalton-library/classes:tryinto: Private ordinary functions
instance/tryinto⎵i64⎵double-float⎵string-coalton-library/classes:tryinto: Private ordinary functions
instance/tryinto⎵i64⎵i16⎵string-coalton-library/classes:tryinto: Private ordinary functions
instance/tryinto⎵i64⎵i32⎵string-coalton-library/classes:tryinto: Private ordinary functions
instance/tryinto⎵i64⎵i8⎵string-coalton-library/classes:tryinto: Private ordinary functions
instance/tryinto⎵i64⎵ifix⎵string-coalton-library/classes:tryinto: Private ordinary functions
instance/tryinto⎵i64⎵single-float⎵string-coalton-library/classes:tryinto: Private ordinary functions
instance/tryinto⎵i64⎵u16⎵string-coalton-library/classes:tryinto: Private ordinary functions
instance/tryinto⎵i64⎵u32⎵string-coalton-library/classes:tryinto: Private ordinary functions
instance/tryinto⎵i64⎵u64⎵string-coalton-library/classes:tryinto: Private ordinary functions
instance/tryinto⎵i64⎵u8⎵string-coalton-library/classes:tryinto: Private ordinary functions
instance/tryinto⎵i64⎵ufix⎵string-coalton-library/classes:tryinto: Private ordinary functions
instance/tryinto⎵i8⎵u16⎵string-coalton-library/classes:tryinto: Private ordinary functions
instance/tryinto⎵i8⎵u32⎵string-coalton-library/classes:tryinto: Private ordinary functions
instance/tryinto⎵i8⎵u64⎵string-coalton-library/classes:tryinto: Private ordinary functions
instance/tryinto⎵i8⎵u8⎵string-coalton-library/classes:tryinto: Private ordinary functions
instance/tryinto⎵i8⎵ufix⎵string-coalton-library/classes:tryinto: Private ordinary functions
instance/tryinto⎵ifix⎵double-float⎵string-coalton-library/classes:tryinto: Private ordinary functions
instance/tryinto⎵ifix⎵i16⎵string-coalton-library/classes:tryinto: Private ordinary functions
instance/tryinto⎵ifix⎵i32⎵string-coalton-library/classes:tryinto: Private ordinary functions
instance/tryinto⎵ifix⎵i8⎵string-coalton-library/classes:tryinto: Private ordinary functions
instance/tryinto⎵ifix⎵single-float⎵string-coalton-library/classes:tryinto: Private ordinary functions
instance/tryinto⎵ifix⎵u16⎵string-coalton-library/classes:tryinto: Private ordinary functions
instance/tryinto⎵ifix⎵u32⎵string-coalton-library/classes:tryinto: Private ordinary functions
instance/tryinto⎵ifix⎵u64⎵string-coalton-library/classes:tryinto: Private ordinary functions
instance/tryinto⎵ifix⎵u8⎵string-coalton-library/classes:tryinto: Private ordinary functions
instance/tryinto⎵ifix⎵ufix⎵string-coalton-library/classes:tryinto: Private ordinary functions
instance/tryinto⎵integer⎵double-float⎵string-coalton-library/classes:tryinto: Private ordinary functions
instance/tryinto⎵integer⎵i16⎵string-coalton-library/classes:tryinto: Private ordinary functions
instance/tryinto⎵integer⎵i32⎵string-coalton-library/classes:tryinto: Private ordinary functions
instance/tryinto⎵integer⎵i64⎵string-coalton-library/classes:tryinto: Private ordinary functions
instance/tryinto⎵integer⎵i8⎵string-coalton-library/classes:tryinto: Private ordinary functions
instance/tryinto⎵integer⎵ifix⎵string-coalton-library/classes:tryinto: Private ordinary functions
instance/tryinto⎵integer⎵single-float⎵string-coalton-library/classes:tryinto: Private ordinary functions
instance/tryinto⎵integer⎵u16⎵string-coalton-library/classes:tryinto: Private ordinary functions
instance/tryinto⎵integer⎵u32⎵string-coalton-library/classes:tryinto: Private ordinary functions
instance/tryinto⎵integer⎵u64⎵string-coalton-library/classes:tryinto: Private ordinary functions
instance/tryinto⎵integer⎵u8⎵string-coalton-library/classes:tryinto: Private ordinary functions
instance/tryinto⎵integer⎵ufix⎵string-coalton-library/classes:tryinto: Private ordinary functions
instance/tryinto⎵single-float⎵fraction⎵string-coalton-library/classes:tryinto: Private ordinary functions
instance/tryinto⎵string⎵integer⎵string-coalton-library/classes:tryinto: Private ordinary functions
instance/tryinto⎵u16⎵i16⎵string-coalton-library/classes:tryinto: Private ordinary functions
instance/tryinto⎵u16⎵i8⎵string-coalton-library/classes:tryinto: Private ordinary functions
instance/tryinto⎵u16⎵u8⎵string-coalton-library/classes:tryinto: Private ordinary functions
instance/tryinto⎵u32⎵i16⎵string-coalton-library/classes:tryinto: Private ordinary functions
instance/tryinto⎵u32⎵i32⎵string-coalton-library/classes:tryinto: Private ordinary functions
instance/tryinto⎵u32⎵i8⎵string-coalton-library/classes:tryinto: Private ordinary functions
instance/tryinto⎵u32⎵single-float⎵string-coalton-library/classes:tryinto: Private ordinary functions
instance/tryinto⎵u32⎵u16⎵string-coalton-library/classes:tryinto: Private ordinary functions
instance/tryinto⎵u32⎵u8⎵string-coalton-library/classes:tryinto: Private ordinary functions
instance/tryinto⎵u64⎵double-float⎵string-coalton-library/classes:tryinto: Private ordinary functions
instance/tryinto⎵u64⎵i16⎵string-coalton-library/classes:tryinto: Private ordinary functions
instance/tryinto⎵u64⎵i32⎵string-coalton-library/classes:tryinto: Private ordinary functions
instance/tryinto⎵u64⎵i64⎵string-coalton-library/classes:tryinto: Private ordinary functions
instance/tryinto⎵u64⎵i8⎵string-coalton-library/classes:tryinto: Private ordinary functions
instance/tryinto⎵u64⎵ifix⎵string-coalton-library/classes:tryinto: Private ordinary functions
instance/tryinto⎵u64⎵single-float⎵string-coalton-library/classes:tryinto: Private ordinary functions
instance/tryinto⎵u64⎵u16⎵string-coalton-library/classes:tryinto: Private ordinary functions
instance/tryinto⎵u64⎵u32⎵string-coalton-library/classes:tryinto: Private ordinary functions
instance/tryinto⎵u64⎵u8⎵string-coalton-library/classes:tryinto: Private ordinary functions
instance/tryinto⎵u64⎵ufix⎵string-coalton-library/classes:tryinto: Private ordinary functions
instance/tryinto⎵u8⎵i8⎵string-coalton-library/classes:tryinto: Private ordinary functions
instance/tryinto⎵ufix⎵double-float⎵string-coalton-library/classes:tryinto: Private ordinary functions
instance/tryinto⎵ufix⎵i16⎵string-coalton-library/classes:tryinto: Private ordinary functions
instance/tryinto⎵ufix⎵i32⎵string-coalton-library/classes:tryinto: Private ordinary functions
instance/tryinto⎵ufix⎵i8⎵string-coalton-library/classes:tryinto: Private ordinary functions
instance/tryinto⎵ufix⎵single-float⎵string-coalton-library/classes:tryinto: Private ordinary functions
instance/tryinto⎵ufix⎵u16⎵string-coalton-library/classes:tryinto: Private ordinary functions
instance/tryinto⎵ufix⎵u32⎵string-coalton-library/classes:tryinto: Private ordinary functions
instance/tryinto⎵ufix⎵u8⎵string-coalton-library/classes:tryinto: Private ordinary functions
instance/types:runtimerepr⎵(filestream⎵:a)-coalton-library/types:runtime-repr: Private ordinary functions
instance/types:runtimerepr⎵(iterator⎵:a)-coalton-library/types:runtime-repr: Private ordinary functions
instance/types:runtimerepr⎵(lisparray⎵:a)-coalton-library/types:runtime-repr: Private ordinary functions
instance/types:runtimerepr⎵(optional⎵:a)-coalton-library/types:runtime-repr: Private ordinary functions
instance/types:runtimerepr⎵(result⎵:a⎵:b)-coalton-library/types:runtime-repr: Private ordinary functions
instance/types:runtimerepr⎵(seq⎵:a)-coalton-library/types:runtime-repr: Private ordinary functions
instance/types:runtimerepr⎵(slice⎵:a)-coalton-library/types:runtime-repr: Private ordinary functions
instance/types:runtimerepr⎵(tuple⎵:a⎵:b)-coalton-library/types:runtime-repr: Private ordinary functions
instance/types:runtimerepr⎵(vector⎵:a)-coalton-library/types:runtime-repr: Private ordinary functions
instance/types:runtimerepr⎵fileerror-coalton-library/types:runtime-repr: Private ordinary functions
instance/types:runtimerepr⎵ifexists-coalton-library/types:runtime-repr: Private ordinary functions
instance/types:runtimerepr⎵ord-coalton-library/types:runtime-repr: Private ordinary functions
instance/types:runtimerepr⎵pathname-coalton-library/types:runtime-repr: Private ordinary functions
instance/types:runtimerepr⎵streamoptions-coalton-library/types:runtime-repr: Private ordinary functions
instance/unwrappable⎵(result⎵:a)-coalton-library/classes:unwrap-or-else: Private ordinary functions
instance/unwrappable⎵optional-coalton-library/classes:unwrap-or-else: Private ordinary functions
instantiate: Public generic functions
instantiate: Public generic functions
instantiate: Public generic functions
instantiate: Public generic functions
instantiate: Public generic functions
instantiate: Public generic functions
instantiate: Public generic functions
integer-<=: Private ordinary functions
integer-<⎵type: Private ordinary functions
integer->: Private ordinary functions
integer->=: Private ordinary functions
integer-complex-divide: Private ordinary functions
integer-complex-equal: Private ordinary functions
integer-complex-minus: Private ordinary functions
integer-complex-plus: Private ordinary functions
integer-complex-times: Private ordinary functions
integer-even?: Private ordinary functions
integer-gcd: Private ordinary functions
integer-into-float: Private macros
integer-isqrt: Private ordinary functions
integer-lcm: Private ordinary functions
integer-odd?: Private ordinary functions
integer-tryinto-float: Private macros
integer-^: Private ordinary functions
integral->num: Public ordinary functions
intercalate: Public ordinary functions
interleave!: Public ordinary functions
intersection: Public ordinary functions
intersperse: Public ordinary functions
into: Public ordinary functions
into-iter: Public ordinary functions
isqrt: Public ordinary functions
items!: Public ordinary functions
iter-chunked: Public ordinary functions
iter-chunked-exact: Public ordinary functions
iter-sliding: Public ordinary functions
iterator/%iterator-_0: Private generic functions
iterator/%iterator-_0: Private generic functions
iterator/%iterator-_1: Private generic functions
iterator/%iterator-_1: Private generic functions
iteratorstacknode/expand-_0: Private generic functions
iteratorstacknode/expand-_0: Private generic functions
iteratorstacknode/yield-_0: Private generic functions
iteratorstacknode/yield-_0: Private generic functions

J
justkey: Private ordinary functions

K
key: Private ordinary functions
keys: Public ordinary functions
keys: Public ordinary functions
keyword-src-list-p: Private ordinary functions
keyword-src-location: Private ordinary functions
keyword-src-name: Public ordinary functions
keyword-src-p: Private ordinary functions
kfun-from: Public ordinary functions
kfun-p: Public ordinary functions
kfun-to: Public ordinary functions
kind-arity: Public ordinary functions
kind-list-p: Private ordinary functions
kind-mismatch-error-kind: Private generic functions
kind-mismatch-error-kind: Private generic functions
kind-mismatch-error-type: Private generic functions
kind-mismatch-error-type: Private generic functions
kind-monomorphize-subs: Public ordinary functions
kind-of: Public ordinary functions
kind-of: Public generic functions
kind-of: Public generic functions
kind-of: Public generic functions
kind-of: Public generic functions
kind-of: Public generic functions
kind-of: Public generic functions
kind-of: Public generic functions
kind-p: Private ordinary functions
kind-return-type: Public ordinary functions
kind-variables: Public ordinary functions
kind-variables-generic%: Public generic functions
kind-variables-generic%: Public generic functions
kind-variables-generic%: Public generic functions
kind-variables-generic%: Public generic functions
kind-variables-generic%: Public generic functions
kind-variables-generic%: Public generic functions
kind-variables-generic%: Public generic functions
kind-variables-generic%: Public generic functions
kind-variables-generic%: Public generic functions
kind-variables-generic%: Public generic functions
kind-variables-generic%: Public generic functions
kmgu: Public generic functions
kmgu: Public generic functions
kmgu: Public generic functions
kmgu: Public generic functions
kmgu: Public generic functions
kmgu: Public generic functions
kstar-p: Public ordinary functions
ksubstitution-from: Public ordinary functions
ksubstitution-list-p: Private ordinary functions
ksubstitution-p: Private ordinary functions
ksubstitution-to: Public ordinary functions
kunify: Public ordinary functions
kunify-error-kind2: Private generic functions
kunify-error-kind2: Private generic functions
kunify-errror-kind1: Private generic functions
kunify-errror-kind1: Private generic functions
kyvar-id: Public ordinary functions
kyvar-list-p: Private ordinary functions
kyvar-p: Private ordinary functions

L
last: Public ordinary functions
last: Public ordinary functions
last!: Public ordinary functions
last-line-number: Private ordinary functions
last-unsafe: Public ordinary functions
lcm: Public ordinary functions
leafarray: Private ordinary functions
length: Public ordinary functions
length: Public ordinary functions
length: Public ordinary functions
length: Public ordinary functions
length: Public ordinary functions
length: Public ordinary functions
length: Public ordinary functions
let: Public macros
lifta2: Public ordinary functions
liftf: Public ordinary functions
line-contents: Private ordinary functions
line-offsets: Private generic functions
line-offsets: Private generic functions
lisp: Public macros
lisp-coalton-var-alist-p: Private ordinary functions
lisp-package: Private ordinary functions
lisp-toplevel: Public macros
lisp-type: Public generic functions
lisp-type: Public generic functions
lisp-type: Public generic functions
lisp-type: Public generic functions
lisp-type: Public generic functions
lisp-type: Public generic functions
lisp-type: Public generic functions
lisp-type=: Private ordinary functions
lisp-version: Public ordinary functions
lisparray-tycon-p: Private ordinary functions
lisperror: Private ordinary functions
literal-equal: Public ordinary functions
ln: Public ordinary functions
location: Public generic functions
location: Public generic functions
location: Public generic functions
location: Public generic functions
location: Public generic functions
location: Public generic functions
location: Public generic functions
location: Public generic functions
location: Public generic functions
location: Public generic functions
location: Public generic functions
location: Public generic functions
location: Public generic functions
location: Public generic functions
location: Public generic functions
location: Public generic functions
location: Public generic functions
location: Public generic functions
location: Public generic functions
location: Public generic functions
location: Public generic functions
location: Public generic functions
location: Public generic functions
location: Public generic functions
location: Public generic functions
location: Public generic functions
location: Public generic functions
location: Public generic functions
location: Public generic functions
location: Public generic functions
location: Public generic functions
location: Public generic functions
location: Public generic functions
location: Public generic functions
location: Public generic functions
location: Public generic functions
location: Public generic functions
location: Public generic functions
location: Public generic functions
location-lines: Private ordinary functions
location-p: Private ordinary functions
location-point<: Private ordinary functions
location-points: Private ordinary functions
location-positions: Private ordinary functions
location-source: Public ordinary functions
location-span: Public ordinary functions
location<: Public ordinary functions
log: Public ordinary functions
lookup: Public ordinary functions
lookup: Public ordinary functions
lookup: Public ordinary functions
lookup-class: Public ordinary functions
lookup-class: Public ordinary functions
lookup-class-instance: Public ordinary functions
lookup-class-instances: Public ordinary functions
lookup-code: Public ordinary functions
lookup-code: Public ordinary functions
lookup-constructor: Public ordinary functions
lookup-function: Public ordinary functions
lookup-function-source-parameter-names: Public ordinary functions
lookup-fundep-environment: Public ordinary functions
lookup-fundeps: Public ordinary functions
lookup-instance-by-codegen-sym: Public ordinary functions
lookup-method-inline: Public ordinary functions
lookup-name: Public ordinary functions
lookup-pred: Private ordinary functions
lookup-pred-base: Private ordinary functions
lookup-specialization: Public ordinary functions
lookup-specialization-by-type: Public ordinary functions
lookup-struct: Public ordinary functions
lookup-type: Public ordinary functions
lookup-value-type: Public ordinary functions
loop: Public macros
lowercase?: Public ordinary functions
lsh: Public ordinary functions

M
Macro, %define-integer-roundings: Private macros
Macro, %define-integral-native: Private macros
Macro, %define-native-complex-instances: Private macros
Macro, %define-native-expt: Private macros
Macro, %define-native-rationals: Private macros
Macro, %define-overflow-handler: Private macros
Macro, %define-real-float-elementary: Private macros
Macro, %define-remainder-native: Private macros
Macro, %define-standard-complex-instances: Private macros
Macro, %define-standard-complex-instances: Private macros
Macro, %handle-file-function: Private macros
Macro, %unwind-protect: Private macros
Macro, .<: Public macros
Macro, .>: Public macros
Macro, action: Public macros
Macro, and: Public macros
Macro, as: Public macros
Macro, assert: Public macros
Macro, break: Public macros
Macro, coalton: Public macros
Macro, coalton-codegen: Public macros
Macro, coalton-codegen-ast: Public macros
Macro, coalton-codegen-types: Public macros
Macro, coalton-toplevel: Public macros
Macro, cond: Public macros
Macro, continue: Public macros
Macro, debug-log: Public macros
Macro, debug-tap: Public macros
Macro, declare: Public macros
Macro, define: Public macros
Macro, define-bits-checked: Private macros
Macro, define-bits-wrapping: Private macros
Macro, define-class: Public macros
Macro, define-coalton-editor-macro: Private macros
Macro, define-default-num: Private macros
Macro, define-dividable-float: Private macros
Macro, define-env-updater: Private macros
Macro, define-eq: Private macros
Macro, define-file-type: Private macros
Macro, define-float-fraction-conversion: Private macros
Macro, define-function-macros: Private macros
Macro, define-global-lexical: Public macros
Macro, define-instance: Public macros
Macro, define-instance-into-integral-string: Private macros
Macro, define-integer-conversions: Private macros
Macro, define-lisparray-specialization: Private macros
Macro, define-num-checked: Private macros
Macro, define-num-float: Private macros
Macro, define-num-wrapping: Private macros
Macro, define-ord: Private macros
Macro, define-reciprocable-float: Private macros
Macro, define-struct: Public macros
Macro, define-sxhash-hasher: Public macros
Macro, define-type: Public macros
Macro, defstdlib-package: Public macros
Macro, do: Public macros
Macro, fn: Public macros
Macro, for: Public macros
Macro, if: Public macros
Macro, integer-into-float: Private macros
Macro, integer-tryinto-float: Private macros
Macro, let: Public macros
Macro, lisp: Public macros
Macro, lisp-toplevel: Public macros
Macro, loop: Public macros
Macro, make: Public macros
Macro, make: Public macros
Macro, make: Public macros
Macro, make: Public macros
Macro, make-list: Public macros
Macro, match: Public macros
Macro, match1: Private macros
Macro, monomorphize: Public macros
Macro, nest: Public macros
Macro, or: Public macros
Macro, pipe: Public macros
Macro, progn: Public macros
Macro, repr: Public macros
Macro, return: Public macros
Macro, source-error: Public macros
Macro, specialize: Public macros
Macro, the: Public macros
Macro, to-boolean: Public macros
Macro, unless: Public macros
Macro, unreachable: Public macros
Macro, unreachable: Public macros
Macro, when: Public macros
Macro, while: Public macros
Macro, while-let: Public macros
Macro, with-context: Public macros
Macro, with-environment-updates: Private macros
Macro, with-parser-package: Private macros
Macro, with-pprint-variable-context: Public macros
Macro, with-pprint-variable-scope: Public macros
Macro, with-reader-context: Public macros
magnitude: Public ordinary functions
make: Public macros
make: Public macros
make: Public macros
make: Public macros
make: Public ordinary functions
make: Public ordinary functions
make-accessor: Public ordinary functions
make-action: Private ordinary functions
make-ambiguity: Private ordinary functions
make-ast-substitution: Public ordinary functions
make-attribute-monomorphize: Public ordinary functions
make-attribute-repr: Public ordinary functions
make-binding-list-actions: Private ordinary functions
make-candidate-manager: Public ordinary functions
make-cell-internal: Private ordinary functions
make-class-environment: Private ordinary functions
make-code-environment: Private ordinary functions
make-compile-candidate: Private ordinary functions
make-constructor: Public ordinary functions
make-constructor-entry: Public ordinary functions
make-constructor-environment: Private ordinary functions
make-cursor: Public ordinary functions
make-custom-hash-table: Public ordinary functions
make-default-actions: Private ordinary functions
make-default-constructor-environment: Private ordinary functions
make-default-environment: Public ordinary functions
make-default-type-environment: Private ordinary functions
make-defpackage: Public ordinary functions
make-environment: Private ordinary functions
make-environment-map: Private ordinary functions
make-environment-updater: Private ordinary functions
make-expression-result: Public standalone methods
make-field-definition: Private ordinary functions
make-function-entry: Private ordinary functions
make-function-env-entry: Public ordinary functions
make-function-environment: Private ordinary functions
make-function-table: Public ordinary functions
make-function-type: Public ordinary functions
make-function-type*: Public ordinary functions
make-fundep: Public ordinary functions
make-fundep: Public ordinary functions
make-fundep-entry: Private ordinary functions
make-fundep-environment: Private ordinary functions
make-global-environment: Private ordinary functions
make-hoist-point: Private ordinary functions
make-hoister: Public ordinary functions
make-identifier-src: Public ordinary functions
make-immutable-listmap: Public ordinary functions
make-immutable-map: Public ordinary functions
make-instance-environment: Private ordinary functions
make-instance-method-definition: Public ordinary functions
make-instance-method-definition: Public ordinary functions
make-keyword-src: Public ordinary functions
make-kfun: Public ordinary functions
make-kind-function*: Public ordinary functions
make-kstar: Private ordinary functions
make-ksubstitution: Public ordinary functions
make-kvariable: Public ordinary functions
make-kyvar: Public ordinary functions
make-list: Public macros
make-load-form: Public standalone methods
make-load-form: Public standalone methods
make-load-form: Public standalone methods
make-load-form: Public standalone methods
make-load-form: Public standalone methods
make-load-form: Public standalone methods
make-load-form: Public standalone methods
make-load-form: Public standalone methods
make-load-form: Public standalone methods
make-load-form: Public standalone methods
make-load-form: Public standalone methods
make-load-form: Public standalone methods
make-load-form: Public standalone methods
make-load-form: Public standalone methods
make-load-form: Public standalone methods
make-load-form: Public standalone methods
make-load-form: Public standalone methods
make-load-form: Public standalone methods
make-load-form: Public standalone methods
make-load-form: Public standalone methods
make-load-form: Public standalone methods
make-load-form: Public standalone methods
make-load-form: Public standalone methods
make-load-form: Public standalone methods
make-load-form: Public standalone methods
make-load-form: Public standalone methods
make-load-form: Public standalone methods
make-load-form: Public standalone methods
make-load-form: Public standalone methods
make-load-form: Public standalone methods
make-load-form: Public standalone methods
make-load-form: Public standalone methods
make-load-form: Public standalone methods
make-load-form: Public standalone methods
make-load-form: Public standalone methods
make-load-form: Public standalone methods
make-load-form: Public standalone methods
make-load-form: Public standalone methods
make-load-form: Public standalone methods
make-load-form: Public standalone methods
make-load-form: Public standalone methods
make-load-form: Public standalone methods
make-load-form: Public standalone methods
make-load-form: Public standalone methods
make-load-form: Public standalone methods
make-load-form: Public standalone methods
make-load-form: Public standalone methods
make-load-form: Public standalone methods
make-load-form: Public standalone methods
make-load-form: Public standalone methods
make-load-form: Public standalone methods
make-load-form: Public standalone methods
make-load-form: Public standalone methods
make-load-form: Public standalone methods
make-load-form: Public standalone methods
make-load-form: Public standalone methods
make-load-form: Public standalone methods
make-load-form: Public standalone methods
make-load-form: Public standalone methods
make-load-form: Public standalone methods
make-load-form: Public standalone methods
make-load-form: Public standalone methods
make-load-form: Public standalone methods
make-load-form: Public standalone methods
make-load-form: Public standalone methods
make-load-form: Public standalone methods
make-load-form: Public standalone methods
make-load-form: Public standalone methods
make-load-form: Public standalone methods
make-load-form: Public standalone methods
make-local-vars: Private ordinary functions
make-location: Public ordinary functions
make-map: Public ordinary functions
make-match-branch: Public ordinary functions
make-method-definition: Public ordinary functions
make-method-fun: Private ordinary functions
make-method-inline-environment: Private ordinary functions
make-name-entry: Public ordinary functions
make-name-environment: Private ordinary functions
make-node-abstraction: Public ordinary functions
make-node-abstraction: Public ordinary functions
make-node-abstraction: Public ordinary functions
make-node-accessor: Public ordinary functions
make-node-accessor: Public ordinary functions
make-node-and: Public ordinary functions
make-node-and: Public ordinary functions
make-node-application: Public ordinary functions
make-node-application: Public ordinary functions
make-node-application: Public ordinary functions
make-node-bind: Public ordinary functions
make-node-bind: Public ordinary functions
make-node-bind: Public ordinary functions
make-node-block: Public ordinary functions
make-node-body: Public ordinary functions
make-node-body: Public ordinary functions
make-node-break: Public ordinary functions
make-node-break: Public ordinary functions
make-node-break: Public ordinary functions
make-node-cond: Public ordinary functions
make-node-cond: Public ordinary functions
make-node-cond-clause: Public ordinary functions
make-node-cond-clause: Public ordinary functions
make-node-continue: Public ordinary functions
make-node-continue: Public ordinary functions
make-node-continue: Public ordinary functions
make-node-direct-application: Public ordinary functions
make-node-do: Public ordinary functions
make-node-do: Public ordinary functions
make-node-do-bind: Public ordinary functions
make-node-do-bind: Public ordinary functions
make-node-dynamic-extent: Public ordinary functions
make-node-field: Public ordinary functions
make-node-for: Public ordinary functions
make-node-for: Public ordinary functions
make-node-from-branches: Private ordinary functions
make-node-if: Public ordinary functions
make-node-if: Public ordinary functions
make-node-integer-literal: Public ordinary functions
make-node-integer-literal: Private ordinary functions
make-node-let: Public ordinary functions
make-node-let: Public ordinary functions
make-node-let: Public ordinary functions
make-node-let-binding: Public ordinary functions
make-node-let-binding: Public ordinary functions
make-node-let-declare: Public ordinary functions
make-node-lisp: Public ordinary functions
make-node-lisp: Public ordinary functions
make-node-lisp: Public ordinary functions
make-node-literal: Public ordinary functions
make-node-literal: Public ordinary functions
make-node-literal: Public ordinary functions
make-node-loop: Public ordinary functions
make-node-loop: Public ordinary functions
make-node-loop: Public ordinary functions
make-node-match: Public ordinary functions
make-node-match: Public ordinary functions
make-node-match: Public ordinary functions
make-node-match-branch: Public ordinary functions
make-node-match-branch: Public ordinary functions
make-node-or: Public ordinary functions
make-node-or: Public ordinary functions
make-node-progn: Public ordinary functions
make-node-progn: Public ordinary functions
make-node-return: Public ordinary functions
make-node-return: Public ordinary functions
make-node-return-from: Public ordinary functions
make-node-seq: Public ordinary functions
make-node-the: Public ordinary functions
make-node-unless: Public ordinary functions
make-node-unless: Public ordinary functions
make-node-variable: Public ordinary functions
make-node-variable: Public ordinary functions
make-node-variable: Public ordinary functions
make-node-when: Public ordinary functions
make-node-when: Public ordinary functions
make-node-while: Public ordinary functions
make-node-while: Public ordinary functions
make-node-while: Public ordinary functions
make-node-while-let: Public ordinary functions
make-node-while-let: Public ordinary functions
make-node-while-let: Public ordinary functions
make-partial-class: Private ordinary functions
make-partial-type-env: Public ordinary functions
make-pattern-constructor: Public ordinary functions
make-pattern-constructor: Public ordinary functions
make-pattern-constructor: Public ordinary functions
make-pattern-literal: Public ordinary functions
make-pattern-literal: Public ordinary functions
make-pattern-literal: Public ordinary functions
make-pattern-var: Public ordinary functions
make-pattern-var: Public ordinary functions
make-pattern-var: Public ordinary functions
make-pattern-wildcard: Public ordinary functions
make-pattern-wildcard: Public ordinary functions
make-pattern-wildcard: Public ordinary functions
make-printer-state: Private ordinary functions
make-program: Public ordinary functions
make-prologue: Private ordinary functions
make-qualified-ty: Public ordinary functions
make-qualified-ty: Public ordinary functions
make-queue-internal: Private ordinary functions
make-relaxed-node: Private ordinary functions
make-runtime-repr-instance: Private ordinary functions
make-source-error: Private ordinary functions
make-source-error-context: Public ordinary functions
make-source-error-help: Public ordinary functions
make-source-error-note: Public ordinary functions
make-source-error-resolved-note: Private ordinary functions
make-source-file: Public ordinary functions
make-source-name-environment: Private ordinary functions
make-source-string: Public ordinary functions
make-specialization-entry: Public ordinary functions
make-specialization-environment: Private ordinary functions
make-struct-entry: Public ordinary functions
make-struct-environment: Private ordinary functions
make-struct-field: Public ordinary functions
make-struct-field: Public ordinary functions
make-struct-or-class-field: Public ordinary functions
make-substitution: Public ordinary functions
make-tapp: Public ordinary functions
make-tapp: Public ordinary functions
make-tarjan-node: Private ordinary functions
make-tc-env: Public ordinary functions
make-tgen: Public ordinary functions
make-toplevel-declare: Public ordinary functions
make-toplevel-define: Public ordinary functions
make-toplevel-define: Public ordinary functions
make-toplevel-define-class: Public ordinary functions
make-toplevel-define-instance: Public ordinary functions
make-toplevel-define-instance: Public ordinary functions
make-toplevel-define-struct: Public ordinary functions
make-toplevel-define-type: Public ordinary functions
make-toplevel-lisp-form: Public ordinary functions
make-toplevel-package: Private ordinary functions
make-toplevel-specialize: Public ordinary functions
make-translation-unit: Public ordinary functions
make-traverse-block: Public ordinary functions
make-traverse-let-action-skipping-cons-bindings: Public ordinary functions
make-ty-class: Public ordinary functions
make-ty-class-instance: Public ordinary functions
make-ty-class-method: Public ordinary functions
make-ty-predicate: Public ordinary functions
make-ty-predicate: Public ordinary functions
make-ty-scheme: Public ordinary functions
make-tycon: Public ordinary functions
make-tycon: Public ordinary functions
make-type-definition: Public ordinary functions
make-type-entry: Public ordinary functions
make-type-environment: Private ordinary functions
make-tyvar: Public ordinary functions
make-tyvar: Public ordinary functions
make-uninitialized: Public ordinary functions
make-value-environment: Private ordinary functions
make-variable: Public ordinary functions
map: Public ordinary functions
map-err: Public ordinary functions
map-fst: Public ordinary functions
map-snd: Public ordinary functions
map-while!: Public ordinary functions
maphash-values-new: Public ordinary functions
mappair: Private ordinary functions
mappair/justkey-_0: Private generic functions
mappair/justkey-_0: Private generic functions
mappair/mappair-_0: Private generic functions
mappair/mappair-_0: Private generic functions
mappair/mappair-_1: Private generic functions
mappair/mappair-_1: Private generic functions
match: Public macros
match: Public generic functions
match: Public generic functions
match: Public generic functions
match: Public generic functions
match: Public generic functions
match-branch-body: Public ordinary functions
match-branch-p: Private ordinary functions
match-branch-pattern: Public ordinary functions
match-dynamic-extent-lift: Private ordinary functions
match-list: Public ordinary functions
match1: Private macros
max: Public ordinary functions
max!: Public ordinary functions
max-depth: Private ordinary functions
maxbound: Public ordinary functions
maximize-by!: Public ordinary functions
maximum: Public ordinary functions
maybe-def-p: Private ordinary functions
maybe-read-coalton: Private ordinary functions
maybe-read-form: Public ordinary functions
maybe-runtime-repr-instance: Private ordinary functions
mconcat: Public ordinary functions
member: Public ordinary functions
mempty: Public ordinary functions
merge: Public ordinary functions
merge: Public ordinary functions
merge: Public ordinary functions
merge-forms: Private ordinary functions
merge-substitution-lists: Public ordinary functions
message: Public generic functions
message: Public generic functions
message: Public generic functions
Method, (setf character-position): Private generic functions
Method, (setf class/alternative-alt): Private generic functions
Method, (setf class/alternative-empty): Private generic functions
Method, (setf class/alternative-super-0): Private generic functions
Method, (setf class/applicative-lifta2): Private generic functions
Method, (setf class/applicative-pure): Private generic functions
Method, (setf class/applicative-super-0): Private generic functions
Method, (setf class/bifunctor-bimap): Private generic functions
Method, (setf class/bits-and): Private generic functions
Method, (setf class/bits-not): Private generic functions
Method, (setf class/bits-or): Private generic functions
Method, (setf class/bits-shift): Private generic functions
Method, (setf class/bits-super-0): Private generic functions
Method, (setf class/bits-xor): Private generic functions
Method, (setf class/bounded-maxbound): Private generic functions
Method, (setf class/bounded-minbound): Private generic functions
Method, (setf class/complex-complex): Private generic functions
Method, (setf class/complex-imag-part): Private generic functions
Method, (setf class/complex-real-part): Private generic functions
Method, (setf class/complex-super-0): Private generic functions
Method, (setf class/default-default): Private generic functions
Method, (setf class/dividable-general/): Private generic functions
Method, (setf class/elementary-super-0): Private generic functions
Method, (setf class/elementary-super-1): Private generic functions
Method, (setf class/elementary-super-2): Private generic functions
Method, (setf class/elementary-super-3): Private generic functions
Method, (setf class/elementary-super-4): Private generic functions
Method, (setf class/eq-==): Private generic functions
Method, (setf class/exponentiable-ee): Private generic functions
Method, (setf class/exponentiable-exp): Private generic functions
Method, (setf class/exponentiable-ln): Private generic functions
Method, (setf class/exponentiable-log): Private generic functions
Method, (setf class/exponentiable-pow): Private generic functions
Method, (setf class/file-open): Private generic functions
Method, (setf class/file-read): Private generic functions
Method, (setf class/file-write): Private generic functions
Method, (setf class/foldable-fold): Private generic functions
Method, (setf class/foldable-foldr): Private generic functions
Method, (setf class/fromiterator-collect!): Private generic functions
Method, (setf class/functor-map): Private generic functions
Method, (setf class/hash-hash): Private generic functions
Method, (setf class/hash-super-0): Private generic functions
Method, (setf class/integral-super-0): Private generic functions
Method, (setf class/integral-super-1): Private generic functions
Method, (setf class/integral-tointeger): Private generic functions
Method, (setf class/into-into): Private generic functions
Method, (setf class/intoiterator-into-iter): Private generic functions
Method, (setf class/iso-super-0): Private generic functions
Method, (setf class/iso-super-1): Private generic functions
Method, (setf class/monad->>=): Private generic functions
Method, (setf class/monad-super-0): Private generic functions
Method, (setf class/monadfail-fail): Private generic functions
Method, (setf class/monadfail-super-0): Private generic functions
Method, (setf class/monoid-mempty): Private generic functions
Method, (setf class/monoid-super-0): Private generic functions
Method, (setf class/num-*): Private generic functions
Method, (setf class/num-+): Private generic functions
Method, (setf class/num--): Private generic functions
Method, (setf class/num-fromint): Private generic functions
Method, (setf class/num-super-0): Private generic functions
Method, (setf class/ord-<=>): Private generic functions
Method, (setf class/ord-super-0): Private generic functions
Method, (setf class/polar-phase): Private generic functions
Method, (setf class/polar-polar): Private generic functions
Method, (setf class/polar-super-0): Private generic functions
Method, (setf class/polar-super-1): Private generic functions
Method, (setf class/quantizable-ceiling): Private generic functions
Method, (setf class/quantizable-floor): Private generic functions
Method, (setf class/quantizable-proper): Private generic functions
Method, (setf class/radical-nth-root): Private generic functions
Method, (setf class/radical-sqrt): Private generic functions
Method, (setf class/randomaccess-length): Private generic functions
Method, (setf class/randomaccess-make): Private generic functions
Method, (setf class/randomaccess-readable?): Private generic functions
Method, (setf class/randomaccess-unsafe-aref): Private generic functions
Method, (setf class/randomaccess-unsafe-set!): Private generic functions
Method, (setf class/randomaccess-writable?): Private generic functions
Method, (setf class/rational-best-approx): Private generic functions
Method, (setf class/rational-super-0): Private generic functions
Method, (setf class/rational-super-1): Private generic functions
Method, (setf class/rational-to-fraction): Private generic functions
Method, (setf class/real-real-approx): Private generic functions
Method, (setf class/real-super-0): Private generic functions
Method, (setf class/real-super-1): Private generic functions
Method, (setf class/reciprocable-/): Private generic functions
Method, (setf class/reciprocable-reciprocal): Private generic functions
Method, (setf class/reciprocable-super-0): Private generic functions
Method, (setf class/remainder-div): Private generic functions
Method, (setf class/remainder-divmod): Private generic functions
Method, (setf class/remainder-mod): Private generic functions
Method, (setf class/remainder-quot): Private generic functions
Method, (setf class/remainder-quotrem): Private generic functions
Method, (setf class/remainder-rem): Private generic functions
Method, (setf class/remainder-super-0): Private generic functions
Method, (setf class/runtimerepr-runtime-repr): Private generic functions
Method, (setf class/semigroup-<>): Private generic functions
Method, (setf class/signalable-error): Private generic functions
Method, (setf class/sliceable-%length): Private generic functions
Method, (setf class/transfinite-infinite?): Private generic functions
Method, (setf class/transfinite-infinity): Private generic functions
Method, (setf class/transfinite-nan): Private generic functions
Method, (setf class/transfinite-nan?): Private generic functions
Method, (setf class/traversable-traverse): Private generic functions
Method, (setf class/trigonometric-acos): Private generic functions
Method, (setf class/trigonometric-asin): Private generic functions
Method, (setf class/trigonometric-atan): Private generic functions
Method, (setf class/trigonometric-cos): Private generic functions
Method, (setf class/trigonometric-pi): Private generic functions
Method, (setf class/trigonometric-sin): Private generic functions
Method, (setf class/trigonometric-tan): Private generic functions
Method, (setf class/tryinto-tryinto): Private generic functions
Method, (setf class/unwrappable-unwrap-or-else): Private generic functions
Method, (setf complex/%complex-_0): Private generic functions
Method, (setf complex/%complex-_1): Private generic functions
Method, (setf dual/dual-_0): Private generic functions
Method, (setf dual/dual-_1): Private generic functions
Method, (setf dyadic/dyadic-_0): Private generic functions
Method, (setf dyadic/dyadic-_1): Private generic functions
Method, (setf fileerror/fileerror-_0): Private generic functions
Method, (setf fileerror/lisperror-_0): Private generic functions
Method, (setf fileerror/patherror-_0): Private generic functions
Method, (setf fileerror/patherror-_1): Private generic functions
Method, (setf free/free-_0): Private generic functions
Method, (setf free/val-_0): Private generic functions
Method, (setf iterator/%iterator-_0): Private generic functions
Method, (setf iterator/%iterator-_1): Private generic functions
Method, (setf iteratorstacknode/expand-_0): Private generic functions
Method, (setf iteratorstacknode/yield-_0): Private generic functions
Method, (setf mappair/justkey-_0): Private generic functions
Method, (setf mappair/mappair-_0): Private generic functions
Method, (setf mappair/mappair-_1): Private generic functions
Method, (setf note-stack): Private generic functions
Method, (setf optional/some-_0): Private generic functions
Method, (setf profile/profile-_0): Private generic functions
Method, (setf profile/profile-_1): Private generic functions
Method, (setf profile/profile-_2): Private generic functions
Method, (setf profile/profile-_3): Private generic functions
Method, (setf quantization/quantization-_0): Private generic functions
Method, (setf quantization/quantization-_1): Private generic functions
Method, (setf quantization/quantization-_2): Private generic functions
Method, (setf quantization/quantization-_3): Private generic functions
Method, (setf quantization/quantization-_4): Private generic functions
Method, (setf result/err-_0): Private generic functions
Method, (setf result/ok-_0): Private generic functions
Method, (setf seq/leafarray-_0): Private generic functions
Method, (setf seq/relaxednode-_0): Private generic functions
Method, (setf seq/relaxednode-_1): Private generic functions
Method, (setf seq/relaxednode-_2): Private generic functions
Method, (setf seq/relaxednode-_3): Private generic functions
Method, (setf source-condition-err): Public generic functions
Method, (setf stream-file-position): Public standalone methods
Method, (setf streamoptions/bidirectional-_0): Private generic functions
Method, (setf streamoptions/bidirectional-_1): Private generic functions
Method, (setf streamoptions/input-_0): Private generic functions
Method, (setf streamoptions/output-_0): Private generic functions
Method, (setf streamoptions/output-_1): Private generic functions
Method, (setf too-many-arguments-arguments): Public generic functions
Method, (setf too-many-arguments-count): Public generic functions
Method, (setf too-many-arguments-function): Public generic functions
Method, (setf tree/branch-_0): Private generic functions
Method, (setf tree/branch-_1): Private generic functions
Method, (setf tree/branch-_2): Private generic functions
Method, (setf tree/branch-_3): Private generic functions
Method, (setf tuple/tuple-_0): Private generic functions
Method, (setf tuple/tuple-_1): Private generic functions
Method, (setf tuple3/tuple3-_0): Private generic functions
Method, (setf tuple3/tuple3-_1): Private generic functions
Method, (setf tuple3/tuple3-_2): Private generic functions
Method, (setf tuple4/tuple4-_0): Private generic functions
Method, (setf tuple4/tuple4-_1): Private generic functions
Method, (setf tuple4/tuple4-_2): Private generic functions
Method, (setf tuple4/tuple4-_3): Private generic functions
Method, (setf tuple5/tuple5-_0): Private generic functions
Method, (setf tuple5/tuple5-_1): Private generic functions
Method, (setf tuple5/tuple5-_2): Private generic functions
Method, (setf tuple5/tuple5-_3): Private generic functions
Method, (setf tuple5/tuple5-_4): Private generic functions
Method, (setf unread-characters): Private generic functions
Method, ambiguous-constraint-pred: Public generic functions
Method, apply-ksubstitution: Public generic functions
Method, apply-ksubstitution: Public generic functions
Method, apply-ksubstitution: Public generic functions
Method, apply-ksubstitution: Public generic functions
Method, apply-ksubstitution: Public generic functions
Method, apply-ksubstitution: Public generic functions
Method, apply-ksubstitution: Public generic functions
Method, apply-ksubstitution: Public generic functions
Method, apply-ksubstitution: Public generic functions
Method, apply-ksubstitution: Public generic functions
Method, apply-substitution: Public generic functions
Method, apply-substitution: Public generic functions
Method, apply-substitution: Public generic functions
Method, apply-substitution: Public generic functions
Method, apply-substitution: Public generic functions
Method, apply-substitution: Public generic functions
Method, apply-substitution: Public generic functions
Method, apply-substitution: Public generic functions
Method, apply-substitution: Public generic functions
Method, apply-substitution: Public generic functions
Method, apply-substitution: Public generic functions
Method, apply-substitution: Public generic functions
Method, apply-substitution: Public generic functions
Method, apply-substitution: Public generic functions
Method, apply-substitution: Public generic functions
Method, apply-substitution: Public generic functions
Method, apply-substitution: Public generic functions
Method, apply-substitution: Public generic functions
Method, apply-substitution: Public generic functions
Method, apply-substitution: Public generic functions
Method, apply-substitution: Public generic functions
Method, apply-substitution: Public generic functions
Method, apply-substitution: Public generic functions
Method, apply-substitution: Public generic functions
Method, apply-substitution: Public generic functions
Method, apply-substitution: Public generic functions
Method, apply-substitution: Public generic functions
Method, apply-substitution: Public generic functions
Method, apply-substitution: Public generic functions
Method, apply-substitution: Public generic functions
Method, apply-substitution: Public generic functions
Method, apply-substitution: Public generic functions
Method, apply-substitution: Public generic functions
Method, apply-substitution: Public generic functions
Method, apply-substitution: Public generic functions
Method, apply-substitution: Public generic functions
Method, apply-substitution: Public generic functions
Method, apply-substitution: Public generic functions
Method, apply-substitution: Public generic functions
Method, apply-substitution: Public generic functions
Method, apply-substitution: Public generic functions
Method, apply-substitution: Public generic functions
Method, apply-substitution: Public generic functions
Method, apply-substitution: Public generic functions
Method, apply-substitution: Public generic functions
Method, apply-substitution: Public generic functions
Method, apply-substitution: Public generic functions
Method, apply-substitution: Public generic functions
Method, apply-substitution: Public generic functions
Method, apply-substitution: Public generic functions
Method, apply-substitution: Public generic functions
Method, apply-substitution: Public generic functions
Method, apply-substitution: Public generic functions
Method, apply-substitution: Public generic functions
Method, attach-explicit-binding-type: Public generic functions
Method, attach-explicit-binding-type: Public generic functions
Method, attach-explicit-binding-type: Public generic functions
Method, binding-function-p: Public generic functions
Method, binding-function-p: Public generic functions
Method, binding-function-p: Public generic functions
Method, binding-last-node: Public generic functions
Method, binding-last-node: Public generic functions
Method, binding-last-node: Public generic functions
Method, binding-last-node: Public generic functions
Method, binding-last-node: Public generic functions
Method, binding-last-node: Public generic functions
Method, binding-name: Public generic functions
Method, binding-name: Public generic functions
Method, binding-name: Public generic functions
Method, binding-parameters: Public generic functions
Method, binding-parameters: Public generic functions
Method, binding-parameters: Public generic functions
Method, binding-parameters: Public generic functions
Method, binding-parameters: Public generic functions
Method, binding-parameters: Public generic functions
Method, binding-restricted-p: Public generic functions
Method, binding-restricted-p: Public generic functions
Method, binding-restricted-p: Public generic functions
Method, binding-toplevel-p: Public generic functions
Method, binding-toplevel-p: Public generic functions
Method, binding-toplevel-p: Public generic functions
Method, binding-type: Public generic functions
Method, binding-type: Public generic functions
Method, binding-type: Public generic functions
Method, binding-value: Public generic functions
Method, binding-value: Public generic functions
Method, binding-value: Public generic functions
Method, binding-value: Public generic functions
Method, binding-value: Public generic functions
Method, binding-value: Public generic functions
Method, build-typed-binding: Private generic functions
Method, build-typed-binding: Private generic functions
Method, build-typed-binding: Private generic functions
Method, character-position: Private generic functions
Method, check-for-var-matching-constructor: Private generic functions
Method, check-for-var-matching-constructor: Private generic functions
Method, check-for-var-matching-constructor: Private generic functions
Method, check-for-var-matching-constructor: Private generic functions
Method, class/alternative-alt: Private generic functions
Method, class/alternative-empty: Private generic functions
Method, class/alternative-super-0: Private generic functions
Method, class/applicative-lifta2: Private generic functions
Method, class/applicative-pure: Private generic functions
Method, class/applicative-super-0: Private generic functions
Method, class/bifunctor-bimap: Private generic functions
Method, class/bits-and: Private generic functions
Method, class/bits-not: Private generic functions
Method, class/bits-or: Private generic functions
Method, class/bits-shift: Private generic functions
Method, class/bits-super-0: Private generic functions
Method, class/bits-xor: Private generic functions
Method, class/bounded-maxbound: Private generic functions
Method, class/bounded-minbound: Private generic functions
Method, class/complex-complex: Private generic functions
Method, class/complex-imag-part: Private generic functions
Method, class/complex-real-part: Private generic functions
Method, class/complex-super-0: Private generic functions
Method, class/default-default: Private generic functions
Method, class/dividable-general/: Private generic functions
Method, class/elementary-super-0: Private generic functions
Method, class/elementary-super-1: Private generic functions
Method, class/elementary-super-2: Private generic functions
Method, class/elementary-super-3: Private generic functions
Method, class/elementary-super-4: Private generic functions
Method, class/eq-==: Private generic functions
Method, class/exponentiable-ee: Private generic functions
Method, class/exponentiable-exp: Private generic functions
Method, class/exponentiable-ln: Private generic functions
Method, class/exponentiable-log: Private generic functions
Method, class/exponentiable-pow: Private generic functions
Method, class/file-open: Private generic functions
Method, class/file-read: Private generic functions
Method, class/file-write: Private generic functions
Method, class/foldable-fold: Private generic functions
Method, class/foldable-foldr: Private generic functions
Method, class/fromiterator-collect!: Private generic functions
Method, class/functor-map: Private generic functions
Method, class/hash-hash: Private generic functions
Method, class/hash-super-0: Private generic functions
Method, class/integral-super-0: Private generic functions
Method, class/integral-super-1: Private generic functions
Method, class/integral-tointeger: Private generic functions
Method, class/into-into: Private generic functions
Method, class/intoiterator-into-iter: Private generic functions
Method, class/iso-super-0: Private generic functions
Method, class/iso-super-1: Private generic functions
Method, class/monad->>=: Private generic functions
Method, class/monad-super-0: Private generic functions
Method, class/monadfail-fail: Private generic functions
Method, class/monadfail-super-0: Private generic functions
Method, class/monoid-mempty: Private generic functions
Method, class/monoid-super-0: Private generic functions
Method, class/num-*: Private generic functions
Method, class/num-+: Private generic functions
Method, class/num--: Private generic functions
Method, class/num-fromint: Private generic functions
Method, class/num-super-0: Private generic functions
Method, class/ord-<=>: Private generic functions
Method, class/ord-super-0: Private generic functions
Method, class/polar-phase: Private generic functions
Method, class/polar-polar: Private generic functions
Method, class/polar-super-0: Private generic functions
Method, class/polar-super-1: Private generic functions
Method, class/quantizable-ceiling: Private generic functions
Method, class/quantizable-floor: Private generic functions
Method, class/quantizable-proper: Private generic functions
Method, class/radical-nth-root: Private generic functions
Method, class/radical-sqrt: Private generic functions
Method, class/randomaccess-length: Private generic functions
Method, class/randomaccess-make: Private generic functions
Method, class/randomaccess-readable?: Private generic functions
Method, class/randomaccess-unsafe-aref: Private generic functions
Method, class/randomaccess-unsafe-set!: Private generic functions
Method, class/randomaccess-writable?: Private generic functions
Method, class/rational-best-approx: Private generic functions
Method, class/rational-super-0: Private generic functions
Method, class/rational-super-1: Private generic functions
Method, class/rational-to-fraction: Private generic functions
Method, class/real-real-approx: Private generic functions
Method, class/real-super-0: Private generic functions
Method, class/real-super-1: Private generic functions
Method, class/reciprocable-/: Private generic functions
Method, class/reciprocable-reciprocal: Private generic functions
Method, class/reciprocable-super-0: Private generic functions
Method, class/remainder-div: Private generic functions
Method, class/remainder-divmod: Private generic functions
Method, class/remainder-mod: Private generic functions
Method, class/remainder-quot: Private generic functions
Method, class/remainder-quotrem: Private generic functions
Method, class/remainder-rem: Private generic functions
Method, class/remainder-super-0: Private generic functions
Method, class/runtimerepr-runtime-repr: Private generic functions
Method, class/semigroup-<>: Private generic functions
Method, class/signalable-error: Private generic functions
Method, class/sliceable-%length: Private generic functions
Method, class/transfinite-infinite?: Private generic functions
Method, class/transfinite-infinity: Private generic functions
Method, class/transfinite-nan: Private generic functions
Method, class/transfinite-nan?: Private generic functions
Method, class/traversable-traverse: Private generic functions
Method, class/trigonometric-acos: Private generic functions
Method, class/trigonometric-asin: Private generic functions
Method, class/trigonometric-atan: Private generic functions
Method, class/trigonometric-cos: Private generic functions
Method, class/trigonometric-pi: Private generic functions
Method, class/trigonometric-sin: Private generic functions
Method, class/trigonometric-tan: Private generic functions
Method, class/tryinto-tryinto: Private generic functions
Method, class/unwrappable-unwrap-or-else: Private generic functions
Method, coalton-bug-args: Private generic functions
Method, coalton-bug-reason: Private generic functions
Method, codegen-expression: Public generic functions
Method, codegen-expression: Public generic functions
Method, codegen-expression: Public generic functions
Method, codegen-expression: Public generic functions
Method, codegen-expression: Public generic functions
Method, codegen-expression: Public generic functions
Method, codegen-expression: Public generic functions
Method, codegen-expression: Public generic functions
Method, codegen-expression: Public generic functions
Method, codegen-expression: Public generic functions
Method, codegen-expression: Public generic functions
Method, codegen-expression: Public generic functions
Method, codegen-expression: Public generic functions
Method, codegen-expression: Public generic functions
Method, codegen-expression: Public generic functions
Method, codegen-expression: Public generic functions
Method, codegen-expression: Public generic functions
Method, codegen-expression: Public generic functions
Method, codegen-expression: Public generic functions
Method, codegen-pattern: Public generic functions
Method, codegen-pattern: Public generic functions
Method, codegen-pattern: Public generic functions
Method, codegen-pattern: Public generic functions
Method, collect-referenced-classes-generic%: Private generic functions
Method, collect-referenced-classes-generic%: Private generic functions
Method, collect-referenced-classes-generic%: Private generic functions
Method, collect-referenced-classes-generic%: Private generic functions
Method, collect-referenced-classes-generic%: Private generic functions
Method, collect-referenced-types-generic%: Private generic functions
Method, collect-referenced-types-generic%: Private generic functions
Method, collect-referenced-types-generic%: Private generic functions
Method, collect-referenced-types-generic%: Private generic functions
Method, collect-referenced-types-generic%: Private generic functions
Method, collect-referenced-types-generic%: Private generic functions
Method, collect-referenced-types-generic%: Private generic functions
Method, collect-referenced-types-generic%: Private generic functions
Method, collect-referenced-types-generic%: Private generic functions
Method, collect-type-variables-generic%: Private generic functions
Method, collect-type-variables-generic%: Private generic functions
Method, collect-type-variables-generic%: Private generic functions
Method, collect-type-variables-generic%: Private generic functions
Method, collect-type-variables-generic%: Private generic functions
Method, collect-type-variables-generic%: Private generic functions
Method, collect-type-variables-generic%: Private generic functions
Method, collect-type-variables-generic%: Private generic functions
Method, collect-type-variables-generic%: Private generic functions
Method, collect-variables-generic%: Private generic functions
Method, collect-variables-generic%: Private generic functions
Method, collect-variables-generic%: Private generic functions
Method, collect-variables-generic%: Private generic functions
Method, collect-variables-generic%: Private generic functions
Method, collect-variables-generic%: Private generic functions
Method, collect-variables-generic%: Private generic functions
Method, collect-variables-generic%: Private generic functions
Method, collect-variables-generic%: Private generic functions
Method, collect-variables-generic%: Private generic functions
Method, collect-variables-generic%: Private generic functions
Method, collect-variables-generic%: Private generic functions
Method, collect-variables-generic%: Private generic functions
Method, collect-variables-generic%: Private generic functions
Method, collect-variables-generic%: Private generic functions
Method, collect-variables-generic%: Private generic functions
Method, collect-variables-generic%: Private generic functions
Method, collect-variables-generic%: Private generic functions
Method, collect-variables-generic%: Private generic functions
Method, collect-variables-generic%: Private generic functions
Method, collect-variables-generic%: Private generic functions
Method, collect-variables-generic%: Private generic functions
Method, collect-variables-generic%: Private generic functions
Method, collect-variables-generic%: Private generic functions
Method, collect-variables-generic%: Private generic functions
Method, collect-variables-generic%: Private generic functions
Method, collect-variables-generic%: Private generic functions
Method, collect-variables-generic%: Private generic functions
Method, collect-variables-generic%: Private generic functions
Method, collect-variables-generic%: Private generic functions
Method, collect-variables-generic%: Private generic functions
Method, complex/%complex-_0: Private generic functions
Method, complex/%complex-_1: Private generic functions
Method, context: Private generic functions
Method, docstring: Public generic functions
Method, docstring: Public generic functions
Method, docstring: Public generic functions
Method, docstring: Public generic functions
Method, docstring: Public generic functions
Method, docstring: Public generic functions
Method, docstring: Public generic functions
Method, docstring: Public generic functions
Method, docstring: Public generic functions
Method, docstring: Public generic functions
Method, docstring: Public generic functions
Method, dual/dual-_0: Private generic functions
Method, dual/dual-_1: Private generic functions
Method, duplicate-key: Private generic functions
Method, dyadic/dyadic-_0: Private generic functions
Method, dyadic/dyadic-_1: Private generic functions
Method, file-offset: Private generic functions
Method, fileerror/fileerror-_0: Private generic functions
Method, fileerror/lisperror-_0: Private generic functions
Method, fileerror/patherror-_0: Private generic functions
Method, fileerror/patherror-_1: Private generic functions
Method, free/free-_0: Private generic functions
Method, free/val-_0: Private generic functions
Method, function-return-type: Public generic functions
Method, function-return-type: Public generic functions
Method, function-return-type: Public generic functions
Method, function-type-arguments: Public generic functions
Method, function-type-arguments: Public generic functions
Method, function-type-arguments: Public generic functions
Method, function-type-p: Public generic functions
Method, function-type-p: Public generic functions
Method, function-type-p: Public generic functions
Method, fundep-conflict-class: Private generic functions
Method, fundep-conflict-class-fundeps: Private generic functions
Method, fundep-conflict-class-vars: Private generic functions
Method, fundep-conflict-fundep: Private generic functions
Method, fundep-conflict-new-from-tys: Private generic functions
Method, fundep-conflict-new-pred: Private generic functions
Method, fundep-conflict-new-to-tys: Private generic functions
Method, fundep-conflict-old-from-tys: Private generic functions
Method, fundep-conflict-old-pred: Private generic functions
Method, fundep-conflict-old-to-tys: Private generic functions
Method, infer-expression-type: Public generic functions
Method, infer-expression-type: Public generic functions
Method, infer-expression-type: Public generic functions
Method, infer-expression-type: Public generic functions
Method, infer-expression-type: Public generic functions
Method, infer-expression-type: Public generic functions
Method, infer-expression-type: Public generic functions
Method, infer-expression-type: Public generic functions
Method, infer-expression-type: Public generic functions
Method, infer-expression-type: Public generic functions
Method, infer-expression-type: Public generic functions
Method, infer-expression-type: Public generic functions
Method, infer-expression-type: Public generic functions
Method, infer-expression-type: Public generic functions
Method, infer-expression-type: Public generic functions
Method, infer-expression-type: Public generic functions
Method, infer-expression-type: Public generic functions
Method, infer-expression-type: Public generic functions
Method, infer-expression-type: Public generic functions
Method, infer-expression-type: Public generic functions
Method, infer-expression-type: Public generic functions
Method, infer-expression-type: Public generic functions
Method, infer-expression-type: Public generic functions
Method, infer-expression-type: Public generic functions
Method, infer-expression-type: Public generic functions
Method, infer-expression-type: Public generic functions
Method, infer-expression-type: Public generic functions
Method, infer-expression-type: Public generic functions
Method, infer-expression-type: Public generic functions
Method, infer-pattern-type: Private generic functions
Method, infer-pattern-type: Private generic functions
Method, infer-pattern-type: Private generic functions
Method, infer-pattern-type: Private generic functions
Method, infer-type-kinds: Public generic functions
Method, infer-type-kinds: Public generic functions
Method, infer-type-kinds: Public generic functions
Method, infer-type-kinds: Public generic functions
Method, infinite-type-unification-error-type: Private generic functions
Method, initform-abstraction-p: Private generic functions
Method, initform-abstraction-p: Private generic functions
Method, initform-abstraction-p: Private generic functions
Method, initialize-instance: Public standalone methods
Method, inner-stream: Private generic functions
Method, input-name: Private generic functions
Method, instantiate: Public generic functions
Method, instantiate: Public generic functions
Method, instantiate: Public generic functions
Method, instantiate: Public generic functions
Method, instantiate: Public generic functions
Method, instantiate: Public generic functions
Method, iterator/%iterator-_0: Private generic functions
Method, iterator/%iterator-_1: Private generic functions
Method, iteratorstacknode/expand-_0: Private generic functions
Method, iteratorstacknode/yield-_0: Private generic functions
Method, kind-mismatch-error-kind: Private generic functions
Method, kind-mismatch-error-type: Private generic functions
Method, kind-of: Public generic functions
Method, kind-of: Public generic functions
Method, kind-of: Public generic functions
Method, kind-of: Public generic functions
Method, kind-of: Public generic functions
Method, kind-of: Public generic functions
Method, kind-variables-generic%: Public generic functions
Method, kind-variables-generic%: Public generic functions
Method, kind-variables-generic%: Public generic functions
Method, kind-variables-generic%: Public generic functions
Method, kind-variables-generic%: Public generic functions
Method, kind-variables-generic%: Public generic functions
Method, kind-variables-generic%: Public generic functions
Method, kind-variables-generic%: Public generic functions
Method, kind-variables-generic%: Public generic functions
Method, kind-variables-generic%: Public generic functions
Method, kmgu: Public generic functions
Method, kmgu: Public generic functions
Method, kmgu: Public generic functions
Method, kmgu: Public generic functions
Method, kmgu: Public generic functions
Method, kunify-error-kind2: Private generic functions
Method, kunify-errror-kind1: Private generic functions
Method, line-offsets: Private generic functions
Method, lisp-type: Public generic functions
Method, lisp-type: Public generic functions
Method, lisp-type: Public generic functions
Method, lisp-type: Public generic functions
Method, lisp-type: Public generic functions
Method, lisp-type: Public generic functions
Method, location: Public generic functions
Method, location: Public generic functions
Method, location: Public generic functions
Method, location: Public generic functions
Method, location: Public generic functions
Method, location: Public generic functions
Method, location: Public generic functions
Method, location: Public generic functions
Method, location: Public generic functions
Method, location: Public generic functions
Method, location: Public generic functions
Method, location: Public generic functions
Method, location: Public generic functions
Method, location: Public generic functions
Method, location: Public generic functions
Method, location: Public generic functions
Method, location: Public generic functions
Method, location: Public generic functions
Method, location: Public generic functions
Method, location: Public generic functions
Method, location: Public generic functions
Method, location: Public generic functions
Method, location: Public generic functions
Method, location: Public generic functions
Method, location: Public generic functions
Method, location: Public generic functions
Method, location: Public generic functions
Method, location: Public generic functions
Method, location: Public generic functions
Method, location: Public generic functions
Method, location: Public generic functions
Method, location: Public generic functions
Method, location: Public generic functions
Method, location: Public generic functions
Method, location: Public generic functions
Method, location: Public generic functions
Method, location: Public generic functions
Method, location: Public generic functions
Method, make-expression-result: Public standalone methods
Method, make-load-form: Public standalone methods
Method, make-load-form: Public standalone methods
Method, make-load-form: Public standalone methods
Method, make-load-form: Public standalone methods
Method, make-load-form: Public standalone methods
Method, make-load-form: Public standalone methods
Method, make-load-form: Public standalone methods
Method, make-load-form: Public standalone methods
Method, make-load-form: Public standalone methods
Method, make-load-form: Public standalone methods
Method, make-load-form: Public standalone methods
Method, make-load-form: Public standalone methods
Method, make-load-form: Public standalone methods
Method, make-load-form: Public standalone methods
Method, make-load-form: Public standalone methods
Method, make-load-form: Public standalone methods
Method, make-load-form: Public standalone methods
Method, make-load-form: Public standalone methods
Method, make-load-form: Public standalone methods
Method, make-load-form: Public standalone methods
Method, make-load-form: Public standalone methods
Method, make-load-form: Public standalone methods
Method, make-load-form: Public standalone methods
Method, make-load-form: Public standalone methods
Method, make-load-form: Public standalone methods
Method, make-load-form: Public standalone methods
Method, make-load-form: Public standalone methods
Method, make-load-form: Public standalone methods
Method, make-load-form: Public standalone methods
Method, make-load-form: Public standalone methods
Method, make-load-form: Public standalone methods
Method, make-load-form: Public standalone methods
Method, make-load-form: Public standalone methods
Method, make-load-form: Public standalone methods
Method, make-load-form: Public standalone methods
Method, make-load-form: Public standalone methods
Method, make-load-form: Public standalone methods
Method, make-load-form: Public standalone methods
Method, make-load-form: Public standalone methods
Method, make-load-form: Public standalone methods
Method, make-load-form: Public standalone methods
Method, make-load-form: Public standalone methods
Method, make-load-form: Public standalone methods
Method, make-load-form: Public standalone methods
Method, make-load-form: Public standalone methods
Method, make-load-form: Public standalone methods
Method, make-load-form: Public standalone methods
Method, make-load-form: Public standalone methods
Method, make-load-form: Public standalone methods
Method, make-load-form: Public standalone methods
Method, make-load-form: Public standalone methods
Method, make-load-form: Public standalone methods
Method, make-load-form: Public standalone methods
Method, make-load-form: Public standalone methods
Method, make-load-form: Public standalone methods
Method, make-load-form: Public standalone methods
Method, make-load-form: Public standalone methods
Method, make-load-form: Public standalone methods
Method, make-load-form: Public standalone methods
Method, make-load-form: Public standalone methods
Method, make-load-form: Public standalone methods
Method, make-load-form: Public standalone methods
Method, make-load-form: Public standalone methods
Method, make-load-form: Public standalone methods
Method, make-load-form: Public standalone methods
Method, make-load-form: Public standalone methods
Method, make-load-form: Public standalone methods
Method, make-load-form: Public standalone methods
Method, make-load-form: Public standalone methods
Method, make-load-form: Public standalone methods
Method, mappair/justkey-_0: Private generic functions
Method, mappair/mappair-_0: Private generic functions
Method, mappair/mappair-_1: Private generic functions
Method, match: Public generic functions
Method, match: Public generic functions
Method, match: Public generic functions
Method, match: Public generic functions
Method, message: Public generic functions
Method, message: Public generic functions
Method, mgu: Private generic functions
Method, mgu: Private generic functions
Method, mgu: Private generic functions
Method, mgu: Private generic functions
Method, mgu: Private generic functions
Method, note-stack: Private generic functions
Method, note-type: Private generic functions
Method, notes: Private generic functions
Method, optional/some-_0: Private generic functions
Method, original-name: Private generic functions
Method, overlapping-instance-error-inst1: Public generic functions
Method, overlapping-instance-error-inst2: Public generic functions
Method, overlapping-specialization-error-existing: Public generic functions
Method, overlapping-specialization-error-new: Public generic functions
Method, pattern-variables-generic%: Private generic functions
Method, pattern-variables-generic%: Private generic functions
Method, pattern-variables-generic%: Private generic functions
Method, pattern-variables-generic%: Private generic functions
Method, pattern-variables-generic%: Private generic functions
Method, pattern-variables-generic%: Private generic functions
Method, pattern-variables-generic%: Private generic functions
Method, pattern-variables-generic%: Private generic functions
Method, pattern-variables-generic%: Private generic functions
Method, pattern-variables-generic%: Private generic functions
Method, pattern-variables-generic%: Private generic functions
Method, pattern-variables-generic%: Private generic functions
Method, pattern-variables-generic%: Private generic functions
Method, pattern-variables-generic%: Private generic functions
Method, print-object: Public standalone methods
Method, print-object: Public standalone methods
Method, print-object: Public standalone methods
Method, print-object: Public standalone methods
Method, print-object: Public standalone methods
Method, print-object: Public standalone methods
Method, print-object: Public standalone methods
Method, print-object: Public standalone methods
Method, print-object: Public standalone methods
Method, print-object: Public standalone methods
Method, print-object: Public standalone methods
Method, print-object: Public standalone methods
Method, print-object: Public standalone methods
Method, print-object: Public standalone methods
Method, print-object: Public standalone methods
Method, print-object: Public standalone methods
Method, print-object: Public standalone methods
Method, print-object: Public standalone methods
Method, print-object: Public standalone methods
Method, print-object: Public standalone methods
Method, print-object: Public standalone methods
Method, print-object: Public standalone methods
Method, print-object: Public standalone methods
Method, print-object: Public standalone methods
Method, print-object: Public standalone methods
Method, print-object: Public standalone methods
Method, print-object: Public standalone methods
Method, print-object: Public standalone methods
Method, print-object: Public standalone methods
Method, print-object: Public standalone methods
Method, print-object: Public standalone methods
Method, print-object: Public standalone methods
Method, print-object: Public standalone methods
Method, print-object: Public standalone methods
Method, print-object: Public standalone methods
Method, print-object: Public standalone methods
Method, print-object: Public standalone methods
Method, print-object: Public standalone methods
Method, print-object: Public standalone methods
Method, print-object: Public standalone methods
Method, print-object: Public standalone methods
Method, print-object: Public standalone methods
Method, print-object: Public standalone methods
Method, print-object: Public standalone methods
Method, print-object: Public standalone methods
Method, print-object: Public standalone methods
Method, print-object: Public standalone methods
Method, print-object: Public standalone methods
Method, print-object: Public standalone methods
Method, print-object: Public standalone methods
Method, print-object: Public standalone methods
Method, print-pattern: Private generic functions
Method, print-pattern: Private generic functions
Method, profile/profile-_0: Private generic functions
Method, profile/profile-_1: Private generic functions
Method, profile/profile-_2: Private generic functions
Method, profile/profile-_3: Private generic functions
Method, quantization/quantization-_0: Private generic functions
Method, quantization/quantization-_1: Private generic functions
Method, quantization/quantization-_2: Private generic functions
Method, quantization/quantization-_3: Private generic functions
Method, quantization/quantization-_4: Private generic functions
Method, remove-source-info: Public generic functions
Method, remove-source-info: Public generic functions
Method, remove-source-info: Public generic functions
Method, rename-type-variables-generic%: Private generic functions
Method, rename-type-variables-generic%: Private generic functions
Method, rename-type-variables-generic%: Private generic functions
Method, rename-type-variables-generic%: Private generic functions
Method, rename-type-variables-generic%: Private generic functions
Method, rename-type-variables-generic%: Private generic functions
Method, rename-type-variables-generic%: Private generic functions
Method, rename-type-variables-generic%: Private generic functions
Method, rename-type-variables-generic%: Private generic functions
Method, rename-type-variables-generic%: Private generic functions
Method, rename-type-variables-generic%: Private generic functions
Method, rename-type-variables-generic%: Private generic functions
Method, rename-type-variables-generic%: Private generic functions
Method, rename-type-variables-generic%: Private generic functions
Method, rename-variables-generic%: Private generic functions
Method, rename-variables-generic%: Private generic functions
Method, rename-variables-generic%: Private generic functions
Method, rename-variables-generic%: Private generic functions
Method, rename-variables-generic%: Private generic functions
Method, rename-variables-generic%: Private generic functions
Method, rename-variables-generic%: Private generic functions
Method, rename-variables-generic%: Private generic functions
Method, rename-variables-generic%: Private generic functions
Method, rename-variables-generic%: Private generic functions
Method, rename-variables-generic%: Private generic functions
Method, rename-variables-generic%: Private generic functions
Method, rename-variables-generic%: Private generic functions
Method, rename-variables-generic%: Private generic functions
Method, rename-variables-generic%: Private generic functions
Method, rename-variables-generic%: Private generic functions
Method, rename-variables-generic%: Private generic functions
Method, rename-variables-generic%: Private generic functions
Method, rename-variables-generic%: Private generic functions
Method, rename-variables-generic%: Private generic functions
Method, rename-variables-generic%: Private generic functions
Method, rename-variables-generic%: Private generic functions
Method, rename-variables-generic%: Private generic functions
Method, rename-variables-generic%: Private generic functions
Method, rename-variables-generic%: Private generic functions
Method, rename-variables-generic%: Private generic functions
Method, rename-variables-generic%: Private generic functions
Method, rename-variables-generic%: Private generic functions
Method, rename-variables-generic%: Private generic functions
Method, rename-variables-generic%: Private generic functions
Method, rename-variables-generic%: Private generic functions
Method, rename-variables-generic%: Private generic functions
Method, rename-variables-generic%: Private generic functions
Method, rename-variables-generic%: Private generic functions
Method, rename-variables-generic%: Private generic functions
Method, rename-variables-generic%: Private generic functions
Method, rename-variables-generic%: Private generic functions
Method, rename-variables-generic%: Private generic functions
Method, rename-variables-generic%: Private generic functions
Method, rename-variables-generic%: Private generic functions
Method, rename-variables-generic%: Private generic functions
Method, replace-function: Private generic functions
Method, result/err-_0: Private generic functions
Method, result/ok-_0: Private generic functions
Method, seq/leafarray-_0: Private generic functions
Method, seq/relaxednode-_0: Private generic functions
Method, seq/relaxednode-_1: Private generic functions
Method, seq/relaxednode-_2: Private generic functions
Method, seq/relaxednode-_3: Private generic functions
Method, severity: Private generic functions
Method, severity: Private generic functions
Method, source-available-p: Public generic functions
Method, source-available-p: Public generic functions
Method, source-condition-err: Public generic functions
Method, source-name: Public generic functions
Method, source-name: Public generic functions
Method, source-stream: Public generic functions
Method, source-stream: Public generic functions
Method, source-stream: Public generic functions
Method, source-string: Private generic functions
Method, stream-file-position: Public standalone methods
Method, stream-read-char: Public standalone methods
Method, stream-read-char-no-hang: Public standalone methods
Method, stream-unread-char: Public standalone methods
Method, streamoptions/bidirectional-_0: Private generic functions
Method, streamoptions/bidirectional-_1: Private generic functions
Method, streamoptions/input-_0: Private generic functions
Method, streamoptions/output-_0: Private generic functions
Method, streamoptions/output-_1: Private generic functions
Method, to-scheme: Public generic functions
Method, to-scheme: Public generic functions
Method, too-many-arguments-arguments: Public generic functions
Method, too-many-arguments-count: Public generic functions
Method, too-many-arguments-function: Public generic functions
Method, translate-expression: Public generic functions
Method, translate-expression: Public generic functions
Method, translate-expression: Public generic functions
Method, translate-expression: Public generic functions
Method, translate-expression: Public generic functions
Method, translate-expression: Public generic functions
Method, translate-expression: Public generic functions
Method, translate-expression: Public generic functions
Method, translate-expression: Public generic functions
Method, translate-expression: Public generic functions
Method, translate-expression: Public generic functions
Method, translate-expression: Public generic functions
Method, translate-expression: Public generic functions
Method, translate-expression: Public generic functions
Method, translate-expression: Public generic functions
Method, translate-expression: Public generic functions
Method, translate-expression: Public generic functions
Method, translate-expression: Public generic functions
Method, translate-expression: Public generic functions
Method, translate-expression: Public generic functions
Method, translate-expression: Public generic functions
Method, translate-expression: Public generic functions
Method, translate-expression: Public generic functions
Method, translate-expression: Public generic functions
Method, translate-expression: Public generic functions
Method, translate-pattern: Private generic functions
Method, translate-pattern: Private generic functions
Method, translate-pattern: Private generic functions
Method, translate-pattern: Private generic functions
Method, traverse: Public generic functions
Method, traverse: Public generic functions
Method, traverse: Public generic functions
Method, traverse: Public generic functions
Method, traverse: Public generic functions
Method, traverse: Public generic functions
Method, traverse: Public generic functions
Method, traverse: Public generic functions
Method, traverse: Public generic functions
Method, traverse: Public generic functions
Method, traverse: Public generic functions
Method, traverse: Public generic functions
Method, traverse: Public generic functions
Method, traverse: Public generic functions
Method, traverse: Public generic functions
Method, traverse: Public generic functions
Method, traverse: Public generic functions
Method, traverse: Public generic functions
Method, traverse: Public generic functions
Method, traverse: Public generic functions
Method, traverse: Public generic functions
Method, traverse: Public generic functions
Method, traverse: Public generic functions
Method, traverse: Public generic functions
Method, traverse: Public generic functions
Method, traverse: Public generic functions
Method, traverse: Public generic functions
Method, traverse: Public generic functions
Method, traverse: Public generic functions
Method, traverse: Public generic functions
Method, traverse: Public generic functions
Method, tree/branch-_0: Private generic functions
Method, tree/branch-_1: Private generic functions
Method, tree/branch-_2: Private generic functions
Method, tree/branch-_3: Private generic functions
Method, tuple/tuple-_0: Private generic functions
Method, tuple/tuple-_1: Private generic functions
Method, tuple3/tuple3-_0: Private generic functions
Method, tuple3/tuple3-_1: Private generic functions
Method, tuple3/tuple3-_2: Private generic functions
Method, tuple4/tuple4-_0: Private generic functions
Method, tuple4/tuple4-_1: Private generic functions
Method, tuple4/tuple4-_2: Private generic functions
Method, tuple4/tuple4-_3: Private generic functions
Method, tuple5/tuple5-_0: Private generic functions
Method, tuple5/tuple5-_1: Private generic functions
Method, tuple5/tuple5-_2: Private generic functions
Method, tuple5/tuple5-_3: Private generic functions
Method, tuple5/tuple5-_4: Private generic functions
Method, type-application-error-argument: Private generic functions
Method, type-application-error-type: Private generic functions
Method, type-constructors-generic%: Private generic functions
Method, type-constructors-generic%: Private generic functions
Method, type-constructors-generic%: Private generic functions
Method, type-constructors-generic%: Private generic functions
Method, type-definition-ctor-field-types: Public generic functions
Method, type-definition-ctor-field-types: Public generic functions
Method, type-definition-ctor-name: Public generic functions
Method, type-definition-ctor-name: Public generic functions
Method, type-definition-ctors: Public generic functions
Method, type-definition-ctors: Public generic functions
Method, type-definition-name: Public generic functions
Method, type-definition-name: Public generic functions
Method, type-definition-repr: Public generic functions
Method, type-definition-repr: Public generic functions
Method, type-definition-vars: Public generic functions
Method, type-definition-vars: Public generic functions
Method, type-kind-mismatch-error-type1: Private generic functions
Method, type-kind-mismatch-error-type2: Private generic functions
Method, type-variables: Public generic functions
Method, type-variables: Public generic functions
Method, type-variables: Public generic functions
Method, type-variables: Public generic functions
Method, type-variables: Public generic functions
Method, type-variables: Public generic functions
Method, type-variables: Public generic functions
Method, type-variables: Public generic functions
Method, type-variables: Public generic functions
Method, type-variables: Public generic functions
Method, type-variables: Public generic functions
Method, type-variables: Public generic functions
Method, type-variables: Public generic functions
Method, type-variables: Public generic functions
Method, type-variables: Public generic functions
Method, type-variables: Public generic functions
Method, typecheck-node: Public generic functions
Method, typecheck-node: Public generic functions
Method, typecheck-node: Public generic functions
Method, typecheck-node: Public generic functions
Method, typecheck-node: Public generic functions
Method, typecheck-node: Public generic functions
Method, typecheck-node: Public generic functions
Method, typecheck-node: Public generic functions
Method, typecheck-node: Public generic functions
Method, typecheck-node: Public generic functions
Method, typecheck-node: Public generic functions
Method, typecheck-node: Public generic functions
Method, typecheck-node: Public generic functions
Method, typecheck-node: Public generic functions
Method, typecheck-node: Public generic functions
Method, typecheck-node: Public generic functions
Method, typecheck-node: Public generic functions
Method, typecheck-node: Public generic functions
Method, typecheck-node: Public generic functions
Method, typecheck-node: Public generic functions
Method, unification-error-pred1: Private generic functions
Method, unification-error-pred2: Private generic functions
Method, unification-error-type1: Private generic functions
Method, unification-error-type2: Private generic functions
Method, unread-characters: Private generic functions
method-definition-docstring: Private ordinary functions
method-definition-list-p: Private ordinary functions
method-definition-location: Private ordinary functions
method-definition-name: Public ordinary functions
method-definition-p: Private ordinary functions
method-definition-type: Public ordinary functions
method-inline-environment-data: Private ordinary functions
method-inline-environment-p: Private ordinary functions
mgu: Private generic functions
mgu: Private generic functions
mgu: Private generic functions
mgu: Private generic functions
mgu: Private generic functions
mgu: Private generic functions
min: Public ordinary functions
min!: Public ordinary functions
minbound: Public ordinary functions
minimize-by!: Public ordinary functions
minimum: Public ordinary functions
mkfraction: Public ordinary functions
mod: Public ordinary functions
monomorphize: Public macros
monomorphize: Public ordinary functions
msum: Public ordinary functions
multiline-p: Private ordinary functions

N
name-entry-docstring: Private ordinary functions
name-entry-location: Private ordinary functions
name-entry-name: Public ordinary functions
name-entry-p: Private ordinary functions
name-entry-type: Public ordinary functions
name-environment-data: Private ordinary functions
name-environment-p: Private ordinary functions
nan: Public ordinary functions
nan?: Public ordinary functions
negate: Public ordinary functions
negative-infinity: Public ordinary functions
negative?: Public ordinary functions
nest: Public macros
new: Public ordinary functions
new: Public ordinary functions
new: Public ordinary functions
new: Public ordinary functions
new: Public ordinary functions
new: Public ordinary functions
new: Public ordinary functions
next: Public ordinary functions
next!: Public ordinary functions
next-pprint-variable: Public ordinary functions
next-pprint-variable-as-tvar: Public ordinary functions
next-symbol: Public ordinary functions
node-abstraction-body: Public ordinary functions
node-abstraction-body: Public ordinary functions
node-abstraction-location: Private ordinary functions
node-abstraction-location: Private ordinary functions
node-abstraction-p: Public ordinary functions
node-abstraction-p: Public ordinary functions
node-abstraction-p: Public ordinary functions
node-abstraction-params: Public ordinary functions
node-abstraction-params: Public ordinary functions
node-abstraction-subexpr: Public ordinary functions
node-abstraction-type: Private ordinary functions
node-abstraction-type: Private ordinary functions
node-abstraction-vars: Public ordinary functions
node-accessor-location: Private ordinary functions
node-accessor-location: Private ordinary functions
node-accessor-name: Public ordinary functions
node-accessor-name: Public ordinary functions
node-accessor-p: Private ordinary functions
node-accessor-p: Private ordinary functions
node-accessor-type: Private ordinary functions
node-and-location: Private ordinary functions
node-and-location: Private ordinary functions
node-and-nodes: Public ordinary functions
node-and-nodes: Public ordinary functions
node-and-p: Private ordinary functions
node-and-p: Private ordinary functions
node-and-type: Private ordinary functions
node-application-location: Private ordinary functions
node-application-location: Private ordinary functions
node-application-p: Public ordinary functions
node-application-p: Private ordinary functions
node-application-p: Private ordinary functions
node-application-rands: Public ordinary functions
node-application-rands: Public ordinary functions
node-application-rands: Public ordinary functions
node-application-rator: Public ordinary functions
node-application-rator: Public ordinary functions
node-application-rator: Public ordinary functions
node-application-type: Private ordinary functions
node-application-type: Private ordinary functions
node-bind-body: Public ordinary functions
node-bind-expr: Public ordinary functions
node-bind-expr: Public ordinary functions
node-bind-expr: Public ordinary functions
node-bind-location: Private ordinary functions
node-bind-location: Private ordinary functions
node-bind-name: Public ordinary functions
node-bind-p: Private ordinary functions
node-bind-p: Private ordinary functions
node-bind-p: Private ordinary functions
node-bind-pattern: Public ordinary functions
node-bind-pattern: Public ordinary functions
node-bind-type: Private ordinary functions
node-binding-sccs: Public ordinary functions
node-block-body: Public ordinary functions
node-block-name: Public ordinary functions
node-block-p: Private ordinary functions
node-block-type: Private ordinary functions
node-body-element-list-p: Private ordinary functions
node-body-element-list-p: Private ordinary functions
node-body-element-p: Private ordinary functions
node-body-element-p: Private ordinary functions
node-body-last-node: Public ordinary functions
node-body-last-node: Public ordinary functions
node-body-nodes: Public ordinary functions
node-body-nodes: Public ordinary functions
node-body-p: Private ordinary functions
node-body-p: Private ordinary functions
node-break-label: Public ordinary functions
node-break-label: Public ordinary functions
node-break-label: Public ordinary functions
node-break-location: Private ordinary functions
node-break-location: Private ordinary functions
node-break-p: Private ordinary functions
node-break-p: Private ordinary functions
node-break-p: Private ordinary functions
node-break-type: Private ordinary functions
node-break-type: Private ordinary functions
node-can-be-propagated: Private ordinary functions
node-cond-clause-body: Public ordinary functions
node-cond-clause-body: Public ordinary functions
node-cond-clause-expr: Public ordinary functions
node-cond-clause-expr: Public ordinary functions
node-cond-clause-list-p: Private ordinary functions
node-cond-clause-list-p: Private ordinary functions
node-cond-clause-location: Private ordinary functions
node-cond-clause-location: Private ordinary functions
node-cond-clause-p: Private ordinary functions
node-cond-clause-p: Private ordinary functions
node-cond-clauses: Public ordinary functions
node-cond-clauses: Public ordinary functions
node-cond-location: Private ordinary functions
node-cond-location: Private ordinary functions
node-cond-p: Private ordinary functions
node-cond-p: Private ordinary functions
node-cond-type: Private ordinary functions
node-continue-label: Public ordinary functions
node-continue-label: Public ordinary functions
node-continue-label: Public ordinary functions
node-continue-location: Private ordinary functions
node-continue-location: Private ordinary functions
node-continue-p: Private ordinary functions
node-continue-p: Private ordinary functions
node-continue-p: Private ordinary functions
node-continue-type: Private ordinary functions
node-continue-type: Private ordinary functions
node-direct-application-p: Public ordinary functions
node-direct-application-rands: Public ordinary functions
node-direct-application-rator: Public ordinary functions
node-direct-application-rator-type: Public ordinary functions
node-direct-application-type: Private ordinary functions
node-do-bind-expr: Public ordinary functions
node-do-bind-expr: Public ordinary functions
node-do-bind-location: Private ordinary functions
node-do-bind-location: Private ordinary functions
node-do-bind-p: Private ordinary functions
node-do-bind-p: Private ordinary functions
node-do-bind-pattern: Public ordinary functions
node-do-bind-pattern: Public ordinary functions
node-do-body-element-list-p: Private ordinary functions
node-do-body-element-list-p: Private ordinary functions
node-do-body-element-p: Private ordinary functions
node-do-body-element-p: Private ordinary functions
node-do-last-node: Public ordinary functions
node-do-last-node: Public ordinary functions
node-do-location: Private ordinary functions
node-do-location: Private ordinary functions
node-do-nodes: Public ordinary functions
node-do-nodes: Public ordinary functions
node-do-p: Private ordinary functions
node-do-p: Private ordinary functions
node-do-type: Private ordinary functions
node-dynamic-extent-body: Public ordinary functions
node-dynamic-extent-name: Public ordinary functions
node-dynamic-extent-node: Public ordinary functions
node-dynamic-extent-p: Private ordinary functions
node-dynamic-extent-type: Private ordinary functions
node-field-dict: Public ordinary functions
node-field-name: Public ordinary functions
node-field-p: Public ordinary functions
node-field-type: Private ordinary functions
node-for-body: Public ordinary functions
node-for-body: Public ordinary functions
node-for-expr: Public ordinary functions
node-for-expr: Public ordinary functions
node-for-label: Public ordinary functions
node-for-label: Public ordinary functions
node-for-location: Private ordinary functions
node-for-location: Private ordinary functions
node-for-p: Private ordinary functions
node-for-p: Private ordinary functions
node-for-pattern: Public ordinary functions
node-for-pattern: Public ordinary functions
node-for-type: Private ordinary functions
node-free-p: Public ordinary functions
node-if-else: Public ordinary functions
node-if-else: Public ordinary functions
node-if-expr: Public ordinary functions
node-if-expr: Public ordinary functions
node-if-location: Private ordinary functions
node-if-location: Private ordinary functions
node-if-p: Private ordinary functions
node-if-p: Private ordinary functions
node-if-then: Public ordinary functions
node-if-then: Public ordinary functions
node-if-type: Private ordinary functions
node-integer-literal-location: Private ordinary functions
node-integer-literal-location: Private ordinary functions
node-integer-literal-p: Private ordinary functions
node-integer-literal-p: Private ordinary functions
node-integer-literal-type: Private ordinary functions
node-integer-literal-value: Public ordinary functions
node-integer-literal-value: Public ordinary functions
node-let-binding-list-p: Private ordinary functions
node-let-binding-list-p: Private ordinary functions
node-let-binding-location: Private ordinary functions
node-let-binding-location: Private ordinary functions
node-let-binding-name: Public ordinary functions
node-let-binding-name: Public ordinary functions
node-let-binding-p: Private ordinary functions
node-let-binding-p: Private ordinary functions
node-let-binding-value: Public ordinary functions
node-let-binding-value: Public ordinary functions
node-let-bindings: Public ordinary functions
node-let-bindings: Public ordinary functions
node-let-bindings: Public ordinary functions
node-let-body: Public ordinary functions
node-let-body: Public ordinary functions
node-let-declare-list-p: Private ordinary functions
node-let-declare-location: Private ordinary functions
node-let-declare-name: Public ordinary functions
node-let-declare-p: Private ordinary functions
node-let-declare-type: Public ordinary functions
node-let-declares: Public ordinary functions
node-let-location: Private ordinary functions
node-let-location: Private ordinary functions
node-let-p: Public ordinary functions
node-let-p: Private ordinary functions
node-let-p: Private ordinary functions
node-let-subexpr: Public ordinary functions
node-let-type: Private ordinary functions
node-let-type: Private ordinary functions
node-lisp-body: Public ordinary functions
node-lisp-body: Public ordinary functions
node-lisp-form: Public ordinary functions
node-lisp-location: Private ordinary functions
node-lisp-location: Private ordinary functions
node-lisp-p: Public ordinary functions
node-lisp-p: Private ordinary functions
node-lisp-p: Private ordinary functions
node-lisp-type: Public ordinary functions
node-lisp-type: Public ordinary functions
node-lisp-type: Private ordinary functions
node-lisp-var-names: Public ordinary functions
node-lisp-var-names: Public ordinary functions
node-lisp-vars: Public ordinary functions
node-lisp-vars: Public ordinary functions
node-lisp-vars: Public ordinary functions
node-list-p: Private ordinary functions
node-list-p: Private ordinary functions
node-list-p: Private ordinary functions
node-literal-location: Private ordinary functions
node-literal-location: Private ordinary functions
node-literal-p: Public ordinary functions
node-literal-p: Private ordinary functions
node-literal-p: Private ordinary functions
node-literal-type: Private ordinary functions
node-literal-type: Private ordinary functions
node-literal-value: Public ordinary functions
node-literal-value: Public ordinary functions
node-literal-value: Public ordinary functions
node-location: Private ordinary functions
node-location: Private ordinary functions
node-loop-body: Public ordinary functions
node-loop-body: Public ordinary functions
node-loop-body: Public ordinary functions
node-loop-label: Public ordinary functions
node-loop-label: Public ordinary functions
node-loop-label: Public ordinary functions
node-loop-location: Private ordinary functions
node-loop-location: Private ordinary functions
node-loop-p: Private ordinary functions
node-loop-p: Private ordinary functions
node-loop-p: Private ordinary functions
node-loop-type: Private ordinary functions
node-loop-type: Private ordinary functions
node-match-branch-body: Public ordinary functions
node-match-branch-body: Public ordinary functions
node-match-branch-list-p: Private ordinary functions
node-match-branch-list-p: Private ordinary functions
node-match-branch-location: Private ordinary functions
node-match-branch-location: Private ordinary functions
node-match-branch-p: Private ordinary functions
node-match-branch-p: Private ordinary functions
node-match-branch-pattern: Public ordinary functions
node-match-branch-pattern: Public ordinary functions
node-match-branches: Public ordinary functions
node-match-branches: Public ordinary functions
node-match-branches: Public ordinary functions
node-match-expr: Public ordinary functions
node-match-expr: Public ordinary functions
node-match-expr: Public ordinary functions
node-match-location: Private ordinary functions
node-match-location: Private ordinary functions
node-match-p: Private ordinary functions
node-match-p: Private ordinary functions
node-match-p: Private ordinary functions
node-match-type: Private ordinary functions
node-match-type: Private ordinary functions
node-or-location: Private ordinary functions
node-or-location: Private ordinary functions
node-or-nodes: Public ordinary functions
node-or-nodes: Public ordinary functions
node-or-p: Private ordinary functions
node-or-p: Private ordinary functions
node-or-type: Private ordinary functions
node-p: Private ordinary functions
node-p: Private ordinary functions
node-p: Private ordinary functions
node-progn-body: Public ordinary functions
node-progn-body: Public ordinary functions
node-progn-location: Private ordinary functions
node-progn-location: Private ordinary functions
node-progn-p: Private ordinary functions
node-progn-p: Private ordinary functions
node-progn-type: Private ordinary functions
node-rands: Public ordinary functions
node-rator-name: Public ordinary functions
node-rator-type: Public ordinary functions
node-return-expr: Public ordinary functions
node-return-expr: Public ordinary functions
node-return-from-expr: Public ordinary functions
node-return-from-name: Public ordinary functions
node-return-from-p: Private ordinary functions
node-return-from-type: Private ordinary functions
node-return-info-list-p: Private ordinary functions
node-return-info-p: Private ordinary functions
node-return-location: Private ordinary functions
node-return-location: Private ordinary functions
node-return-p: Private ordinary functions
node-return-p: Private ordinary functions
node-return-type: Private ordinary functions
node-seq-nodes: Public ordinary functions
node-seq-p: Private ordinary functions
node-seq-type: Private ordinary functions
node-subtype-p: Private ordinary functions
node-the-expr: Public ordinary functions
node-the-location: Private ordinary functions
node-the-p: Private ordinary functions
node-the-type: Public ordinary functions
node-type: Public ordinary functions
node-type: Public ordinary functions
node-unless-body: Public ordinary functions
node-unless-body: Public ordinary functions
node-unless-expr: Public ordinary functions
node-unless-expr: Public ordinary functions
node-unless-location: Private ordinary functions
node-unless-location: Private ordinary functions
node-unless-p: Private ordinary functions
node-unless-p: Private ordinary functions
node-unless-type: Private ordinary functions
node-variable-list-p: Private ordinary functions
node-variable-list-p: Private ordinary functions
node-variable-location: Private ordinary functions
node-variable-location: Private ordinary functions
node-variable-name: Public ordinary functions
node-variable-name: Public ordinary functions
node-variable-p: Public ordinary functions
node-variable-p: Private ordinary functions
node-variable-p: Private ordinary functions
node-variable-type: Private ordinary functions
node-variable-type: Private ordinary functions
node-variable-value: Public ordinary functions
node-variables: Public ordinary functions
node-when-body: Public ordinary functions
node-when-body: Public ordinary functions
node-when-expr: Public ordinary functions
node-when-expr: Public ordinary functions
node-when-location: Private ordinary functions
node-when-location: Private ordinary functions
node-when-p: Private ordinary functions
node-when-p: Private ordinary functions
node-when-type: Private ordinary functions
node-while-body: Public ordinary functions
node-while-body: Public ordinary functions
node-while-body: Public ordinary functions
node-while-expr: Public ordinary functions
node-while-expr: Public ordinary functions
node-while-expr: Public ordinary functions
node-while-label: Public ordinary functions
node-while-label: Public ordinary functions
node-while-label: Public ordinary functions
node-while-let-body: Public ordinary functions
node-while-let-body: Public ordinary functions
node-while-let-body: Public ordinary functions
node-while-let-expr: Public ordinary functions
node-while-let-expr: Public ordinary functions
node-while-let-expr: Public ordinary functions
node-while-let-label: Public ordinary functions
node-while-let-label: Public ordinary functions
node-while-let-label: Public ordinary functions
node-while-let-location: Private ordinary functions
node-while-let-location: Private ordinary functions
node-while-let-p: Private ordinary functions
node-while-let-p: Private ordinary functions
node-while-let-p: Private ordinary functions
node-while-let-pattern: Public ordinary functions
node-while-let-pattern: Public ordinary functions
node-while-let-pattern: Public ordinary functions
node-while-let-type: Private ordinary functions
node-while-let-type: Private ordinary functions
node-while-location: Private ordinary functions
node-while-location: Private ordinary functions
node-while-p: Private ordinary functions
node-while-p: Private ordinary functions
node-while-p: Private ordinary functions
node-while-type: Private ordinary functions
node-while-type: Private ordinary functions
none: Public ordinary functions
none?: Public ordinary functions
nonnegative?: Public ordinary functions
nonpositive?: Public ordinary functions
nonzero?: Public ordinary functions
not: Public ordinary functions
not: Public ordinary functions
note: Public ordinary functions
note: Public ordinary functions
note-end: Public ordinary functions
note-help-p: Private ordinary functions
note-highlight-char: Private ordinary functions
note-primary-p: Private ordinary functions
note-stack: Private generic functions
note-stack: Private generic functions
note-type: Private generic functions
note-type: Private generic functions
notes: Private generic functions
notes: Private generic functions
nth: Public ordinary functions
nth-cdr: Public ordinary functions
nth-root: Public ordinary functions
null?: Public ordinary functions
num-classes: Private ordinary functions
numerator: Public ordinary functions

O
odd?: Public ordinary functions
offset-position: Private ordinary functions
ok: Public ordinary functions
ok-or-error: Public ordinary functions
ok?: Public ordinary functions
once: Public ordinary functions
open: Public ordinary functions
optimize!: Public ordinary functions
optimize-bindings: Public ordinary functions
optimize-bindings-initial: Private ordinary functions
optimize-by!: Public ordinary functions
optimize-node: Public ordinary functions
optimumby: Public ordinary functions
optional/some-_0: Private generic functions
optional/some-_0: Private generic functions
or: Public macros
or: Public ordinary functions
or!: Public ordinary functions
original-name: Private generic functions
original-name: Private generic functions
os: Public ordinary functions
output: Public ordinary functions
overlapping-instance-error-inst1: Public generic functions
overlapping-instance-error-inst1: Public generic functions
overlapping-instance-error-inst2: Public generic functions
overlapping-instance-error-inst2: Public generic functions
overlapping-specialization-error-existing: Public generic functions
overlapping-specialization-error-existing: Public generic functions
overlapping-specialization-error-new: Public generic functions
overlapping-specialization-error-new: Public generic functions

P
package-clause-parser: Private ordinary functions
pair-with: Public ordinary functions
pair-with!: Public ordinary functions
parse-accessor: Private ordinary functions
parse-argument-list: Private ordinary functions
parse-body: Public ordinary functions
parse-body-element: Private ordinary functions
parse-body-last-node: Private ordinary functions
parse-cond-clause: Private ordinary functions
parse-constructor: Private ordinary functions
parse-declare: Private ordinary functions
parse-define: Private ordinary functions
parse-define-class: Private ordinary functions
parse-define-instance: Private ordinary functions
parse-define-struct: Private ordinary functions
parse-define-type: Private ordinary functions
parse-definition-body: Private ordinary functions
parse-do: Private ordinary functions
parse-do-body-element: Private ordinary functions
parse-do-body-last-node: Private ordinary functions
parse-error: Public ordinary functions
parse-export: Private ordinary functions
parse-expression: Public ordinary functions
parse-fundep: Private ordinary functions
parse-identifier: Private ordinary functions
parse-import: Private ordinary functions
parse-import-from: Private ordinary functions
parse-import-statement: Private ordinary functions
parse-instance-method-definition: Private ordinary functions
parse-int: Public ordinary functions
parse-let-binding: Private ordinary functions
parse-let-declare: Private ordinary functions
parse-lisp-toplevel-form: Private ordinary functions
parse-list: Public ordinary functions
parse-literal: Private ordinary functions
parse-match-branch: Private ordinary functions
parse-method: Private ordinary functions
parse-monomorphize: Private ordinary functions
parse-node-bind: Private ordinary functions
parse-node-do-bind: Private ordinary functions
parse-package: Private ordinary functions
parse-package-clause: Private ordinary functions
parse-pattern: Public ordinary functions
parse-predicate: Public ordinary functions
parse-qualified-type: Public ordinary functions
parse-qualified-type: Public ordinary functions
parse-repr: Private ordinary functions
parse-shadow: Private ordinary functions
parse-specialize: Private ordinary functions
parse-struct-field: Private ordinary functions
parse-toplevel-form: Public ordinary functions
parse-ty-scheme: Public ordinary functions
parse-type: Public ordinary functions
parse-type: Public ordinary functions
parse-type-list: Private ordinary functions
parse-type-variable: Private ordinary functions
parse-variable: Public ordinary functions
partial-class-method-tys: Private ordinary functions
partial-class-p: Private ordinary functions
partial-class-superclasses: Private ordinary functions
partial-type-env-add-class: Public ordinary functions
partial-type-env-add-type: Public ordinary functions
partial-type-env-add-var: Public ordinary functions
partial-type-env-class-table: Private ordinary functions
partial-type-env-env: Public ordinary functions
partial-type-env-lookup-class: Public ordinary functions
partial-type-env-lookup-type: Public ordinary functions
partial-type-env-lookup-var: Public ordinary functions
partial-type-env-p: Private ordinary functions
partial-type-env-replace-type: Public ordinary functions
partial-type-env-ty-table: Public ordinary functions
partition: Public ordinary functions
patherror: Private ordinary functions
pattern-constructor-location: Private ordinary functions
pattern-constructor-location: Private ordinary functions
pattern-constructor-name: Public ordinary functions
pattern-constructor-name: Public ordinary functions
pattern-constructor-name: Public ordinary functions
pattern-constructor-p: Public ordinary functions
pattern-constructor-p: Public ordinary functions
pattern-constructor-p: Private ordinary functions
pattern-constructor-patterns: Public ordinary functions
pattern-constructor-patterns: Public ordinary functions
pattern-constructor-patterns: Public ordinary functions
pattern-constructor-type: Private ordinary functions
pattern-constructor-type: Private ordinary functions
pattern-list-p: Public ordinary functions
pattern-list-p: Private ordinary functions
pattern-list-p: Private ordinary functions
pattern-literal-location: Private ordinary functions
pattern-literal-location: Private ordinary functions
pattern-literal-p: Public ordinary functions
pattern-literal-p: Public ordinary functions
pattern-literal-p: Private ordinary functions
pattern-literal-type: Private ordinary functions
pattern-literal-type: Private ordinary functions
pattern-literal-value: Public ordinary functions
pattern-literal-value: Public ordinary functions
pattern-literal-value: Public ordinary functions
pattern-location: Private ordinary functions
pattern-location: Private ordinary functions
pattern-matrix-p: Private ordinary functions
pattern-p: Private ordinary functions
pattern-p: Private ordinary functions
pattern-p: Private ordinary functions
pattern-type: Public ordinary functions
pattern-type: Public ordinary functions
pattern-var-list-p: Private ordinary functions
pattern-var-list-p: Private ordinary functions
pattern-var-location: Private ordinary functions
pattern-var-location: Private ordinary functions
pattern-var-name: Public ordinary functions
pattern-var-name: Public ordinary functions
pattern-var-name: Public ordinary functions
pattern-var-orig-name: Public ordinary functions
pattern-var-orig-name: Public ordinary functions
pattern-var-p: Public ordinary functions
pattern-var-p: Public ordinary functions
pattern-var-p: Public ordinary functions
pattern-var-type: Private ordinary functions
pattern-var-type: Private ordinary functions
pattern-variables: Public ordinary functions
pattern-variables: Public ordinary functions
pattern-variables: Public ordinary functions
pattern-variables-generic%: Private generic functions
pattern-variables-generic%: Private generic functions
pattern-variables-generic%: Private generic functions
pattern-variables-generic%: Private generic functions
pattern-variables-generic%: Private generic functions
pattern-variables-generic%: Private generic functions
pattern-variables-generic%: Private generic functions
pattern-variables-generic%: Private generic functions
pattern-variables-generic%: Private generic functions
pattern-variables-generic%: Private generic functions
pattern-variables-generic%: Private generic functions
pattern-variables-generic%: Private generic functions
pattern-variables-generic%: Private generic functions
pattern-variables-generic%: Private generic functions
pattern-variables-generic%: Private generic functions
pattern-variables-generic%: Private generic functions
pattern-variables-generic%: Private generic functions
pattern-wildcard-location: Private ordinary functions
pattern-wildcard-location: Private ordinary functions
pattern-wildcard-p: Public ordinary functions
pattern-wildcard-p: Public ordinary functions
pattern-wildcard-p: Private ordinary functions
pattern-wildcard-type: Private ordinary functions
pattern-wildcard-type: Private ordinary functions
peek: Public ordinary functions
peek: Public ordinary functions
peek-unsafe: Public ordinary functions
perfect-subtree-size-at-height: Private ordinary functions
perms: Public ordinary functions
phase: Public ordinary functions
pi: Public ordinary functions
pipe: Public macros
pointfree: Private ordinary functions
polar: Public ordinary functions
pop: Public ordinary functions
pop!: Public ordinary functions
pop!: Public ordinary functions
pop!: Public ordinary functions
pop-final-hoist-point: Public ordinary functions
pop-hoist-point: Public ordinary functions
pop-unsafe!: Public ordinary functions
pop-unsafe!: Public ordinary functions
positioned-annotations: Private ordinary functions
positive?: Public ordinary functions
pow: Public ordinary functions
pprint-kind: Private ordinary functions
pprint-predicate: Public ordinary functions
pprint-qualified-ty: Private ordinary functions
pprint-scheme: Private ordinary functions
pprint-substitution: Private ordinary functions
pprint-tvar: Public ordinary functions
pprint-ty: Public ordinary functions
pred-context-p: Private ordinary functions
pred-from-context: Private ordinary functions
pred-type: Public ordinary functions
predicate-match: Public ordinary functions
predicate-mgu: Public ordinary functions
primal-part: Public ordinary functions
print: Public ordinary functions
print-class-db: Public ordinary functions
print-condition-location: Private ordinary functions
print-empty-line: Private ordinary functions
print-finished-notes-for-line: Private ordinary functions
print-form: Private ordinary functions
print-form: Private ordinary functions
print-help: Private ordinary functions
print-instance-db: Public ordinary functions
print-line-contents: Private ordinary functions
print-line-number: Private ordinary functions
print-line-prefix: Private ordinary functions
print-lines-until: Private ordinary functions
print-node-traversal-order: Private ordinary functions
print-note: Private ordinary functions
print-note-end: Private ordinary functions
print-note-start: Private ordinary functions
print-notes: Private ordinary functions
print-object: Public standalone methods
print-object: Public standalone methods
print-object: Public standalone methods
print-object: Public standalone methods
print-object: Public standalone methods
print-object: Public standalone methods
print-object: Public standalone methods
print-object: Public standalone methods
print-object: Public standalone methods
print-object: Public standalone methods
print-object: Public standalone methods
print-object: Public standalone methods
print-object: Public standalone methods
print-object: Public standalone methods
print-object: Public standalone methods
print-object: Public standalone methods
print-object: Public standalone methods
print-object: Public standalone methods
print-object: Public standalone methods
print-object: Public standalone methods
print-object: Public standalone methods
print-object: Public standalone methods
print-object: Public standalone methods
print-object: Public standalone methods
print-object: Public standalone methods
print-object: Public standalone methods
print-object: Public standalone methods
print-object: Public standalone methods
print-object: Public standalone methods
print-object: Public standalone methods
print-object: Public standalone methods
print-object: Public standalone methods
print-object: Public standalone methods
print-object: Public standalone methods
print-object: Public standalone methods
print-object: Public standalone methods
print-object: Public standalone methods
print-object: Public standalone methods
print-object: Public standalone methods
print-object: Public standalone methods
print-object: Public standalone methods
print-object: Public standalone methods
print-object: Public standalone methods
print-object: Public standalone methods
print-object: Public standalone methods
print-object: Public standalone methods
print-object: Public standalone methods
print-object: Public standalone methods
print-object: Public standalone methods
print-object: Public standalone methods
print-object: Public standalone methods
print-pattern: Private generic functions
print-pattern: Private generic functions
print-pattern: Private generic functions
print-single-line-note: Private ordinary functions
print-specializations: Public ordinary functions
print-type-db: Public ordinary functions
print-value-db: Public ordinary functions
probe-symbol: Private ordinary functions
process-specialize: Private ordinary functions
product: Public ordinary functions
profile: Public ordinary functions
profile/profile-_0: Private generic functions
profile/profile-_0: Private generic functions
profile/profile-_1: Private generic functions
profile/profile-_1: Private generic functions
profile/profile-_2: Private generic functions
profile/profile-_2: Private generic functions
profile/profile-_3: Private generic functions
profile/profile-_3: Private generic functions
progn: Public macros
program-classes: Public ordinary functions
program-declares: Public ordinary functions
program-defines: Public ordinary functions
program-instances: Public ordinary functions
program-lisp-forms: Public ordinary functions
program-lisp-package: Public ordinary functions
program-p: Private ordinary functions
program-package: Public ordinary functions
program-specializations: Public ordinary functions
program-structs: Public ordinary functions
program-types: Public ordinary functions
project-indices: Public ordinary functions
project-map: Public ordinary functions
propagatable-p: Private ordinary functions
propagate-constants: Public ordinary functions
proper: Public ordinary functions
proper-list-p: Private ordinary functions
proxy-inner: Public ordinary functions
proxy-of: Public ordinary functions
pure: Public ordinary functions
push: Public ordinary functions
push!: Public ordinary functions
push!: Public ordinary functions
push!: Public ordinary functions
push-hoist-point: Public ordinary functions
put: Public ordinary functions
put: Public ordinary functions

Q
qualified-ty-list-p: Private ordinary functions
qualified-ty-location: Private ordinary functions
qualified-ty-p: Private ordinary functions
qualified-ty-predicates: Public ordinary functions
qualified-ty-predicates: Public ordinary functions
qualified-ty-type: Public ordinary functions
qualified-ty-type: Public ordinary functions
qualify: Public ordinary functions
quantify: Public ordinary functions
quantify-using-tvar-order: Public ordinary functions
quantization: Public ordinary functions
quantization/quantization-_0: Private generic functions
quantization/quantization-_0: Private generic functions
quantization/quantization-_1: Private generic functions
quantization/quantization-_1: Private generic functions
quantization/quantization-_2: Private generic functions
quantization/quantization-_2: Private generic functions
quantization/quantization-_3: Private generic functions
quantization/quantization-_3: Private generic functions
quantization/quantization-_4: Private generic functions
quantization/quantization-_4: Private generic functions
quantize: Public ordinary functions
queue-internal-elements: Private ordinary functions
queue-internal-last: Private ordinary functions
queue-internal-length: Private ordinary functions
queue-internal-p: Private ordinary functions
quot: Public ordinary functions
quotrem: Public ordinary functions

R
range: Public ordinary functions
range: Public ordinary functions
range-decreasing: Public ordinary functions
range-increasing: Public ordinary functions
rational-approx: Private ordinary functions
read: Public ordinary functions
read: Public ordinary functions
read-char: Public ordinary functions
read-coalton-toplevel-open-paren: Private ordinary functions
read-expression: Public ordinary functions
read-file-lines: Public ordinary functions
read-file-to-string: Public ordinary functions
read-file-to-vector: Public ordinary functions
read-lisp: Private ordinary functions
read-program: Public ordinary functions
read-toplevel-package: Private ordinary functions
read-vector: Public ordinary functions
readable?: Public ordinary functions
real-approx: Public ordinary functions
real-part: Public ordinary functions
rebalance-branches: Private ordinary functions
rebuild-cst: Private ordinary functions
rebuild-size-table: Private ordinary functions
reciprocal: Public ordinary functions
recursive-iter: Public ordinary functions
reduce: Public ordinary functions
reduce-context: Public ordinary functions
ref: Public ordinary functions
ref-unchecked: Public ordinary functions
relaxednode: Private ordinary functions
rem: Public ordinary functions
remove: Public ordinary functions
remove: Public ordinary functions
remove: Public ordinary functions
remove!: Public ordinary functions
remove-directory!: Public ordinary functions
remove-directory-recursive!: Public ordinary functions
remove-duplicates: Public ordinary functions
remove-duplicates!: Public ordinary functions
remove-duplicates-rev: Private ordinary functions
remove-if: Public ordinary functions
remove-leaving-double-black: Private ordinary functions
remove-max: Private ordinary functions
remove-rev-if: Private ordinary functions
remove-source-info: Public generic functions
remove-source-info: Public generic functions
remove-source-info: Public generic functions
remove-source-info: Public generic functions
remove-without-as-black: Private ordinary functions
rename-type-variables: Public ordinary functions
rename-type-variables: Public ordinary functions
rename-type-variables-generic%: Private generic functions
rename-type-variables-generic%: Private generic functions
rename-type-variables-generic%: Private generic functions
rename-type-variables-generic%: Private generic functions
rename-type-variables-generic%: Private generic functions
rename-type-variables-generic%: Private generic functions
rename-type-variables-generic%: Private generic functions
rename-type-variables-generic%: Private generic functions
rename-type-variables-generic%: Private generic functions
rename-type-variables-generic%: Private generic functions
rename-type-variables-generic%: Private generic functions
rename-type-variables-generic%: Private generic functions
rename-type-variables-generic%: Private generic functions
rename-type-variables-generic%: Private generic functions
rename-type-variables-generic%: Private generic functions
rename-variables: Public ordinary functions
rename-variables-generic%: Private generic functions
rename-variables-generic%: Private generic functions
rename-variables-generic%: Private generic functions
rename-variables-generic%: Private generic functions
rename-variables-generic%: Private generic functions
rename-variables-generic%: Private generic functions
rename-variables-generic%: Private generic functions
rename-variables-generic%: Private generic functions
rename-variables-generic%: Private generic functions
rename-variables-generic%: Private generic functions
rename-variables-generic%: Private generic functions
rename-variables-generic%: Private generic functions
rename-variables-generic%: Private generic functions
rename-variables-generic%: Private generic functions
rename-variables-generic%: Private generic functions
rename-variables-generic%: Private generic functions
rename-variables-generic%: Private generic functions
rename-variables-generic%: Private generic functions
rename-variables-generic%: Private generic functions
rename-variables-generic%: Private generic functions
rename-variables-generic%: Private generic functions
rename-variables-generic%: Private generic functions
rename-variables-generic%: Private generic functions
rename-variables-generic%: Private generic functions
rename-variables-generic%: Private generic functions
rename-variables-generic%: Private generic functions
rename-variables-generic%: Private generic functions
rename-variables-generic%: Private generic functions
rename-variables-generic%: Private generic functions
rename-variables-generic%: Private generic functions
rename-variables-generic%: Private generic functions
rename-variables-generic%: Private generic functions
rename-variables-generic%: Private generic functions
rename-variables-generic%: Private generic functions
rename-variables-generic%: Private generic functions
rename-variables-generic%: Private generic functions
rename-variables-generic%: Private generic functions
rename-variables-generic%: Private generic functions
rename-variables-generic%: Private generic functions
rename-variables-generic%: Private generic functions
rename-variables-generic%: Private generic functions
rename-variables-generic%: Private generic functions
repeat: Public ordinary functions
repeat: Public ordinary functions
repeat-for: Public ordinary functions
replace: Public ordinary functions
replace: Public ordinary functions
replace-first: Private ordinary functions
replace-function: Private generic functions
replace-function: Private generic functions
replace-last: Private ordinary functions
replace-or-insert: Public ordinary functions
replace-or-insert: Public ordinary functions
report-source-condition: Private ordinary functions
repr: Public macros
required: Public ordinary functions
resolve-compount-superclass: Private ordinary functions
resolve-context-super: Private ordinary functions
resolve-dict: Public ordinary functions
resolve-static-dict: Public ordinary functions
resolve-static-superclass: Private ordinary functions
resolve-var: Private ordinary functions
result/err-_0: Private generic functions
result/err-_0: Private generic functions
result/ok-_0: Private generic functions
result/ok-_0: Private generic functions
return: Public macros
reverse: Public ordinary functions
reverse: Public ordinary functions
rewrite-callsites: Private ordinary functions
rewrite-recursive-calls: Private ordinary functions
round: Public ordinary functions
round-half-down: Public ordinary functions
round-half-up: Public ordinary functions
round/: Public ordinary functions
rsh: Public ordinary functions
run: Public ordinary functions
runtime-quote: Public ordinary functions
runtime-repr: Public ordinary functions
runtime-repr-of: Public ordinary functions

S
safe/: Public ordinary functions
scale: Public ordinary functions
scheme-binding-list-p: Private ordinary functions
scheme-list-p: Private ordinary functions
scheme-predicates: Public ordinary functions
secondary-note: Public ordinary functions
secondary-note: Public ordinary functions
seq/leafarray-_0: Private generic functions
seq/leafarray-_0: Private generic functions
seq/relaxednode-_0: Private generic functions
seq/relaxednode-_0: Private generic functions
seq/relaxednode-_1: Private generic functions
seq/relaxednode-_1: Private generic functions
seq/relaxednode-_2: Private generic functions
seq/relaxednode-_2: Private generic functions
seq/relaxednode-_3: Private generic functions
seq/relaxednode-_3: Private generic functions
sequence: Public ordinary functions
set!: Public ordinary functions
set!: Public ordinary functions
set!: Public ordinary functions
set!: Public ordinary functions
set!: Public ordinary functions
set!/double-float: Private ordinary functions
set!/i16: Private ordinary functions
set!/i32: Private ordinary functions
set!/i64: Private ordinary functions
set!/i8: Private ordinary functions
set!/ifix: Private ordinary functions
set!/single-float: Private ordinary functions
set!/u16: Private ordinary functions
set!/u32: Private ordinary functions
set!/u64: Private ordinary functions
set!/u8: Private ordinary functions
set!/ufix: Private ordinary functions
set-capacity!: Public ordinary functions
set-class: Public ordinary functions
set-code: Public ordinary functions
set-constructor: Public ordinary functions
set-file-position: Public ordinary functions
set-function: Public ordinary functions
set-function-source-parameter-names: Public ordinary functions
set-method-inline: Public ordinary functions
set-name: Public ordinary functions
set-struct: Public ordinary functions
set-type: Public ordinary functions
set-value-type: Public ordinary functions
setenv!: Public ordinary functions
setf-accessor: Private ordinary functions
severity: Private generic functions
severity: Private generic functions
severity: Private generic functions
shift: Public ordinary functions
shift: Public ordinary functions
shift-n-onto!: Private ordinary functions
shorthand-let-p: Private ordinary functions
sign: Public ordinary functions
simple-kind-p: Public ordinary functions
simplify: Public ordinary functions
simplify-context: Private ordinary functions
simplify-integer: Public ordinary functions
sin: Public ordinary functions
sincos: Public ordinary functions
single-float-<=: Private ordinary functions
single-float-<⎵type: Private ordinary functions
single-float->: Private ordinary functions
single-float->=: Private ordinary functions
single-float-complex-divide: Private ordinary functions
single-float-complex-equal: Private ordinary functions
single-float-complex-minus: Private ordinary functions
single-float-complex-plus: Private ordinary functions
single-float-complex-times: Private ordinary functions
single-float-round: Private ordinary functions
single-float-^: Private ordinary functions
single-float-^^: Private ordinary functions
singleton: Public ordinary functions
singleton: Public ordinary functions
singleton?: Public ordinary functions
singleton?: Public ordinary functions
sinh: Public ordinary functions
size: Public ordinary functions
size-hint: Public ordinary functions
sleep: Public ordinary functions
snd: Public ordinary functions
solve-accessor: Private ordinary functions
solve-accessors: Public ordinary functions
solve-fundeps: Public ordinary functions
some: Public ordinary functions
some?: Public ordinary functions
sort: Public ordinary functions
sort!: Public ordinary functions
sort-by!: Public ordinary functions
sortby: Public ordinary functions
source-available-p: Public generic functions
source-available-p: Public generic functions
source-available-p: Public generic functions
source-available-p: Public generic functions
source-condition-err: Public generic functions
source-condition-err: Public generic functions
source-error: Public macros
source-error-context: Private ordinary functions
source-error-context-list-p: Private ordinary functions
source-error-context-message: Private ordinary functions
source-error-context-p: Private ordinary functions
source-error-help-list-p: Private ordinary functions
source-error-help-message: Private ordinary functions
source-error-help-notes: Private ordinary functions
source-error-help-p: Private ordinary functions
source-error-help-replacement: Private ordinary functions
source-error-help-span: Private ordinary functions
source-error-location: Public ordinary functions
source-error-message: Private ordinary functions
source-error-note-list-p: Private ordinary functions
source-error-note-message: Private ordinary functions
source-error-note-p: Private ordinary functions
source-error-note-span: Private ordinary functions
source-error-note-type: Private ordinary functions
source-error-notes: Private ordinary functions
source-error-p: Private ordinary functions
source-error-resolved-note-end-column: Private ordinary functions
source-error-resolved-note-end-line: Private ordinary functions
source-error-resolved-note-message: Private ordinary functions
source-error-resolved-note-p: Private ordinary functions
source-error-resolved-note-start-column: Private ordinary functions
source-error-resolved-note-start-line: Private ordinary functions
source-error-resolved-note-type: Private ordinary functions
source-error-source: Public ordinary functions
source-error-type: Private ordinary functions
source-filename: Private ordinary functions
source-name: Public generic functions
source-name: Public generic functions
source-name: Public generic functions
source-name: Public generic functions
source-name-environment-data: Private ordinary functions
source-name-environment-p: Private ordinary functions
source-stream: Public generic functions
source-stream: Public generic functions
source-stream: Public generic functions
source-stream: Public generic functions
source-stream: Public generic functions
source-string: Private generic functions
source-string: Private generic functions
source<: Private ordinary functions
span-empty-p: Private ordinary functions
span-end: Public ordinary functions
span-start: Public ordinary functions
span<: Private ordinary functions
specialization-entry-from: Public ordinary functions
specialization-entry-list-p: Private ordinary functions
specialization-entry-p: Private ordinary functions
specialization-entry-to: Public ordinary functions
specialization-entry-to-ty: Public ordinary functions
specialization-environment-data: Private ordinary functions
specialization-environment-p: Private ordinary functions
specialize: Public macros
specialize-matrix: Private ordinary functions
split: Public ordinary functions
split: Public ordinary functions
split-context: Public ordinary functions
sq: Private ordinary functions
sqrt: Public ordinary functions
square-magnitude: Public ordinary functions
st: Public ordinary functions
stack-for-decreasing-order-traversal: Private ordinary functions
stack-for-increasing-order-traversal: Private ordinary functions
standard-expression-type-mismatch-error: Private ordinary functions
start-column: Private ordinary functions
start-line: Private ordinary functions
start-offset: Private ordinary functions
start-position: Private ordinary functions
static-dict-lift: Private ordinary functions
static-predicate-p: Public ordinary functions
stream-file-position: Public standalone methods
stream-read-char: Public standalone methods
stream-read-char-no-hang: Public standalone methods
stream-unread-char: Public standalone methods
streamoptions/bidirectional-_0: Private generic functions
streamoptions/bidirectional-_0: Private generic functions
streamoptions/bidirectional-_1: Private generic functions
streamoptions/bidirectional-_1: Private generic functions
streamoptions/input-_0: Private generic functions
streamoptions/input-_0: Private generic functions
streamoptions/output-_0: Private generic functions
streamoptions/output-_0: Private generic functions
streamoptions/output-_1: Private generic functions
streamoptions/output-_1: Private generic functions
string-list-p: Private ordinary functions
strip-prefix: Public ordinary functions
strip-suffix: Public ordinary functions
struct-entry-docstring: Private ordinary functions
struct-entry-fields: Public ordinary functions
struct-entry-list-p: Private ordinary functions
struct-entry-name: Public ordinary functions
struct-entry-p: Private ordinary functions
struct-environment-data: Private ordinary functions
struct-environment-p: Private ordinary functions
struct-field-docstring: Private ordinary functions
struct-field-docstring: Private ordinary functions
struct-field-index: Public ordinary functions
struct-field-list-p: Private ordinary functions
struct-field-list-p: Private ordinary functions
struct-field-location: Private ordinary functions
struct-field-name: Public ordinary functions
struct-field-name: Public ordinary functions
struct-field-p: Private ordinary functions
struct-field-p: Private ordinary functions
struct-field-type: Public ordinary functions
struct-field-type: Public ordinary functions
struct-or-class: Public ordinary functions
struct-or-class-field-name: Public ordinary functions
struct-or-class-field-p: Private ordinary functions
struct-or-class-field-type: Public ordinary functions
subdirectories: Public ordinary functions
substitution-from: Public ordinary functions
substitution-list-p: Private ordinary functions
substitution-p: Public ordinary functions
substitution-to: Public ordinary functions
substring: Public ordinary functions
substring-index: Public ordinary functions
substring?: Public ordinary functions
sum: Public ordinary functions
sum!: Public ordinary functions
super-entail: Private ordinary functions
superclass-accessors: Private ordinary functions
swap!: Public ordinary functions
swap-remove!: Public ordinary functions
swap-remove-unsafe!: Public ordinary functions
symbol-list-p: Private ordinary functions
system-relative-pathname: Public ordinary functions

T
tail: Public ordinary functions
take: Public ordinary functions
take: Public ordinary functions
take!: Public ordinary functions
take-label: Private ordinary functions
take-until: Public ordinary functions
tan: Public ordinary functions
tanh: Public ordinary functions
tapp-from: Public ordinary functions
tapp-from: Public ordinary functions
tapp-location: Private ordinary functions
tapp-p: Public ordinary functions
tapp-p: Public ordinary functions
tapp-to: Public ordinary functions
tapp-to: Public ordinary functions
tarjan-node-index: Private ordinary functions
tarjan-node-low-link: Private ordinary functions
tarjan-node-on-stack: Private ordinary functions
tarjan-node-p: Private ordinary functions
tarjan-scc: Public ordinary functions
tc-env-add-definition: Public ordinary functions
tc-env-add-variable: Public ordinary functions
tc-env-bindings-variables: Public ordinary functions
tc-env-bound-variables: Public ordinary functions
tc-env-env: Public ordinary functions
tc-env-lookup-value: Public ordinary functions
tc-env-replace-type: Public ordinary functions
tc-env-suggest-value: Private ordinary functions
tc-env-ty-table: Public ordinary functions
tc-error: Public ordinary functions
tc-location: Public ordinary functions
tc-note: Public ordinary functions
tc-secondary-location: Public ordinary functions
tc-secondary-note: Public ordinary functions
tgen-id: Public ordinary functions
tgen-p: Public ordinary functions
the: Public macros
time: Public ordinary functions
to-boolean: Public macros
to-fraction: Public ordinary functions
to-scheme: Public generic functions
to-scheme: Public generic functions
to-scheme: Public generic functions
tointeger: Public ordinary functions
too-many-arguments-arguments: Public generic functions
too-many-arguments-arguments: Public generic functions
too-many-arguments-count: Public generic functions
too-many-arguments-count: Public generic functions
too-many-arguments-function: Public generic functions
too-many-arguments-function: Public generic functions
top-level-binding-name: Private ordinary functions
top-level-binding-value: Private ordinary functions
toplevel-declare-list-p: Private ordinary functions
toplevel-declare-location: Private ordinary functions
toplevel-declare-monomorphize: Public ordinary functions
toplevel-declare-name: Public ordinary functions
toplevel-declare-p: Private ordinary functions
toplevel-declare-type: Public ordinary functions
toplevel-define: Public ordinary functions
toplevel-define-body: Public ordinary functions
toplevel-define-body: Public ordinary functions
toplevel-define-class: Public ordinary functions
toplevel-define-class-docstring: Private ordinary functions
toplevel-define-class-fundeps: Public ordinary functions
toplevel-define-class-head-location: Public ordinary functions
toplevel-define-class-list-p: Private ordinary functions
toplevel-define-class-location: Private ordinary functions
toplevel-define-class-methods: Public ordinary functions
toplevel-define-class-name: Public ordinary functions
toplevel-define-class-p: Private ordinary functions
toplevel-define-class-preds: Public ordinary functions
toplevel-define-class-vars: Public ordinary functions
toplevel-define-docstring: Private ordinary functions
toplevel-define-instance: Public ordinary functions
toplevel-define-instance-compiler-generated: Public ordinary functions
toplevel-define-instance-context: Public ordinary functions
toplevel-define-instance-context: Public ordinary functions
toplevel-define-instance-docstring: Private ordinary functions
toplevel-define-instance-head-location: Public ordinary functions
toplevel-define-instance-head-location: Public ordinary functions
toplevel-define-instance-list-p: Private ordinary functions
toplevel-define-instance-list-p: Private ordinary functions
toplevel-define-instance-location: Private ordinary functions
toplevel-define-instance-location: Private ordinary functions
toplevel-define-instance-methods: Public ordinary functions
toplevel-define-instance-methods: Public ordinary functions
toplevel-define-instance-p: Private ordinary functions
toplevel-define-instance-p: Private ordinary functions
toplevel-define-instance-pred: Public ordinary functions
toplevel-define-instance-pred: Public ordinary functions
toplevel-define-list-p: Private ordinary functions
toplevel-define-list-p: Private ordinary functions
toplevel-define-location: Private ordinary functions
toplevel-define-location: Private ordinary functions
toplevel-define-monomorphize: Public ordinary functions
toplevel-define-name: Public ordinary functions
toplevel-define-name: Public ordinary functions
toplevel-define-orig-params: Public ordinary functions
toplevel-define-p: Private ordinary functions
toplevel-define-p: Private ordinary functions
toplevel-define-params: Public ordinary functions
toplevel-define-params: Public ordinary functions
toplevel-define-struct-docstring: Private ordinary functions
toplevel-define-struct-fields: Public ordinary functions
toplevel-define-struct-head-location: Public ordinary functions
toplevel-define-struct-list-p: Private ordinary functions
toplevel-define-struct-location: Private ordinary functions
toplevel-define-struct-name: Public ordinary functions
toplevel-define-struct-p: Private ordinary functions
toplevel-define-struct-repr: Public ordinary functions
toplevel-define-struct-vars: Public ordinary functions
toplevel-define-type: Public ordinary functions
toplevel-define-type-ctors: Public ordinary functions
toplevel-define-type-docstring: Private ordinary functions
toplevel-define-type-head-location: Public ordinary functions
toplevel-define-type-list-p: Private ordinary functions
toplevel-define-type-location: Private ordinary functions
toplevel-define-type-name: Public ordinary functions
toplevel-define-type-p: Private ordinary functions
toplevel-define-type-repr: Public ordinary functions
toplevel-define-type-vars: Public ordinary functions
toplevel-definition-docstring: Private ordinary functions
toplevel-definition-location: Private ordinary functions
toplevel-definition-location: Private ordinary functions
toplevel-definition-p: Private ordinary functions
toplevel-definition-p: Private ordinary functions
toplevel-lisp-form-body: Public ordinary functions
toplevel-lisp-form-list-p: Private ordinary functions
toplevel-lisp-form-location: Private ordinary functions
toplevel-lisp-form-p: Private ordinary functions
toplevel-package-docstring: Private ordinary functions
toplevel-package-export: Private ordinary functions
toplevel-package-import: Private ordinary functions
toplevel-package-import-as: Private ordinary functions
toplevel-package-import-from: Private ordinary functions
toplevel-package-location: Private ordinary functions
toplevel-package-name: Public ordinary functions
toplevel-package-p: Private ordinary functions
toplevel-package-shadow: Private ordinary functions
toplevel-specialize: Public ordinary functions
toplevel-specialize-from: Public ordinary functions
toplevel-specialize-list-p: Private ordinary functions
toplevel-specialize-location: Private ordinary functions
toplevel-specialize-p: Private ordinary functions
toplevel-specialize-to: Public ordinary functions
toplevel-specialize-type: Public ordinary functions
toplevel-typecheck-instance: Public ordinary functions
trace: Public ordinary functions
traceobject: Public ordinary functions
translate-expression: Public generic functions
translate-expression: Public generic functions
translate-expression: Public generic functions
translate-expression: Public generic functions
translate-expression: Public generic functions
translate-expression: Public generic functions
translate-expression: Public generic functions
translate-expression: Public generic functions
translate-expression: Public generic functions
translate-expression: Public generic functions
translate-expression: Public generic functions
translate-expression: Public generic functions
translate-expression: Public generic functions
translate-expression: Public generic functions
translate-expression: Public generic functions
translate-expression: Public generic functions
translate-expression: Public generic functions
translate-expression: Public generic functions
translate-expression: Public generic functions
translate-expression: Public generic functions
translate-expression: Public generic functions
translate-expression: Public generic functions
translate-expression: Public generic functions
translate-expression: Public generic functions
translate-expression: Public generic functions
translate-expression: Public generic functions
translate-instance: Public ordinary functions
translate-pattern: Private generic functions
translate-pattern: Private generic functions
translate-pattern: Private generic functions
translate-pattern: Private generic functions
translate-pattern: Private generic functions
translate-toplevel: Public ordinary functions
translation-unit-classes: Public ordinary functions
translation-unit-definitions: Public ordinary functions
translation-unit-instances: Public ordinary functions
translation-unit-lisp-forms: Public ordinary functions
translation-unit-p: Private ordinary functions
translation-unit-package: Public ordinary functions
translation-unit-types: Public ordinary functions
transpose: Public ordinary functions
traverse: Public ordinary functions
traverse: Public ordinary functions
traverse: Public generic functions
traverse: Public generic functions
traverse: Public generic functions
traverse: Public generic functions
traverse: Public generic functions
traverse: Public generic functions
traverse: Public generic functions
traverse: Public generic functions
traverse: Public generic functions
traverse: Public generic functions
traverse: Public generic functions
traverse: Public generic functions
traverse: Public generic functions
traverse: Public generic functions
traverse: Public generic functions
traverse: Public generic functions
traverse: Public generic functions
traverse: Public generic functions
traverse: Public generic functions
traverse: Public generic functions
traverse: Public generic functions
traverse: Public generic functions
traverse: Public generic functions
traverse: Public generic functions
traverse: Public generic functions
traverse: Public generic functions
traverse: Public generic functions
traverse: Public generic functions
traverse: Public generic functions
traverse: Public generic functions
traverse: Public generic functions
traverse: Public generic functions
traverse-abstraction: Private ordinary functions
traverse-accessor: Private ordinary functions
traverse-and: Private ordinary functions
traverse-application: Private ordinary functions
traverse-bind: Private ordinary functions
traverse-block-p: Private ordinary functions
traverse-body: Private ordinary functions
traverse-break: Private ordinary functions
traverse-cond: Private ordinary functions
traverse-cond-clause: Private ordinary functions
traverse-continue: Private ordinary functions
traverse-do: Private ordinary functions
traverse-do-bind: Private ordinary functions
traverse-for: Private ordinary functions
traverse-if: Private ordinary functions
traverse-integer-literal: Private ordinary functions
traverse-let: Private ordinary functions
traverse-let-binding: Private ordinary functions
traverse-lisp: Private ordinary functions
traverse-literal: Private ordinary functions
traverse-loop: Private ordinary functions
traverse-match: Private ordinary functions
traverse-match-branch: Private ordinary functions
traverse-or: Private ordinary functions
traverse-progn: Private ordinary functions
traverse-return: Private ordinary functions
traverse-unless: Private ordinary functions
traverse-variable: Private ordinary functions
traverse-when: Private ordinary functions
traverse-while: Private ordinary functions
traverse-while-let: Private ordinary functions
traverse-with-binding-list: Public ordinary functions
tree-double-black?: Private ordinary functions
tree-iterator: Private ordinary functions
tree-minus-black: Private ordinary functions
tree-plus-black: Private ordinary functions
tree/branch-_0: Private generic functions
tree/branch-_0: Private generic functions
tree/branch-_1: Private generic functions
tree/branch-_1: Private generic functions
tree/branch-_2: Private generic functions
tree/branch-_2: Private generic functions
tree/branch-_3: Private generic functions
tree/branch-_3: Private generic functions
true: Private ordinary functions
truncate: Public ordinary functions
try-recurse-transparent-type: Private ordinary functions
tryinto: Public ordinary functions
tuple: Public ordinary functions
tuple/tuple-_0: Private generic functions
tuple/tuple-_0: Private generic functions
tuple/tuple-_1: Private generic functions
tuple/tuple-_1: Private generic functions
tuple3: Public ordinary functions
tuple3/tuple3-_0: Private generic functions
tuple3/tuple3-_0: Private generic functions
tuple3/tuple3-_1: Private generic functions
tuple3/tuple3-_1: Private generic functions
tuple3/tuple3-_2: Private generic functions
tuple3/tuple3-_2: Private generic functions
tuple4: Public ordinary functions
tuple4/tuple4-_0: Private generic functions
tuple4/tuple4-_0: Private generic functions
tuple4/tuple4-_1: Private generic functions
tuple4/tuple4-_1: Private generic functions
tuple4/tuple4-_2: Private generic functions
tuple4/tuple4-_2: Private generic functions
tuple4/tuple4-_3: Private generic functions
tuple4/tuple4-_3: Private generic functions
tuple5: Public ordinary functions
tuple5/tuple5-_0: Private generic functions
tuple5/tuple5-_0: Private generic functions
tuple5/tuple5-_1: Private generic functions
tuple5/tuple5-_1: Private generic functions
tuple5/tuple5-_2: Private generic functions
tuple5/tuple5-_2: Private generic functions
tuple5/tuple5-_3: Private generic functions
tuple5/tuple5-_3: Private generic functions
tuple5/tuple5-_4: Private generic functions
tuple5/tuple5-_4: Private generic functions
ty-class-class-variable-map: Public ordinary functions
ty-class-class-variables: Public ordinary functions
ty-class-codegen-sym: Public ordinary functions
ty-class-docstring: Private ordinary functions
ty-class-fundeps: Public ordinary functions
ty-class-instance-codegen-sym: Public ordinary functions
ty-class-instance-constraints: Public ordinary functions
ty-class-instance-docstring: Private ordinary functions
ty-class-instance-list-p: Private ordinary functions
ty-class-instance-method-codegen-syms: Public ordinary functions
ty-class-instance-p: Private ordinary functions
ty-class-instance-predicate: Public ordinary functions
ty-class-list-p: Private ordinary functions
ty-class-location: Private ordinary functions
ty-class-method-docstring: Private ordinary functions
ty-class-method-list-p: Private ordinary functions
ty-class-method-name: Public ordinary functions
ty-class-method-p: Private ordinary functions
ty-class-method-type: Public ordinary functions
ty-class-name: Public ordinary functions
ty-class-p: Private ordinary functions
ty-class-predicate: Public ordinary functions
ty-class-superclass-dict: Public ordinary functions
ty-class-superclass-map: Public ordinary functions
ty-class-superclasses: Public ordinary functions
ty-class-unqualified-methods: Public ordinary functions
ty-list-p: Private ordinary functions
ty-list-p: Private ordinary functions
ty-location: Private ordinary functions
ty-p: Private ordinary functions
ty-p: Private ordinary functions
ty-predicate-class: Public ordinary functions
ty-predicate-class: Public ordinary functions
ty-predicate-list-p: Private ordinary functions
ty-predicate-list-p: Private ordinary functions
ty-predicate-location: Private ordinary functions
ty-predicate-location: Private ordinary functions
ty-predicate-p: Public ordinary functions
ty-predicate-p: Private ordinary functions
ty-predicate-types: Public ordinary functions
ty-predicate-types: Public ordinary functions
ty-scheme-kinds: Public ordinary functions
ty-scheme-p: Public ordinary functions
ty-scheme-type: Public ordinary functions
tycon-kind: Public ordinary functions
tycon-list-p: Private ordinary functions
tycon-location: Private ordinary functions
tycon-name: Public ordinary functions
tycon-name: Public ordinary functions
tycon-p: Public ordinary functions
tycon-p: Public ordinary functions
type-application-error-argument: Private generic functions
type-application-error-argument: Private generic functions
type-application-error-type: Private generic functions
type-application-error-type: Private generic functions
type-constructors: Public ordinary functions
type-constructors-generic%: Private generic functions
type-constructors-generic%: Private generic functions
type-constructors-generic%: Private generic functions
type-constructors-generic%: Private generic functions
type-constructors-generic%: Private generic functions
type-definition-constructor-args: Private ordinary functions
type-definition-constructor-types: Public ordinary functions
type-definition-constructors: Public ordinary functions
type-definition-ctor-field-types: Public generic functions
type-definition-ctor-field-types: Public generic functions
type-definition-ctor-field-types: Public generic functions
type-definition-ctor-name: Public generic functions
type-definition-ctor-name: Public generic functions
type-definition-ctor-name: Public generic functions
type-definition-ctors: Public generic functions
type-definition-ctors: Public generic functions
type-definition-ctors: Public generic functions
type-definition-docstring: Public ordinary functions
type-definition-enum-repr: Public ordinary functions
type-definition-explicit-repr: Public ordinary functions
type-definition-list-p: Private ordinary functions
type-definition-list-p: Private ordinary functions
type-definition-location: Private ordinary functions
type-definition-name: Public ordinary functions
type-definition-name: Public generic functions
type-definition-name: Public generic functions
type-definition-name: Public generic functions
type-definition-newtype: Public ordinary functions
type-definition-p: Private ordinary functions
type-definition-p: Private ordinary functions
type-definition-repr: Public generic functions
type-definition-repr: Public generic functions
type-definition-repr: Public generic functions
type-definition-runtime-type: Public ordinary functions
type-definition-type: Public ordinary functions
type-definition-vars: Public generic functions
type-definition-vars: Public generic functions
type-definition-vars: Public generic functions
type-entry-constructors: Public ordinary functions
type-entry-docstring: Private ordinary functions
type-entry-enum-repr: Public ordinary functions
type-entry-explicit-repr: Public ordinary functions
type-entry-location: Private ordinary functions
type-entry-name: Public ordinary functions
type-entry-newtype: Public ordinary functions
type-entry-p: Private ordinary functions
type-entry-runtime-type: Public ordinary functions
type-entry-type: Public ordinary functions
type-entry-tyvars: Public ordinary functions
type-environment-data: Private ordinary functions
type-environment-p: Private ordinary functions
type-kind-mismatch-error-type1: Private generic functions
type-kind-mismatch-error-type1: Private generic functions
type-kind-mismatch-error-type2: Private generic functions
type-kind-mismatch-error-type2: Private generic functions
type-of: Public ordinary functions
type-predicate=: Public ordinary functions
type-variables: Public generic functions
type-variables: Public generic functions
type-variables: Public generic functions
type-variables: Public generic functions
type-variables: Public generic functions
type-variables: Public generic functions
type-variables: Public generic functions
type-variables: Public generic functions
type-variables: Public generic functions
type-variables: Public generic functions
type-variables: Public generic functions
type-variables: Public generic functions
type-variables: Public generic functions
type-variables: Public generic functions
type-variables: Public generic functions
type-variables: Public generic functions
type-variables: Public generic functions
typecheck-instance: Private ordinary functions
typecheck-node: Public generic functions
typecheck-node: Public generic functions
typecheck-node: Public generic functions
typecheck-node: Public generic functions
typecheck-node: Public generic functions
typecheck-node: Public generic functions
typecheck-node: Public generic functions
typecheck-node: Public generic functions
typecheck-node: Public generic functions
typecheck-node: Public generic functions
typecheck-node: Public generic functions
typecheck-node: Public generic functions
typecheck-node: Public generic functions
typecheck-node: Public generic functions
typecheck-node: Public generic functions
typecheck-node: Public generic functions
typecheck-node: Public generic functions
typecheck-node: Public generic functions
typecheck-node: Public generic functions
typecheck-node: Public generic functions
typecheck-node: Public generic functions
tyvar-id: Public ordinary functions
tyvar-kind: Public ordinary functions
tyvar-list-p: Private ordinary functions
tyvar-list-p: Private ordinary functions
tyvar-location: Private ordinary functions
tyvar-name: Public ordinary functions
tyvar-p: Public ordinary functions
tyvar-p: Public ordinary functions

U
u16-<=: Private ordinary functions
u16-<⎵type: Private ordinary functions
u16->: Private ordinary functions
u16->=: Private ordinary functions
u16-complex-divide: Private ordinary functions
u16-complex-equal: Private ordinary functions
u16-complex-minus: Private ordinary functions
u16-complex-plus: Private ordinary functions
u16-complex-times: Private ordinary functions
u16-even?: Private ordinary functions
u16-gcd: Private ordinary functions
u16-isqrt: Private ordinary functions
u16-lcm: Private ordinary functions
u16-odd?: Private ordinary functions
u16-^: Private ordinary functions
u32-<=: Private ordinary functions
u32-<⎵type: Private ordinary functions
u32->: Private ordinary functions
u32->=: Private ordinary functions
u32-complex-divide: Private ordinary functions
u32-complex-equal: Private ordinary functions
u32-complex-minus: Private ordinary functions
u32-complex-plus: Private ordinary functions
u32-complex-times: Private ordinary functions
u32-even?: Private ordinary functions
u32-gcd: Private ordinary functions
u32-isqrt: Private ordinary functions
u32-lcm: Private ordinary functions
u32-odd?: Private ordinary functions
u32-^: Private ordinary functions
u64-<=: Private ordinary functions
u64-<⎵type: Private ordinary functions
u64->: Private ordinary functions
u64->=: Private ordinary functions
u64-complex-divide: Private ordinary functions
u64-complex-equal: Private ordinary functions
u64-complex-minus: Private ordinary functions
u64-complex-plus: Private ordinary functions
u64-complex-times: Private ordinary functions
u64-even?: Private ordinary functions
u64-gcd: Private ordinary functions
u64-isqrt: Private ordinary functions
u64-lcm: Private ordinary functions
u64-odd?: Private ordinary functions
u64-^: Private ordinary functions
u8-<=: Private ordinary functions
u8-<⎵type: Private ordinary functions
u8->: Private ordinary functions
u8->=: Private ordinary functions
u8-complex-divide: Private ordinary functions
u8-complex-equal: Private ordinary functions
u8-complex-minus: Private ordinary functions
u8-complex-plus: Private ordinary functions
u8-complex-times: Private ordinary functions
u8-even?: Private ordinary functions
u8-gcd: Private ordinary functions
u8-isqrt: Private ordinary functions
u8-lcm: Private ordinary functions
u8-odd?: Private ordinary functions
u8-^: Private ordinary functions
ufix-<=: Private ordinary functions
ufix-<⎵type: Private ordinary functions
ufix->: Private ordinary functions
ufix->=: Private ordinary functions
ufix-complex-divide: Private ordinary functions
ufix-complex-equal: Private ordinary functions
ufix-complex-minus: Private ordinary functions
ufix-complex-plus: Private ordinary functions
ufix-complex-times: Private ordinary functions
ufix-even?: Private ordinary functions
ufix-gcd: Private ordinary functions
ufix-isqrt: Private ordinary functions
ufix-lcm: Private ordinary functions
ufix-odd?: Private ordinary functions
ufix-^: Private ordinary functions
uncurry: Public ordinary functions
undefined: Public ordinary functions
unification-error-pred1: Private generic functions
unification-error-pred1: Private generic functions
unification-error-pred2: Private generic functions
unification-error-pred2: Private generic functions
unification-error-type1: Private generic functions
unification-error-type1: Private generic functions
unification-error-type2: Private generic functions
unification-error-type2: Private generic functions
unify: Public ordinary functions
unify: Private ordinary functions
unify-list: Public ordinary functions
union: Public ordinary functions
unless: Public macros
unreachable: Public macros
unreachable: Public macros
unreachable-fun: Private ordinary functions
unread-characters: Private generic functions
unread-characters: Private generic functions
unsafe-aref: Public ordinary functions
unsafe-cast: Private ordinary functions
unsafe-pointer-eq?: Public ordinary functions
unsafe-set!: Public ordinary functions
unset-constructor: Public ordinary functions
unset-function: Public ordinary functions
unset-function-source-parameter-names: Public ordinary functions
unset-name: Public ordinary functions
unset-struct: Public ordinary functions
unset-value-type: Public ordinary functions
unwrap: Public ordinary functions
unwrap-or-else: Public ordinary functions
unwrapped!: Public ordinary functions
up-through: Public ordinary functions
up-to: Public ordinary functions
upcase: Public ordinary functions
update: Public ordinary functions
update!: Public ordinary functions
update-env-for-type-definition: Private ordinary functions
update-environment: Private ordinary functions
update-function-env: Private ordinary functions
update-instance-fundeps: Public ordinary functions
update-swap!: Public ordinary functions
uppercase?: Public ordinary functions
useful-pattern-clause-p: Private ordinary functions
useful-pattern-p: Public ordinary functions

V
val: Public ordinary functions
valid-candidate-p: Private ordinary functions
value: Private ordinary functions
value-environment-data: Private ordinary functions
value-environment-p: Private ordinary functions
values: Public ordinary functions
values: Public ordinary functions
variable-binding: Private ordinary functions

W
warn: Public ordinary functions
when: Public macros
while: Public macros
while-let: Public macros
with-capacity: Public ordinary functions
with-capacity: Public ordinary functions
with-context: Public macros
with-default: Public ordinary functions
with-environment-updates: Private macros
with-initial-element: Public ordinary functions
with-open-file: Public ordinary functions
with-parser-package: Private macros
with-pprint-variable-context: Public macros
with-pprint-variable-scope: Public macros
with-reader-context: Public macros
with-size: Public ordinary functions
with-temp-directory: Public ordinary functions
with-temp-file: Public ordinary functions
wrap-in-block: Private ordinary functions
wrap-with-pattern-params: Private ordinary functions
writable?: Public ordinary functions
write: Public ordinary functions
write!: Public ordinary functions
write-char: Public ordinary functions
write-line: Public ordinary functions
write-nchar: Private ordinary functions
write-string: Public ordinary functions
write-to-file!: Public ordinary functions
write-vector: Public ordinary functions

X
xor: Public ordinary functions
xor: Public ordinary functions

Y
yield: Private ordinary functions

Z
zero?: Public ordinary functions
zip: Public ordinary functions
zip-with!: Public ordinary functions
zipwith: Public ordinary functions
zipwith3: Public ordinary functions
zipwith4: Public ordinary functions
zipwith5: Public ordinary functions


A.3 Variables

Jump to:   %   *   +   -   /   1   <   =   >   ^   _  
A   B   C   D   E   F   G   H   I   J   K   L   M   N   O   P   Q   R   S   T   U   V   W   X   Y   Z  
Index Entry  Section

%
%complex: Private symbol macros
%get-hash-test-funcs: Private symbol macros
%if-directory-path: Private symbol macros
%iterator: Private symbol macros
%length: Private symbol macros
%length: Private classes
%make-hashtable: Private symbol macros
%make-temp-dir-pathname: Private symbol macros
%make-temp-file-pathname: Private symbol macros
%map: Private symbol macros
%open: Private symbol macros
%open-bidirectional: Private symbol macros
%open-input: Private symbol macros
%open-output: Private symbol macros
%push: Private symbol macros
%read-byte: Private symbol macros
%reverse: Private symbol macros
%reverse!: Private symbol macros
%set-temp-directory: Private symbol macros
%shift-n-branches-onto: Private symbol macros
%temp-directory: Private symbol macros
%write-byte: Private symbol macros

*
*: Public symbol macros
*: Private classes
*arrow-type*: Public special variables
*boolean-type*: Public special variables
*char-type*: Public special variables
*coalton-disable-specialization*: Public special variables
*coalton-eclector-client*: Public special variables
*coalton-heuristic-inlining*: Public special variables
*coalton-optimize*: Public special variables
*coalton-optimize-library*: Public special variables
*coalton-pretty-print-tyvars*: Public special variables
*coalton-print-unicode*: Public special variables
*coalton-reader-allowed*: Private special variables
*codegen-hook*: Public special variables
*compile-print-types*: Public special variables
*config-keys*: Private special variables
*context*: Private special variables
*current-function-name*: Private special variables
*double-float-type*: Public special variables
*emit-type-annotations*: Public special variables
*fraction-type*: Public special variables
*function-application-functions*: Private special variables
*function-constructor-functions*: Private special variables
*global-environment*: Public special variables
*ifix-type*: Public special variables
*integer-type*: Public special variables
*integer-types*: Private special variables
*list-type*: Public special variables
*loop-label-context*: Private special variables
*macro-expansion-count*: Private special variables
*next-kvar-id*: Private special variables
*next-variable-id*: Private special variables
*package-clauses*: Private special variables
*pprint-tyvar-dict*: Public special variables
*pprint-variable-symbol-code*: Public special variables
*pprint-variable-symbol-suffix*: Public special variables
*return-status*: Private special variables
*returns*: Private special variables
*single-float-type*: Public special variables
*source*: Private special variables
*source-error-context*: Public special variables
*specialized-complex-part-types-considered*: Private special variables
*string-type*: Public special variables
*top-level-environment*: Private special variables
*traverse*: Public special variables
*ufix-type*: Public special variables
*unit-type*: Public special variables
*update-hook*: Public special variables

+
+: Public symbol macros
+: Private classes
+default-loop-label+: Public constants
+fixnum-bits+: Private constants
+fundep-max-depth+: Public constants
+keyword-package+: Public constants
+kstar+: Public constants
+macro-expansion-max+: Private constants
+unsigned-fixnum-bits+: Private constants

-
-: Public symbol macros
-: Private classes

/
/: Public symbol macros
/: Private classes
/=: Public symbol macros

1
1+: Public symbol macros
1-: Public symbol macros

<
<: Public symbol macros
<=: Public symbol macros
<=>: Public symbol macros
<=>: Private classes
<>: Public symbol macros
<>: Private classes

=
==: Public symbol macros
==: Private classes

>
>: Public symbol macros
>=: Public symbol macros
>>: Public symbol macros
>>=: Public symbol macros
>>=: Private classes

^
^: Public symbol macros
^^: Public symbol macros

_
_0: Private classes
_0: Private classes
_0: Private classes
_0: Private classes
_0: Private classes
_0: Private classes
_0: Private classes
_0: Private classes
_0: Private classes
_0: Private classes
_0: Private classes
_0: Private classes
_0: Private classes
_0: Private classes
_0: Private classes
_0: Private classes
_0: Private classes
_0: Private classes
_0: Private classes
_0: Private classes
_0: Private classes
_0: Private classes
_0: Private classes
_0: Private classes
_0: Private classes
_0: Private classes
_0: Private classes
_0: Private classes
_1: Private classes
_1: Private classes
_1: Private classes
_1: Private classes
_1: Private classes
_1: Private classes
_1: Private classes
_1: Private classes
_1: Private classes
_1: Private classes
_1: Private classes
_1: Private classes
_1: Private classes
_1: Private classes
_1: Private classes
_1: Private classes
_2: Private classes
_2: Private classes
_2: Private classes
_2: Private classes
_2: Private classes
_2: Private classes
_2: Private classes
_3: Private classes
_3: Private classes
_3: Private classes
_3: Private classes
_3: Private classes
_3: Private classes
_4: Private classes
_4: Private classes

A
abort: Public symbol macros
abs: Public symbol macros
abstraction: Public structures
accessor: Public structures
acos: Public symbol macros
acos: Private classes
acosh: Public symbol macros
add-feature: Public symbol macros
all: Public symbol macros
alpha?: Public symbol macros
alt: Public symbol macros
alt: Private classes
and: Public symbol macros
and: Public structures
and: Private classes
and!: Public symbol macros
any: Public symbol macros
any!: Public symbol macros
append: Public symbol macros
append: Public symbol macros
append: Public symbol macros
append: Public symbol macros
append-rev: Private symbol macros
append-to-file!: Public symbol macros
application: Public structures
architecture: Public symbol macros
aref: Public symbol macros
aref: Public symbol macros
aref/double-float: Private symbol macros
aref/i16: Private symbol macros
aref/i32: Private symbol macros
aref/i64: Private symbol macros
aref/i8: Private symbol macros
aref/ifix: Private symbol macros
aref/single-float: Private symbol macros
aref/u16: Private symbol macros
aref/u32: Private symbol macros
aref/u64: Private symbol macros
aref/u8: Private symbol macros
aref/ufix: Private symbol macros
arg: Public structures
arg-count: Public conditions
args: Public conditions
args: Private structures
argument: Public conditions
arguments: Public conditions
argv0: Public symbol macros
arity: Public structures
arity: Public structures
arity: Public structures
as-black: Private symbol macros
as-optional: Public symbol macros
as-proxy-of: Public symbol macros
ascii-alpha?: Public symbol macros
ascii-alphanumeric?: Public symbol macros
ascii-digit?: Public symbol macros
ascii-lowercase?: Public symbol macros
ascii-uppercase?: Public symbol macros
ash: Public symbol macros
asin: Public symbol macros
asin: Private classes
asinh: Public symbol macros
asum: Public symbol macros
atan: Public symbol macros
atan: Private classes
atan2: Public symbol macros
atanh: Public symbol macros

B
balance: Private symbol macros
best-approx: Public symbol macros
best-approx: Private classes
bidirectional: Public symbol macros
bimap: Public symbol macros
bimap: Private classes
bind: Public structures
bindings: Public structures
bindings: Public structures
bindings: Public structures
bindings: Private structures
black: Private symbol macros
body: Public structures
body: Public structures
body: Public structures
body: Public structures
body: Public structures
body: Public structures
body: Public structures
body: Public structures
body: Public structures
body: Public structures
body: Public structures
body: Public structures
body: Public structures
body: Public structures
body: Public structures
body: Public structures
body: Public structures
body: Public structures
body: Public structures
body: Public structures
body: Public structures
body: Public structures
body: Public structures
body: Public structures
body: Public structures
body: Public structures
body: Public structures
body: Public structures
body: Public structures
body: Public structures
body: Public structures
body: Public structures
body: Public structures
body: Public structures
body: Public structures
body: Public structures
body: Public structures
boolean-and: Public symbol macros
boolean-not: Public symbol macros
boolean-or: Public symbol macros
boolean-xor: Public symbol macros
bound-variables: Private structures
bracket: Public symbol macros
branch: Private symbol macros
branch-count: Private symbol macros
branches: Public structures
branches: Public structures
branches: Public structures
break: Public structures
bubble-double-black: Private symbol macros
build-cumulative-size-table: Private symbol macros
butfirst: Private symbol macros
butlast: Private symbol macros

C
canonical-nth-root: Private symbol macros
canonical-polar: Private symbol macros
capacity: Public symbol macros
capture-profile: Public symbol macros
car: Public symbol macros
cast-if-inbounds: Private symbol macros
cdr: Public symbol macros
ceiling: Public symbol macros
ceiling: Private classes
ceiling/: Public symbol macros
chain!: Public symbol macros
char-code: Public symbol macros
chars: Public symbol macros
cis: Public symbol macros
class: Public conditions
class: Public structures
class: Public structures
class-environment: Public structures
class-fundeps: Public conditions
class-table: Public structures
class-variable-map: Public structures
class-variables: Public structures
class-vars: Public conditions
class/%filebyte: Private symbol macros
class/alternative: Private symbol macros
class/alternative-alt: Private symbol macros
class/alternative-empty: Private symbol macros
class/alternative-super-0: Private symbol macros
class/applicative: Private symbol macros
class/applicative-lifta2: Private symbol macros
class/applicative-pure: Private symbol macros
class/applicative-super-0: Private symbol macros
class/bifunctor: Private symbol macros
class/bifunctor-bimap: Private symbol macros
class/bits: Private symbol macros
class/bits-and: Private symbol macros
class/bits-not: Private symbol macros
class/bits-or: Private symbol macros
class/bits-shift: Private symbol macros
class/bits-super-0: Private symbol macros
class/bits-xor: Private symbol macros
class/bounded: Private symbol macros
class/bounded-maxbound: Private symbol macros
class/bounded-minbound: Private symbol macros
class/complex: Private symbol macros
class/complex-complex: Private symbol macros
class/complex-imag-part: Private symbol macros
class/complex-real-part: Private symbol macros
class/complex-super-0: Private symbol macros
class/default: Private symbol macros
class/default-default: Private symbol macros
class/dividable: Private symbol macros
class/dividable-general/: Private symbol macros
class/elementary: Private symbol macros
class/elementary-super-0: Private symbol macros
class/elementary-super-1: Private symbol macros
class/elementary-super-2: Private symbol macros
class/elementary-super-3: Private symbol macros
class/elementary-super-4: Private symbol macros
class/eq: Private symbol macros
class/eq-==: Private symbol macros
class/exponentiable: Private symbol macros
class/exponentiable-ee: Private symbol macros
class/exponentiable-exp: Private symbol macros
class/exponentiable-ln: Private symbol macros
class/exponentiable-log: Private symbol macros
class/exponentiable-pow: Private symbol macros
class/file: Private symbol macros
class/file-open: Private symbol macros
class/file-read: Private symbol macros
class/file-write: Private symbol macros
class/foldable: Private symbol macros
class/foldable-fold: Private symbol macros
class/foldable-foldr: Private symbol macros
class/fromiterator: Private symbol macros
class/fromiterator-collect!: Private symbol macros
class/functor: Private symbol macros
class/functor-map: Private symbol macros
class/hash: Private symbol macros
class/hash-hash: Private symbol macros
class/hash-super-0: Private symbol macros
class/integral: Private symbol macros
class/integral-super-0: Private symbol macros
class/integral-super-1: Private symbol macros
class/integral-tointeger: Private symbol macros
class/into: Private symbol macros
class/into-into: Private symbol macros
class/intoiterator: Private symbol macros
class/intoiterator-into-iter: Private symbol macros
class/iso: Private symbol macros
class/iso-super-0: Private symbol macros
class/iso-super-1: Private symbol macros
class/monad: Private symbol macros
class/monad->>=: Private symbol macros
class/monad-super-0: Private symbol macros
class/monadfail: Private symbol macros
class/monadfail-fail: Private symbol macros
class/monadfail-super-0: Private symbol macros
class/monoid: Private symbol macros
class/monoid-mempty: Private symbol macros
class/monoid-super-0: Private symbol macros
class/num: Private symbol macros
class/num-*: Private symbol macros
class/num-+: Private symbol macros
class/num--: Private symbol macros
class/num-fromint: Private symbol macros
class/num-super-0: Private symbol macros
class/ord: Private symbol macros
class/ord-<=>: Private symbol macros
class/ord-super-0: Private symbol macros
class/polar: Private symbol macros
class/polar-phase: Private symbol macros
class/polar-polar: Private symbol macros
class/polar-super-0: Private symbol macros
class/polar-super-1: Private symbol macros
class/quantizable: Private symbol macros
class/quantizable-ceiling: Private symbol macros
class/quantizable-floor: Private symbol macros
class/quantizable-proper: Private symbol macros
class/radical: Private symbol macros
class/radical-nth-root: Private symbol macros
class/radical-sqrt: Private symbol macros
class/randomaccess: Private symbol macros
class/randomaccess-length: Private symbol macros
class/randomaccess-make: Private symbol macros
class/randomaccess-readable?: Private symbol macros
class/randomaccess-unsafe-aref: Private symbol macros
class/randomaccess-unsafe-set!: Private symbol macros
class/randomaccess-writable?: Private symbol macros
class/rational: Private symbol macros
class/rational-best-approx: Private symbol macros
class/rational-super-0: Private symbol macros
class/rational-super-1: Private symbol macros
class/rational-to-fraction: Private symbol macros
class/real: Private symbol macros
class/real-real-approx: Private symbol macros
class/real-super-0: Private symbol macros
class/real-super-1: Private symbol macros
class/reciprocable: Private symbol macros
class/reciprocable-/: Private symbol macros
class/reciprocable-reciprocal: Private symbol macros
class/reciprocable-super-0: Private symbol macros
class/remainder: Private symbol macros
class/remainder-div: Private symbol macros
class/remainder-divmod: Private symbol macros
class/remainder-mod: Private symbol macros
class/remainder-quot: Private symbol macros
class/remainder-quotrem: Private symbol macros
class/remainder-rem: Private symbol macros
class/remainder-super-0: Private symbol macros
class/runtimerepr: Private symbol macros
class/runtimerepr-runtime-repr: Private symbol macros
class/semigroup: Private symbol macros
class/semigroup-<>: Private symbol macros
class/signalable: Private symbol macros
class/signalable-error: Private symbol macros
class/sliceable: Private symbol macros
class/sliceable-%length: Private symbol macros
class/transfinite: Private symbol macros
class/transfinite-infinite?: Private symbol macros
class/transfinite-infinity: Private symbol macros
class/transfinite-nan: Private symbol macros
class/transfinite-nan?: Private symbol macros
class/traversable: Private symbol macros
class/traversable-traverse: Private symbol macros
class/trigonometric: Private symbol macros
class/trigonometric-acos: Private symbol macros
class/trigonometric-asin: Private symbol macros
class/trigonometric-atan: Private symbol macros
class/trigonometric-cos: Private symbol macros
class/trigonometric-pi: Private symbol macros
class/trigonometric-sin: Private symbol macros
class/trigonometric-tan: Private symbol macros
class/tryinto: Private symbol macros
class/tryinto-tryinto: Private symbol macros
class/unwrappable: Private symbol macros
class/unwrappable-unwrap-or-else: Private symbol macros
classes: Public structures
classes: Public structures
classname: Public structures
clauses: Public structures
clauses: Public structures
clear!: Public symbol macros
clear!: Public symbol macros
close: Public symbol macros
cmd-args: Public symbol macros
code-char: Public symbol macros
code-char-unchecked: Private symbol macros
code-environment: Public structures
codegen-sym: Public structures
codegen-sym: Public structures
codegen-syms: Public structures
collect: Public symbol macros
collect!: Public symbol macros
collect!: Public symbol macros
collect!: Public symbol macros
collect!: Private classes
color-minus-black: Private symbol macros
color-plus-black: Private symbol macros
combine-hashes: Public symbol macros
combine-hashes-order-independent: Public symbol macros
combs: Public symbol macros
combsof: Public symbol macros
compiler-generated: Public structures
complement: Public symbol macros
complex: Public symbol macros
complex: Private classes
complex-divide: Private symbol macros
complex-equal: Private symbol macros
complex-minus: Private symbol macros
complex-plus: Private symbol macros
complex-times: Private symbol macros
complex/%complex-_0: Private symbol macros
complex/%complex-_1: Private symbol macros
compose: Public symbol macros
compressed-repr: Public structures
conc: Public symbol macros
concat: Public symbol macros
concat: Public symbol macros
concatmap: Public symbol macros
cond: Public structures
cond-clause: Public structures
conjoin: Public symbol macros
conjugate: Public symbol macros
cons: Public symbol macros
const: Public symbol macros
Constant, +default-loop-label+: Public constants
Constant, +fixnum-bits+: Private constants
Constant, +fundep-max-depth+: Public constants
Constant, +keyword-package+: Public constants
Constant, +kstar+: Public constants
Constant, +macro-expansion-max+: Private constants
Constant, +unsigned-fixnum-bits+: Private constants
Constant, function-arity-limit: Private constants
constraints: Public structures
constructor-args: Public structures
constructor-environment: Public structures
constructor-types: Public structures
constructors: Public structures
constructors: Public structures
constructs: Public structures
context: Public structures
context: Public structures
context: Public structures
context: Private conditions
context: Private classes
continue: Public structures
copy: Public symbol macros
copy: Public symbol macros
copy: Private symbol macros
copy!: Public symbol macros
cos: Public symbol macros
cos: Private classes
cosh: Public symbol macros
count: Public symbol macros
count!: Public symbol macros
count-forever: Public symbol macros
countby: Public symbol macros
create-directory!: Public symbol macros
create-temp-directory!: Public symbol macros
create-temp-file!: Public symbol macros
cst-search: Private symbol macros
ctors: Public structures
current-line: Private classes
curried: Public structures
curry: Public symbol macros
cycle: Private symbol macros

D
data: Public structures
data: Public structures
declares: Public structures
declares: Public structures
decreasing-order: Public symbol macros
decrement!: Public symbol macros
default: Public symbol macros
default: Private classes
default-hash-table-capacity: Private symbol macros
default?: Public symbol macros
defaulting-unwrap: Public symbol macros
defines: Public structures
definitions: Public structures
definitions: Private structures
delete-file!: Public symbol macros
denominator: Public symbol macros
dict: Public structures
difference: Public symbol macros
digit?: Public symbol macros
directory-exists?: Public symbol macros
directory-files: Public symbol macros
directory-pathname?: Public symbol macros
disjoin: Public symbol macros
div: Public symbol macros
div: Private classes
divmod: Public symbol macros
divmod: Private classes
do: Public structures
do-bind: Public structures
docstring: Public structures
docstring: Public structures
docstring: Public structures
docstring: Public structures
docstring: Public structures
docstring: Public structures
docstring: Public structures
docstring: Public structures
docstring: Public structures
docstring: Public structures
docstring: Private structures
double-float-<=: Private symbol macros
double-float-<⎵type: Private symbol macros
double-float->: Private symbol macros
double-float->=: Private symbol macros
double-float-complex-divide: Private symbol macros
double-float-complex-equal: Private symbol macros
double-float-complex-minus: Private symbol macros
double-float-complex-plus: Private symbol macros
double-float-complex-times: Private symbol macros
double-float-round: Private symbol macros
double-float-^: Private symbol macros
double-float-^^: Private symbol macros
doubleblack: Private symbol macros
doubleblackempty: Private symbol macros
down-from: Public symbol macros
downcase: Public symbol macros
drop: Public symbol macros
dual: Public symbol macros
dual-part: Public symbol macros
dual/dual-_0: Private symbol macros
dual/dual-_1: Private symbol macros
duplicate-key: Private conditions
dyadic: Public symbol macros
dyadic-compare: Private symbol macros
dyadic-group: Private symbol macros
dyadic-round: Private symbol macros
dyadic/dyadic-_0: Private symbol macros
dyadic/dyadic-_1: Private symbol macros

E
ee: Public symbol macros
ee: Private classes
eerror: Public symbol macros
elements: Private structures
elementwise-hash!: Public symbol macros
elementwise-match!: Public symbol macros
elementwise==!: Public symbol macros
elemindex: Public symbol macros
else: Public structures
else: Public structures
empty: Public symbol macros
empty: Public symbol macros
empty: Public symbol macros
empty: Public symbol macros
empty: Private classes
empty?: Public symbol macros
empty?: Public symbol macros
empty?: Public symbol macros
empty?: Public symbol macros
end-column: Private structures
end-line: Private structures
entries: Public symbol macros
entries: Public symbol macros
enum-repr: Public structures
enum-repr: Public structures
enumerate!: Public symbol macros
env: Public structures
env: Public structures
eof: Private symbol macros
eq: Public symbol macros
equivalence-classes: Public symbol macros
equivalence-classes-by: Public symbol macros
err: Public symbol macros
err: Private conditions
err?: Public symbol macros
error: Public symbol macros
error: Private classes
even?: Public symbol macros
every!: Public symbol macros
exact-ilog: Private symbol macros
exact/: Public symbol macros
existing: Public conditions
exists?: Public symbol macros
exp: Public symbol macros
exp: Private classes
expand: Private symbol macros
expect: Public symbol macros
explicit-repr: Public structures
explicit-repr: Public structures
export: Private structures
expr: Public structures
expr: Public structures
expr: Public structures
expr: Public structures
expr: Public structures
expr: Public structures
expr: Public structures
expr: Public structures
expr: Public structures
expr: Public structures
expr: Public structures
expr: Public structures
expr: Public structures
expr: Public structures
expr: Public structures
expr: Public structures
expr: Public structures
expr: Public structures
expr: Public structures
expr: Public structures
expr: Public structures
expr: Public structures
expr: Public structures
expr: Public structures
expr: Public structures
expr: Public structures
expr: Public structures
expr: Public structures
extend!: Public symbol macros
extend!: Public symbol macros
extend!: Public symbol macros

F
factorial: Private symbol macros
fail: Public symbol macros
fail: Private classes
false: Public symbol macros
features: Public symbol macros
field: Public structures
fields: Public structures
fields: Public structures
fields: Public structures
file: Private classes
file-exists?: Public symbol macros
file-pathname?: Public symbol macros
file-position: Public symbol macros
fileerror: Public symbol macros
fileerror/fileerror-_0: Private symbol macros
fileerror/lisperror-_0: Private symbol macros
fileerror/patherror-_0: Private symbol macros
fileerror/patherror-_1: Private symbol macros
filter: Public symbol macros
filter!: Public symbol macros
filter-map!: Public symbol macros
find: Public symbol macros
find!: Public symbol macros
find-elem: Public symbol macros
find-map!: Public symbol macros
findindex: Public symbol macros
finite?: Public symbol macros
fix: Public symbol macros
flat-map!: Public symbol macros
flatten: Public symbol macros
flatten!: Public symbol macros
flip: Public symbol macros
floor: Public symbol macros
floor: Private classes
floor/: Public symbol macros
flush: Public symbol macros
fold: Public symbol macros
fold: Private classes
fold!: Public symbol macros
foldfree: Public symbol macros
foldr: Public symbol macros
foldr: Private classes
for: Public structures
for-each!: Public symbol macros
form: Public structures
fraction-complex-divide: Private symbol macros
fraction-complex-equal: Private symbol macros
fraction-complex-minus: Private symbol macros
fraction-complex-plus: Private symbol macros
fraction-complex-times: Private symbol macros
fraction-round: Private symbol macros
fraction-^: Private symbol macros
fraction-^^: Private symbol macros
free: Public symbol macros
free-apply: Private symbol macros
free-lifta2: Private symbol macros
free/free-_0: Private symbol macros
free/val-_0: Private symbol macros
from: Public structures
from: Public structures
from: Public structures
from: Public structures
from: Public structures
from: Public structures
from: Public structures
from: Public structures
from: Public structures
from: Public structures
from: Private structures
from-some: Public symbol macros
fromint: Public symbol macros
fromint: Private classes
fst: Public symbol macros
function: Public conditions
function: Public structures
function: Public structures
function-arity-limit: Private constants
function-environment: Public structures
fundep: Public conditions
fundep-environment: Public structures
fundeps: Public structures
fundeps: Public structures

G
gc: Public symbol macros
gcd: Public symbol macros
general/: Public symbol macros
general/: Private classes
get: Public symbol macros
get: Public symbol macros
get: Public symbol macros
get-bytes-consed: Public symbol macros
get-real-time: Public symbol macros
get-run-time: Public symbol macros
getenv: Public symbol macros
group-vectors: Private symbol macros
gt: Public symbol macros

H
hash: Public symbol macros
hash: Private classes
head: Public symbol macros
head: Public symbol macros
head-location: Public structures
head-location: Public structures
head-location: Public structures
head-location: Public structures
head-location: Public structures
head-unsafe: Public symbol macros
height: Private symbol macros
help: Private classes
help-notes: Public structures
hoist-points: Public structures
hostname: Public symbol macros

I
i16-<=: Private symbol macros
i16-<⎵type: Private symbol macros
i16->: Private symbol macros
i16->=: Private symbol macros
i16-complex-divide: Private symbol macros
i16-complex-equal: Private symbol macros
i16-complex-minus: Private symbol macros
i16-complex-plus: Private symbol macros
i16-complex-times: Private symbol macros
i16-even?: Private symbol macros
i16-gcd: Private symbol macros
i16-isqrt: Private symbol macros
i16-lcm: Private symbol macros
i16-odd?: Private symbol macros
i16-^: Private symbol macros
i32-<=: Private symbol macros
i32-<⎵type: Private symbol macros
i32->: Private symbol macros
i32->=: Private symbol macros
i32-complex-divide: Private symbol macros
i32-complex-equal: Private symbol macros
i32-complex-minus: Private symbol macros
i32-complex-plus: Private symbol macros
i32-complex-times: Private symbol macros
i32-even?: Private symbol macros
i32-gcd: Private symbol macros
i32-isqrt: Private symbol macros
i32-lcm: Private symbol macros
i32-odd?: Private symbol macros
i32-^: Private symbol macros
i64-<=: Private symbol macros
i64-<⎵type: Private symbol macros
i64->: Private symbol macros
i64->=: Private symbol macros
i64-complex-divide: Private symbol macros
i64-complex-equal: Private symbol macros
i64-complex-minus: Private symbol macros
i64-complex-plus: Private symbol macros
i64-complex-times: Private symbol macros
i64-even?: Private symbol macros
i64-gcd: Private symbol macros
i64-isqrt: Private symbol macros
i64-lcm: Private symbol macros
i64-odd?: Private symbol macros
i64-^: Private symbol macros
i8-<=: Private symbol macros
i8-<⎵type: Private symbol macros
i8->: Private symbol macros
i8->=: Private symbol macros
i8-complex-divide: Private symbol macros
i8-complex-equal: Private symbol macros
i8-complex-minus: Private symbol macros
i8-complex-plus: Private symbol macros
i8-complex-times: Private symbol macros
i8-even?: Private symbol macros
i8-gcd: Private symbol macros
i8-isqrt: Private symbol macros
i8-lcm: Private symbol macros
i8-odd?: Private symbol macros
i8-^: Private symbol macros
id: Public symbol macros
id: Public structures
id: Public structures
id: Public structures
if: Public structures
ifix-<=: Private symbol macros
ifix-<⎵type: Private symbol macros
ifix->: Private symbol macros
ifix->=: Private symbol macros
ifix-complex-divide: Private symbol macros
ifix-complex-equal: Private symbol macros
ifix-complex-minus: Private symbol macros
ifix-complex-plus: Private symbol macros
ifix-complex-times: Private symbol macros
ifix-even?: Private symbol macros
ifix-gcd: Private symbol macros
ifix-isqrt: Private symbol macros
ifix-lcm: Private symbol macros
ifix-odd?: Private symbol macros
ifix-^: Private symbol macros
ii: Public symbol macros
ilog: Public symbol macros
imag-part: Public symbol macros
imag-part: Private classes
implementation: Public symbol macros
import: Private structures
import-as: Private structures
import-from: Private structures
increasing-order: Public symbol macros
increment!: Public symbol macros
index: Public symbol macros
index: Public symbol macros
index: Public symbol macros
index: Public symbol macros
index: Public structures
index: Private structures
index-of!: Public symbol macros
index-unsafe: Public symbol macros
index-unsafe: Public symbol macros
index-unsafe: Public symbol macros
inexact/: Public symbol macros
infinite?: Public symbol macros
infinite?: Private classes
infinity: Public symbol macros
infinity: Private classes
init: Public symbol macros
inner: Private structures
input: Public symbol macros
insert: Public symbol macros
insert: Public symbol macros
insert: Public symbol macros
insert-or-replace: Public symbol macros
insert-or-replace: Public symbol macros
insertby: Public symbol macros
insertions: Public symbol macros
inst1: Public conditions
inst2: Public conditions
instance-environment: Public structures
instance/%filebyte⎵i16: Private symbol macros
instance/%filebyte⎵i32: Private symbol macros
instance/%filebyte⎵i64: Private symbol macros
instance/%filebyte⎵i8: Private symbol macros
instance/%filebyte⎵ifix: Private symbol macros
instance/%filebyte⎵u16: Private symbol macros
instance/%filebyte⎵u32: Private symbol macros
instance/%filebyte⎵u64: Private symbol macros
instance/%filebyte⎵u8: Private symbol macros
instance/%filebyte⎵ufix: Private symbol macros
instance/alternative⎵list: Private symbol macros
instance/alternative⎵list-coalton-library/classes:alt: Private symbol macros
instance/alternative⎵list-coalton-library/classes:empty: Private symbol macros
instance/alternative⎵optional: Private symbol macros
instance/alternative⎵optional-coalton-library/classes:alt: Private symbol macros
instance/alternative⎵optional-coalton-library/classes:empty: Private symbol macros
instance/applicative⎵(free⎵:a): Private symbol macros
instance/applicative⎵(free⎵:a)-coalton-library/classes:lifta2: Private symbol macros
instance/applicative⎵(free⎵:a)-coalton-library/classes:pure: Private symbol macros
instance/applicative⎵(result⎵:a): Private symbol macros
instance/applicative⎵(result⎵:a)-coalton-library/classes:lifta2: Private symbol macros
instance/applicative⎵(result⎵:a)-coalton-library/classes:pure: Private symbol macros
instance/applicative⎵(st⎵:a): Private symbol macros
instance/applicative⎵(st⎵:a)-coalton-library/classes:lifta2: Private symbol macros
instance/applicative⎵(st⎵:a)-coalton-library/classes:pure: Private symbol macros
instance/applicative⎵cell: Private symbol macros
instance/applicative⎵cell-coalton-library/classes:lifta2: Private symbol macros
instance/applicative⎵cell-coalton-library/classes:pure: Private symbol macros
instance/applicative⎵list: Private symbol macros
instance/applicative⎵list-coalton-library/classes:lifta2: Private symbol macros
instance/applicative⎵list-coalton-library/classes:pure: Private symbol macros
instance/applicative⎵optional: Private symbol macros
instance/applicative⎵optional-coalton-library/classes:lifta2: Private symbol macros
instance/applicative⎵optional-coalton-library/classes:pure: Private symbol macros
instance/bifunctor⎵result: Private symbol macros
instance/bifunctor⎵result-coalton-library/classes:bimap: Private symbol macros
instance/bifunctor⎵tuple: Private symbol macros
instance/bifunctor⎵tuple-coalton-library/classes:bimap: Private symbol macros
instance/bits:bits⎵i16: Private symbol macros
instance/bits:bits⎵i16-coalton-library/bits:and: Private symbol macros
instance/bits:bits⎵i16-coalton-library/bits:not: Private symbol macros
instance/bits:bits⎵i16-coalton-library/bits:or: Private symbol macros
instance/bits:bits⎵i16-coalton-library/bits:shift: Private symbol macros
instance/bits:bits⎵i16-coalton-library/bits:xor: Private symbol macros
instance/bits:bits⎵i32: Private symbol macros
instance/bits:bits⎵i32-coalton-library/bits:and: Private symbol macros
instance/bits:bits⎵i32-coalton-library/bits:not: Private symbol macros
instance/bits:bits⎵i32-coalton-library/bits:or: Private symbol macros
instance/bits:bits⎵i32-coalton-library/bits:shift: Private symbol macros
instance/bits:bits⎵i32-coalton-library/bits:xor: Private symbol macros
instance/bits:bits⎵i64: Private symbol macros
instance/bits:bits⎵i64-coalton-library/bits:and: Private symbol macros
instance/bits:bits⎵i64-coalton-library/bits:not: Private symbol macros
instance/bits:bits⎵i64-coalton-library/bits:or: Private symbol macros
instance/bits:bits⎵i64-coalton-library/bits:shift: Private symbol macros
instance/bits:bits⎵i64-coalton-library/bits:xor: Private symbol macros
instance/bits:bits⎵i8: Private symbol macros
instance/bits:bits⎵i8-coalton-library/bits:and: Private symbol macros
instance/bits:bits⎵i8-coalton-library/bits:not: Private symbol macros
instance/bits:bits⎵i8-coalton-library/bits:or: Private symbol macros
instance/bits:bits⎵i8-coalton-library/bits:shift: Private symbol macros
instance/bits:bits⎵i8-coalton-library/bits:xor: Private symbol macros
instance/bits:bits⎵ifix: Private symbol macros
instance/bits:bits⎵ifix-coalton-library/bits:and: Private symbol macros
instance/bits:bits⎵ifix-coalton-library/bits:not: Private symbol macros
instance/bits:bits⎵ifix-coalton-library/bits:or: Private symbol macros
instance/bits:bits⎵ifix-coalton-library/bits:shift: Private symbol macros
instance/bits:bits⎵ifix-coalton-library/bits:xor: Private symbol macros
instance/bits:bits⎵integer: Private symbol macros
instance/bits:bits⎵integer-coalton-library/bits:and: Private symbol macros
instance/bits:bits⎵integer-coalton-library/bits:not: Private symbol macros
instance/bits:bits⎵integer-coalton-library/bits:or: Private symbol macros
instance/bits:bits⎵integer-coalton-library/bits:shift: Private symbol macros
instance/bits:bits⎵integer-coalton-library/bits:xor: Private symbol macros
instance/bits:bits⎵u16: Private symbol macros
instance/bits:bits⎵u16-coalton-library/bits:and: Private symbol macros
instance/bits:bits⎵u16-coalton-library/bits:not: Private symbol macros
instance/bits:bits⎵u16-coalton-library/bits:or: Private symbol macros
instance/bits:bits⎵u16-coalton-library/bits:shift: Private symbol macros
instance/bits:bits⎵u16-coalton-library/bits:xor: Private symbol macros
instance/bits:bits⎵u32: Private symbol macros
instance/bits:bits⎵u32-coalton-library/bits:and: Private symbol macros
instance/bits:bits⎵u32-coalton-library/bits:not: Private symbol macros
instance/bits:bits⎵u32-coalton-library/bits:or: Private symbol macros
instance/bits:bits⎵u32-coalton-library/bits:shift: Private symbol macros
instance/bits:bits⎵u32-coalton-library/bits:xor: Private symbol macros
instance/bits:bits⎵u64: Private symbol macros
instance/bits:bits⎵u64-coalton-library/bits:and: Private symbol macros
instance/bits:bits⎵u64-coalton-library/bits:not: Private symbol macros
instance/bits:bits⎵u64-coalton-library/bits:or: Private symbol macros
instance/bits:bits⎵u64-coalton-library/bits:shift: Private symbol macros
instance/bits:bits⎵u64-coalton-library/bits:xor: Private symbol macros
instance/bits:bits⎵u8: Private symbol macros
instance/bits:bits⎵u8-coalton-library/bits:and: Private symbol macros
instance/bits:bits⎵u8-coalton-library/bits:not: Private symbol macros
instance/bits:bits⎵u8-coalton-library/bits:or: Private symbol macros
instance/bits:bits⎵u8-coalton-library/bits:shift: Private symbol macros
instance/bits:bits⎵u8-coalton-library/bits:xor: Private symbol macros
instance/bits:bits⎵ufix: Private symbol macros
instance/bits:bits⎵ufix-coalton-library/bits:and: Private symbol macros
instance/bits:bits⎵ufix-coalton-library/bits:not: Private symbol macros
instance/bits:bits⎵ufix-coalton-library/bits:or: Private symbol macros
instance/bits:bits⎵ufix-coalton-library/bits:shift: Private symbol macros
instance/bits:bits⎵ufix-coalton-library/bits:xor: Private symbol macros
instance/bounded⎵i16: Private symbol macros
instance/bounded⎵i16-coalton-library/math/bounded:maxbound: Private symbol macros
instance/bounded⎵i16-coalton-library/math/bounded:minbound: Private symbol macros
instance/bounded⎵i32: Private symbol macros
instance/bounded⎵i32-coalton-library/math/bounded:maxbound: Private symbol macros
instance/bounded⎵i32-coalton-library/math/bounded:minbound: Private symbol macros
instance/bounded⎵i64: Private symbol macros
instance/bounded⎵i64-coalton-library/math/bounded:maxbound: Private symbol macros
instance/bounded⎵i64-coalton-library/math/bounded:minbound: Private symbol macros
instance/bounded⎵i8: Private symbol macros
instance/bounded⎵i8-coalton-library/math/bounded:maxbound: Private symbol macros
instance/bounded⎵i8-coalton-library/math/bounded:minbound: Private symbol macros
instance/bounded⎵ifix: Private symbol macros
instance/bounded⎵ifix-coalton-library/math/bounded:maxbound: Private symbol macros
instance/bounded⎵ifix-coalton-library/math/bounded:minbound: Private symbol macros
instance/bounded⎵u16: Private symbol macros
instance/bounded⎵u16-coalton-library/math/bounded:maxbound: Private symbol macros
instance/bounded⎵u16-coalton-library/math/bounded:minbound: Private symbol macros
instance/bounded⎵u32: Private symbol macros
instance/bounded⎵u32-coalton-library/math/bounded:maxbound: Private symbol macros
instance/bounded⎵u32-coalton-library/math/bounded:minbound: Private symbol macros
instance/bounded⎵u64: Private symbol macros
instance/bounded⎵u64-coalton-library/math/bounded:maxbound: Private symbol macros
instance/bounded⎵u64-coalton-library/math/bounded:minbound: Private symbol macros
instance/bounded⎵u8: Private symbol macros
instance/bounded⎵u8-coalton-library/math/bounded:maxbound: Private symbol macros
instance/bounded⎵u8-coalton-library/math/bounded:minbound: Private symbol macros
instance/bounded⎵ufix: Private symbol macros
instance/bounded⎵ufix-coalton-library/math/bounded:maxbound: Private symbol macros
instance/bounded⎵ufix-coalton-library/math/bounded:minbound: Private symbol macros
instance/coalton-library/hash:hash⎵boolean: Private symbol macros
instance/coalton-library/hash:hash⎵boolean-coalton-library/hash:hash: Private symbol macros
instance/coalton-library/hash:hash⎵char: Private symbol macros
instance/coalton-library/hash:hash⎵char-coalton-library/hash:hash: Private symbol macros
instance/coalton-library/hash:hash⎵double-float: Private symbol macros
instance/coalton-library/hash:hash⎵double-float-coalton-library/hash:hash: Private symbol macros
instance/coalton-library/hash:hash⎵i16: Private symbol macros
instance/coalton-library/hash:hash⎵i16-coalton-library/hash:hash: Private symbol macros
instance/coalton-library/hash:hash⎵i32: Private symbol macros
instance/coalton-library/hash:hash⎵i32-coalton-library/hash:hash: Private symbol macros
instance/coalton-library/hash:hash⎵i64: Private symbol macros
instance/coalton-library/hash:hash⎵i64-coalton-library/hash:hash: Private symbol macros
instance/coalton-library/hash:hash⎵i8: Private symbol macros
instance/coalton-library/hash:hash⎵i8-coalton-library/hash:hash: Private symbol macros
instance/coalton-library/hash:hash⎵ifix: Private symbol macros
instance/coalton-library/hash:hash⎵ifix-coalton-library/hash:hash: Private symbol macros
instance/coalton-library/hash:hash⎵integer: Private symbol macros
instance/coalton-library/hash:hash⎵integer-coalton-library/hash:hash: Private symbol macros
instance/coalton-library/hash:hash⎵single-float: Private symbol macros
instance/coalton-library/hash:hash⎵single-float-coalton-library/hash:hash: Private symbol macros
instance/coalton-library/hash:hash⎵string: Private symbol macros
instance/coalton-library/hash:hash⎵string-coalton-library/hash:hash: Private symbol macros
instance/coalton-library/hash:hash⎵u16: Private symbol macros
instance/coalton-library/hash:hash⎵u16-coalton-library/hash:hash: Private symbol macros
instance/coalton-library/hash:hash⎵u32: Private symbol macros
instance/coalton-library/hash:hash⎵u32-coalton-library/hash:hash: Private symbol macros
instance/coalton-library/hash:hash⎵u64: Private symbol macros
instance/coalton-library/hash:hash⎵u64-coalton-library/hash:hash: Private symbol macros
instance/coalton-library/hash:hash⎵u8: Private symbol macros
instance/coalton-library/hash:hash⎵u8-coalton-library/hash:hash: Private symbol macros
instance/coalton-library/hash:hash⎵ufix: Private symbol macros
instance/coalton-library/hash:hash⎵ufix-coalton-library/hash:hash: Private symbol macros
instance/coalton-library/types:runtimerepr⎵((free⎵:a)⎵:b): Private symbol macros
instance/coalton-library/types:runtimerepr⎵((free⎵:a)⎵:b)-coalton-library/types:runtime-repr: Private symbol macros
instance/coalton-library/types:runtimerepr⎵(cell⎵:a): Private symbol macros
instance/coalton-library/types:runtimerepr⎵(cell⎵:a)-coalton-library/types:runtime-repr: Private symbol macros
instance/coalton-library/types:runtimerepr⎵(complex⎵:a): Private symbol macros
instance/coalton-library/types:runtimerepr⎵(complex⎵:a)-coalton-library/types:runtime-repr: Private symbol macros
instance/coalton-library/types:runtimerepr⎵(dual⎵:a): Private symbol macros
instance/coalton-library/types:runtimerepr⎵(dual⎵:a)-coalton-library/types:runtime-repr: Private symbol macros
instance/coalton-library/types:runtimerepr⎵(hashtable⎵:a⎵:b): Private symbol macros
instance/coalton-library/types:runtimerepr⎵(hashtable⎵:a⎵:b)-coalton-library/types:runtime-repr: Private symbol macros
instance/coalton-library/types:runtimerepr⎵(iteratorstacknode⎵:a): Private symbol macros
instance/coalton-library/types:runtimerepr⎵(iteratorstacknode⎵:a)-coalton-library/types:runtime-repr: Private symbol macros
instance/coalton-library/types:runtimerepr⎵(mappair⎵:a⎵:b): Private symbol macros
instance/coalton-library/types:runtimerepr⎵(mappair⎵:a⎵:b)-coalton-library/types:runtime-repr: Private symbol macros
instance/coalton-library/types:runtimerepr⎵(map⎵:a⎵:b): Private symbol macros
instance/coalton-library/types:runtimerepr⎵(map⎵:a⎵:b)-coalton-library/types:runtime-repr: Private symbol macros
instance/coalton-library/types:runtimerepr⎵(profile⎵:a): Private symbol macros
instance/coalton-library/types:runtimerepr⎵(profile⎵:a)-coalton-library/types:runtime-repr: Private symbol macros
instance/coalton-library/types:runtimerepr⎵(quantization⎵:a): Private symbol macros
instance/coalton-library/types:runtimerepr⎵(quantization⎵:a)-coalton-library/types:runtime-repr: Private symbol macros
instance/coalton-library/types:runtimerepr⎵(queue⎵:a): Private symbol macros
instance/coalton-library/types:runtimerepr⎵(queue⎵:a)-coalton-library/types:runtime-repr: Private symbol macros
instance/coalton-library/types:runtimerepr⎵(st⎵:a⎵:b): Private symbol macros
instance/coalton-library/types:runtimerepr⎵(st⎵:a⎵:b)-coalton-library/types:runtime-repr: Private symbol macros
instance/coalton-library/types:runtimerepr⎵(tree⎵:a): Private symbol macros
instance/coalton-library/types:runtimerepr⎵(tree⎵:a)-coalton-library/types:runtime-repr: Private symbol macros
instance/coalton-library/types:runtimerepr⎵(tuple3⎵:a⎵:b⎵:c): Private symbol macros
instance/coalton-library/types:runtimerepr⎵(tuple3⎵:a⎵:b⎵:c)-coalton-library/types:runtime-repr: Private symbol macros
instance/coalton-library/types:runtimerepr⎵(tuple4⎵:a⎵:b⎵:c⎵:d): Private symbol macros
instance/coalton-library/types:runtimerepr⎵(tuple4⎵:a⎵:b⎵:c⎵:d)-coalton-library/types:runtime-repr: Private symbol macros
instance/coalton-library/types:runtimerepr⎵(tuple5⎵:a⎵:b⎵:c⎵:d⎵:e): Private symbol macros
instance/coalton-library/types:runtimerepr⎵(tuple5⎵:a⎵:b⎵:c⎵:d⎵:e)-coalton-library/types:runtime-repr: Private symbol macros
instance/coalton-library/types:runtimerepr⎵color: Private symbol macros
instance/coalton-library/types:runtimerepr⎵color-coalton-library/types:runtime-repr: Private symbol macros
instance/coalton-library/types:runtimerepr⎵dyadic: Private symbol macros
instance/coalton-library/types:runtimerepr⎵dyadic-coalton-library/types:runtime-repr: Private symbol macros
instance/coalton-library/types:runtimerepr⎵hash: Private symbol macros
instance/coalton-library/types:runtimerepr⎵hash-coalton-library/types:runtime-repr: Private symbol macros
instance/coalton-library/types:runtimerepr⎵i16: Private symbol macros
instance/coalton-library/types:runtimerepr⎵i16-coalton-library/types:runtime-repr: Private symbol macros
instance/coalton-library/types:runtimerepr⎵i32: Private symbol macros
instance/coalton-library/types:runtimerepr⎵i32-coalton-library/types:runtime-repr: Private symbol macros
instance/coalton-library/types:runtimerepr⎵i64: Private symbol macros
instance/coalton-library/types:runtimerepr⎵i64-coalton-library/types:runtime-repr: Private symbol macros
instance/coalton-library/types:runtimerepr⎵i8: Private symbol macros
instance/coalton-library/types:runtimerepr⎵i8-coalton-library/types:runtime-repr: Private symbol macros
instance/coalton-library/types:runtimerepr⎵ifix: Private symbol macros
instance/coalton-library/types:runtimerepr⎵ifix-coalton-library/types:runtime-repr: Private symbol macros
instance/coalton-library/types:runtimerepr⎵lispcondition: Private symbol macros
instance/coalton-library/types:runtimerepr⎵lispcondition-coalton-library/types:runtime-repr: Private symbol macros
instance/coalton-library/types:runtimerepr⎵u16: Private symbol macros
instance/coalton-library/types:runtimerepr⎵u16-coalton-library/types:runtime-repr: Private symbol macros
instance/coalton-library/types:runtimerepr⎵u32: Private symbol macros
instance/coalton-library/types:runtimerepr⎵u32-coalton-library/types:runtime-repr: Private symbol macros
instance/coalton-library/types:runtimerepr⎵u64: Private symbol macros
instance/coalton-library/types:runtimerepr⎵u64-coalton-library/types:runtime-repr: Private symbol macros
instance/coalton-library/types:runtimerepr⎵u8: Private symbol macros
instance/coalton-library/types:runtimerepr⎵u8-coalton-library/types:runtime-repr: Private symbol macros
instance/coalton-library/types:runtimerepr⎵ufix: Private symbol macros
instance/coalton-library/types:runtimerepr⎵ufix-coalton-library/types:runtime-repr: Private symbol macros
instance/coalton-library/types:runtimerepr⎵void: Private symbol macros
instance/coalton-library/types:runtimerepr⎵void-coalton-library/types:runtime-repr: Private symbol macros
instance/complex⎵(complex⎵:a): Private symbol macros
instance/complex⎵(complex⎵:a)-coalton-library/math/complex:complex: Private symbol macros
instance/complex⎵(complex⎵:a)-coalton-library/math/complex:imag-part: Private symbol macros
instance/complex⎵(complex⎵:a)-coalton-library/math/complex:real-part: Private symbol macros
instance/complex⎵double-float: Private symbol macros
instance/complex⎵double-float-coalton-library/math/complex:complex: Private symbol macros
instance/complex⎵double-float-coalton-library/math/complex:imag-part: Private symbol macros
instance/complex⎵double-float-coalton-library/math/complex:real-part: Private symbol macros
instance/complex⎵fraction: Private symbol macros
instance/complex⎵fraction-coalton-library/math/complex:complex: Private symbol macros
instance/complex⎵fraction-coalton-library/math/complex:imag-part: Private symbol macros
instance/complex⎵fraction-coalton-library/math/complex:real-part: Private symbol macros
instance/complex⎵i16: Private symbol macros
instance/complex⎵i16-coalton-library/math/complex:complex: Private symbol macros
instance/complex⎵i16-coalton-library/math/complex:imag-part: Private symbol macros
instance/complex⎵i16-coalton-library/math/complex:real-part: Private symbol macros
instance/complex⎵i32: Private symbol macros
instance/complex⎵i32-coalton-library/math/complex:complex: Private symbol macros
instance/complex⎵i32-coalton-library/math/complex:imag-part: Private symbol macros
instance/complex⎵i32-coalton-library/math/complex:real-part: Private symbol macros
instance/complex⎵i64: Private symbol macros
instance/complex⎵i64-coalton-library/math/complex:complex: Private symbol macros
instance/complex⎵i64-coalton-library/math/complex:imag-part: Private symbol macros
instance/complex⎵i64-coalton-library/math/complex:real-part: Private symbol macros
instance/complex⎵i8: Private symbol macros
instance/complex⎵i8-coalton-library/math/complex:complex: Private symbol macros
instance/complex⎵i8-coalton-library/math/complex:imag-part: Private symbol macros
instance/complex⎵i8-coalton-library/math/complex:real-part: Private symbol macros
instance/complex⎵ifix: Private symbol macros
instance/complex⎵ifix-coalton-library/math/complex:complex: Private symbol macros
instance/complex⎵ifix-coalton-library/math/complex:imag-part: Private symbol macros
instance/complex⎵ifix-coalton-library/math/complex:real-part: Private symbol macros
instance/complex⎵integer: Private symbol macros
instance/complex⎵integer-coalton-library/math/complex:complex: Private symbol macros
instance/complex⎵integer-coalton-library/math/complex:imag-part: Private symbol macros
instance/complex⎵integer-coalton-library/math/complex:real-part: Private symbol macros
instance/complex⎵single-float: Private symbol macros
instance/complex⎵single-float-coalton-library/math/complex:complex: Private symbol macros
instance/complex⎵single-float-coalton-library/math/complex:imag-part: Private symbol macros
instance/complex⎵single-float-coalton-library/math/complex:real-part: Private symbol macros
instance/complex⎵u16: Private symbol macros
instance/complex⎵u16-coalton-library/math/complex:complex: Private symbol macros
instance/complex⎵u16-coalton-library/math/complex:imag-part: Private symbol macros
instance/complex⎵u16-coalton-library/math/complex:real-part: Private symbol macros
instance/complex⎵u32: Private symbol macros
instance/complex⎵u32-coalton-library/math/complex:complex: Private symbol macros
instance/complex⎵u32-coalton-library/math/complex:imag-part: Private symbol macros
instance/complex⎵u32-coalton-library/math/complex:real-part: Private symbol macros
instance/complex⎵u64: Private symbol macros
instance/complex⎵u64-coalton-library/math/complex:complex: Private symbol macros
instance/complex⎵u64-coalton-library/math/complex:imag-part: Private symbol macros
instance/complex⎵u64-coalton-library/math/complex:real-part: Private symbol macros
instance/complex⎵u8: Private symbol macros
instance/complex⎵u8-coalton-library/math/complex:complex: Private symbol macros
instance/complex⎵u8-coalton-library/math/complex:imag-part: Private symbol macros
instance/complex⎵u8-coalton-library/math/complex:real-part: Private symbol macros
instance/complex⎵ufix: Private symbol macros
instance/complex⎵ufix-coalton-library/math/complex:complex: Private symbol macros
instance/complex⎵ufix-coalton-library/math/complex:imag-part: Private symbol macros
instance/complex⎵ufix-coalton-library/math/complex:real-part: Private symbol macros
instance/default⎵(cell⎵:a): Private symbol macros
instance/default⎵(cell⎵:a)-coalton-library/classes:default: Private symbol macros
instance/default⎵(hashtable⎵:a⎵:b): Private symbol macros
instance/default⎵(hashtable⎵:a⎵:b)-coalton-library/classes:default: Private symbol macros
instance/default⎵(list⎵:a): Private symbol macros
instance/default⎵(list⎵:a)-coalton-library/classes:default: Private symbol macros
instance/default⎵(optional⎵:a): Private symbol macros
instance/default⎵(optional⎵:a)-coalton-library/classes:default: Private symbol macros
instance/default⎵(queue⎵:a): Private symbol macros
instance/default⎵(queue⎵:a)-coalton-library/classes:default: Private symbol macros
instance/default⎵(seq⎵:a): Private symbol macros
instance/default⎵(seq⎵:a)-coalton-library/classes:default: Private symbol macros
instance/default⎵(tuple3⎵:a⎵:b⎵:c): Private symbol macros
instance/default⎵(tuple3⎵:a⎵:b⎵:c)-coalton-library/classes:default: Private symbol macros
instance/default⎵(tuple4⎵:a⎵:b⎵:c⎵:d): Private symbol macros
instance/default⎵(tuple4⎵:a⎵:b⎵:c⎵:d)-coalton-library/classes:default: Private symbol macros
instance/default⎵(tuple5⎵:a⎵:b⎵:c⎵:d⎵:e): Private symbol macros
instance/default⎵(tuple5⎵:a⎵:b⎵:c⎵:d⎵:e)-coalton-library/classes:default: Private symbol macros
instance/default⎵(tuple⎵:a⎵:b): Private symbol macros
instance/default⎵(tuple⎵:a⎵:b)-coalton-library/classes:default: Private symbol macros
instance/default⎵(vector⎵:a): Private symbol macros
instance/default⎵(vector⎵:a)-coalton-library/classes:default: Private symbol macros
instance/default⎵boolean: Private symbol macros
instance/default⎵boolean-coalton-library/classes:default: Private symbol macros
instance/default⎵double-float: Private symbol macros
instance/default⎵double-float-coalton-library/classes:default: Private symbol macros
instance/default⎵hash: Private symbol macros
instance/default⎵hash-coalton-library/classes:default: Private symbol macros
instance/default⎵i16: Private symbol macros
instance/default⎵i16-coalton-library/classes:default: Private symbol macros
instance/default⎵i32: Private symbol macros
instance/default⎵i32-coalton-library/classes:default: Private symbol macros
instance/default⎵i64: Private symbol macros
instance/default⎵i64-coalton-library/classes:default: Private symbol macros
instance/default⎵i8: Private symbol macros
instance/default⎵i8-coalton-library/classes:default: Private symbol macros
instance/default⎵ifix: Private symbol macros
instance/default⎵ifix-coalton-library/classes:default: Private symbol macros
instance/default⎵integer: Private symbol macros
instance/default⎵integer-coalton-library/classes:default: Private symbol macros
instance/default⎵single-float: Private symbol macros
instance/default⎵single-float-coalton-library/classes:default: Private symbol macros
instance/default⎵string: Private symbol macros
instance/default⎵string-coalton-library/classes:default: Private symbol macros
instance/default⎵u16: Private symbol macros
instance/default⎵u16-coalton-library/classes:default: Private symbol macros
instance/default⎵u32: Private symbol macros
instance/default⎵u32-coalton-library/classes:default: Private symbol macros
instance/default⎵u64: Private symbol macros
instance/default⎵u64-coalton-library/classes:default: Private symbol macros
instance/default⎵u8: Private symbol macros
instance/default⎵u8-coalton-library/classes:default: Private symbol macros
instance/default⎵ufix: Private symbol macros
instance/default⎵ufix-coalton-library/classes:default: Private symbol macros
instance/dividable⎵:a⎵:a: Private symbol macros
instance/dividable⎵:a⎵:a-coalton-library/math/arith:general/: Private symbol macros
instance/dividable⎵integer⎵double-float: Private symbol macros
instance/dividable⎵integer⎵double-float-coalton-library/math/arith:general/: Private symbol macros
instance/dividable⎵integer⎵fraction: Private symbol macros
instance/dividable⎵integer⎵fraction-coalton-library/math/arith:general/: Private symbol macros
instance/dividable⎵integer⎵single-float: Private symbol macros
instance/dividable⎵integer⎵single-float-coalton-library/math/arith:general/: Private symbol macros
instance/elementary⎵(complex⎵:a): Private symbol macros
instance/elementary⎵double-float: Private symbol macros
instance/elementary⎵single-float: Private symbol macros
instance/eq⎵(cell⎵:a): Private symbol macros
instance/eq⎵(cell⎵:a)-coalton-library/classes:==: Private symbol macros
instance/eq⎵(complex⎵:a): Private symbol macros
instance/eq⎵(complex⎵:a)-coalton-library/classes:==: Private symbol macros
instance/eq⎵(dual⎵:a): Private symbol macros
instance/eq⎵(dual⎵:a)-coalton-library/classes:==: Private symbol macros
instance/eq⎵(hashtable⎵:a⎵:b): Private symbol macros
instance/eq⎵(hashtable⎵:a⎵:b)-coalton-library/classes:==: Private symbol macros
instance/eq⎵(list⎵:a): Private symbol macros
instance/eq⎵(list⎵:a)-coalton-library/classes:==: Private symbol macros
instance/eq⎵(mappair⎵:a⎵:b): Private symbol macros
instance/eq⎵(mappair⎵:a⎵:b)-coalton-library/classes:==: Private symbol macros
instance/eq⎵(map⎵:a⎵:b): Private symbol macros
instance/eq⎵(map⎵:a⎵:b)-coalton-library/classes:==: Private symbol macros
instance/eq⎵(optional⎵:a): Private symbol macros
instance/eq⎵(optional⎵:a)-coalton-library/classes:==: Private symbol macros
instance/eq⎵(queue⎵:a): Private symbol macros
instance/eq⎵(queue⎵:a)-coalton-library/classes:==: Private symbol macros
instance/eq⎵(result⎵:a⎵:b): Private symbol macros
instance/eq⎵(result⎵:a⎵:b)-coalton-library/classes:==: Private symbol macros
instance/eq⎵(seq⎵:a): Private symbol macros
instance/eq⎵(seq⎵:a)-coalton-library/classes:==: Private symbol macros
instance/eq⎵(slice⎵:a): Private symbol macros
instance/eq⎵(slice⎵:a)-coalton-library/classes:==: Private symbol macros
instance/eq⎵(tree⎵:a): Private symbol macros
instance/eq⎵(tree⎵:a)-coalton-library/classes:==: Private symbol macros
instance/eq⎵(tuple3⎵:a⎵:b⎵:c): Private symbol macros
instance/eq⎵(tuple3⎵:a⎵:b⎵:c)-coalton-library/classes:==: Private symbol macros
instance/eq⎵(tuple4⎵:a⎵:b⎵:c⎵:d): Private symbol macros
instance/eq⎵(tuple4⎵:a⎵:b⎵:c⎵:d)-coalton-library/classes:==: Private symbol macros
instance/eq⎵(tuple5⎵:a⎵:b⎵:c⎵:d⎵:e): Private symbol macros
instance/eq⎵(tuple5⎵:a⎵:b⎵:c⎵:d⎵:e)-coalton-library/classes:==: Private symbol macros
instance/eq⎵(tuple⎵:a⎵:b): Private symbol macros
instance/eq⎵(tuple⎵:a⎵:b)-coalton-library/classes:==: Private symbol macros
instance/eq⎵(vector⎵:a): Private symbol macros
instance/eq⎵(vector⎵:a)-coalton-library/classes:==: Private symbol macros
instance/eq⎵boolean: Private symbol macros
instance/eq⎵boolean-coalton-library/classes:==: Private symbol macros
instance/eq⎵char: Private symbol macros
instance/eq⎵char-coalton-library/classes:==: Private symbol macros
instance/eq⎵color: Private symbol macros
instance/eq⎵color-coalton-library/classes:==: Private symbol macros
instance/eq⎵double-float: Private symbol macros
instance/eq⎵double-float-coalton-library/classes:==: Private symbol macros
instance/eq⎵dyadic: Private symbol macros
instance/eq⎵dyadic-coalton-library/classes:==: Private symbol macros
instance/eq⎵fraction: Private symbol macros
instance/eq⎵fraction-coalton-library/classes:==: Private symbol macros
instance/eq⎵hash: Private symbol macros
instance/eq⎵hash-coalton-library/classes:==: Private symbol macros
instance/eq⎵i16: Private symbol macros
instance/eq⎵i16-coalton-library/classes:==: Private symbol macros
instance/eq⎵i32: Private symbol macros
instance/eq⎵i32-coalton-library/classes:==: Private symbol macros
instance/eq⎵i64: Private symbol macros
instance/eq⎵i64-coalton-library/classes:==: Private symbol macros
instance/eq⎵i8: Private symbol macros
instance/eq⎵i8-coalton-library/classes:==: Private symbol macros
instance/eq⎵ifix: Private symbol macros
instance/eq⎵ifix-coalton-library/classes:==: Private symbol macros
instance/eq⎵integer: Private symbol macros
instance/eq⎵integer-coalton-library/classes:==: Private symbol macros
instance/eq⎵ord: Private symbol macros
instance/eq⎵ord-coalton-library/classes:==: Private symbol macros
instance/eq⎵pathname: Private symbol macros
instance/eq⎵pathname-coalton-library/classes:==: Private symbol macros
instance/eq⎵single-float: Private symbol macros
instance/eq⎵single-float-coalton-library/classes:==: Private symbol macros
instance/eq⎵string: Private symbol macros
instance/eq⎵string-coalton-library/classes:==: Private symbol macros
instance/eq⎵types:lisptype: Private symbol macros
instance/eq⎵types:lisptype-coalton-library/classes:==: Private symbol macros
instance/eq⎵u16: Private symbol macros
instance/eq⎵u16-coalton-library/classes:==: Private symbol macros
instance/eq⎵u32: Private symbol macros
instance/eq⎵u32-coalton-library/classes:==: Private symbol macros
instance/eq⎵u64: Private symbol macros
instance/eq⎵u64-coalton-library/classes:==: Private symbol macros
instance/eq⎵u8: Private symbol macros
instance/eq⎵u8-coalton-library/classes:==: Private symbol macros
instance/eq⎵ufix: Private symbol macros
instance/eq⎵ufix-coalton-library/classes:==: Private symbol macros
instance/eq⎵unit: Private symbol macros
instance/eq⎵unit-coalton-library/classes:==: Private symbol macros
instance/exponentiable⎵(complex⎵:a): Private symbol macros
instance/exponentiable⎵(complex⎵:a)-coalton-library/math/elementary:ee: Private symbol macros
instance/exponentiable⎵(complex⎵:a)-coalton-library/math/elementary:exp: Private symbol macros
instance/exponentiable⎵(complex⎵:a)-coalton-library/math/elementary:ln: Private symbol macros
instance/exponentiable⎵(complex⎵:a)-coalton-library/math/elementary:log: Private symbol macros
instance/exponentiable⎵(complex⎵:a)-coalton-library/math/elementary:pow: Private symbol macros
instance/exponentiable⎵(dual⎵:a): Private symbol macros
instance/exponentiable⎵(dual⎵:a)-coalton-library/math/elementary:ee: Private symbol macros
instance/exponentiable⎵(dual⎵:a)-coalton-library/math/elementary:exp: Private symbol macros
instance/exponentiable⎵(dual⎵:a)-coalton-library/math/elementary:ln: Private symbol macros
instance/exponentiable⎵(dual⎵:a)-coalton-library/math/elementary:log: Private symbol macros
instance/exponentiable⎵(dual⎵:a)-coalton-library/math/elementary:pow: Private symbol macros
instance/exponentiable⎵double-float: Private symbol macros
instance/exponentiable⎵double-float-coalton-library/math/elementary:ee: Private symbol macros
instance/exponentiable⎵double-float-coalton-library/math/elementary:exp: Private symbol macros
instance/exponentiable⎵double-float-coalton-library/math/elementary:ln: Private symbol macros
instance/exponentiable⎵double-float-coalton-library/math/elementary:log: Private symbol macros
instance/exponentiable⎵double-float-coalton-library/math/elementary:pow: Private symbol macros
instance/exponentiable⎵single-float: Private symbol macros
instance/exponentiable⎵single-float-coalton-library/math/elementary:ee: Private symbol macros
instance/exponentiable⎵single-float-coalton-library/math/elementary:exp: Private symbol macros
instance/exponentiable⎵single-float-coalton-library/math/elementary:ln: Private symbol macros
instance/exponentiable⎵single-float-coalton-library/math/elementary:log: Private symbol macros
instance/exponentiable⎵single-float-coalton-library/math/elementary:pow: Private symbol macros
instance/file⎵char: Private symbol macros
instance/file⎵char-coalton-library/file:open: Private symbol macros
instance/file⎵char-coalton-library/file:read: Private symbol macros
instance/file⎵char-coalton-library/file:write: Private symbol macros
instance/file⎵i16: Private symbol macros
instance/file⎵i16-coalton-library/file:open: Private symbol macros
instance/file⎵i16-coalton-library/file:read: Private symbol macros
instance/file⎵i16-coalton-library/file:write: Private symbol macros
instance/file⎵i32: Private symbol macros
instance/file⎵i32-coalton-library/file:open: Private symbol macros
instance/file⎵i32-coalton-library/file:read: Private symbol macros
instance/file⎵i32-coalton-library/file:write: Private symbol macros
instance/file⎵i64: Private symbol macros
instance/file⎵i64-coalton-library/file:open: Private symbol macros
instance/file⎵i64-coalton-library/file:read: Private symbol macros
instance/file⎵i64-coalton-library/file:write: Private symbol macros
instance/file⎵i8: Private symbol macros
instance/file⎵i8-coalton-library/file:open: Private symbol macros
instance/file⎵i8-coalton-library/file:read: Private symbol macros
instance/file⎵i8-coalton-library/file:write: Private symbol macros
instance/file⎵ifix: Private symbol macros
instance/file⎵ifix-coalton-library/file:open: Private symbol macros
instance/file⎵ifix-coalton-library/file:read: Private symbol macros
instance/file⎵ifix-coalton-library/file:write: Private symbol macros
instance/file⎵u16: Private symbol macros
instance/file⎵u16-coalton-library/file:open: Private symbol macros
instance/file⎵u16-coalton-library/file:read: Private symbol macros
instance/file⎵u16-coalton-library/file:write: Private symbol macros
instance/file⎵u32: Private symbol macros
instance/file⎵u32-coalton-library/file:open: Private symbol macros
instance/file⎵u32-coalton-library/file:read: Private symbol macros
instance/file⎵u32-coalton-library/file:write: Private symbol macros
instance/file⎵u64: Private symbol macros
instance/file⎵u64-coalton-library/file:open: Private symbol macros
instance/file⎵u64-coalton-library/file:read: Private symbol macros
instance/file⎵u64-coalton-library/file:write: Private symbol macros
instance/file⎵u8: Private symbol macros
instance/file⎵u8-coalton-library/file:open: Private symbol macros
instance/file⎵u8-coalton-library/file:read: Private symbol macros
instance/file⎵u8-coalton-library/file:write: Private symbol macros
instance/file⎵ufix: Private symbol macros
instance/file⎵ufix-coalton-library/file:open: Private symbol macros
instance/file⎵ufix-coalton-library/file:read: Private symbol macros
instance/file⎵ufix-coalton-library/file:write: Private symbol macros
instance/foldable⎵(free⎵:a): Private symbol macros
instance/foldable⎵(free⎵:a)-coalton-library/classes:fold: Private symbol macros
instance/foldable⎵(free⎵:a)-coalton-library/classes:foldr: Private symbol macros
instance/foldable⎵list: Private symbol macros
instance/foldable⎵list-coalton-library/classes:fold: Private symbol macros
instance/foldable⎵list-coalton-library/classes:foldr: Private symbol macros
instance/foldable⎵queue: Private symbol macros
instance/foldable⎵queue-coalton-library/classes:fold: Private symbol macros
instance/foldable⎵queue-coalton-library/classes:foldr: Private symbol macros
instance/foldable⎵slice: Private symbol macros
instance/foldable⎵slice-coalton-library/classes:fold: Private symbol macros
instance/foldable⎵slice-coalton-library/classes:foldr: Private symbol macros
instance/foldable⎵tree: Private symbol macros
instance/foldable⎵tree-coalton-library/classes:fold: Private symbol macros
instance/foldable⎵tree-coalton-library/classes:foldr: Private symbol macros
instance/foldable⎵vector: Private symbol macros
instance/foldable⎵vector-coalton-library/classes:fold: Private symbol macros
instance/foldable⎵vector-coalton-library/classes:foldr: Private symbol macros
instance/functor⎵(arrow⎵:a): Private symbol macros
instance/functor⎵(arrow⎵:a)-coalton-library/classes:map: Private symbol macros
instance/functor⎵(free⎵:a): Private symbol macros
instance/functor⎵(free⎵:a)-coalton-library/classes:map: Private symbol macros
instance/functor⎵(map⎵:a): Private symbol macros
instance/functor⎵(map⎵:a)-coalton-library/classes:map: Private symbol macros
instance/functor⎵(result⎵:a): Private symbol macros
instance/functor⎵(result⎵:a)-coalton-library/classes:map: Private symbol macros
instance/functor⎵(st⎵:a): Private symbol macros
instance/functor⎵(st⎵:a)-coalton-library/classes:map: Private symbol macros
instance/functor⎵cell: Private symbol macros
instance/functor⎵cell-coalton-library/classes:map: Private symbol macros
instance/functor⎵iterator: Private symbol macros
instance/functor⎵iterator-coalton-library/classes:map: Private symbol macros
instance/functor⎵list: Private symbol macros
instance/functor⎵list-coalton-library/classes:map: Private symbol macros
instance/functor⎵optional: Private symbol macros
instance/functor⎵optional-coalton-library/classes:map: Private symbol macros
instance/functor⎵queue: Private symbol macros
instance/functor⎵queue-coalton-library/classes:map: Private symbol macros
instance/functor⎵seq: Private symbol macros
instance/functor⎵seq-coalton-library/classes:map: Private symbol macros
instance/functor⎵vector: Private symbol macros
instance/functor⎵vector-coalton-library/classes:map: Private symbol macros
instance/hash⎵(dual⎵:a): Private symbol macros
instance/hash⎵(dual⎵:a)-coalton-library/hash:hash: Private symbol macros
instance/hash⎵(hashtable⎵:a⎵:b): Private symbol macros
instance/hash⎵(hashtable⎵:a⎵:b)-coalton-library/hash:hash: Private symbol macros
instance/hash⎵(list⎵:a): Private symbol macros
instance/hash⎵(list⎵:a)-coalton-library/hash:hash: Private symbol macros
instance/hash⎵(map⎵:a⎵:b): Private symbol macros
instance/hash⎵(map⎵:a⎵:b)-coalton-library/hash:hash: Private symbol macros
instance/hash⎵(tree⎵:a): Private symbol macros
instance/hash⎵(tree⎵:a)-coalton-library/hash:hash: Private symbol macros
instance/hash⎵(tuple3⎵:a⎵:b⎵:c): Private symbol macros
instance/hash⎵(tuple3⎵:a⎵:b⎵:c)-coalton-library/hash:hash: Private symbol macros
instance/hash⎵(tuple4⎵:a⎵:b⎵:c⎵:d): Private symbol macros
instance/hash⎵(tuple4⎵:a⎵:b⎵:c⎵:d)-coalton-library/hash:hash: Private symbol macros
instance/hash⎵(tuple5⎵:a⎵:b⎵:c⎵:d⎵:e): Private symbol macros
instance/hash⎵(tuple5⎵:a⎵:b⎵:c⎵:d⎵:e)-coalton-library/hash:hash: Private symbol macros
instance/hash⎵(tuple⎵:a⎵:b): Private symbol macros
instance/hash⎵(tuple⎵:a⎵:b)-coalton-library/hash:hash: Private symbol macros
instance/hash⎵hash: Private symbol macros
instance/hash⎵hash-coalton-library/hash:hash: Private symbol macros
instance/integral⎵i16: Private symbol macros
instance/integral⎵i16-coalton-library/math/integral:tointeger: Private symbol macros
instance/integral⎵i32: Private symbol macros
instance/integral⎵i32-coalton-library/math/integral:tointeger: Private symbol macros
instance/integral⎵i64: Private symbol macros
instance/integral⎵i64-coalton-library/math/integral:tointeger: Private symbol macros
instance/integral⎵i8: Private symbol macros
instance/integral⎵i8-coalton-library/math/integral:tointeger: Private symbol macros
instance/integral⎵ifix: Private symbol macros
instance/integral⎵ifix-coalton-library/math/integral:tointeger: Private symbol macros
instance/integral⎵integer: Private symbol macros
instance/integral⎵integer-coalton-library/math/integral:tointeger: Private symbol macros
instance/integral⎵u16: Private symbol macros
instance/integral⎵u16-coalton-library/math/integral:tointeger: Private symbol macros
instance/integral⎵u32: Private symbol macros
instance/integral⎵u32-coalton-library/math/integral:tointeger: Private symbol macros
instance/integral⎵u64: Private symbol macros
instance/integral⎵u64-coalton-library/math/integral:tointeger: Private symbol macros
instance/integral⎵u8: Private symbol macros
instance/integral⎵u8-coalton-library/math/integral:tointeger: Private symbol macros
instance/integral⎵ufix: Private symbol macros
instance/integral⎵ufix-coalton-library/math/integral:tointeger: Private symbol macros
instance/intoiterator⎵(iterator⎵:a)⎵:a: Private symbol macros
instance/intoiterator⎵(iterator⎵:a)⎵:a-coalton-library/iterator:into-iter: Private symbol macros
instance/intoiterator⎵unit⎵:a: Private symbol macros
instance/intoiterator⎵unit⎵:a-coalton-library/iterator:into-iter: Private symbol macros
instance/into⎵(:a⎵:b)⎵(seq⎵:b): Private symbol macros
instance/into⎵(:a⎵:b)⎵(seq⎵:b)-coalton-library/classes:into: Private symbol macros
instance/into⎵(cell⎵:a)⎵:a: Private symbol macros
instance/into⎵(cell⎵:a)⎵:a-coalton-library/classes:into: Private symbol macros
instance/into⎵(cell⎵:a)⎵string: Private symbol macros
instance/into⎵(cell⎵:a)⎵string-coalton-library/classes:into: Private symbol macros
instance/into⎵(list⎵:a)⎵(vector⎵:a): Private symbol macros
instance/into⎵(list⎵:a)⎵(vector⎵:a)-coalton-library/classes:into: Private symbol macros
instance/into⎵(list⎵char)⎵string: Private symbol macros
instance/into⎵(list⎵char)⎵string-coalton-library/classes:into: Private symbol macros
instance/into⎵(mappair⎵:a⎵:b)⎵(tuple⎵:a⎵:b): Private symbol macros
instance/into⎵(mappair⎵:a⎵:b)⎵(tuple⎵:a⎵:b)-coalton-library/classes:into: Private symbol macros
instance/into⎵(optional⎵:a)⎵(list⎵:a): Private symbol macros
instance/into⎵(optional⎵:a)⎵(list⎵:a)-coalton-library/classes:into: Private symbol macros
instance/into⎵(optional⎵:a)⎵(result⎵unit⎵:a): Private symbol macros
instance/into⎵(optional⎵:a)⎵(result⎵unit⎵:a)-coalton-library/classes:into: Private symbol macros
instance/into⎵(result⎵:a⎵:b)⎵(optional⎵:b): Private symbol macros
instance/into⎵(result⎵:a⎵:b)⎵(optional⎵:b)-coalton-library/classes:into: Private symbol macros
instance/into⎵(seq⎵:a)⎵(list⎵:a): Private symbol macros
instance/into⎵(seq⎵:a)⎵(list⎵:a)-coalton-library/classes:into: Private symbol macros
instance/into⎵(seq⎵:a)⎵(vector:vector⎵:a): Private symbol macros
instance/into⎵(seq⎵:a)⎵(vector:vector⎵:a)-coalton-library/classes:into: Private symbol macros
instance/into⎵(slice⎵:a)⎵(vector⎵:a): Private symbol macros
instance/into⎵(slice⎵:a)⎵(vector⎵:a)-coalton-library/classes:into: Private symbol macros
instance/into⎵(tuple⎵:a⎵:b)⎵(tuple⎵:b⎵:a): Private symbol macros
instance/into⎵(tuple⎵:a⎵:b)⎵(tuple⎵:b⎵:a)-coalton-library/classes:into: Private symbol macros
instance/into⎵(vector⎵:a)⎵(list⎵:a): Private symbol macros
instance/into⎵(vector⎵:a)⎵(list⎵:a)-coalton-library/classes:into: Private symbol macros
instance/into⎵(vector⎵:a)⎵(slice⎵:a): Private symbol macros
instance/into⎵(vector⎵:a)⎵(slice⎵:a)-coalton-library/classes:into: Private symbol macros
instance/into⎵:a⎵(cell⎵:a): Private symbol macros
instance/into⎵:a⎵(cell⎵:a)-coalton-library/classes:into: Private symbol macros
instance/into⎵:a⎵(complex⎵:a): Private symbol macros
instance/into⎵:a⎵(complex⎵:a)-coalton-library/classes:into: Private symbol macros
instance/into⎵:a⎵:a: Private symbol macros
instance/into⎵:a⎵:a-coalton-library/classes:into: Private symbol macros
instance/into⎵char⎵string: Private symbol macros
instance/into⎵char⎵string-coalton-library/classes:into: Private symbol macros
instance/into⎵double-float⎵string: Private symbol macros
instance/into⎵double-float⎵string-coalton-library/classes:into: Private symbol macros
instance/into⎵dyadic⎵fraction: Private symbol macros
instance/into⎵dyadic⎵fraction-coalton-library/classes:into: Private symbol macros
instance/into⎵fraction⎵string: Private symbol macros
instance/into⎵fraction⎵string-coalton-library/classes:into: Private symbol macros
instance/into⎵i16⎵double-float: Private symbol macros
instance/into⎵i16⎵double-float-coalton-library/classes:into: Private symbol macros
instance/into⎵i16⎵i32: Private symbol macros
instance/into⎵i16⎵i32-coalton-library/classes:into: Private symbol macros
instance/into⎵i16⎵i64: Private symbol macros
instance/into⎵i16⎵i64-coalton-library/classes:into: Private symbol macros
instance/into⎵i16⎵ifix: Private symbol macros
instance/into⎵i16⎵ifix-coalton-library/classes:into: Private symbol macros
instance/into⎵i16⎵integer: Private symbol macros
instance/into⎵i16⎵integer-coalton-library/classes:into: Private symbol macros
instance/into⎵i16⎵single-float: Private symbol macros
instance/into⎵i16⎵single-float-coalton-library/classes:into: Private symbol macros
instance/into⎵i16⎵string: Private symbol macros
instance/into⎵i16⎵string-coalton-library/classes:into: Private symbol macros
instance/into⎵i32⎵double-float: Private symbol macros
instance/into⎵i32⎵double-float-coalton-library/classes:into: Private symbol macros
instance/into⎵i32⎵i64: Private symbol macros
instance/into⎵i32⎵i64-coalton-library/classes:into: Private symbol macros
instance/into⎵i32⎵ifix: Private symbol macros
instance/into⎵i32⎵ifix-coalton-library/classes:into: Private symbol macros
instance/into⎵i32⎵integer: Private symbol macros
instance/into⎵i32⎵integer-coalton-library/classes:into: Private symbol macros
instance/into⎵i32⎵string: Private symbol macros
instance/into⎵i32⎵string-coalton-library/classes:into: Private symbol macros
instance/into⎵i64⎵integer: Private symbol macros
instance/into⎵i64⎵integer-coalton-library/classes:into: Private symbol macros
instance/into⎵i64⎵string: Private symbol macros
instance/into⎵i64⎵string-coalton-library/classes:into: Private symbol macros
instance/into⎵i8⎵double-float: Private symbol macros
instance/into⎵i8⎵double-float-coalton-library/classes:into: Private symbol macros
instance/into⎵i8⎵i16: Private symbol macros
instance/into⎵i8⎵i16-coalton-library/classes:into: Private symbol macros
instance/into⎵i8⎵i32: Private symbol macros
instance/into⎵i8⎵i32-coalton-library/classes:into: Private symbol macros
instance/into⎵i8⎵i64: Private symbol macros
instance/into⎵i8⎵i64-coalton-library/classes:into: Private symbol macros
instance/into⎵i8⎵ifix: Private symbol macros
instance/into⎵i8⎵ifix-coalton-library/classes:into: Private symbol macros
instance/into⎵i8⎵integer: Private symbol macros
instance/into⎵i8⎵integer-coalton-library/classes:into: Private symbol macros
instance/into⎵i8⎵single-float: Private symbol macros
instance/into⎵i8⎵single-float-coalton-library/classes:into: Private symbol macros
instance/into⎵i8⎵string: Private symbol macros
instance/into⎵i8⎵string-coalton-library/classes:into: Private symbol macros
instance/into⎵ifix⎵i64: Private symbol macros
instance/into⎵ifix⎵i64-coalton-library/classes:into: Private symbol macros
instance/into⎵ifix⎵integer: Private symbol macros
instance/into⎵ifix⎵integer-coalton-library/classes:into: Private symbol macros
instance/into⎵ifix⎵string: Private symbol macros
instance/into⎵ifix⎵string-coalton-library/classes:into: Private symbol macros
instance/into⎵integer⎵dyadic: Private symbol macros
instance/into⎵integer⎵dyadic-coalton-library/classes:into: Private symbol macros
instance/into⎵integer⎵string: Private symbol macros
instance/into⎵integer⎵string-coalton-library/classes:into: Private symbol macros
instance/into⎵pathname⎵string: Private symbol macros
instance/into⎵pathname⎵string-coalton-library/classes:into: Private symbol macros
instance/into⎵single-float⎵string: Private symbol macros
instance/into⎵single-float⎵string-coalton-library/classes:into: Private symbol macros
instance/into⎵string⎵(list⎵char): Private symbol macros
instance/into⎵string⎵(list⎵char)-coalton-library/classes:into: Private symbol macros
instance/into⎵string⎵pathname: Private symbol macros
instance/into⎵string⎵pathname-coalton-library/classes:into: Private symbol macros
instance/into⎵u16⎵double-float: Private symbol macros
instance/into⎵u16⎵double-float-coalton-library/classes:into: Private symbol macros
instance/into⎵u16⎵i32: Private symbol macros
instance/into⎵u16⎵i32-coalton-library/classes:into: Private symbol macros
instance/into⎵u16⎵i64: Private symbol macros
instance/into⎵u16⎵i64-coalton-library/classes:into: Private symbol macros
instance/into⎵u16⎵ifix: Private symbol macros
instance/into⎵u16⎵ifix-coalton-library/classes:into: Private symbol macros
instance/into⎵u16⎵integer: Private symbol macros
instance/into⎵u16⎵integer-coalton-library/classes:into: Private symbol macros
instance/into⎵u16⎵single-float: Private symbol macros
instance/into⎵u16⎵single-float-coalton-library/classes:into: Private symbol macros
instance/into⎵u16⎵string: Private symbol macros
instance/into⎵u16⎵string-coalton-library/classes:into: Private symbol macros
instance/into⎵u16⎵u32: Private symbol macros
instance/into⎵u16⎵u32-coalton-library/classes:into: Private symbol macros
instance/into⎵u16⎵u64: Private symbol macros
instance/into⎵u16⎵u64-coalton-library/classes:into: Private symbol macros
instance/into⎵u16⎵ufix: Private symbol macros
instance/into⎵u16⎵ufix-coalton-library/classes:into: Private symbol macros
instance/into⎵u32⎵double-float: Private symbol macros
instance/into⎵u32⎵double-float-coalton-library/classes:into: Private symbol macros
instance/into⎵u32⎵i64: Private symbol macros
instance/into⎵u32⎵i64-coalton-library/classes:into: Private symbol macros
instance/into⎵u32⎵ifix: Private symbol macros
instance/into⎵u32⎵ifix-coalton-library/classes:into: Private symbol macros
instance/into⎵u32⎵integer: Private symbol macros
instance/into⎵u32⎵integer-coalton-library/classes:into: Private symbol macros
instance/into⎵u32⎵string: Private symbol macros
instance/into⎵u32⎵string-coalton-library/classes:into: Private symbol macros
instance/into⎵u32⎵u64: Private symbol macros
instance/into⎵u32⎵u64-coalton-library/classes:into: Private symbol macros
instance/into⎵u32⎵ufix: Private symbol macros
instance/into⎵u32⎵ufix-coalton-library/classes:into: Private symbol macros
instance/into⎵u64⎵integer: Private symbol macros
instance/into⎵u64⎵integer-coalton-library/classes:into: Private symbol macros
instance/into⎵u64⎵string: Private symbol macros
instance/into⎵u64⎵string-coalton-library/classes:into: Private symbol macros
instance/into⎵u8⎵double-float: Private symbol macros
instance/into⎵u8⎵double-float-coalton-library/classes:into: Private symbol macros
instance/into⎵u8⎵i16: Private symbol macros
instance/into⎵u8⎵i16-coalton-library/classes:into: Private symbol macros
instance/into⎵u8⎵i32: Private symbol macros
instance/into⎵u8⎵i32-coalton-library/classes:into: Private symbol macros
instance/into⎵u8⎵i64: Private symbol macros
instance/into⎵u8⎵i64-coalton-library/classes:into: Private symbol macros
instance/into⎵u8⎵ifix: Private symbol macros
instance/into⎵u8⎵ifix-coalton-library/classes:into: Private symbol macros
instance/into⎵u8⎵integer: Private symbol macros
instance/into⎵u8⎵integer-coalton-library/classes:into: Private symbol macros
instance/into⎵u8⎵single-float: Private symbol macros
instance/into⎵u8⎵single-float-coalton-library/classes:into: Private symbol macros
instance/into⎵u8⎵string: Private symbol macros
instance/into⎵u8⎵string-coalton-library/classes:into: Private symbol macros
instance/into⎵u8⎵u16: Private symbol macros
instance/into⎵u8⎵u16-coalton-library/classes:into: Private symbol macros
instance/into⎵u8⎵u32: Private symbol macros
instance/into⎵u8⎵u32-coalton-library/classes:into: Private symbol macros
instance/into⎵u8⎵u64: Private symbol macros
instance/into⎵u8⎵u64-coalton-library/classes:into: Private symbol macros
instance/into⎵u8⎵ufix: Private symbol macros
instance/into⎵u8⎵ufix-coalton-library/classes:into: Private symbol macros
instance/into⎵ufix⎵i64: Private symbol macros
instance/into⎵ufix⎵i64-coalton-library/classes:into: Private symbol macros
instance/into⎵ufix⎵ifix: Private symbol macros
instance/into⎵ufix⎵ifix-coalton-library/classes:into: Private symbol macros
instance/into⎵ufix⎵integer: Private symbol macros
instance/into⎵ufix⎵integer-coalton-library/classes:into: Private symbol macros
instance/into⎵ufix⎵string: Private symbol macros
instance/into⎵ufix⎵string-coalton-library/classes:into: Private symbol macros
instance/into⎵ufix⎵u64: Private symbol macros
instance/into⎵ufix⎵u64-coalton-library/classes:into: Private symbol macros
instance/iso⎵(list⎵char)⎵string: Private symbol macros
instance/iso⎵(result⎵unit⎵:a)⎵(optional⎵:a): Private symbol macros
instance/iso⎵(slice⎵:a)⎵(vector⎵:a): Private symbol macros
instance/iso⎵(tuple⎵:a⎵:b)⎵(tuple⎵:b⎵:a): Private symbol macros
instance/iso⎵(vector⎵:a)⎵(list⎵:a): Private symbol macros
instance/iso⎵:a⎵:a: Private symbol macros
instance/iter:fromiterator⎵(hashtable⎵:a⎵:b)⎵(tuple⎵:a⎵:b): Private symbol macros
instance/iter:fromiterator⎵(hashtable⎵:a⎵:b)⎵(tuple⎵:a⎵:b)-coalton-library/iterator:collect!: Private symbol macros
instance/iter:fromiterator⎵(list⎵:a)⎵:a: Private symbol macros
instance/iter:fromiterator⎵(list⎵:a)⎵:a-coalton-library/iterator:collect!: Private symbol macros
instance/iter:fromiterator⎵(map⎵:a⎵:b)⎵(tuple⎵:a⎵:b): Private symbol macros
instance/iter:fromiterator⎵(map⎵:a⎵:b)⎵(tuple⎵:a⎵:b)-coalton-library/iterator:collect!: Private symbol macros
instance/iter:fromiterator⎵(optional⎵:a)⎵(optional⎵:b): Private symbol macros
instance/iter:fromiterator⎵(optional⎵:a)⎵(optional⎵:b)-coalton-library/iterator:collect!: Private symbol macros
instance/iter:fromiterator⎵(queue⎵:a)⎵:a: Private symbol macros
instance/iter:fromiterator⎵(queue⎵:a)⎵:a-coalton-library/iterator:collect!: Private symbol macros
instance/iter:fromiterator⎵(result⎵:a⎵:b)⎵(result⎵:a⎵:c): Private symbol macros
instance/iter:fromiterator⎵(result⎵:a⎵:b)⎵(result⎵:a⎵:c)-coalton-library/iterator:collect!: Private symbol macros
instance/iter:fromiterator⎵(seq⎵:a)⎵:a: Private symbol macros
instance/iter:fromiterator⎵(seq⎵:a)⎵:a-coalton-library/iterator:collect!: Private symbol macros
instance/iter:fromiterator⎵(slice⎵:a)⎵:a: Private symbol macros
instance/iter:fromiterator⎵(slice⎵:a)⎵:a-coalton-library/iterator:collect!: Private symbol macros
instance/iter:fromiterator⎵(tree⎵:a)⎵:a: Private symbol macros
instance/iter:fromiterator⎵(tree⎵:a)⎵:a-coalton-library/iterator:collect!: Private symbol macros
instance/iter:fromiterator⎵(vector⎵:a)⎵:a: Private symbol macros
instance/iter:fromiterator⎵(vector⎵:a)⎵:a-coalton-library/iterator:collect!: Private symbol macros
instance/iter:fromiterator⎵string⎵char: Private symbol macros
instance/iter:fromiterator⎵string⎵char-coalton-library/iterator:collect!: Private symbol macros
instance/iter:intoiterator⎵(hashtable⎵:a⎵:b)⎵(tuple⎵:a⎵:b): Private symbol macros
instance/iter:intoiterator⎵(hashtable⎵:a⎵:b)⎵(tuple⎵:a⎵:b)-coalton-library/iterator:into-iter: Private symbol macros
instance/iter:intoiterator⎵(list⎵:a)⎵:a: Private symbol macros
instance/iter:intoiterator⎵(list⎵:a)⎵:a-coalton-library/iterator:into-iter: Private symbol macros
instance/iter:intoiterator⎵(map⎵:a⎵:b)⎵(tuple⎵:a⎵:b): Private symbol macros
instance/iter:intoiterator⎵(map⎵:a⎵:b)⎵(tuple⎵:a⎵:b)-coalton-library/iterator:into-iter: Private symbol macros
instance/iter:intoiterator⎵(optional⎵:a)⎵:a: Private symbol macros
instance/iter:intoiterator⎵(optional⎵:a)⎵:a-coalton-library/iterator:into-iter: Private symbol macros
instance/iter:intoiterator⎵(queue⎵:a)⎵:a: Private symbol macros
instance/iter:intoiterator⎵(queue⎵:a)⎵:a-coalton-library/iterator:into-iter: Private symbol macros
instance/iter:intoiterator⎵(result⎵:a⎵:b)⎵:b: Private symbol macros
instance/iter:intoiterator⎵(result⎵:a⎵:b)⎵:b-coalton-library/iterator:into-iter: Private symbol macros
instance/iter:intoiterator⎵(seq⎵:a)⎵:a: Private symbol macros
instance/iter:intoiterator⎵(seq⎵:a)⎵:a-coalton-library/iterator:into-iter: Private symbol macros
instance/iter:intoiterator⎵(slice⎵:a)⎵:a: Private symbol macros
instance/iter:intoiterator⎵(slice⎵:a)⎵:a-coalton-library/iterator:into-iter: Private symbol macros
instance/iter:intoiterator⎵(tree⎵:a)⎵:a: Private symbol macros
instance/iter:intoiterator⎵(tree⎵:a)⎵:a-coalton-library/iterator:into-iter: Private symbol macros
instance/iter:intoiterator⎵(vector⎵:a)⎵:a: Private symbol macros
instance/iter:intoiterator⎵(vector⎵:a)⎵:a-coalton-library/iterator:into-iter: Private symbol macros
instance/iter:intoiterator⎵string⎵char: Private symbol macros
instance/iter:intoiterator⎵string⎵char-coalton-library/iterator:into-iter: Private symbol macros
instance/monadfail⎵optional: Private symbol macros
instance/monadfail⎵optional-coalton-library/classes:fail: Private symbol macros
instance/monad⎵(free⎵:a): Private symbol macros
instance/monad⎵(free⎵:a)-coalton-library/classes:>>=: Private symbol macros
instance/monad⎵(result⎵:a): Private symbol macros
instance/monad⎵(result⎵:a)-coalton-library/classes:>>=: Private symbol macros
instance/monad⎵(st⎵:a): Private symbol macros
instance/monad⎵(st⎵:a)-coalton-library/classes:>>=: Private symbol macros
instance/monad⎵list: Private symbol macros
instance/monad⎵list-coalton-library/classes:>>=: Private symbol macros
instance/monad⎵optional: Private symbol macros
instance/monad⎵optional-coalton-library/classes:>>=: Private symbol macros
instance/monoid⎵(list⎵:a): Private symbol macros
instance/monoid⎵(list⎵:a)-coalton-library/classes:mempty: Private symbol macros
instance/monoid⎵(optional⎵:a): Private symbol macros
instance/monoid⎵(optional⎵:a)-coalton-library/classes:mempty: Private symbol macros
instance/monoid⎵(result⎵:a⎵:b): Private symbol macros
instance/monoid⎵(result⎵:a⎵:b)-coalton-library/classes:mempty: Private symbol macros
instance/monoid⎵(seq⎵:a): Private symbol macros
instance/monoid⎵(seq⎵:a)-coalton-library/classes:mempty: Private symbol macros
instance/monoid⎵(tree⎵:a): Private symbol macros
instance/monoid⎵(tree⎵:a)-coalton-library/classes:mempty: Private symbol macros
instance/monoid⎵hash: Private symbol macros
instance/monoid⎵hash-coalton-library/classes:mempty: Private symbol macros
instance/monoid⎵pathname: Private symbol macros
instance/monoid⎵pathname-coalton-library/classes:mempty: Private symbol macros
instance/monoid⎵string: Private symbol macros
instance/monoid⎵string-coalton-library/classes:mempty: Private symbol macros
instance/num⎵(cell⎵:a): Private symbol macros
instance/num⎵(cell⎵:a)-coalton-library/classes:*: Private symbol macros
instance/num⎵(cell⎵:a)-coalton-library/classes:+: Private symbol macros
instance/num⎵(cell⎵:a)-coalton-library/classes:-: Private symbol macros
instance/num⎵(cell⎵:a)-coalton-library/classes:fromint: Private symbol macros
instance/num⎵(complex⎵:a): Private symbol macros
instance/num⎵(complex⎵:a)-coalton-library/classes:*: Private symbol macros
instance/num⎵(complex⎵:a)-coalton-library/classes:+: Private symbol macros
instance/num⎵(complex⎵:a)-coalton-library/classes:-: Private symbol macros
instance/num⎵(complex⎵:a)-coalton-library/classes:fromint: Private symbol macros
instance/num⎵(dual⎵:a): Private symbol macros
instance/num⎵(dual⎵:a)-coalton-library/classes:*: Private symbol macros
instance/num⎵(dual⎵:a)-coalton-library/classes:+: Private symbol macros
instance/num⎵(dual⎵:a)-coalton-library/classes:-: Private symbol macros
instance/num⎵(dual⎵:a)-coalton-library/classes:fromint: Private symbol macros
instance/num⎵(optional⎵:a): Private symbol macros
instance/num⎵(optional⎵:a)-coalton-library/classes:*: Private symbol macros
instance/num⎵(optional⎵:a)-coalton-library/classes:+: Private symbol macros
instance/num⎵(optional⎵:a)-coalton-library/classes:-: Private symbol macros
instance/num⎵(optional⎵:a)-coalton-library/classes:fromint: Private symbol macros
instance/num⎵double-float: Private symbol macros
instance/num⎵double-float-coalton-library/classes:*: Private symbol macros
instance/num⎵double-float-coalton-library/classes:+: Private symbol macros
instance/num⎵double-float-coalton-library/classes:-: Private symbol macros
instance/num⎵double-float-coalton-library/classes:fromint: Private symbol macros
instance/num⎵dyadic: Private symbol macros
instance/num⎵dyadic-coalton-library/classes:*: Private symbol macros
instance/num⎵dyadic-coalton-library/classes:+: Private symbol macros
instance/num⎵dyadic-coalton-library/classes:-: Private symbol macros
instance/num⎵dyadic-coalton-library/classes:fromint: Private symbol macros
instance/num⎵fraction: Private symbol macros
instance/num⎵fraction-coalton-library/classes:*: Private symbol macros
instance/num⎵fraction-coalton-library/classes:+: Private symbol macros
instance/num⎵fraction-coalton-library/classes:-: Private symbol macros
instance/num⎵fraction-coalton-library/classes:fromint: Private symbol macros
instance/num⎵i16: Private symbol macros
instance/num⎵i16-coalton-library/classes:*: Private symbol macros
instance/num⎵i16-coalton-library/classes:+: Private symbol macros
instance/num⎵i16-coalton-library/classes:-: Private symbol macros
instance/num⎵i16-coalton-library/classes:fromint: Private symbol macros
instance/num⎵i32: Private symbol macros
instance/num⎵i32-coalton-library/classes:*: Private symbol macros
instance/num⎵i32-coalton-library/classes:+: Private symbol macros
instance/num⎵i32-coalton-library/classes:-: Private symbol macros
instance/num⎵i32-coalton-library/classes:fromint: Private symbol macros
instance/num⎵i64: Private symbol macros
instance/num⎵i64-coalton-library/classes:*: Private symbol macros
instance/num⎵i64-coalton-library/classes:+: Private symbol macros
instance/num⎵i64-coalton-library/classes:-: Private symbol macros
instance/num⎵i64-coalton-library/classes:fromint: Private symbol macros
instance/num⎵i8: Private symbol macros
instance/num⎵i8-coalton-library/classes:*: Private symbol macros
instance/num⎵i8-coalton-library/classes:+: Private symbol macros
instance/num⎵i8-coalton-library/classes:-: Private symbol macros
instance/num⎵i8-coalton-library/classes:fromint: Private symbol macros
instance/num⎵ifix: Private symbol macros
instance/num⎵ifix-coalton-library/classes:*: Private symbol macros
instance/num⎵ifix-coalton-library/classes:+: Private symbol macros
instance/num⎵ifix-coalton-library/classes:-: Private symbol macros
instance/num⎵ifix-coalton-library/classes:fromint: Private symbol macros
instance/num⎵integer: Private symbol macros
instance/num⎵integer-coalton-library/classes:*: Private symbol macros
instance/num⎵integer-coalton-library/classes:+: Private symbol macros
instance/num⎵integer-coalton-library/classes:-: Private symbol macros
instance/num⎵integer-coalton-library/classes:fromint: Private symbol macros
instance/num⎵single-float: Private symbol macros
instance/num⎵single-float-coalton-library/classes:*: Private symbol macros
instance/num⎵single-float-coalton-library/classes:+: Private symbol macros
instance/num⎵single-float-coalton-library/classes:-: Private symbol macros
instance/num⎵single-float-coalton-library/classes:fromint: Private symbol macros
instance/num⎵u16: Private symbol macros
instance/num⎵u16-coalton-library/classes:*: Private symbol macros
instance/num⎵u16-coalton-library/classes:+: Private symbol macros
instance/num⎵u16-coalton-library/classes:-: Private symbol macros
instance/num⎵u16-coalton-library/classes:fromint: Private symbol macros
instance/num⎵u32: Private symbol macros
instance/num⎵u32-coalton-library/classes:*: Private symbol macros
instance/num⎵u32-coalton-library/classes:+: Private symbol macros
instance/num⎵u32-coalton-library/classes:-: Private symbol macros
instance/num⎵u32-coalton-library/classes:fromint: Private symbol macros
instance/num⎵u64: Private symbol macros
instance/num⎵u64-coalton-library/classes:*: Private symbol macros
instance/num⎵u64-coalton-library/classes:+: Private symbol macros
instance/num⎵u64-coalton-library/classes:-: Private symbol macros
instance/num⎵u64-coalton-library/classes:fromint: Private symbol macros
instance/num⎵u8: Private symbol macros
instance/num⎵u8-coalton-library/classes:*: Private symbol macros
instance/num⎵u8-coalton-library/classes:+: Private symbol macros
instance/num⎵u8-coalton-library/classes:-: Private symbol macros
instance/num⎵u8-coalton-library/classes:fromint: Private symbol macros
instance/num⎵ufix: Private symbol macros
instance/num⎵ufix-coalton-library/classes:*: Private symbol macros
instance/num⎵ufix-coalton-library/classes:+: Private symbol macros
instance/num⎵ufix-coalton-library/classes:-: Private symbol macros
instance/num⎵ufix-coalton-library/classes:fromint: Private symbol macros
instance/ord⎵(cell⎵:a): Private symbol macros
instance/ord⎵(cell⎵:a)-coalton-library/classes:<=>: Private symbol macros
instance/ord⎵(dual⎵:a): Private symbol macros
instance/ord⎵(dual⎵:a)-coalton-library/classes:<=>: Private symbol macros
instance/ord⎵(list⎵:a): Private symbol macros
instance/ord⎵(list⎵:a)-coalton-library/classes:<=>: Private symbol macros
instance/ord⎵(mappair⎵:a⎵:b): Private symbol macros
instance/ord⎵(mappair⎵:a⎵:b)-coalton-library/classes:<=>: Private symbol macros
instance/ord⎵(optional⎵:a): Private symbol macros
instance/ord⎵(optional⎵:a)-coalton-library/classes:<=>: Private symbol macros
instance/ord⎵(result⎵:a⎵:b): Private symbol macros
instance/ord⎵(result⎵:a⎵:b)-coalton-library/classes:<=>: Private symbol macros
instance/ord⎵(tuple⎵:a⎵:b): Private symbol macros
instance/ord⎵(tuple⎵:a⎵:b)-coalton-library/classes:<=>: Private symbol macros
instance/ord⎵boolean: Private symbol macros
instance/ord⎵boolean-coalton-library/classes:<=>: Private symbol macros
instance/ord⎵char: Private symbol macros
instance/ord⎵char-coalton-library/classes:<=>: Private symbol macros
instance/ord⎵double-float: Private symbol macros
instance/ord⎵double-float-coalton-library/classes:<=>: Private symbol macros
instance/ord⎵dyadic: Private symbol macros
instance/ord⎵dyadic-coalton-library/classes:<=>: Private symbol macros
instance/ord⎵fraction: Private symbol macros
instance/ord⎵fraction-coalton-library/classes:<=>: Private symbol macros
instance/ord⎵hash: Private symbol macros
instance/ord⎵hash-coalton-library/classes:<=>: Private symbol macros
instance/ord⎵i16: Private symbol macros
instance/ord⎵i16-coalton-library/classes:<=>: Private symbol macros
instance/ord⎵i32: Private symbol macros
instance/ord⎵i32-coalton-library/classes:<=>: Private symbol macros
instance/ord⎵i64: Private symbol macros
instance/ord⎵i64-coalton-library/classes:<=>: Private symbol macros
instance/ord⎵i8: Private symbol macros
instance/ord⎵i8-coalton-library/classes:<=>: Private symbol macros
instance/ord⎵ifix: Private symbol macros
instance/ord⎵ifix-coalton-library/classes:<=>: Private symbol macros
instance/ord⎵integer: Private symbol macros
instance/ord⎵integer-coalton-library/classes:<=>: Private symbol macros
instance/ord⎵ord: Private symbol macros
instance/ord⎵ord-coalton-library/classes:<=>: Private symbol macros
instance/ord⎵pathname: Private symbol macros
instance/ord⎵pathname-coalton-library/classes:<=>: Private symbol macros
instance/ord⎵single-float: Private symbol macros
instance/ord⎵single-float-coalton-library/classes:<=>: Private symbol macros
instance/ord⎵string: Private symbol macros
instance/ord⎵string-coalton-library/classes:<=>: Private symbol macros
instance/ord⎵u16: Private symbol macros
instance/ord⎵u16-coalton-library/classes:<=>: Private symbol macros
instance/ord⎵u32: Private symbol macros
instance/ord⎵u32-coalton-library/classes:<=>: Private symbol macros
instance/ord⎵u64: Private symbol macros
instance/ord⎵u64-coalton-library/classes:<=>: Private symbol macros
instance/ord⎵u8: Private symbol macros
instance/ord⎵u8-coalton-library/classes:<=>: Private symbol macros
instance/ord⎵ufix: Private symbol macros
instance/ord⎵ufix-coalton-library/classes:<=>: Private symbol macros
instance/polar⎵(complex⎵:a): Private symbol macros
instance/polar⎵(complex⎵:a)-coalton-library/math/elementary:phase: Private symbol macros
instance/polar⎵(complex⎵:a)-coalton-library/math/elementary:polar: Private symbol macros
instance/polar⎵double-float: Private symbol macros
instance/polar⎵double-float-coalton-library/math/elementary:phase: Private symbol macros
instance/polar⎵double-float-coalton-library/math/elementary:polar: Private symbol macros
instance/polar⎵single-float: Private symbol macros
instance/polar⎵single-float-coalton-library/math/elementary:phase: Private symbol macros
instance/polar⎵single-float-coalton-library/math/elementary:polar: Private symbol macros
instance/quantizable⎵double-float: Private symbol macros
instance/quantizable⎵double-float-coalton-library/math/real:ceiling: Private symbol macros
instance/quantizable⎵double-float-coalton-library/math/real:floor: Private symbol macros
instance/quantizable⎵double-float-coalton-library/math/real:proper: Private symbol macros
instance/quantizable⎵dyadic: Private symbol macros
instance/quantizable⎵dyadic-coalton-library/math/real:ceiling: Private symbol macros
instance/quantizable⎵dyadic-coalton-library/math/real:floor: Private symbol macros
instance/quantizable⎵dyadic-coalton-library/math/real:proper: Private symbol macros
instance/quantizable⎵fraction: Private symbol macros
instance/quantizable⎵fraction-coalton-library/math/real:ceiling: Private symbol macros
instance/quantizable⎵fraction-coalton-library/math/real:floor: Private symbol macros
instance/quantizable⎵fraction-coalton-library/math/real:proper: Private symbol macros
instance/quantizable⎵single-float: Private symbol macros
instance/quantizable⎵single-float-coalton-library/math/real:ceiling: Private symbol macros
instance/quantizable⎵single-float-coalton-library/math/real:floor: Private symbol macros
instance/quantizable⎵single-float-coalton-library/math/real:proper: Private symbol macros
instance/radical⎵(complex⎵:a): Private symbol macros
instance/radical⎵(complex⎵:a)-coalton-library/math/elementary:nth-root: Private symbol macros
instance/radical⎵(complex⎵:a)-coalton-library/math/elementary:sqrt: Private symbol macros
instance/radical⎵(dual⎵:a): Private symbol macros
instance/radical⎵(dual⎵:a)-coalton-library/math/elementary:nth-root: Private symbol macros
instance/radical⎵(dual⎵:a)-coalton-library/math/elementary:sqrt: Private symbol macros
instance/radical⎵double-float: Private symbol macros
instance/radical⎵double-float-coalton-library/math/elementary:nth-root: Private symbol macros
instance/radical⎵double-float-coalton-library/math/elementary:sqrt: Private symbol macros
instance/radical⎵single-float: Private symbol macros
instance/radical⎵single-float-coalton-library/math/elementary:nth-root: Private symbol macros
instance/radical⎵single-float-coalton-library/math/elementary:sqrt: Private symbol macros
instance/ram:randomaccess⎵(vector⎵:a)⎵:a: Private symbol macros
instance/ram:randomaccess⎵(vector⎵:a)⎵:a-coalton-library/randomaccess:length: Private symbol macros
instance/ram:randomaccess⎵(vector⎵:a)⎵:a-coalton-library/randomaccess:make: Private symbol macros
instance/ram:randomaccess⎵(vector⎵:a)⎵:a-coalton-library/randomaccess:readable?: Private symbol macros
instance/ram:randomaccess⎵(vector⎵:a)⎵:a-coalton-library/randomaccess:unsafe-aref: Private symbol macros
instance/ram:randomaccess⎵(vector⎵:a)⎵:a-coalton-library/randomaccess:unsafe-set!: Private symbol macros
instance/ram:randomaccess⎵(vector⎵:a)⎵:a-coalton-library/randomaccess:writable?: Private symbol macros
instance/rational⎵double-float: Private symbol macros
instance/rational⎵double-float-coalton-library/math/real:best-approx: Private symbol macros
instance/rational⎵double-float-coalton-library/math/real:to-fraction: Private symbol macros
instance/rational⎵dyadic: Private symbol macros
instance/rational⎵dyadic-coalton-library/math/real:best-approx: Private symbol macros
instance/rational⎵dyadic-coalton-library/math/real:to-fraction: Private symbol macros
instance/rational⎵fraction: Private symbol macros
instance/rational⎵fraction-coalton-library/math/real:best-approx: Private symbol macros
instance/rational⎵fraction-coalton-library/math/real:to-fraction: Private symbol macros
instance/rational⎵single-float: Private symbol macros
instance/rational⎵single-float-coalton-library/math/real:best-approx: Private symbol macros
instance/rational⎵single-float-coalton-library/math/real:to-fraction: Private symbol macros
instance/real⎵double-float: Private symbol macros
instance/real⎵double-float-coalton-library/math/real:real-approx: Private symbol macros
instance/real⎵dyadic: Private symbol macros
instance/real⎵dyadic-coalton-library/math/real:real-approx: Private symbol macros
instance/real⎵fraction: Private symbol macros
instance/real⎵fraction-coalton-library/math/real:real-approx: Private symbol macros
instance/real⎵single-float: Private symbol macros
instance/real⎵single-float-coalton-library/math/real:real-approx: Private symbol macros
instance/reciprocable⎵(complex⎵:a): Private symbol macros
instance/reciprocable⎵(complex⎵:a)-coalton-library/math/arith:/: Private symbol macros
instance/reciprocable⎵(complex⎵:a)-coalton-library/math/arith:reciprocal: Private symbol macros
instance/reciprocable⎵(dual⎵:a): Private symbol macros
instance/reciprocable⎵(dual⎵:a)-coalton-library/math/arith:/: Private symbol macros
instance/reciprocable⎵(dual⎵:a)-coalton-library/math/arith:reciprocal: Private symbol macros
instance/reciprocable⎵double-float: Private symbol macros
instance/reciprocable⎵double-float-coalton-library/math/arith:/: Private symbol macros
instance/reciprocable⎵double-float-coalton-library/math/arith:reciprocal: Private symbol macros
instance/reciprocable⎵fraction: Private symbol macros
instance/reciprocable⎵fraction-coalton-library/math/arith:/: Private symbol macros
instance/reciprocable⎵fraction-coalton-library/math/arith:reciprocal: Private symbol macros
instance/reciprocable⎵single-float: Private symbol macros
instance/reciprocable⎵single-float-coalton-library/math/arith:/: Private symbol macros
instance/reciprocable⎵single-float-coalton-library/math/arith:reciprocal: Private symbol macros
instance/remainder⎵fraction: Private symbol macros
instance/remainder⎵fraction-coalton-library/math/integral:div: Private symbol macros
instance/remainder⎵fraction-coalton-library/math/integral:divmod: Private symbol macros
instance/remainder⎵fraction-coalton-library/math/integral:mod: Private symbol macros
instance/remainder⎵fraction-coalton-library/math/integral:quot: Private symbol macros
instance/remainder⎵fraction-coalton-library/math/integral:quotrem: Private symbol macros
instance/remainder⎵fraction-coalton-library/math/integral:rem: Private symbol macros
instance/remainder⎵i16: Private symbol macros
instance/remainder⎵i16-coalton-library/math/integral:div: Private symbol macros
instance/remainder⎵i16-coalton-library/math/integral:divmod: Private symbol macros
instance/remainder⎵i16-coalton-library/math/integral:mod: Private symbol macros
instance/remainder⎵i16-coalton-library/math/integral:quot: Private symbol macros
instance/remainder⎵i16-coalton-library/math/integral:quotrem: Private symbol macros
instance/remainder⎵i16-coalton-library/math/integral:rem: Private symbol macros
instance/remainder⎵i32: Private symbol macros
instance/remainder⎵i32-coalton-library/math/integral:div: Private symbol macros
instance/remainder⎵i32-coalton-library/math/integral:divmod: Private symbol macros
instance/remainder⎵i32-coalton-library/math/integral:mod: Private symbol macros
instance/remainder⎵i32-coalton-library/math/integral:quot: Private symbol macros
instance/remainder⎵i32-coalton-library/math/integral:quotrem: Private symbol macros
instance/remainder⎵i32-coalton-library/math/integral:rem: Private symbol macros
instance/remainder⎵i64: Private symbol macros
instance/remainder⎵i64-coalton-library/math/integral:div: Private symbol macros
instance/remainder⎵i64-coalton-library/math/integral:divmod: Private symbol macros
instance/remainder⎵i64-coalton-library/math/integral:mod: Private symbol macros
instance/remainder⎵i64-coalton-library/math/integral:quot: Private symbol macros
instance/remainder⎵i64-coalton-library/math/integral:quotrem: Private symbol macros
instance/remainder⎵i64-coalton-library/math/integral:rem: Private symbol macros
instance/remainder⎵i8: Private symbol macros
instance/remainder⎵i8-coalton-library/math/integral:div: Private symbol macros
instance/remainder⎵i8-coalton-library/math/integral:divmod: Private symbol macros
instance/remainder⎵i8-coalton-library/math/integral:mod: Private symbol macros
instance/remainder⎵i8-coalton-library/math/integral:quot: Private symbol macros
instance/remainder⎵i8-coalton-library/math/integral:quotrem: Private symbol macros
instance/remainder⎵i8-coalton-library/math/integral:rem: Private symbol macros
instance/remainder⎵ifix: Private symbol macros
instance/remainder⎵ifix-coalton-library/math/integral:div: Private symbol macros
instance/remainder⎵ifix-coalton-library/math/integral:divmod: Private symbol macros
instance/remainder⎵ifix-coalton-library/math/integral:mod: Private symbol macros
instance/remainder⎵ifix-coalton-library/math/integral:quot: Private symbol macros
instance/remainder⎵ifix-coalton-library/math/integral:quotrem: Private symbol macros
instance/remainder⎵ifix-coalton-library/math/integral:rem: Private symbol macros
instance/remainder⎵integer: Private symbol macros
instance/remainder⎵integer-coalton-library/math/integral:div: Private symbol macros
instance/remainder⎵integer-coalton-library/math/integral:divmod: Private symbol macros
instance/remainder⎵integer-coalton-library/math/integral:mod: Private symbol macros
instance/remainder⎵integer-coalton-library/math/integral:quot: Private symbol macros
instance/remainder⎵integer-coalton-library/math/integral:quotrem: Private symbol macros
instance/remainder⎵integer-coalton-library/math/integral:rem: Private symbol macros
instance/remainder⎵u16: Private symbol macros
instance/remainder⎵u16-coalton-library/math/integral:div: Private symbol macros
instance/remainder⎵u16-coalton-library/math/integral:divmod: Private symbol macros
instance/remainder⎵u16-coalton-library/math/integral:mod: Private symbol macros
instance/remainder⎵u16-coalton-library/math/integral:quot: Private symbol macros
instance/remainder⎵u16-coalton-library/math/integral:quotrem: Private symbol macros
instance/remainder⎵u16-coalton-library/math/integral:rem: Private symbol macros
instance/remainder⎵u32: Private symbol macros
instance/remainder⎵u32-coalton-library/math/integral:div: Private symbol macros
instance/remainder⎵u32-coalton-library/math/integral:divmod: Private symbol macros
instance/remainder⎵u32-coalton-library/math/integral:mod: Private symbol macros
instance/remainder⎵u32-coalton-library/math/integral:quot: Private symbol macros
instance/remainder⎵u32-coalton-library/math/integral:quotrem: Private symbol macros
instance/remainder⎵u32-coalton-library/math/integral:rem: Private symbol macros
instance/remainder⎵u64: Private symbol macros
instance/remainder⎵u64-coalton-library/math/integral:div: Private symbol macros
instance/remainder⎵u64-coalton-library/math/integral:divmod: Private symbol macros
instance/remainder⎵u64-coalton-library/math/integral:mod: Private symbol macros
instance/remainder⎵u64-coalton-library/math/integral:quot: Private symbol macros
instance/remainder⎵u64-coalton-library/math/integral:quotrem: Private symbol macros
instance/remainder⎵u64-coalton-library/math/integral:rem: Private symbol macros
instance/remainder⎵u8: Private symbol macros
instance/remainder⎵u8-coalton-library/math/integral:div: Private symbol macros
instance/remainder⎵u8-coalton-library/math/integral:divmod: Private symbol macros
instance/remainder⎵u8-coalton-library/math/integral:mod: Private symbol macros
instance/remainder⎵u8-coalton-library/math/integral:quot: Private symbol macros
instance/remainder⎵u8-coalton-library/math/integral:quotrem: Private symbol macros
instance/remainder⎵u8-coalton-library/math/integral:rem: Private symbol macros
instance/remainder⎵ufix: Private symbol macros
instance/remainder⎵ufix-coalton-library/math/integral:div: Private symbol macros
instance/remainder⎵ufix-coalton-library/math/integral:divmod: Private symbol macros
instance/remainder⎵ufix-coalton-library/math/integral:mod: Private symbol macros
instance/remainder⎵ufix-coalton-library/math/integral:quot: Private symbol macros
instance/remainder⎵ufix-coalton-library/math/integral:quotrem: Private symbol macros
instance/remainder⎵ufix-coalton-library/math/integral:rem: Private symbol macros
instance/runtimerepr⎵(:a⎵→⎵:b): Private symbol macros
instance/runtimerepr⎵(:a⎵→⎵:b)-coalton-library/types:runtime-repr: Private symbol macros
instance/runtimerepr⎵(list⎵:a): Private symbol macros
instance/runtimerepr⎵(list⎵:a)-coalton-library/types:runtime-repr: Private symbol macros
instance/runtimerepr⎵(proxy⎵:a): Private symbol macros
instance/runtimerepr⎵(proxy⎵:a)-coalton-library/types:runtime-repr: Private symbol macros
instance/runtimerepr⎵boolean: Private symbol macros
instance/runtimerepr⎵boolean-coalton-library/types:runtime-repr: Private symbol macros
instance/runtimerepr⎵char: Private symbol macros
instance/runtimerepr⎵char-coalton-library/types:runtime-repr: Private symbol macros
instance/runtimerepr⎵double-float: Private symbol macros
instance/runtimerepr⎵double-float-coalton-library/types:runtime-repr: Private symbol macros
instance/runtimerepr⎵fraction: Private symbol macros
instance/runtimerepr⎵fraction-coalton-library/types:runtime-repr: Private symbol macros
instance/runtimerepr⎵integer: Private symbol macros
instance/runtimerepr⎵integer-coalton-library/types:runtime-repr: Private symbol macros
instance/runtimerepr⎵lisptype: Private symbol macros
instance/runtimerepr⎵lisptype-coalton-library/types:runtime-repr: Private symbol macros
instance/runtimerepr⎵single-float: Private symbol macros
instance/runtimerepr⎵single-float-coalton-library/types:runtime-repr: Private symbol macros
instance/runtimerepr⎵string: Private symbol macros
instance/runtimerepr⎵string-coalton-library/types:runtime-repr: Private symbol macros
instance/semigroup⎵(cell⎵:a): Private symbol macros
instance/semigroup⎵(cell⎵:a)-coalton-library/classes:<>: Private symbol macros
instance/semigroup⎵(list⎵:a): Private symbol macros
instance/semigroup⎵(list⎵:a)-coalton-library/classes:<>: Private symbol macros
instance/semigroup⎵(map⎵:a⎵:b): Private symbol macros
instance/semigroup⎵(map⎵:a⎵:b)-coalton-library/classes:<>: Private symbol macros
instance/semigroup⎵(optional⎵:a): Private symbol macros
instance/semigroup⎵(optional⎵:a)-coalton-library/classes:<>: Private symbol macros
instance/semigroup⎵(queue⎵:a): Private symbol macros
instance/semigroup⎵(queue⎵:a)-coalton-library/classes:<>: Private symbol macros
instance/semigroup⎵(result⎵:a⎵:b): Private symbol macros
instance/semigroup⎵(result⎵:a⎵:b)-coalton-library/classes:<>: Private symbol macros
instance/semigroup⎵(seq⎵:a): Private symbol macros
instance/semigroup⎵(seq⎵:a)-coalton-library/classes:<>: Private symbol macros
instance/semigroup⎵(tree⎵:a): Private symbol macros
instance/semigroup⎵(tree⎵:a)-coalton-library/classes:<>: Private symbol macros
instance/semigroup⎵(vector⎵:a): Private symbol macros
instance/semigroup⎵(vector⎵:a)-coalton-library/classes:<>: Private symbol macros
instance/semigroup⎵hash: Private symbol macros
instance/semigroup⎵hash-coalton-library/classes:<>: Private symbol macros
instance/semigroup⎵pathname: Private symbol macros
instance/semigroup⎵pathname-coalton-library/classes:<>: Private symbol macros
instance/semigroup⎵string: Private symbol macros
instance/semigroup⎵string-coalton-library/classes:<>: Private symbol macros
instance/signalable⎵fileerror: Private symbol macros
instance/signalable⎵fileerror-coalton-library/classes:error: Private symbol macros
instance/signalable⎵lispcondition: Private symbol macros
instance/signalable⎵lispcondition-coalton-library/classes:error: Private symbol macros
instance/signalable⎵string: Private symbol macros
instance/signalable⎵string-coalton-library/classes:error: Private symbol macros
instance/sliceable⎵(slice⎵:a): Private symbol macros
instance/sliceable⎵(slice⎵:a)-coalton-library/slice::%length: Private symbol macros
instance/sliceable⎵(vector⎵:a): Private symbol macros
instance/sliceable⎵(vector⎵:a)-coalton-library/slice::%length: Private symbol macros
instance/transfinite⎵double-float: Private symbol macros
instance/transfinite⎵double-float-coalton-library/math/arith:infinite?: Private symbol macros
instance/transfinite⎵double-float-coalton-library/math/arith:infinity: Private symbol macros
instance/transfinite⎵double-float-coalton-library/math/arith:nan: Private symbol macros
instance/transfinite⎵double-float-coalton-library/math/arith:nan?: Private symbol macros
instance/transfinite⎵single-float: Private symbol macros
instance/transfinite⎵single-float-coalton-library/math/arith:infinite?: Private symbol macros
instance/transfinite⎵single-float-coalton-library/math/arith:infinity: Private symbol macros
instance/transfinite⎵single-float-coalton-library/math/arith:nan: Private symbol macros
instance/transfinite⎵single-float-coalton-library/math/arith:nan?: Private symbol macros
instance/traversable⎵(free⎵:a): Private symbol macros
instance/traversable⎵(free⎵:a)-coalton-library/classes:traverse: Private symbol macros
instance/traversable⎵list: Private symbol macros
instance/traversable⎵list-coalton-library/classes:traverse: Private symbol macros
instance/trigonometric⎵(complex⎵:a): Private symbol macros
instance/trigonometric⎵(complex⎵:a)-coalton-library/math/elementary:acos: Private symbol macros
instance/trigonometric⎵(complex⎵:a)-coalton-library/math/elementary:asin: Private symbol macros
instance/trigonometric⎵(complex⎵:a)-coalton-library/math/elementary:atan: Private symbol macros
instance/trigonometric⎵(complex⎵:a)-coalton-library/math/elementary:cos: Private symbol macros
instance/trigonometric⎵(complex⎵:a)-coalton-library/math/elementary:pi: Private symbol macros
instance/trigonometric⎵(complex⎵:a)-coalton-library/math/elementary:sin: Private symbol macros
instance/trigonometric⎵(complex⎵:a)-coalton-library/math/elementary:tan: Private symbol macros
instance/trigonometric⎵(dual⎵:a): Private symbol macros
instance/trigonometric⎵(dual⎵:a)-coalton-library/math/elementary:acos: Private symbol macros
instance/trigonometric⎵(dual⎵:a)-coalton-library/math/elementary:asin: Private symbol macros
instance/trigonometric⎵(dual⎵:a)-coalton-library/math/elementary:atan: Private symbol macros
instance/trigonometric⎵(dual⎵:a)-coalton-library/math/elementary:cos: Private symbol macros
instance/trigonometric⎵(dual⎵:a)-coalton-library/math/elementary:pi: Private symbol macros
instance/trigonometric⎵(dual⎵:a)-coalton-library/math/elementary:sin: Private symbol macros
instance/trigonometric⎵(dual⎵:a)-coalton-library/math/elementary:tan: Private symbol macros
instance/trigonometric⎵double-float: Private symbol macros
instance/trigonometric⎵double-float-coalton-library/math/elementary:acos: Private symbol macros
instance/trigonometric⎵double-float-coalton-library/math/elementary:asin: Private symbol macros
instance/trigonometric⎵double-float-coalton-library/math/elementary:atan: Private symbol macros
instance/trigonometric⎵double-float-coalton-library/math/elementary:cos: Private symbol macros
instance/trigonometric⎵double-float-coalton-library/math/elementary:pi: Private symbol macros
instance/trigonometric⎵double-float-coalton-library/math/elementary:sin: Private symbol macros
instance/trigonometric⎵double-float-coalton-library/math/elementary:tan: Private symbol macros
instance/trigonometric⎵single-float: Private symbol macros
instance/trigonometric⎵single-float-coalton-library/math/elementary:acos: Private symbol macros
instance/trigonometric⎵single-float-coalton-library/math/elementary:asin: Private symbol macros
instance/trigonometric⎵single-float-coalton-library/math/elementary:atan: Private symbol macros
instance/trigonometric⎵single-float-coalton-library/math/elementary:cos: Private symbol macros
instance/trigonometric⎵single-float-coalton-library/math/elementary:pi: Private symbol macros
instance/trigonometric⎵single-float-coalton-library/math/elementary:sin: Private symbol macros
instance/trigonometric⎵single-float-coalton-library/math/elementary:tan: Private symbol macros
instance/tryinto⎵double-float⎵fraction⎵string: Private symbol macros
instance/tryinto⎵double-float⎵fraction⎵string-coalton-library/classes:tryinto: Private symbol macros
instance/tryinto⎵i16⎵i8⎵string: Private symbol macros
instance/tryinto⎵i16⎵i8⎵string-coalton-library/classes:tryinto: Private symbol macros
instance/tryinto⎵i16⎵u16⎵string: Private symbol macros
instance/tryinto⎵i16⎵u16⎵string-coalton-library/classes:tryinto: Private symbol macros
instance/tryinto⎵i16⎵u32⎵string: Private symbol macros
instance/tryinto⎵i16⎵u32⎵string-coalton-library/classes:tryinto: Private symbol macros
instance/tryinto⎵i16⎵u64⎵string: Private symbol macros
instance/tryinto⎵i16⎵u64⎵string-coalton-library/classes:tryinto: Private symbol macros
instance/tryinto⎵i16⎵u8⎵string: Private symbol macros
instance/tryinto⎵i16⎵u8⎵string-coalton-library/classes:tryinto: Private symbol macros
instance/tryinto⎵i16⎵ufix⎵string: Private symbol macros
instance/tryinto⎵i16⎵ufix⎵string-coalton-library/classes:tryinto: Private symbol macros
instance/tryinto⎵i32⎵i16⎵string: Private symbol macros
instance/tryinto⎵i32⎵i16⎵string-coalton-library/classes:tryinto: Private symbol macros
instance/tryinto⎵i32⎵i8⎵string: Private symbol macros
instance/tryinto⎵i32⎵i8⎵string-coalton-library/classes:tryinto: Private symbol macros
instance/tryinto⎵i32⎵single-float⎵string: Private symbol macros
instance/tryinto⎵i32⎵single-float⎵string-coalton-library/classes:tryinto: Private symbol macros
instance/tryinto⎵i32⎵u16⎵string: Private symbol macros
instance/tryinto⎵i32⎵u16⎵string-coalton-library/classes:tryinto: Private symbol macros
instance/tryinto⎵i32⎵u32⎵string: Private symbol macros
instance/tryinto⎵i32⎵u32⎵string-coalton-library/classes:tryinto: Private symbol macros
instance/tryinto⎵i32⎵u64⎵string: Private symbol macros
instance/tryinto⎵i32⎵u64⎵string-coalton-library/classes:tryinto: Private symbol macros
instance/tryinto⎵i32⎵u8⎵string: Private symbol macros
instance/tryinto⎵i32⎵u8⎵string-coalton-library/classes:tryinto: Private symbol macros
instance/tryinto⎵i32⎵ufix⎵string: Private symbol macros
instance/tryinto⎵i32⎵ufix⎵string-coalton-library/classes:tryinto: Private symbol macros
instance/tryinto⎵i64⎵double-float⎵string: Private symbol macros
instance/tryinto⎵i64⎵double-float⎵string-coalton-library/classes:tryinto: Private symbol macros
instance/tryinto⎵i64⎵i16⎵string: Private symbol macros
instance/tryinto⎵i64⎵i16⎵string-coalton-library/classes:tryinto: Private symbol macros
instance/tryinto⎵i64⎵i32⎵string: Private symbol macros
instance/tryinto⎵i64⎵i32⎵string-coalton-library/classes:tryinto: Private symbol macros
instance/tryinto⎵i64⎵i8⎵string: Private symbol macros
instance/tryinto⎵i64⎵i8⎵string-coalton-library/classes:tryinto: Private symbol macros
instance/tryinto⎵i64⎵ifix⎵string: Private symbol macros
instance/tryinto⎵i64⎵ifix⎵string-coalton-library/classes:tryinto: Private symbol macros
instance/tryinto⎵i64⎵single-float⎵string: Private symbol macros
instance/tryinto⎵i64⎵single-float⎵string-coalton-library/classes:tryinto: Private symbol macros
instance/tryinto⎵i64⎵u16⎵string: Private symbol macros
instance/tryinto⎵i64⎵u16⎵string-coalton-library/classes:tryinto: Private symbol macros
instance/tryinto⎵i64⎵u32⎵string: Private symbol macros
instance/tryinto⎵i64⎵u32⎵string-coalton-library/classes:tryinto: Private symbol macros
instance/tryinto⎵i64⎵u64⎵string: Private symbol macros
instance/tryinto⎵i64⎵u64⎵string-coalton-library/classes:tryinto: Private symbol macros
instance/tryinto⎵i64⎵u8⎵string: Private symbol macros
instance/tryinto⎵i64⎵u8⎵string-coalton-library/classes:tryinto: Private symbol macros
instance/tryinto⎵i64⎵ufix⎵string: Private symbol macros
instance/tryinto⎵i64⎵ufix⎵string-coalton-library/classes:tryinto: Private symbol macros
instance/tryinto⎵i8⎵u16⎵string: Private symbol macros
instance/tryinto⎵i8⎵u16⎵string-coalton-library/classes:tryinto: Private symbol macros
instance/tryinto⎵i8⎵u32⎵string: Private symbol macros
instance/tryinto⎵i8⎵u32⎵string-coalton-library/classes:tryinto: Private symbol macros
instance/tryinto⎵i8⎵u64⎵string: Private symbol macros
instance/tryinto⎵i8⎵u64⎵string-coalton-library/classes:tryinto: Private symbol macros
instance/tryinto⎵i8⎵u8⎵string: Private symbol macros
instance/tryinto⎵i8⎵u8⎵string-coalton-library/classes:tryinto: Private symbol macros
instance/tryinto⎵i8⎵ufix⎵string: Private symbol macros
instance/tryinto⎵i8⎵ufix⎵string-coalton-library/classes:tryinto: Private symbol macros
instance/tryinto⎵ifix⎵double-float⎵string: Private symbol macros
instance/tryinto⎵ifix⎵double-float⎵string-coalton-library/classes:tryinto: Private symbol macros
instance/tryinto⎵ifix⎵i16⎵string: Private symbol macros
instance/tryinto⎵ifix⎵i16⎵string-coalton-library/classes:tryinto: Private symbol macros
instance/tryinto⎵ifix⎵i32⎵string: Private symbol macros
instance/tryinto⎵ifix⎵i32⎵string-coalton-library/classes:tryinto: Private symbol macros
instance/tryinto⎵ifix⎵i8⎵string: Private symbol macros
instance/tryinto⎵ifix⎵i8⎵string-coalton-library/classes:tryinto: Private symbol macros
instance/tryinto⎵ifix⎵single-float⎵string: Private symbol macros
instance/tryinto⎵ifix⎵single-float⎵string-coalton-library/classes:tryinto: Private symbol macros
instance/tryinto⎵ifix⎵u16⎵string: Private symbol macros
instance/tryinto⎵ifix⎵u16⎵string-coalton-library/classes:tryinto: Private symbol macros
instance/tryinto⎵ifix⎵u32⎵string: Private symbol macros
instance/tryinto⎵ifix⎵u32⎵string-coalton-library/classes:tryinto: Private symbol macros
instance/tryinto⎵ifix⎵u64⎵string: Private symbol macros
instance/tryinto⎵ifix⎵u64⎵string-coalton-library/classes:tryinto: Private symbol macros
instance/tryinto⎵ifix⎵u8⎵string: Private symbol macros
instance/tryinto⎵ifix⎵u8⎵string-coalton-library/classes:tryinto: Private symbol macros
instance/tryinto⎵ifix⎵ufix⎵string: Private symbol macros
instance/tryinto⎵ifix⎵ufix⎵string-coalton-library/classes:tryinto: Private symbol macros
instance/tryinto⎵integer⎵double-float⎵string: Private symbol macros
instance/tryinto⎵integer⎵double-float⎵string-coalton-library/classes:tryinto: Private symbol macros
instance/tryinto⎵integer⎵i16⎵string: Private symbol macros
instance/tryinto⎵integer⎵i16⎵string-coalton-library/classes:tryinto: Private symbol macros
instance/tryinto⎵integer⎵i32⎵string: Private symbol macros
instance/tryinto⎵integer⎵i32⎵string-coalton-library/classes:tryinto: Private symbol macros
instance/tryinto⎵integer⎵i64⎵string: Private symbol macros
instance/tryinto⎵integer⎵i64⎵string-coalton-library/classes:tryinto: Private symbol macros
instance/tryinto⎵integer⎵i8⎵string: Private symbol macros
instance/tryinto⎵integer⎵i8⎵string-coalton-library/classes:tryinto: Private symbol macros
instance/tryinto⎵integer⎵ifix⎵string: Private symbol macros
instance/tryinto⎵integer⎵ifix⎵string-coalton-library/classes:tryinto: Private symbol macros
instance/tryinto⎵integer⎵single-float⎵string: Private symbol macros
instance/tryinto⎵integer⎵single-float⎵string-coalton-library/classes:tryinto: Private symbol macros
instance/tryinto⎵integer⎵u16⎵string: Private symbol macros
instance/tryinto⎵integer⎵u16⎵string-coalton-library/classes:tryinto: Private symbol macros
instance/tryinto⎵integer⎵u32⎵string: Private symbol macros
instance/tryinto⎵integer⎵u32⎵string-coalton-library/classes:tryinto: Private symbol macros
instance/tryinto⎵integer⎵u64⎵string: Private symbol macros
instance/tryinto⎵integer⎵u64⎵string-coalton-library/classes:tryinto: Private symbol macros
instance/tryinto⎵integer⎵u8⎵string: Private symbol macros
instance/tryinto⎵integer⎵u8⎵string-coalton-library/classes:tryinto: Private symbol macros
instance/tryinto⎵integer⎵ufix⎵string: Private symbol macros
instance/tryinto⎵integer⎵ufix⎵string-coalton-library/classes:tryinto: Private symbol macros
instance/tryinto⎵single-float⎵fraction⎵string: Private symbol macros
instance/tryinto⎵single-float⎵fraction⎵string-coalton-library/classes:tryinto: Private symbol macros
instance/tryinto⎵string⎵integer⎵string: Private symbol macros
instance/tryinto⎵string⎵integer⎵string-coalton-library/classes:tryinto: Private symbol macros
instance/tryinto⎵u16⎵i16⎵string: Private symbol macros
instance/tryinto⎵u16⎵i16⎵string-coalton-library/classes:tryinto: Private symbol macros
instance/tryinto⎵u16⎵i8⎵string: Private symbol macros
instance/tryinto⎵u16⎵i8⎵string-coalton-library/classes:tryinto: Private symbol macros
instance/tryinto⎵u16⎵u8⎵string: Private symbol macros
instance/tryinto⎵u16⎵u8⎵string-coalton-library/classes:tryinto: Private symbol macros
instance/tryinto⎵u32⎵i16⎵string: Private symbol macros
instance/tryinto⎵u32⎵i16⎵string-coalton-library/classes:tryinto: Private symbol macros
instance/tryinto⎵u32⎵i32⎵string: Private symbol macros
instance/tryinto⎵u32⎵i32⎵string-coalton-library/classes:tryinto: Private symbol macros
instance/tryinto⎵u32⎵i8⎵string: Private symbol macros
instance/tryinto⎵u32⎵i8⎵string-coalton-library/classes:tryinto: Private symbol macros
instance/tryinto⎵u32⎵single-float⎵string: Private symbol macros
instance/tryinto⎵u32⎵single-float⎵string-coalton-library/classes:tryinto: Private symbol macros
instance/tryinto⎵u32⎵u16⎵string: Private symbol macros
instance/tryinto⎵u32⎵u16⎵string-coalton-library/classes:tryinto: Private symbol macros
instance/tryinto⎵u32⎵u8⎵string: Private symbol macros
instance/tryinto⎵u32⎵u8⎵string-coalton-library/classes:tryinto: Private symbol macros
instance/tryinto⎵u64⎵double-float⎵string: Private symbol macros
instance/tryinto⎵u64⎵double-float⎵string-coalton-library/classes:tryinto: Private symbol macros
instance/tryinto⎵u64⎵i16⎵string: Private symbol macros
instance/tryinto⎵u64⎵i16⎵string-coalton-library/classes:tryinto: Private symbol macros
instance/tryinto⎵u64⎵i32⎵string: Private symbol macros
instance/tryinto⎵u64⎵i32⎵string-coalton-library/classes:tryinto: Private symbol macros
instance/tryinto⎵u64⎵i64⎵string: Private symbol macros
instance/tryinto⎵u64⎵i64⎵string-coalton-library/classes:tryinto: Private symbol macros
instance/tryinto⎵u64⎵i8⎵string: Private symbol macros
instance/tryinto⎵u64⎵i8⎵string-coalton-library/classes:tryinto: Private symbol macros
instance/tryinto⎵u64⎵ifix⎵string: Private symbol macros
instance/tryinto⎵u64⎵ifix⎵string-coalton-library/classes:tryinto: Private symbol macros
instance/tryinto⎵u64⎵single-float⎵string: Private symbol macros
instance/tryinto⎵u64⎵single-float⎵string-coalton-library/classes:tryinto: Private symbol macros
instance/tryinto⎵u64⎵u16⎵string: Private symbol macros
instance/tryinto⎵u64⎵u16⎵string-coalton-library/classes:tryinto: Private symbol macros
instance/tryinto⎵u64⎵u32⎵string: Private symbol macros
instance/tryinto⎵u64⎵u32⎵string-coalton-library/classes:tryinto: Private symbol macros
instance/tryinto⎵u64⎵u8⎵string: Private symbol macros
instance/tryinto⎵u64⎵u8⎵string-coalton-library/classes:tryinto: Private symbol macros
instance/tryinto⎵u64⎵ufix⎵string: Private symbol macros
instance/tryinto⎵u64⎵ufix⎵string-coalton-library/classes:tryinto: Private symbol macros
instance/tryinto⎵u8⎵i8⎵string: Private symbol macros
instance/tryinto⎵u8⎵i8⎵string-coalton-library/classes:tryinto: Private symbol macros
instance/tryinto⎵ufix⎵double-float⎵string: Private symbol macros
instance/tryinto⎵ufix⎵double-float⎵string-coalton-library/classes:tryinto: Private symbol macros
instance/tryinto⎵ufix⎵i16⎵string: Private symbol macros
instance/tryinto⎵ufix⎵i16⎵string-coalton-library/classes:tryinto: Private symbol macros
instance/tryinto⎵ufix⎵i32⎵string: Private symbol macros
instance/tryinto⎵ufix⎵i32⎵string-coalton-library/classes:tryinto: Private symbol macros
instance/tryinto⎵ufix⎵i8⎵string: Private symbol macros
instance/tryinto⎵ufix⎵i8⎵string-coalton-library/classes:tryinto: Private symbol macros
instance/tryinto⎵ufix⎵single-float⎵string: Private symbol macros
instance/tryinto⎵ufix⎵single-float⎵string-coalton-library/classes:tryinto: Private symbol macros
instance/tryinto⎵ufix⎵u16⎵string: Private symbol macros
instance/tryinto⎵ufix⎵u16⎵string-coalton-library/classes:tryinto: Private symbol macros
instance/tryinto⎵ufix⎵u32⎵string: Private symbol macros
instance/tryinto⎵ufix⎵u32⎵string-coalton-library/classes:tryinto: Private symbol macros
instance/tryinto⎵ufix⎵u8⎵string: Private symbol macros
instance/tryinto⎵ufix⎵u8⎵string-coalton-library/classes:tryinto: Private symbol macros
instance/types:runtimerepr⎵(filestream⎵:a): Private symbol macros
instance/types:runtimerepr⎵(filestream⎵:a)-coalton-library/types:runtime-repr: Private symbol macros
instance/types:runtimerepr⎵(iterator⎵:a): Private symbol macros
instance/types:runtimerepr⎵(iterator⎵:a)-coalton-library/types:runtime-repr: Private symbol macros
instance/types:runtimerepr⎵(lisparray⎵:a): Private symbol macros
instance/types:runtimerepr⎵(lisparray⎵:a)-coalton-library/types:runtime-repr: Private symbol macros
instance/types:runtimerepr⎵(optional⎵:a): Private symbol macros
instance/types:runtimerepr⎵(optional⎵:a)-coalton-library/types:runtime-repr: Private symbol macros
instance/types:runtimerepr⎵(result⎵:a⎵:b): Private symbol macros
instance/types:runtimerepr⎵(result⎵:a⎵:b)-coalton-library/types:runtime-repr: Private symbol macros
instance/types:runtimerepr⎵(seq⎵:a): Private symbol macros
instance/types:runtimerepr⎵(seq⎵:a)-coalton-library/types:runtime-repr: Private symbol macros
instance/types:runtimerepr⎵(slice⎵:a): Private symbol macros
instance/types:runtimerepr⎵(slice⎵:a)-coalton-library/types:runtime-repr: Private symbol macros
instance/types:runtimerepr⎵(tuple⎵:a⎵:b): Private symbol macros
instance/types:runtimerepr⎵(tuple⎵:a⎵:b)-coalton-library/types:runtime-repr: Private symbol macros
instance/types:runtimerepr⎵(vector⎵:a): Private symbol macros
instance/types:runtimerepr⎵(vector⎵:a)-coalton-library/types:runtime-repr: Private symbol macros
instance/types:runtimerepr⎵fileerror: Private symbol macros
instance/types:runtimerepr⎵fileerror-coalton-library/types:runtime-repr: Private symbol macros
instance/types:runtimerepr⎵ifexists: Private symbol macros
instance/types:runtimerepr⎵ifexists-coalton-library/types:runtime-repr: Private symbol macros
instance/types:runtimerepr⎵ord: Private symbol macros
instance/types:runtimerepr⎵ord-coalton-library/types:runtime-repr: Private symbol macros
instance/types:runtimerepr⎵pathname: Private symbol macros
instance/types:runtimerepr⎵pathname-coalton-library/types:runtime-repr: Private symbol macros
instance/types:runtimerepr⎵streamoptions: Private symbol macros
instance/types:runtimerepr⎵streamoptions-coalton-library/types:runtime-repr: Private symbol macros
instance/unwrappable⎵(result⎵:a): Private symbol macros
instance/unwrappable⎵(result⎵:a)-coalton-library/classes:unwrap-or-else: Private symbol macros
instance/unwrappable⎵optional: Private symbol macros
instance/unwrappable⎵optional-coalton-library/classes:unwrap-or-else: Private symbol macros
instances: Public structures
instances: Public structures
instances: Public structures
integer-<=: Private symbol macros
integer-<⎵type: Private symbol macros
integer->: Private symbol macros
integer->=: Private symbol macros
integer-complex-divide: Private symbol macros
integer-complex-equal: Private symbol macros
integer-complex-minus: Private symbol macros
integer-complex-plus: Private symbol macros
integer-complex-times: Private symbol macros
integer-even?: Private symbol macros
integer-gcd: Private symbol macros
integer-isqrt: Private symbol macros
integer-lcm: Private symbol macros
integer-literal: Public structures
integer-odd?: Private symbol macros
integer-^: Private symbol macros
integral->num: Public symbol macros
intercalate: Public symbol macros
interleave!: Public symbol macros
intersection: Public symbol macros
intersperse: Public symbol macros
into: Public symbol macros
into: Private classes
into-iter: Public symbol macros
into-iter: Private classes
isqrt: Public symbol macros
items!: Public symbol macros
iter-chunked: Public symbol macros
iter-chunked-exact: Public symbol macros
iter-sliding: Public symbol macros
iterator/%iterator-_0: Private symbol macros
iterator/%iterator-_1: Private symbol macros
iteratorstacknode/expand-_0: Private symbol macros
iteratorstacknode/yield-_0: Private symbol macros

J
justkey: Private symbol macros

K
key: Private symbol macros
keys: Public symbol macros
keys: Public symbol macros
kind: Public conditions
kind: Public structures
kind: Public structures
kind1: Public conditions
kind2: Public conditions
kinds: Public structures

L
label: Public structures
label: Public structures
label: Public structures
label: Public structures
label: Public structures
label: Public structures
label: Public structures
label: Public structures
label: Public structures
label: Public structures
label: Public structures
label: Public structures
label: Public structures
label: Public structures
label: Public structures
label: Public structures
label: Public structures
last: Public symbol macros
last: Public symbol macros
last: Private structures
last: Private structures
last!: Public symbol macros
last-line: Private classes
last-node: Public structures
last-node: Public structures
last-node: Public structures
last-node: Public structures
last-unsafe: Public symbol macros
lcm: Public symbol macros
leafarray: Private symbol macros
left: Public structures
length: Public symbol macros
length: Public symbol macros
length: Public symbol macros
length: Public symbol macros
length: Public symbol macros
length: Public symbol macros
length: Public symbol macros
length: Private structures
length: Private classes
let: Public structures
let-binding: Public structures
lifta2: Public symbol macros
lifta2: Private classes
liftf: Public symbol macros
line-number-width: Private classes
line-offsets: Private classes
lisp: Public structures
lisp-forms: Public structures
lisp-forms: Public structures
lisp-version: Public symbol macros
lisperror: Private symbol macros
literal: Public structures
ln: Public symbol macros
ln: Private classes
location: Public structures
location: Public structures
location: Public structures
location: Public structures
location: Public structures
location: Public structures
location: Public structures
location: Public structures
location: Public structures
location: Public structures
location: Public structures
location: Public structures
location: Public structures
location: Public structures
location: Public structures
location: Public structures
location: Public structures
location: Public structures
location: Public structures
location: Public structures
location: Public structures
location: Public structures
location: Public structures
location: Public structures
location: Public structures
location: Public structures
location: Public structures
location: Public structures
location: Public structures
location: Public structures
location: Public structures
location: Public structures
location: Public structures
location: Public structures
location: Public classes
location: Private structures
location: Private structures
location: Private structures
log: Public symbol macros
log: Private classes
lookup: Public symbol macros
lookup: Public symbol macros
lookup: Public symbol macros
loop: Public structures
low-link: Private structures
lowercase?: Public symbol macros
lsh: Public symbol macros
lt: Public symbol macros

M
magnitude: Public symbol macros
make: Public symbol macros
make: Public symbol macros
make: Private classes
make-node-from-branches: Private symbol macros
make-relaxed-node: Private symbol macros
make-uninitialized: Public symbol macros
map: Public symbol macros
map: Private structures
map: Private classes
map-err: Public symbol macros
map-fst: Public symbol macros
map-snd: Public symbol macros
map-while!: Public symbol macros
mappair: Private symbol macros
mappair/justkey-_0: Private symbol macros
mappair/mappair-_0: Private symbol macros
mappair/mappair-_1: Private symbol macros
match: Public structures
match-branch: Public structures
max: Public symbol macros
max!: Public symbol macros
max-branching: Private symbol macros
maxbound: Public symbol macros
maxbound: Private classes
maximize-by!: Public symbol macros
maximum: Public symbol macros
mconcat: Public symbol macros
member: Public symbol macros
mempty: Public symbol macros
mempty: Private classes
merge: Public symbol macros
merge: Public symbol macros
merge: Public symbol macros
message: Public structures
message: Public classes
message: Private conditions
message: Private structures
message: Private structures
message: Private structures
message: Private structures
message: Private structures
method-codegen-syms: Public structures
method-inline-environment: Public structures
method-tys: Private structures
methods: Public structures
methods: Public structures
methods: Public structures
min: Public symbol macros
min!: Public symbol macros
min-branching: Private symbol macros
minbound: Public symbol macros
minbound: Private classes
minimize-by!: Public symbol macros
minimum: Public symbol macros
mkfraction: Public symbol macros
mod: Public symbol macros
mod: Private classes
monomorphize: Public structures
monomorphize: Public structures
msum: Public symbol macros

N
name: Public structures
name: Public structures
name: Public structures
name: Public structures
name: Public structures
name: Public structures
name: Public structures
name: Public structures
name: Public structures
name: Public structures
name: Public structures
name: Public structures
name: Public structures
name: Public structures
name: Public structures
name: Public structures
name: Public structures
name: Public structures
name: Public structures
name: Public structures
name: Public structures
name: Public structures
name: Public structures
name: Public structures
name: Public structures
name: Public structures
name: Public structures
name: Public structures
name: Public structures
name: Public structures
name: Public structures
name: Public structures
name: Public structures
name: Public structures
name: Public structures
name: Public structures
name: Public structures
name: Public structures
name: Public structures
name: Public structures
name: Public structures
name: Public structures
name: Public structures
name: Public structures
name: Private structures
name: Private structures
name: Private structures
name: Private classes
name-environment: Public structures
nan: Public symbol macros
nan: Private classes
nan?: Public symbol macros
nan?: Private classes
negate: Public symbol macros
negative-infinity: Public symbol macros
negative?: Public symbol macros
negativeblack: Private symbol macros
new: Public symbol macros
new: Public symbol macros
new: Public symbol macros
new: Public symbol macros
new: Public symbol macros
new: Public symbol macros
new: Public symbol macros
new: Public conditions
new-from-tys: Public conditions
new-pred: Public conditions
new-to-tys: Public conditions
newtype: Public structures
newtype: Public structures
next!: Public symbol macros
nil: Public symbol macros
node: Public structures
nodes: Public structures
nodes: Public structures
nodes: Public structures
nodes: Public structures
nodes: Public structures
nodes: Public structures
nodes: Public structures
nodes: Public structures
nodes: Public structures
none: Public symbol macros
none?: Public symbol macros
nonnegative?: Public symbol macros
nonpositive?: Public symbol macros
nonzero?: Public symbol macros
not: Public symbol macros
not: Public symbol macros
not: Private classes
note-max-depth: Private classes
note-stack: Private classes
notes: Public structures
notes: Private conditions
notes: Private classes
nth: Public symbol macros
nth-cdr: Public symbol macros
nth-root: Public symbol macros
nth-root: Private classes
null?: Public symbol macros
numerator: Public symbol macros

O
odd?: Public symbol macros
offset: Private classes
offset-positions: Private classes
ok: Public symbol macros
ok-or-error: Public symbol macros
ok?: Public symbol macros
old-from-tys: Public conditions
old-pred: Public conditions
old-to-tys: Public conditions
on-stack: Private structures
once: Public symbol macros
open: Public symbol macros
open: Private classes
optimize!: Public symbol macros
optimize-by!: Public symbol macros
optimumby: Public symbol macros
optional/some-_0: Private symbol macros
or: Public symbol macros
or: Public structures
or: Private classes
or!: Public symbol macros
orig-name: Public structures
orig-name: Public structures
orig-params: Public structures
os: Public symbol macros
output: Public symbol macros
overwrite: Public symbol macros

P
package: Public structures
package: Public structures
pair-with: Public symbol macros
pair-with!: Public symbol macros
params: Public structures
params: Public structures
params: Public structures
params: Public structures
params: Public structures
params: Public structures
parse-int: Public symbol macros
partition: Public symbol macros
patherror: Private symbol macros
pattern: Public structures
pattern: Public structures
pattern: Public structures
pattern: Public structures
pattern: Public structures
pattern: Public structures
pattern: Public structures
pattern: Public structures
pattern: Public structures
pattern: Public structures
pattern: Public structures
pattern: Public structures
patterns: Public structures
patterns: Public structures
patterns: Public structures
peek: Public symbol macros
peek-unsafe: Public symbol macros
perfect-subtree-size-at-height: Private symbol macros
perms: Public symbol macros
phase: Public symbol macros
phase: Private classes
pi: Public symbol macros
pi: Private classes
pointer: Private structures
polar: Public symbol macros
polar: Private classes
pop: Public symbol macros
pop!: Public symbol macros
pop!: Public symbol macros
pop!: Public symbol macros
pop-unsafe!: Public symbol macros
pop-unsafe!: Public symbol macros
position: Public classes
positive?: Public symbol macros
pow: Public symbol macros
pow: Private classes
pred: Public conditions
pred: Public structures
pred: Public structures
pred1: Public conditions
pred2: Public conditions
predicate: Public structures
predicate: Public structures
predicates: Public structures
predicates: Public structures
preds: Public structures
preds: Private structures
primal-part: Public symbol macros
print: Public symbol macros
product: Public symbol macros
profile: Public symbol macros
profile/profile-_0: Private symbol macros
profile/profile-_1: Private symbol macros
profile/profile-_2: Private symbol macros
profile/profile-_3: Private symbol macros
progn: Public structures
proper: Public symbol macros
proper: Private classes
proxy: Public symbol macros
proxy-inner: Public symbol macros
proxy-of: Public symbol macros
pure: Public symbol macros
pure: Private classes
push: Public symbol macros
push!: Public symbol macros
push!: Public symbol macros
push!: Public symbol macros
put: Public symbol macros
put: Public symbol macros

Q
quantization: Public symbol macros
quantization/quantization-_0: Private symbol macros
quantization/quantization-_1: Private symbol macros
quantization/quantization-_2: Private symbol macros
quantization/quantization-_3: Private symbol macros
quantization/quantization-_4: Private symbol macros
quantize: Public symbol macros
quot: Public symbol macros
quot: Private classes
quotrem: Public symbol macros
quotrem: Private classes

R
rands: Public structures
rands: Public structures
rands: Public structures
rands: Public structures
range: Public symbol macros
range: Public symbol macros
range-decreasing: Public symbol macros
range-increasing: Public symbol macros
rational-approx: Private symbol macros
rator: Public structures
rator: Public structures
rator: Public structures
rator: Public structures
rator-type: Public structures
read: Public symbol macros
read: Public symbol macros
read: Private classes
read-char: Public symbol macros
read-file-lines: Public symbol macros
read-file-to-string: Public symbol macros
read-file-to-vector: Public symbol macros
read-vector: Public symbol macros
readable?: Public symbol macros
readable?: Private classes
real-approx: Public symbol macros
real-approx: Private classes
real-part: Public symbol macros
real-part: Private classes
reason: Public conditions
rebalance-branches: Private symbol macros
rebuild-size-table: Private symbol macros
reciprocal: Public symbol macros
reciprocal: Private classes
recursive-iter: Public symbol macros
red: Private symbol macros
reduce: Public symbol macros
ref: Public symbol macros
ref-unchecked: Public symbol macros
relaxednode: Private symbol macros
rem: Public symbol macros
rem: Private classes
remove: Public symbol macros
remove: Public symbol macros
remove: Public symbol macros
remove!: Public symbol macros
remove-directory!: Public symbol macros
remove-directory-recursive!: Public symbol macros
remove-duplicates: Public symbol macros
remove-duplicates!: Public symbol macros
remove-duplicates-rev: Private symbol macros
remove-if: Public symbol macros
remove-leaving-double-black: Private symbol macros
remove-max: Private symbol macros
remove-rev-if: Private symbol macros
remove-without-as-black: Private symbol macros
repeat: Public symbol macros
repeat: Public symbol macros
repeat-for: Public symbol macros
replace: Public symbol macros
replace: Public symbol macros
replace: Public classes
replace-first: Private symbol macros
replace-last: Private symbol macros
replace-or-insert: Public symbol macros
replace-or-insert: Public symbol macros
replacement: Private structures
repr: Public structures
repr: Public structures
result/err-_0: Private symbol macros
result/ok-_0: Private symbol macros
return: Public structures
reverse: Public symbol macros
reverse: Public symbol macros
right: Public structures
round: Public symbol macros
round-half-down: Public symbol macros
round-half-up: Public symbol macros
round/: Public symbol macros
rsh: Public symbol macros
run: Public symbol macros
runtime-repr: Public symbol macros
runtime-repr: Private classes
runtime-repr-of: Public symbol macros
runtime-type: Public structures
runtime-type: Public structures

S
safe/: Public symbol macros
scale: Public symbol macros
seq/leafarray-_0: Private symbol macros
seq/relaxednode-_0: Private symbol macros
seq/relaxednode-_1: Private symbol macros
seq/relaxednode-_2: Private symbol macros
seq/relaxednode-_3: Private symbol macros
sequence: Public symbol macros
set!: Public symbol macros
set!: Public symbol macros
set!: Public symbol macros
set!: Public symbol macros
set!: Public symbol macros
set!/double-float: Private symbol macros
set!/i16: Private symbol macros
set!/i32: Private symbol macros
set!/i64: Private symbol macros
set!/i8: Private symbol macros
set!/ifix: Private symbol macros
set!/single-float: Private symbol macros
set!/u16: Private symbol macros
set!/u32: Private symbol macros
set!/u64: Private symbol macros
set!/u8: Private symbol macros
set!/ufix: Private symbol macros
set-capacity!: Public symbol macros
set-file-position: Public symbol macros
setenv!: Public symbol macros
shadow: Private structures
shift: Public symbol macros
shift: Public symbol macros
shift: Private classes
shift-n-onto!: Private symbol macros
sign: Public symbol macros
simplify: Public symbol macros
simplify-integer: Public symbol macros
sin: Public symbol macros
sin: Private classes
sincos: Public symbol macros
single-float-<=: Private symbol macros
single-float-<⎵type: Private symbol macros
single-float->: Private symbol macros
single-float->=: Private symbol macros
single-float-complex-divide: Private symbol macros
single-float-complex-equal: Private symbol macros
single-float-complex-minus: Private symbol macros
single-float-complex-plus: Private symbol macros
single-float-complex-times: Private symbol macros
single-float-round: Private symbol macros
single-float-^: Private symbol macros
single-float-^^: Private symbol macros
singleton: Public symbol macros
singleton: Public symbol macros
singleton?: Public symbol macros
singleton?: Public symbol macros
sinh: Public symbol macros
size: Public symbol macros
size-hint: Public symbol macros
sleep: Public symbol macros
Slot, %length: Private classes
Slot, *: Private classes
Slot, +: Private classes
Slot, -: Private classes
Slot, /: Private classes
Slot, <=>: Private classes
Slot, <>: Private classes
Slot, ==: Private classes
Slot, >>=: Private classes
Slot, abstraction: Public structures
Slot, accessor: Public structures
Slot, acos: Private classes
Slot, alt: Private classes
Slot, and: Public structures
Slot, and: Private classes
Slot, application: Public structures
Slot, arg: Public structures
Slot, arg-count: Public conditions
Slot, args: Public conditions
Slot, args: Private structures
Slot, argument: Public conditions
Slot, arguments: Public conditions
Slot, arity: Public structures
Slot, arity: Public structures
Slot, arity: Public structures
Slot, asin: Private classes
Slot, atan: Private classes
Slot, best-approx: Private classes
Slot, bimap: Private classes
Slot, bind: Public structures
Slot, bindings: Public structures
Slot, bindings: Public structures
Slot, bindings: Public structures
Slot, bindings: Private structures
Slot, body: Public structures
Slot, body: Public structures
Slot, body: Public structures
Slot, body: Public structures
Slot, body: Public structures
Slot, body: Public structures
Slot, body: Public structures
Slot, body: Public structures
Slot, body: Public structures
Slot, body: Public structures
Slot, body: Public structures
Slot, body: Public structures
Slot, body: Public structures
Slot, body: Public structures
Slot, body: Public structures
Slot, body: Public structures
Slot, body: Public structures
Slot, body: Public structures
Slot, body: Public structures
Slot, body: Public structures
Slot, body: Public structures
Slot, body: Public structures
Slot, body: Public structures
Slot, body: Public structures
Slot, body: Public structures
Slot, body: Public structures
Slot, body: Public structures
Slot, body: Public structures
Slot, body: Public structures
Slot, body: Public structures
Slot, body: Public structures
Slot, body: Public structures
Slot, body: Public structures
Slot, body: Public structures
Slot, body: Public structures
Slot, body: Public structures
Slot, body: Public structures
Slot, bound-variables: Private structures
Slot, branches: Public structures
Slot, branches: Public structures
Slot, branches: Public structures
Slot, break: Public structures
Slot, ceiling: Private classes
Slot, class: Public conditions
Slot, class: Public structures
Slot, class: Public structures
Slot, class-environment: Public structures
Slot, class-fundeps: Public conditions
Slot, class-table: Public structures
Slot, class-variable-map: Public structures
Slot, class-variables: Public structures
Slot, class-vars: Public conditions
Slot, classes: Public structures
Slot, classes: Public structures
Slot, classname: Public structures
Slot, clauses: Public structures
Slot, clauses: Public structures
Slot, code-environment: Public structures
Slot, codegen-sym: Public structures
Slot, codegen-sym: Public structures
Slot, codegen-syms: Public structures
Slot, collect!: Private classes
Slot, compiler-generated: Public structures
Slot, complex: Private classes
Slot, compressed-repr: Public structures
Slot, cond: Public structures
Slot, cond-clause: Public structures
Slot, constraints: Public structures
Slot, constructor-args: Public structures
Slot, constructor-environment: Public structures
Slot, constructor-types: Public structures
Slot, constructors: Public structures
Slot, constructors: Public structures
Slot, constructs: Public structures
Slot, context: Public structures
Slot, context: Public structures
Slot, context: Public structures
Slot, context: Private conditions
Slot, context: Private classes
Slot, continue: Public structures
Slot, cos: Private classes
Slot, ctors: Public structures
Slot, current-line: Private classes
Slot, curried: Public structures
Slot, data: Public structures
Slot, data: Public structures
Slot, declares: Public structures
Slot, declares: Public structures
Slot, default: Private classes
Slot, defines: Public structures
Slot, definitions: Public structures
Slot, definitions: Private structures
Slot, dict: Public structures
Slot, div: Private classes
Slot, divmod: Private classes
Slot, do: Public structures
Slot, do-bind: Public structures
Slot, docstring: Public structures
Slot, docstring: Public structures
Slot, docstring: Public structures
Slot, docstring: Public structures
Slot, docstring: Public structures
Slot, docstring: Public structures
Slot, docstring: Public structures
Slot, docstring: Public structures
Slot, docstring: Public structures
Slot, docstring: Public structures
Slot, docstring: Private structures
Slot, duplicate-key: Private conditions
Slot, ee: Private classes
Slot, elements: Private structures
Slot, else: Public structures
Slot, else: Public structures
Slot, empty: Private classes
Slot, end-column: Private structures
Slot, end-line: Private structures
Slot, enum-repr: Public structures
Slot, enum-repr: Public structures
Slot, env: Public structures
Slot, env: Public structures
Slot, err: Private conditions
Slot, error: Private classes
Slot, existing: Public conditions
Slot, exp: Private classes
Slot, explicit-repr: Public structures
Slot, explicit-repr: Public structures
Slot, export: Private structures
Slot, expr: Public structures
Slot, expr: Public structures
Slot, expr: Public structures
Slot, expr: Public structures
Slot, expr: Public structures
Slot, expr: Public structures
Slot, expr: Public structures
Slot, expr: Public structures
Slot, expr: Public structures
Slot, expr: Public structures
Slot, expr: Public structures
Slot, expr: Public structures
Slot, expr: Public structures
Slot, expr: Public structures
Slot, expr: Public structures
Slot, expr: Public structures
Slot, expr: Public structures
Slot, expr: Public structures
Slot, expr: Public structures
Slot, expr: Public structures
Slot, expr: Public structures
Slot, expr: Public structures
Slot, expr: Public structures
Slot, expr: Public structures
Slot, expr: Public structures
Slot, expr: Public structures
Slot, expr: Public structures
Slot, expr: Public structures
Slot, fail: Private classes
Slot, field: Public structures
Slot, fields: Public structures
Slot, fields: Public structures
Slot, fields: Public structures
Slot, file: Private classes
Slot, floor: Private classes
Slot, fold: Private classes
Slot, foldr: Private classes
Slot, for: Public structures
Slot, form: Public structures
Slot, from: Public structures
Slot, from: Public structures
Slot, from: Public structures
Slot, from: Public structures
Slot, from: Public structures
Slot, from: Public structures
Slot, from: Public structures
Slot, from: Public structures
Slot, from: Public structures
Slot, from: Public structures
Slot, from: Private structures
Slot, fromint: Private classes
Slot, function: Public conditions
Slot, function: Public structures
Slot, function: Public structures
Slot, function-environment: Public structures
Slot, fundep: Public conditions
Slot, fundep-environment: Public structures
Slot, fundeps: Public structures
Slot, fundeps: Public structures
Slot, general/: Private classes
Slot, hash: Private classes
Slot, head-location: Public structures
Slot, head-location: Public structures
Slot, head-location: Public structures
Slot, head-location: Public structures
Slot, head-location: Public structures
Slot, help: Private classes
Slot, help-notes: Public structures
Slot, hoist-points: Public structures
Slot, id: Public structures
Slot, id: Public structures
Slot, id: Public structures
Slot, if: Public structures
Slot, imag-part: Private classes
Slot, import: Private structures
Slot, import-as: Private structures
Slot, import-from: Private structures
Slot, index: Public structures
Slot, index: Private structures
Slot, infinite?: Private classes
Slot, infinity: Private classes
Slot, inner: Private structures
Slot, inst1: Public conditions
Slot, inst2: Public conditions
Slot, instance-environment: Public structures
Slot, instances: Public structures
Slot, instances: Public structures
Slot, instances: Public structures
Slot, integer-literal: Public structures
Slot, into: Private classes
Slot, into-iter: Private classes
Slot, kind: Public conditions
Slot, kind: Public structures
Slot, kind: Public structures
Slot, kind1: Public conditions
Slot, kind2: Public conditions
Slot, kinds: Public structures
Slot, label: Public structures
Slot, label: Public structures
Slot, label: Public structures
Slot, label: Public structures
Slot, label: Public structures
Slot, label: Public structures
Slot, label: Public structures
Slot, label: Public structures
Slot, label: Public structures
Slot, label: Public structures
Slot, label: Public structures
Slot, label: Public structures
Slot, label: Public structures
Slot, label: Public structures
Slot, label: Public structures
Slot, label: Public structures
Slot, label: Public structures
Slot, last: Private structures
Slot, last: Private structures
Slot, last-line: Private classes
Slot, last-node: Public structures
Slot, last-node: Public structures
Slot, last-node: Public structures
Slot, last-node: Public structures
Slot, left: Public structures
Slot, length: Private structures
Slot, length: Private classes
Slot, let: Public structures
Slot, let-binding: Public structures
Slot, lifta2: Private classes
Slot, line-number-width: Private classes
Slot, line-offsets: Private classes
Slot, lisp: Public structures
Slot, lisp-forms: Public structures
Slot, lisp-forms: Public structures
Slot, literal: Public structures
Slot, ln: Private classes
Slot, location: Public structures
Slot, location: Public structures
Slot, location: Public structures
Slot, location: Public structures
Slot, location: Public structures
Slot, location: Public structures
Slot, location: Public structures
Slot, location: Public structures
Slot, location: Public structures
Slot, location: Public structures
Slot, location: Public structures
Slot, location: Public structures
Slot, location: Public structures
Slot, location: Public structures
Slot, location: Public structures
Slot, location: Public structures
Slot, location: Public structures
Slot, location: Public structures
Slot, location: Public structures
Slot, location: Public structures
Slot, location: Public structures
Slot, location: Public structures
Slot, location: Public structures
Slot, location: Public structures
Slot, location: Public structures
Slot, location: Public structures
Slot, location: Public structures
Slot, location: Public structures
Slot, location: Public structures
Slot, location: Public structures
Slot, location: Public structures
Slot, location: Public structures
Slot, location: Public structures
Slot, location: Public structures
Slot, location: Public classes
Slot, location: Private structures
Slot, location: Private structures
Slot, location: Private structures
Slot, log: Private classes
Slot, loop: Public structures
Slot, low-link: Private structures
Slot, make: Private classes
Slot, map: Private structures
Slot, map: Private classes
Slot, match: Public structures
Slot, match-branch: Public structures
Slot, maxbound: Private classes
Slot, mempty: Private classes
Slot, message: Public structures
Slot, message: Public classes
Slot, message: Private conditions
Slot, message: Private structures
Slot, message: Private structures
Slot, message: Private structures
Slot, message: Private structures
Slot, message: Private structures
Slot, method-codegen-syms: Public structures
Slot, method-inline-environment: Public structures
Slot, method-tys: Private structures
Slot, methods: Public structures
Slot, methods: Public structures
Slot, methods: Public structures
Slot, minbound: Private classes
Slot, mod: Private classes
Slot, monomorphize: Public structures
Slot, monomorphize: Public structures
Slot, name: Public structures
Slot, name: Public structures
Slot, name: Public structures
Slot, name: Public structures
Slot, name: Public structures
Slot, name: Public structures
Slot, name: Public structures
Slot, name: Public structures
Slot, name: Public structures
Slot, name: Public structures
Slot, name: Public structures
Slot, name: Public structures
Slot, name: Public structures
Slot, name: Public structures
Slot, name: Public structures
Slot, name: Public structures
Slot, name: Public structures
Slot, name: Public structures
Slot, name: Public structures
Slot, name: Public structures
Slot, name: Public structures
Slot, name: Public structures
Slot, name: Public structures
Slot, name: Public structures
Slot, name: Public structures
Slot, name: Public structures
Slot, name: Public structures
Slot, name: Public structures
Slot, name: Public structures
Slot, name: Public structures
Slot, name: Public structures
Slot, name: Public structures
Slot, name: Public structures
Slot, name: Public structures
Slot, name: Public structures
Slot, name: Public structures
Slot, name: Public structures
Slot, name: Public structures
Slot, name: Public structures
Slot, name: Public structures
Slot, name: Public structures
Slot, name: Public structures
Slot, name: Public structures
Slot, name: Public structures
Slot, name: Private structures
Slot, name: Private structures
Slot, name: Private structures
Slot, name: Private classes
Slot, name-environment: Public structures
Slot, nan: Private classes
Slot, nan?: Private classes
Slot, new: Public conditions
Slot, new-from-tys: Public conditions
Slot, new-pred: Public conditions
Slot, new-to-tys: Public conditions
Slot, newtype: Public structures
Slot, newtype: Public structures
Slot, node: Public structures
Slot, nodes: Public structures
Slot, nodes: Public structures
Slot, nodes: Public structures
Slot, nodes: Public structures
Slot, nodes: Public structures
Slot, nodes: Public structures
Slot, nodes: Public structures
Slot, nodes: Public structures
Slot, nodes: Public structures
Slot, not: Private classes
Slot, note-max-depth: Private classes
Slot, note-stack: Private classes
Slot, notes: Public structures
Slot, notes: Private conditions
Slot, notes: Private classes
Slot, nth-root: Private classes
Slot, offset: Private classes
Slot, offset-positions: Private classes
Slot, old-from-tys: Public conditions
Slot, old-pred: Public conditions
Slot, old-to-tys: Public conditions
Slot, on-stack: Private structures
Slot, open: Private classes
Slot, or: Public structures
Slot, or: Private classes
Slot, orig-name: Public structures
Slot, orig-name: Public structures
Slot, orig-params: Public structures
Slot, package: Public structures
Slot, package: Public structures
Slot, params: Public structures
Slot, params: Public structures
Slot, params: Public structures
Slot, params: Public structures
Slot, params: Public structures
Slot, params: Public structures
Slot, pattern: Public structures
Slot, pattern: Public structures
Slot, pattern: Public structures
Slot, pattern: Public structures
Slot, pattern: Public structures
Slot, pattern: Public structures
Slot, pattern: Public structures
Slot, pattern: Public structures
Slot, pattern: Public structures
Slot, pattern: Public structures
Slot, pattern: Public structures
Slot, pattern: Public structures
Slot, patterns: Public structures
Slot, patterns: Public structures
Slot, patterns: Public structures
Slot, phase: Private classes
Slot, pi: Private classes
Slot, pointer: Private structures
Slot, polar: Private classes
Slot, position: Public classes
Slot, pow: Private classes
Slot, pred: Public conditions
Slot, pred: Public structures
Slot, pred: Public structures
Slot, pred1: Public conditions
Slot, pred2: Public conditions
Slot, predicate: Public structures
Slot, predicate: Public structures
Slot, predicates: Public structures
Slot, predicates: Public structures
Slot, preds: Public structures
Slot, preds: Private structures
Slot, progn: Public structures
Slot, proper: Private classes
Slot, pure: Private classes
Slot, quot: Private classes
Slot, quotrem: Private classes
Slot, rands: Public structures
Slot, rands: Public structures
Slot, rands: Public structures
Slot, rands: Public structures
Slot, rator: Public structures
Slot, rator: Public structures
Slot, rator: Public structures
Slot, rator: Public structures
Slot, rator-type: Public structures
Slot, read: Private classes
Slot, readable?: Private classes
Slot, real-approx: Private classes
Slot, real-part: Private classes
Slot, reason: Public conditions
Slot, reciprocal: Private classes
Slot, rem: Private classes
Slot, replace: Public classes
Slot, replacement: Private structures
Slot, repr: Public structures
Slot, repr: Public structures
Slot, return: Public structures
Slot, right: Public structures
Slot, runtime-repr: Private classes
Slot, runtime-type: Public structures
Slot, runtime-type: Public structures
Slot, shadow: Private structures
Slot, shift: Private classes
Slot, sin: Private classes
Slot, source: Public structures
Slot, source: Public structures
Slot, source: Private structures
Slot, source-name-environment: Public structures
Slot, source-stream: Private classes
Slot, span: Public structures
Slot, span: Private structures
Slot, span: Private structures
Slot, specialization-environment: Public structures
Slot, specializations: Public structures
Slot, sqrt: Private classes
Slot, stack: Private structures
Slot, start-column: Private structures
Slot, start-line: Private structures
Slot, stream: Public classes
Slot, string: Private classes
Slot, struct-environment: Public structures
Slot, structs: Public structures
Slot, subexpr: Public structures
Slot, subexpr: Public structures
Slot, super-0: Private classes
Slot, super-0: Private classes
Slot, super-0: Private classes
Slot, super-0: Private classes
Slot, super-0: Private classes
Slot, super-0: Private classes
Slot, super-0: Private classes
Slot, super-0: Private classes
Slot, super-0: Private classes
Slot, super-0: Private classes
Slot, super-0: Private classes
Slot, super-0: Private classes
Slot, super-0: Private classes
Slot, super-0: Private classes
Slot, super-0: Private classes
Slot, super-0: Private classes
Slot, super-0: Private classes
Slot, super-0: Private classes
Slot, super-1: Private classes
Slot, super-1: Private classes
Slot, super-1: Private classes
Slot, super-1: Private classes
Slot, super-1: Private classes
Slot, super-1: Private classes
Slot, super-2: Private classes
Slot, super-3: Private classes
Slot, super-4: Private classes
Slot, superclass-dict: Public structures
Slot, superclass-map: Public structures
Slot, superclasses: Public structures
Slot, superclasses: Private structures
Slot, table: Public structures
Slot, tan: Private classes
Slot, test: Public structures
Slot, then: Public structures
Slot, then: Public structures
Slot, to: Public structures
Slot, to: Public structures
Slot, to: Public structures
Slot, to: Public structures
Slot, to: Public structures
Slot, to: Public structures
Slot, to: Public structures
Slot, to: Public structures
Slot, to: Public structures
Slot, to: Public structures
Slot, to: Private structures
Slot, to-fraction: Private classes
Slot, to-ty: Public structures
Slot, tointeger: Private classes
Slot, top-hoist-point: Public structures
Slot, traverse: Private classes
Slot, tryinto: Private classes
Slot, ty-table: Public structures
Slot, ty-table: Public structures
Slot, type: Public conditions
Slot, type: Public conditions
Slot, type: Public conditions
Slot, type: Public structures
Slot, type: Public structures
Slot, type: Public structures
Slot, type: Public structures
Slot, type: Public structures
Slot, type: Public structures
Slot, type: Public structures
Slot, type: Public structures
Slot, type: Public structures
Slot, type: Public structures
Slot, type: Public structures
Slot, type: Public structures
Slot, type: Public structures
Slot, type: Public structures
Slot, type: Public structures
Slot, type: Public structures
Slot, type: Public structures
Slot, type: Public structures
Slot, type: Public structures
Slot, type: Public structures
Slot, type: Public structures
Slot, type: Public structures
Slot, type: Public structures
Slot, type: Public classes
Slot, type: Private structures
Slot, type: Private structures
Slot, type: Private structures
Slot, type-environment: Public structures
Slot, type1: Public conditions
Slot, type1: Public conditions
Slot, type2: Public conditions
Slot, type2: Public conditions
Slot, types: Public structures
Slot, types: Public structures
Slot, types: Public structures
Slot, types: Public structures
Slot, tyvars: Public structures
Slot, unless: Public structures
Slot, unqualified-methods: Public structures
Slot, unread: Public classes
Slot, unsafe-aref: Private classes
Slot, unsafe-set!: Private classes
Slot, unwrap-or-else: Private classes
Slot, value: Public structures
Slot, value: Public structures
Slot, value: Public structures
Slot, value: Public structures
Slot, value: Public structures
Slot, value: Public structures
Slot, value: Public structures
Slot, value: Public structures
Slot, value: Public structures
Slot, value: Public structures
Slot, value: Public structures
Slot, value: Private structures
Slot, value-environment: Public structures
Slot, var: Private structures
Slot, var-names: Public structures
Slot, var-names: Public structures
Slot, variable: Public structures
Slot, vars: Public structures
Slot, vars: Public structures
Slot, vars: Public structures
Slot, vars: Public structures
Slot, vars: Public structures
Slot, vars: Public structures
Slot, vars: Public structures
Slot, when: Public structures
Slot, when: Public structures
Slot, while: Public structures
Slot, while-let: Public structures
Slot, writable?: Private classes
Slot, write: Private classes
Slot, xor: Private classes
Slot, _0: Private classes
Slot, _0: Private classes
Slot, _0: Private classes
Slot, _0: Private classes
Slot, _0: Private classes
Slot, _0: Private classes
Slot, _0: Private classes
Slot, _0: Private classes
Slot, _0: Private classes
Slot, _0: Private classes
Slot, _0: Private classes
Slot, _0: Private classes
Slot, _0: Private classes
Slot, _0: Private classes
Slot, _0: Private classes
Slot, _0: Private classes
Slot, _0: Private classes
Slot, _0: Private classes
Slot, _0: Private classes
Slot, _0: Private classes
Slot, _0: Private classes
Slot, _0: Private classes
Slot, _0: Private classes
Slot, _0: Private classes
Slot, _0: Private classes
Slot, _0: Private classes
Slot, _0: Private classes
Slot, _0: Private classes
Slot, _1: Private classes
Slot, _1: Private classes
Slot, _1: Private classes
Slot, _1: Private classes
Slot, _1: Private classes
Slot, _1: Private classes
Slot, _1: Private classes
Slot, _1: Private classes
Slot, _1: Private classes
Slot, _1: Private classes
Slot, _1: Private classes
Slot, _1: Private classes
Slot, _1: Private classes
Slot, _1: Private classes
Slot, _1: Private classes
Slot, _1: Private classes
Slot, _2: Private classes
Slot, _2: Private classes
Slot, _2: Private classes
Slot, _2: Private classes
Slot, _2: Private classes
Slot, _2: Private classes
Slot, _2: Private classes
Slot, _3: Private classes
Slot, _3: Private classes
Slot, _3: Private classes
Slot, _3: Private classes
Slot, _3: Private classes
Slot, _3: Private classes
Slot, _4: Private classes
Slot, _4: Private classes
snd: Public symbol macros
some: Public symbol macros
some?: Public symbol macros
sort: Public symbol macros
sort!: Public symbol macros
sort-by!: Public symbol macros
sortby: Public symbol macros
source: Public structures
source: Public structures
source: Private structures
source-name-environment: Public structures
source-stream: Private classes
span: Public structures
span: Private structures
span: Private structures
Special Variable, *arrow-type*: Public special variables
Special Variable, *boolean-type*: Public special variables
Special Variable, *char-type*: Public special variables
Special Variable, *coalton-disable-specialization*: Public special variables
Special Variable, *coalton-eclector-client*: Public special variables
Special Variable, *coalton-heuristic-inlining*: Public special variables
Special Variable, *coalton-optimize*: Public special variables
Special Variable, *coalton-optimize-library*: Public special variables
Special Variable, *coalton-pretty-print-tyvars*: Public special variables
Special Variable, *coalton-print-unicode*: Public special variables
Special Variable, *coalton-reader-allowed*: Private special variables
Special Variable, *codegen-hook*: Public special variables
Special Variable, *compile-print-types*: Public special variables
Special Variable, *config-keys*: Private special variables
Special Variable, *context*: Private special variables
Special Variable, *current-function-name*: Private special variables
Special Variable, *double-float-type*: Public special variables
Special Variable, *emit-type-annotations*: Public special variables
Special Variable, *fraction-type*: Public special variables
Special Variable, *function-application-functions*: Private special variables
Special Variable, *function-constructor-functions*: Private special variables
Special Variable, *global-environment*: Public special variables
Special Variable, *ifix-type*: Public special variables
Special Variable, *integer-type*: Public special variables
Special Variable, *integer-types*: Private special variables
Special Variable, *list-type*: Public special variables
Special Variable, *loop-label-context*: Private special variables
Special Variable, *macro-expansion-count*: Private special variables
Special Variable, *next-kvar-id*: Private special variables
Special Variable, *next-variable-id*: Private special variables
Special Variable, *package-clauses*: Private special variables
Special Variable, *pprint-tyvar-dict*: Public special variables
Special Variable, *pprint-variable-symbol-code*: Public special variables
Special Variable, *pprint-variable-symbol-suffix*: Public special variables
Special Variable, *return-status*: Private special variables
Special Variable, *returns*: Private special variables
Special Variable, *single-float-type*: Public special variables
Special Variable, *source*: Private special variables
Special Variable, *source-error-context*: Public special variables
Special Variable, *specialized-complex-part-types-considered*: Private special variables
Special Variable, *string-type*: Public special variables
Special Variable, *top-level-environment*: Private special variables
Special Variable, *traverse*: Public special variables
Special Variable, *ufix-type*: Public special variables
Special Variable, *unit-type*: Public special variables
Special Variable, *update-hook*: Public special variables
specialization-environment: Public structures
specializations: Public structures
split: Public symbol macros
split: Public symbol macros
sq: Private symbol macros
sqrt: Public symbol macros
sqrt: Private classes
square-magnitude: Public symbol macros
st: Public symbol macros
stack: Private structures
stack-for-decreasing-order-traversal: Private symbol macros
stack-for-increasing-order-traversal: Private symbol macros
start-column: Private structures
start-line: Private structures
stream: Public classes
streamoptions/bidirectional-_0: Private symbol macros
streamoptions/bidirectional-_1: Private symbol macros
streamoptions/input-_0: Private symbol macros
streamoptions/output-_0: Private symbol macros
streamoptions/output-_1: Private symbol macros
string: Private classes
strip-prefix: Public symbol macros
strip-suffix: Public symbol macros
struct-environment: Public structures
structs: Public structures
subdirectories: Public symbol macros
subexpr: Public structures
subexpr: Public structures
substring: Public symbol macros
substring-index: Public symbol macros
substring?: Public symbol macros
sum: Public symbol macros
sum!: Public symbol macros
super-0: Private classes
super-0: Private classes
super-0: Private classes
super-0: Private classes
super-0: Private classes
super-0: Private classes
super-0: Private classes
super-0: Private classes
super-0: Private classes
super-0: Private classes
super-0: Private classes
super-0: Private classes
super-0: Private classes
super-0: Private classes
super-0: Private classes
super-0: Private classes
super-0: Private classes
super-0: Private classes
super-1: Private classes
super-1: Private classes
super-1: Private classes
super-1: Private classes
super-1: Private classes
super-1: Private classes
super-2: Private classes
super-3: Private classes
super-4: Private classes
superclass-dict: Public structures
superclass-map: Public structures
superclasses: Public structures
superclasses: Private structures
supersede: Public symbol macros
swap!: Public symbol macros
swap-remove!: Public symbol macros
swap-remove-unsafe!: Public symbol macros
Symbol Macro, %complex: Private symbol macros
Symbol Macro, %get-hash-test-funcs: Private symbol macros
Symbol Macro, %if-directory-path: Private symbol macros
Symbol Macro, %iterator: Private symbol macros
Symbol Macro, %length: Private symbol macros
Symbol Macro, %make-hashtable: Private symbol macros
Symbol Macro, %make-temp-dir-pathname: Private symbol macros
Symbol Macro, %make-temp-file-pathname: Private symbol macros
Symbol Macro, %map: Private symbol macros
Symbol Macro, %open: Private symbol macros
Symbol Macro, %open-bidirectional: Private symbol macros
Symbol Macro, %open-input: Private symbol macros
Symbol Macro, %open-output: Private symbol macros
Symbol Macro, %push: Private symbol macros
Symbol Macro, %read-byte: Private symbol macros
Symbol Macro, %reverse: Private symbol macros
Symbol Macro, %reverse!: Private symbol macros
Symbol Macro, %set-temp-directory: Private symbol macros
Symbol Macro, %shift-n-branches-onto: Private symbol macros
Symbol Macro, %temp-directory: Private symbol macros
Symbol Macro, %write-byte: Private symbol macros
Symbol Macro, *: Public symbol macros
Symbol Macro, +: Public symbol macros
Symbol Macro, -: Public symbol macros
Symbol Macro, /: Public symbol macros
Symbol Macro, /=: Public symbol macros
Symbol Macro, 1+: Public symbol macros
Symbol Macro, 1-: Public symbol macros
Symbol Macro, <: Public symbol macros
Symbol Macro, <=: Public symbol macros
Symbol Macro, <=>: Public symbol macros
Symbol Macro, <>: Public symbol macros
Symbol Macro, ==: Public symbol macros
Symbol Macro, >: Public symbol macros
Symbol Macro, >=: Public symbol macros
Symbol Macro, >>: Public symbol macros
Symbol Macro, >>=: Public symbol macros
Symbol Macro, abort: Public symbol macros
Symbol Macro, abs: Public symbol macros
Symbol Macro, acos: Public symbol macros
Symbol Macro, acosh: Public symbol macros
Symbol Macro, add-feature: Public symbol macros
Symbol Macro, all: Public symbol macros
Symbol Macro, alpha?: Public symbol macros
Symbol Macro, alt: Public symbol macros
Symbol Macro, and: Public symbol macros
Symbol Macro, and!: Public symbol macros
Symbol Macro, any: Public symbol macros
Symbol Macro, any!: Public symbol macros
Symbol Macro, append: Public symbol macros
Symbol Macro, append: Public symbol macros
Symbol Macro, append: Public symbol macros
Symbol Macro, append: Public symbol macros
Symbol Macro, append-rev: Private symbol macros
Symbol Macro, append-to-file!: Public symbol macros
Symbol Macro, architecture: Public symbol macros
Symbol Macro, aref: Public symbol macros
Symbol Macro, aref: Public symbol macros
Symbol Macro, aref/double-float: Private symbol macros
Symbol Macro, aref/i16: Private symbol macros
Symbol Macro, aref/i32: Private symbol macros
Symbol Macro, aref/i64: Private symbol macros
Symbol Macro, aref/i8: Private symbol macros
Symbol Macro, aref/ifix: Private symbol macros
Symbol Macro, aref/single-float: Private symbol macros
Symbol Macro, aref/u16: Private symbol macros
Symbol Macro, aref/u32: Private symbol macros
Symbol Macro, aref/u64: Private symbol macros
Symbol Macro, aref/u8: Private symbol macros
Symbol Macro, aref/ufix: Private symbol macros
Symbol Macro, argv0: Public symbol macros
Symbol Macro, as-black: Private symbol macros
Symbol Macro, as-optional: Public symbol macros
Symbol Macro, as-proxy-of: Public symbol macros
Symbol Macro, ascii-alpha?: Public symbol macros
Symbol Macro, ascii-alphanumeric?: Public symbol macros
Symbol Macro, ascii-digit?: Public symbol macros
Symbol Macro, ascii-lowercase?: Public symbol macros
Symbol Macro, ascii-uppercase?: Public symbol macros
Symbol Macro, ash: Public symbol macros
Symbol Macro, asin: Public symbol macros
Symbol Macro, asinh: Public symbol macros
Symbol Macro, asum: Public symbol macros
Symbol Macro, atan: Public symbol macros
Symbol Macro, atan2: Public symbol macros
Symbol Macro, atanh: Public symbol macros
Symbol Macro, balance: Private symbol macros
Symbol Macro, best-approx: Public symbol macros
Symbol Macro, bidirectional: Public symbol macros
Symbol Macro, bimap: Public symbol macros
Symbol Macro, black: Private symbol macros
Symbol Macro, boolean-and: Public symbol macros
Symbol Macro, boolean-not: Public symbol macros
Symbol Macro, boolean-or: Public symbol macros
Symbol Macro, boolean-xor: Public symbol macros
Symbol Macro, bracket: Public symbol macros
Symbol Macro, branch: Private symbol macros
Symbol Macro, branch-count: Private symbol macros
Symbol Macro, bubble-double-black: Private symbol macros
Symbol Macro, build-cumulative-size-table: Private symbol macros
Symbol Macro, butfirst: Private symbol macros
Symbol Macro, butlast: Private symbol macros
Symbol Macro, canonical-nth-root: Private symbol macros
Symbol Macro, canonical-polar: Private symbol macros
Symbol Macro, capacity: Public symbol macros
Symbol Macro, capture-profile: Public symbol macros
Symbol Macro, car: Public symbol macros
Symbol Macro, cast-if-inbounds: Private symbol macros
Symbol Macro, cdr: Public symbol macros
Symbol Macro, ceiling: Public symbol macros
Symbol Macro, ceiling/: Public symbol macros
Symbol Macro, chain!: Public symbol macros
Symbol Macro, char-code: Public symbol macros
Symbol Macro, chars: Public symbol macros
Symbol Macro, cis: Public symbol macros
Symbol Macro, class/%filebyte: Private symbol macros
Symbol Macro, class/alternative: Private symbol macros
Symbol Macro, class/alternative-alt: Private symbol macros
Symbol Macro, class/alternative-empty: Private symbol macros
Symbol Macro, class/alternative-super-0: Private symbol macros
Symbol Macro, class/applicative: Private symbol macros
Symbol Macro, class/applicative-lifta2: Private symbol macros
Symbol Macro, class/applicative-pure: Private symbol macros
Symbol Macro, class/applicative-super-0: Private symbol macros
Symbol Macro, class/bifunctor: Private symbol macros
Symbol Macro, class/bifunctor-bimap: Private symbol macros
Symbol Macro, class/bits: Private symbol macros
Symbol Macro, class/bits-and: Private symbol macros
Symbol Macro, class/bits-not: Private symbol macros
Symbol Macro, class/bits-or: Private symbol macros
Symbol Macro, class/bits-shift: Private symbol macros
Symbol Macro, class/bits-super-0: Private symbol macros
Symbol Macro, class/bits-xor: Private symbol macros
Symbol Macro, class/bounded: Private symbol macros
Symbol Macro, class/bounded-maxbound: Private symbol macros
Symbol Macro, class/bounded-minbound: Private symbol macros
Symbol Macro, class/complex: Private symbol macros
Symbol Macro, class/complex-complex: Private symbol macros
Symbol Macro, class/complex-imag-part: Private symbol macros
Symbol Macro, class/complex-real-part: Private symbol macros
Symbol Macro, class/complex-super-0: Private symbol macros
Symbol Macro, class/default: Private symbol macros
Symbol Macro, class/default-default: Private symbol macros
Symbol Macro, class/dividable: Private symbol macros
Symbol Macro, class/dividable-general/: Private symbol macros
Symbol Macro, class/elementary: Private symbol macros
Symbol Macro, class/elementary-super-0: Private symbol macros
Symbol Macro, class/elementary-super-1: Private symbol macros
Symbol Macro, class/elementary-super-2: Private symbol macros
Symbol Macro, class/elementary-super-3: Private symbol macros
Symbol Macro, class/elementary-super-4: Private symbol macros
Symbol Macro, class/eq: Private symbol macros
Symbol Macro, class/eq-==: Private symbol macros
Symbol Macro, class/exponentiable: Private symbol macros
Symbol Macro, class/exponentiable-ee: Private symbol macros
Symbol Macro, class/exponentiable-exp: Private symbol macros
Symbol Macro, class/exponentiable-ln: Private symbol macros
Symbol Macro, class/exponentiable-log: Private symbol macros
Symbol Macro, class/exponentiable-pow: Private symbol macros
Symbol Macro, class/file: Private symbol macros
Symbol Macro, class/file-open: Private symbol macros
Symbol Macro, class/file-read: Private symbol macros
Symbol Macro, class/file-write: Private symbol macros
Symbol Macro, class/foldable: Private symbol macros
Symbol Macro, class/foldable-fold: Private symbol macros
Symbol Macro, class/foldable-foldr: Private symbol macros
Symbol Macro, class/fromiterator: Private symbol macros
Symbol Macro, class/fromiterator-collect!: Private symbol macros
Symbol Macro, class/functor: Private symbol macros
Symbol Macro, class/functor-map: Private symbol macros
Symbol Macro, class/hash: Private symbol macros
Symbol Macro, class/hash-hash: Private symbol macros
Symbol Macro, class/hash-super-0: Private symbol macros
Symbol Macro, class/integral: Private symbol macros
Symbol Macro, class/integral-super-0: Private symbol macros
Symbol Macro, class/integral-super-1: Private symbol macros
Symbol Macro, class/integral-tointeger: Private symbol macros
Symbol Macro, class/into: Private symbol macros
Symbol Macro, class/into-into: Private symbol macros
Symbol Macro, class/intoiterator: Private symbol macros
Symbol Macro, class/intoiterator-into-iter: Private symbol macros
Symbol Macro, class/iso: Private symbol macros
Symbol Macro, class/iso-super-0: Private symbol macros
Symbol Macro, class/iso-super-1: Private symbol macros
Symbol Macro, class/monad: Private symbol macros
Symbol Macro, class/monad->>=: Private symbol macros
Symbol Macro, class/monad-super-0: Private symbol macros
Symbol Macro, class/monadfail: Private symbol macros
Symbol Macro, class/monadfail-fail: Private symbol macros
Symbol Macro, class/monadfail-super-0: Private symbol macros
Symbol Macro, class/monoid: Private symbol macros
Symbol Macro, class/monoid-mempty: Private symbol macros
Symbol Macro, class/monoid-super-0: Private symbol macros
Symbol Macro, class/num: Private symbol macros
Symbol Macro, class/num-*: Private symbol macros
Symbol Macro, class/num-+: Private symbol macros
Symbol Macro, class/num--: Private symbol macros
Symbol Macro, class/num-fromint: Private symbol macros
Symbol Macro, class/num-super-0: Private symbol macros
Symbol Macro, class/ord: Private symbol macros
Symbol Macro, class/ord-<=>: Private symbol macros
Symbol Macro, class/ord-super-0: Private symbol macros
Symbol Macro, class/polar: Private symbol macros
Symbol Macro, class/polar-phase: Private symbol macros
Symbol Macro, class/polar-polar: Private symbol macros
Symbol Macro, class/polar-super-0: Private symbol macros
Symbol Macro, class/polar-super-1: Private symbol macros
Symbol Macro, class/quantizable: Private symbol macros
Symbol Macro, class/quantizable-ceiling: Private symbol macros
Symbol Macro, class/quantizable-floor: Private symbol macros
Symbol Macro, class/quantizable-proper: Private symbol macros
Symbol Macro, class/radical: Private symbol macros
Symbol Macro, class/radical-nth-root: Private symbol macros
Symbol Macro, class/radical-sqrt: Private symbol macros
Symbol Macro, class/randomaccess: Private symbol macros
Symbol Macro, class/randomaccess-length: Private symbol macros
Symbol Macro, class/randomaccess-make: Private symbol macros
Symbol Macro, class/randomaccess-readable?: Private symbol macros
Symbol Macro, class/randomaccess-unsafe-aref: Private symbol macros
Symbol Macro, class/randomaccess-unsafe-set!: Private symbol macros
Symbol Macro, class/randomaccess-writable?: Private symbol macros
Symbol Macro, class/rational: Private symbol macros
Symbol Macro, class/rational-best-approx: Private symbol macros
Symbol Macro, class/rational-super-0: Private symbol macros
Symbol Macro, class/rational-super-1: Private symbol macros
Symbol Macro, class/rational-to-fraction: Private symbol macros
Symbol Macro, class/real: Private symbol macros
Symbol Macro, class/real-real-approx: Private symbol macros
Symbol Macro, class/real-super-0: Private symbol macros
Symbol Macro, class/real-super-1: Private symbol macros
Symbol Macro, class/reciprocable: Private symbol macros
Symbol Macro, class/reciprocable-/: Private symbol macros
Symbol Macro, class/reciprocable-reciprocal: Private symbol macros
Symbol Macro, class/reciprocable-super-0: Private symbol macros
Symbol Macro, class/remainder: Private symbol macros
Symbol Macro, class/remainder-div: Private symbol macros
Symbol Macro, class/remainder-divmod: Private symbol macros
Symbol Macro, class/remainder-mod: Private symbol macros
Symbol Macro, class/remainder-quot: Private symbol macros
Symbol Macro, class/remainder-quotrem: Private symbol macros
Symbol Macro, class/remainder-rem: Private symbol macros
Symbol Macro, class/remainder-super-0: Private symbol macros
Symbol Macro, class/runtimerepr: Private symbol macros
Symbol Macro, class/runtimerepr-runtime-repr: Private symbol macros
Symbol Macro, class/semigroup: Private symbol macros
Symbol Macro, class/semigroup-<>: Private symbol macros
Symbol Macro, class/signalable: Private symbol macros
Symbol Macro, class/signalable-error: Private symbol macros
Symbol Macro, class/sliceable: Private symbol macros
Symbol Macro, class/sliceable-%length: Private symbol macros
Symbol Macro, class/transfinite: Private symbol macros
Symbol Macro, class/transfinite-infinite?: Private symbol macros
Symbol Macro, class/transfinite-infinity: Private symbol macros
Symbol Macro, class/transfinite-nan: Private symbol macros
Symbol Macro, class/transfinite-nan?: Private symbol macros
Symbol Macro, class/traversable: Private symbol macros
Symbol Macro, class/traversable-traverse: Private symbol macros
Symbol Macro, class/trigonometric: Private symbol macros
Symbol Macro, class/trigonometric-acos: Private symbol macros
Symbol Macro, class/trigonometric-asin: Private symbol macros
Symbol Macro, class/trigonometric-atan: Private symbol macros
Symbol Macro, class/trigonometric-cos: Private symbol macros
Symbol Macro, class/trigonometric-pi: Private symbol macros
Symbol Macro, class/trigonometric-sin: Private symbol macros
Symbol Macro, class/trigonometric-tan: Private symbol macros
Symbol Macro, class/tryinto: Private symbol macros
Symbol Macro, class/tryinto-tryinto: Private symbol macros
Symbol Macro, class/unwrappable: Private symbol macros
Symbol Macro, class/unwrappable-unwrap-or-else: Private symbol macros
Symbol Macro, clear!: Public symbol macros
Symbol Macro, clear!: Public symbol macros
Symbol Macro, close: Public symbol macros
Symbol Macro, cmd-args: Public symbol macros
Symbol Macro, code-char: Public symbol macros
Symbol Macro, code-char-unchecked: Private symbol macros
Symbol Macro, collect: Public symbol macros
Symbol Macro, collect!: Public symbol macros
Symbol Macro, collect!: Public symbol macros
Symbol Macro, collect!: Public symbol macros
Symbol Macro, color-minus-black: Private symbol macros
Symbol Macro, color-plus-black: Private symbol macros
Symbol Macro, combine-hashes: Public symbol macros
Symbol Macro, combine-hashes-order-independent: Public symbol macros
Symbol Macro, combs: Public symbol macros
Symbol Macro, combsof: Public symbol macros
Symbol Macro, complement: Public symbol macros
Symbol Macro, complex: Public symbol macros
Symbol Macro, complex-divide: Private symbol macros
Symbol Macro, complex-equal: Private symbol macros
Symbol Macro, complex-minus: Private symbol macros
Symbol Macro, complex-plus: Private symbol macros
Symbol Macro, complex-times: Private symbol macros
Symbol Macro, complex/%complex-_0: Private symbol macros
Symbol Macro, complex/%complex-_1: Private symbol macros
Symbol Macro, compose: Public symbol macros
Symbol Macro, conc: Public symbol macros
Symbol Macro, concat: Public symbol macros
Symbol Macro, concat: Public symbol macros
Symbol Macro, concatmap: Public symbol macros
Symbol Macro, conjoin: Public symbol macros
Symbol Macro, conjugate: Public symbol macros
Symbol Macro, cons: Public symbol macros
Symbol Macro, const: Public symbol macros
Symbol Macro, copy: Public symbol macros
Symbol Macro, copy: Public symbol macros
Symbol Macro, copy: Private symbol macros
Symbol Macro, copy!: Public symbol macros
Symbol Macro, cos: Public symbol macros
Symbol Macro, cosh: Public symbol macros
Symbol Macro, count: Public symbol macros
Symbol Macro, count!: Public symbol macros
Symbol Macro, count-forever: Public symbol macros
Symbol Macro, countby: Public symbol macros
Symbol Macro, create-directory!: Public symbol macros
Symbol Macro, create-temp-directory!: Public symbol macros
Symbol Macro, create-temp-file!: Public symbol macros
Symbol Macro, cst-search: Private symbol macros
Symbol Macro, curry: Public symbol macros
Symbol Macro, cycle: Private symbol macros
Symbol Macro, decreasing-order: Public symbol macros
Symbol Macro, decrement!: Public symbol macros
Symbol Macro, default: Public symbol macros
Symbol Macro, default-hash-table-capacity: Private symbol macros
Symbol Macro, default?: Public symbol macros
Symbol Macro, defaulting-unwrap: Public symbol macros
Symbol Macro, delete-file!: Public symbol macros
Symbol Macro, denominator: Public symbol macros
Symbol Macro, difference: Public symbol macros
Symbol Macro, digit?: Public symbol macros
Symbol Macro, directory-exists?: Public symbol macros
Symbol Macro, directory-files: Public symbol macros
Symbol Macro, directory-pathname?: Public symbol macros
Symbol Macro, disjoin: Public symbol macros
Symbol Macro, div: Public symbol macros
Symbol Macro, divmod: Public symbol macros
Symbol Macro, double-float-<=: Private symbol macros
Symbol Macro, double-float-<⎵type: Private symbol macros
Symbol Macro, double-float->: Private symbol macros
Symbol Macro, double-float->=: Private symbol macros
Symbol Macro, double-float-complex-divide: Private symbol macros
Symbol Macro, double-float-complex-equal: Private symbol macros
Symbol Macro, double-float-complex-minus: Private symbol macros
Symbol Macro, double-float-complex-plus: Private symbol macros
Symbol Macro, double-float-complex-times: Private symbol macros
Symbol Macro, double-float-round: Private symbol macros
Symbol Macro, double-float-^: Private symbol macros
Symbol Macro, double-float-^^: Private symbol macros
Symbol Macro, doubleblack: Private symbol macros
Symbol Macro, doubleblackempty: Private symbol macros
Symbol Macro, down-from: Public symbol macros
Symbol Macro, downcase: Public symbol macros
Symbol Macro, drop: Public symbol macros
Symbol Macro, dual: Public symbol macros
Symbol Macro, dual-part: Public symbol macros
Symbol Macro, dual/dual-_0: Private symbol macros
Symbol Macro, dual/dual-_1: Private symbol macros
Symbol Macro, dyadic: Public symbol macros
Symbol Macro, dyadic-compare: Private symbol macros
Symbol Macro, dyadic-group: Private symbol macros
Symbol Macro, dyadic-round: Private symbol macros
Symbol Macro, dyadic/dyadic-_0: Private symbol macros
Symbol Macro, dyadic/dyadic-_1: Private symbol macros
Symbol Macro, ee: Public symbol macros
Symbol Macro, eerror: Public symbol macros
Symbol Macro, elementwise-hash!: Public symbol macros
Symbol Macro, elementwise-match!: Public symbol macros
Symbol Macro, elementwise==!: Public symbol macros
Symbol Macro, elemindex: Public symbol macros
Symbol Macro, empty: Public symbol macros
Symbol Macro, empty: Public symbol macros
Symbol Macro, empty: Public symbol macros
Symbol Macro, empty: Public symbol macros
Symbol Macro, empty?: Public symbol macros
Symbol Macro, empty?: Public symbol macros
Symbol Macro, empty?: Public symbol macros
Symbol Macro, empty?: Public symbol macros
Symbol Macro, entries: Public symbol macros
Symbol Macro, entries: Public symbol macros
Symbol Macro, enumerate!: Public symbol macros
Symbol Macro, eof: Private symbol macros
Symbol Macro, eq: Public symbol macros
Symbol Macro, equivalence-classes: Public symbol macros
Symbol Macro, equivalence-classes-by: Public symbol macros
Symbol Macro, err: Public symbol macros
Symbol Macro, err?: Public symbol macros
Symbol Macro, error: Public symbol macros
Symbol Macro, even?: Public symbol macros
Symbol Macro, every!: Public symbol macros
Symbol Macro, exact-ilog: Private symbol macros
Symbol Macro, exact/: Public symbol macros
Symbol Macro, exists?: Public symbol macros
Symbol Macro, exp: Public symbol macros
Symbol Macro, expand: Private symbol macros
Symbol Macro, expect: Public symbol macros
Symbol Macro, extend!: Public symbol macros
Symbol Macro, extend!: Public symbol macros
Symbol Macro, extend!: Public symbol macros
Symbol Macro, factorial: Private symbol macros
Symbol Macro, fail: Public symbol macros
Symbol Macro, false: Public symbol macros
Symbol Macro, features: Public symbol macros
Symbol Macro, file-exists?: Public symbol macros
Symbol Macro, file-pathname?: Public symbol macros
Symbol Macro, file-position: Public symbol macros
Symbol Macro, fileerror: Public symbol macros
Symbol Macro, fileerror/fileerror-_0: Private symbol macros
Symbol Macro, fileerror/lisperror-_0: Private symbol macros
Symbol Macro, fileerror/patherror-_0: Private symbol macros
Symbol Macro, fileerror/patherror-_1: Private symbol macros
Symbol Macro, filter: Public symbol macros
Symbol Macro, filter!: Public symbol macros
Symbol Macro, filter-map!: Public symbol macros
Symbol Macro, find: Public symbol macros
Symbol Macro, find!: Public symbol macros
Symbol Macro, find-elem: Public symbol macros
Symbol Macro, find-map!: Public symbol macros
Symbol Macro, findindex: Public symbol macros
Symbol Macro, finite?: Public symbol macros
Symbol Macro, fix: Public symbol macros
Symbol Macro, flat-map!: Public symbol macros
Symbol Macro, flatten: Public symbol macros
Symbol Macro, flatten!: Public symbol macros
Symbol Macro, flip: Public symbol macros
Symbol Macro, floor: Public symbol macros
Symbol Macro, floor/: Public symbol macros
Symbol Macro, flush: Public symbol macros
Symbol Macro, fold: Public symbol macros
Symbol Macro, fold!: Public symbol macros
Symbol Macro, foldfree: Public symbol macros
Symbol Macro, foldr: Public symbol macros
Symbol Macro, for-each!: Public symbol macros
Symbol Macro, fraction-complex-divide: Private symbol macros
Symbol Macro, fraction-complex-equal: Private symbol macros
Symbol Macro, fraction-complex-minus: Private symbol macros
Symbol Macro, fraction-complex-plus: Private symbol macros
Symbol Macro, fraction-complex-times: Private symbol macros
Symbol Macro, fraction-round: Private symbol macros
Symbol Macro, fraction-^: Private symbol macros
Symbol Macro, fraction-^^: Private symbol macros
Symbol Macro, free: Public symbol macros
Symbol Macro, free-apply: Private symbol macros
Symbol Macro, free-lifta2: Private symbol macros
Symbol Macro, free/free-_0: Private symbol macros
Symbol Macro, free/val-_0: Private symbol macros
Symbol Macro, from-some: Public symbol macros
Symbol Macro, fromint: Public symbol macros
Symbol Macro, fst: Public symbol macros
Symbol Macro, gc: Public symbol macros
Symbol Macro, gcd: Public symbol macros
Symbol Macro, general/: Public symbol macros
Symbol Macro, get: Public symbol macros
Symbol Macro, get: Public symbol macros
Symbol Macro, get: Public symbol macros
Symbol Macro, get-bytes-consed: Public symbol macros
Symbol Macro, get-real-time: Public symbol macros
Symbol Macro, get-run-time: Public symbol macros
Symbol Macro, getenv: Public symbol macros
Symbol Macro, group-vectors: Private symbol macros
Symbol Macro, gt: Public symbol macros
Symbol Macro, hash: Public symbol macros
Symbol Macro, head: Public symbol macros
Symbol Macro, head: Public symbol macros
Symbol Macro, head-unsafe: Public symbol macros
Symbol Macro, height: Private symbol macros
Symbol Macro, hostname: Public symbol macros
Symbol Macro, i16-<=: Private symbol macros
Symbol Macro, i16-<⎵type: Private symbol macros
Symbol Macro, i16->: Private symbol macros
Symbol Macro, i16->=: Private symbol macros
Symbol Macro, i16-complex-divide: Private symbol macros
Symbol Macro, i16-complex-equal: Private symbol macros
Symbol Macro, i16-complex-minus: Private symbol macros
Symbol Macro, i16-complex-plus: Private symbol macros
Symbol Macro, i16-complex-times: Private symbol macros
Symbol Macro, i16-even?: Private symbol macros
Symbol Macro, i16-gcd: Private symbol macros
Symbol Macro, i16-isqrt: Private symbol macros
Symbol Macro, i16-lcm: Private symbol macros
Symbol Macro, i16-odd?: Private symbol macros
Symbol Macro, i16-^: Private symbol macros
Symbol Macro, i32-<=: Private symbol macros
Symbol Macro, i32-<⎵type: Private symbol macros
Symbol Macro, i32->: Private symbol macros
Symbol Macro, i32->=: Private symbol macros
Symbol Macro, i32-complex-divide: Private symbol macros
Symbol Macro, i32-complex-equal: Private symbol macros
Symbol Macro, i32-complex-minus: Private symbol macros
Symbol Macro, i32-complex-plus: Private symbol macros
Symbol Macro, i32-complex-times: Private symbol macros
Symbol Macro, i32-even?: Private symbol macros
Symbol Macro, i32-gcd: Private symbol macros
Symbol Macro, i32-isqrt: Private symbol macros
Symbol Macro, i32-lcm: Private symbol macros
Symbol Macro, i32-odd?: Private symbol macros
Symbol Macro, i32-^: Private symbol macros
Symbol Macro, i64-<=: Private symbol macros
Symbol Macro, i64-<⎵type: Private symbol macros
Symbol Macro, i64->: Private symbol macros
Symbol Macro, i64->=: Private symbol macros
Symbol Macro, i64-complex-divide: Private symbol macros
Symbol Macro, i64-complex-equal: Private symbol macros
Symbol Macro, i64-complex-minus: Private symbol macros
Symbol Macro, i64-complex-plus: Private symbol macros
Symbol Macro, i64-complex-times: Private symbol macros
Symbol Macro, i64-even?: Private symbol macros
Symbol Macro, i64-gcd: Private symbol macros
Symbol Macro, i64-isqrt: Private symbol macros
Symbol Macro, i64-lcm: Private symbol macros
Symbol Macro, i64-odd?: Private symbol macros
Symbol Macro, i64-^: Private symbol macros
Symbol Macro, i8-<=: Private symbol macros
Symbol Macro, i8-<⎵type: Private symbol macros
Symbol Macro, i8->: Private symbol macros
Symbol Macro, i8->=: Private symbol macros
Symbol Macro, i8-complex-divide: Private symbol macros
Symbol Macro, i8-complex-equal: Private symbol macros
Symbol Macro, i8-complex-minus: Private symbol macros
Symbol Macro, i8-complex-plus: Private symbol macros
Symbol Macro, i8-complex-times: Private symbol macros
Symbol Macro, i8-even?: Private symbol macros
Symbol Macro, i8-gcd: Private symbol macros
Symbol Macro, i8-isqrt: Private symbol macros
Symbol Macro, i8-lcm: Private symbol macros
Symbol Macro, i8-odd?: Private symbol macros
Symbol Macro, i8-^: Private symbol macros
Symbol Macro, id: Public symbol macros
Symbol Macro, ifix-<=: Private symbol macros
Symbol Macro, ifix-<⎵type: Private symbol macros
Symbol Macro, ifix->: Private symbol macros
Symbol Macro, ifix->=: Private symbol macros
Symbol Macro, ifix-complex-divide: Private symbol macros
Symbol Macro, ifix-complex-equal: Private symbol macros
Symbol Macro, ifix-complex-minus: Private symbol macros
Symbol Macro, ifix-complex-plus: Private symbol macros
Symbol Macro, ifix-complex-times: Private symbol macros
Symbol Macro, ifix-even?: Private symbol macros
Symbol Macro, ifix-gcd: Private symbol macros
Symbol Macro, ifix-isqrt: Private symbol macros
Symbol Macro, ifix-lcm: Private symbol macros
Symbol Macro, ifix-odd?: Private symbol macros
Symbol Macro, ifix-^: Private symbol macros
Symbol Macro, ii: Public symbol macros
Symbol Macro, ilog: Public symbol macros
Symbol Macro, imag-part: Public symbol macros
Symbol Macro, implementation: Public symbol macros
Symbol Macro, increasing-order: Public symbol macros
Symbol Macro, increment!: Public symbol macros
Symbol Macro, index: Public symbol macros
Symbol Macro, index: Public symbol macros
Symbol Macro, index: Public symbol macros
Symbol Macro, index: Public symbol macros
Symbol Macro, index-of!: Public symbol macros
Symbol Macro, index-unsafe: Public symbol macros
Symbol Macro, index-unsafe: Public symbol macros
Symbol Macro, index-unsafe: Public symbol macros
Symbol Macro, inexact/: Public symbol macros
Symbol Macro, infinite?: Public symbol macros
Symbol Macro, infinity: Public symbol macros
Symbol Macro, init: Public symbol macros
Symbol Macro, input: Public symbol macros
Symbol Macro, insert: Public symbol macros
Symbol Macro, insert: Public symbol macros
Symbol Macro, insert: Public symbol macros
Symbol Macro, insert-or-replace: Public symbol macros
Symbol Macro, insert-or-replace: Public symbol macros
Symbol Macro, insertby: Public symbol macros
Symbol Macro, insertions: Public symbol macros
Symbol Macro, instance/%filebyte⎵i16: Private symbol macros
Symbol Macro, instance/%filebyte⎵i32: Private symbol macros
Symbol Macro, instance/%filebyte⎵i64: Private symbol macros
Symbol Macro, instance/%filebyte⎵i8: Private symbol macros
Symbol Macro, instance/%filebyte⎵ifix: Private symbol macros
Symbol Macro, instance/%filebyte⎵u16: Private symbol macros
Symbol Macro, instance/%filebyte⎵u32: Private symbol macros
Symbol Macro, instance/%filebyte⎵u64: Private symbol macros
Symbol Macro, instance/%filebyte⎵u8: Private symbol macros
Symbol Macro, instance/%filebyte⎵ufix: Private symbol macros
Symbol Macro, instance/alternative⎵list: Private symbol macros
Symbol Macro, instance/alternative⎵list-coalton-library/classes:alt: Private symbol macros
Symbol Macro, instance/alternative⎵list-coalton-library/classes:empty: Private symbol macros
Symbol Macro, instance/alternative⎵optional: Private symbol macros
Symbol Macro, instance/alternative⎵optional-coalton-library/classes:alt: Private symbol macros
Symbol Macro, instance/alternative⎵optional-coalton-library/classes:empty: Private symbol macros
Symbol Macro, instance/applicative⎵(free⎵:a): Private symbol macros
Symbol Macro, instance/applicative⎵(free⎵:a)-coalton-library/classes:lifta2: Private symbol macros
Symbol Macro, instance/applicative⎵(free⎵:a)-coalton-library/classes:pure: Private symbol macros
Symbol Macro, instance/applicative⎵(result⎵:a): Private symbol macros
Symbol Macro, instance/applicative⎵(result⎵:a)-coalton-library/classes:lifta2: Private symbol macros
Symbol Macro, instance/applicative⎵(result⎵:a)-coalton-library/classes:pure: Private symbol macros
Symbol Macro, instance/applicative⎵(st⎵:a): Private symbol macros
Symbol Macro, instance/applicative⎵(st⎵:a)-coalton-library/classes:lifta2: Private symbol macros
Symbol Macro, instance/applicative⎵(st⎵:a)-coalton-library/classes:pure: Private symbol macros
Symbol Macro, instance/applicative⎵cell: Private symbol macros
Symbol Macro, instance/applicative⎵cell-coalton-library/classes:lifta2: Private symbol macros
Symbol Macro, instance/applicative⎵cell-coalton-library/classes:pure: Private symbol macros
Symbol Macro, instance/applicative⎵list: Private symbol macros
Symbol Macro, instance/applicative⎵list-coalton-library/classes:lifta2: Private symbol macros
Symbol Macro, instance/applicative⎵list-coalton-library/classes:pure: Private symbol macros
Symbol Macro, instance/applicative⎵optional: Private symbol macros
Symbol Macro, instance/applicative⎵optional-coalton-library/classes:lifta2: Private symbol macros
Symbol Macro, instance/applicative⎵optional-coalton-library/classes:pure: Private symbol macros
Symbol Macro, instance/bifunctor⎵result: Private symbol macros
Symbol Macro, instance/bifunctor⎵result-coalton-library/classes:bimap: Private symbol macros
Symbol Macro, instance/bifunctor⎵tuple: Private symbol macros
Symbol Macro, instance/bifunctor⎵tuple-coalton-library/classes:bimap: Private symbol macros
Symbol Macro, instance/bits:bits⎵i16: Private symbol macros
Symbol Macro, instance/bits:bits⎵i16-coalton-library/bits:and: Private symbol macros
Symbol Macro, instance/bits:bits⎵i16-coalton-library/bits:not: Private symbol macros
Symbol Macro, instance/bits:bits⎵i16-coalton-library/bits:or: Private symbol macros
Symbol Macro, instance/bits:bits⎵i16-coalton-library/bits:shift: Private symbol macros
Symbol Macro, instance/bits:bits⎵i16-coalton-library/bits:xor: Private symbol macros
Symbol Macro, instance/bits:bits⎵i32: Private symbol macros
Symbol Macro, instance/bits:bits⎵i32-coalton-library/bits:and: Private symbol macros
Symbol Macro, instance/bits:bits⎵i32-coalton-library/bits:not: Private symbol macros
Symbol Macro, instance/bits:bits⎵i32-coalton-library/bits:or: Private symbol macros
Symbol Macro, instance/bits:bits⎵i32-coalton-library/bits:shift: Private symbol macros
Symbol Macro, instance/bits:bits⎵i32-coalton-library/bits:xor: Private symbol macros
Symbol Macro, instance/bits:bits⎵i64: Private symbol macros
Symbol Macro, instance/bits:bits⎵i64-coalton-library/bits:and: Private symbol macros
Symbol Macro, instance/bits:bits⎵i64-coalton-library/bits:not: Private symbol macros
Symbol Macro, instance/bits:bits⎵i64-coalton-library/bits:or: Private symbol macros
Symbol Macro, instance/bits:bits⎵i64-coalton-library/bits:shift: Private symbol macros
Symbol Macro, instance/bits:bits⎵i64-coalton-library/bits:xor: Private symbol macros
Symbol Macro, instance/bits:bits⎵i8: Private symbol macros
Symbol Macro, instance/bits:bits⎵i8-coalton-library/bits:and: Private symbol macros
Symbol Macro, instance/bits:bits⎵i8-coalton-library/bits:not: Private symbol macros
Symbol Macro, instance/bits:bits⎵i8-coalton-library/bits:or: Private symbol macros
Symbol Macro, instance/bits:bits⎵i8-coalton-library/bits:shift: Private symbol macros
Symbol Macro, instance/bits:bits⎵i8-coalton-library/bits:xor: Private symbol macros
Symbol Macro, instance/bits:bits⎵ifix: Private symbol macros
Symbol Macro, instance/bits:bits⎵ifix-coalton-library/bits:and: Private symbol macros
Symbol Macro, instance/bits:bits⎵ifix-coalton-library/bits:not: Private symbol macros
Symbol Macro, instance/bits:bits⎵ifix-coalton-library/bits:or: Private symbol macros
Symbol Macro, instance/bits:bits⎵ifix-coalton-library/bits:shift: Private symbol macros
Symbol Macro, instance/bits:bits⎵ifix-coalton-library/bits:xor: Private symbol macros
Symbol Macro, instance/bits:bits⎵integer: Private symbol macros
Symbol Macro, instance/bits:bits⎵integer-coalton-library/bits:and: Private symbol macros
Symbol Macro, instance/bits:bits⎵integer-coalton-library/bits:not: Private symbol macros
Symbol Macro, instance/bits:bits⎵integer-coalton-library/bits:or: Private symbol macros
Symbol Macro, instance/bits:bits⎵integer-coalton-library/bits:shift: Private symbol macros
Symbol Macro, instance/bits:bits⎵integer-coalton-library/bits:xor: Private symbol macros
Symbol Macro, instance/bits:bits⎵u16: Private symbol macros
Symbol Macro, instance/bits:bits⎵u16-coalton-library/bits:and: Private symbol macros
Symbol Macro, instance/bits:bits⎵u16-coalton-library/bits:not: Private symbol macros
Symbol Macro, instance/bits:bits⎵u16-coalton-library/bits:or: Private symbol macros
Symbol Macro, instance/bits:bits⎵u16-coalton-library/bits:shift: Private symbol macros
Symbol Macro, instance/bits:bits⎵u16-coalton-library/bits:xor: Private symbol macros
Symbol Macro, instance/bits:bits⎵u32: Private symbol macros
Symbol Macro, instance/bits:bits⎵u32-coalton-library/bits:and: Private symbol macros
Symbol Macro, instance/bits:bits⎵u32-coalton-library/bits:not: Private symbol macros
Symbol Macro, instance/bits:bits⎵u32-coalton-library/bits:or: Private symbol macros
Symbol Macro, instance/bits:bits⎵u32-coalton-library/bits:shift: Private symbol macros
Symbol Macro, instance/bits:bits⎵u32-coalton-library/bits:xor: Private symbol macros
Symbol Macro, instance/bits:bits⎵u64: Private symbol macros
Symbol Macro, instance/bits:bits⎵u64-coalton-library/bits:and: Private symbol macros
Symbol Macro, instance/bits:bits⎵u64-coalton-library/bits:not: Private symbol macros
Symbol Macro, instance/bits:bits⎵u64-coalton-library/bits:or: Private symbol macros
Symbol Macro, instance/bits:bits⎵u64-coalton-library/bits:shift: Private symbol macros
Symbol Macro, instance/bits:bits⎵u64-coalton-library/bits:xor: Private symbol macros
Symbol Macro, instance/bits:bits⎵u8: Private symbol macros
Symbol Macro, instance/bits:bits⎵u8-coalton-library/bits:and: Private symbol macros
Symbol Macro, instance/bits:bits⎵u8-coalton-library/bits:not: Private symbol macros
Symbol Macro, instance/bits:bits⎵u8-coalton-library/bits:or: Private symbol macros
Symbol Macro, instance/bits:bits⎵u8-coalton-library/bits:shift: Private symbol macros
Symbol Macro, instance/bits:bits⎵u8-coalton-library/bits:xor: Private symbol macros
Symbol Macro, instance/bits:bits⎵ufix: Private symbol macros
Symbol Macro, instance/bits:bits⎵ufix-coalton-library/bits:and: Private symbol macros
Symbol Macro, instance/bits:bits⎵ufix-coalton-library/bits:not: Private symbol macros
Symbol Macro, instance/bits:bits⎵ufix-coalton-library/bits:or: Private symbol macros
Symbol Macro, instance/bits:bits⎵ufix-coalton-library/bits:shift: Private symbol macros
Symbol Macro, instance/bits:bits⎵ufix-coalton-library/bits:xor: Private symbol macros
Symbol Macro, instance/bounded⎵i16: Private symbol macros
Symbol Macro, instance/bounded⎵i16-coalton-library/math/bounded:maxbound: Private symbol macros
Symbol Macro, instance/bounded⎵i16-coalton-library/math/bounded:minbound: Private symbol macros
Symbol Macro, instance/bounded⎵i32: Private symbol macros
Symbol Macro, instance/bounded⎵i32-coalton-library/math/bounded:maxbound: Private symbol macros
Symbol Macro, instance/bounded⎵i32-coalton-library/math/bounded:minbound: Private symbol macros
Symbol Macro, instance/bounded⎵i64: Private symbol macros
Symbol Macro, instance/bounded⎵i64-coalton-library/math/bounded:maxbound: Private symbol macros
Symbol Macro, instance/bounded⎵i64-coalton-library/math/bounded:minbound: Private symbol macros
Symbol Macro, instance/bounded⎵i8: Private symbol macros
Symbol Macro, instance/bounded⎵i8-coalton-library/math/bounded:maxbound: Private symbol macros
Symbol Macro, instance/bounded⎵i8-coalton-library/math/bounded:minbound: Private symbol macros
Symbol Macro, instance/bounded⎵ifix: Private symbol macros
Symbol Macro, instance/bounded⎵ifix-coalton-library/math/bounded:maxbound: Private symbol macros
Symbol Macro, instance/bounded⎵ifix-coalton-library/math/bounded:minbound: Private symbol macros
Symbol Macro, instance/bounded⎵u16: Private symbol macros
Symbol Macro, instance/bounded⎵u16-coalton-library/math/bounded:maxbound: Private symbol macros
Symbol Macro, instance/bounded⎵u16-coalton-library/math/bounded:minbound: Private symbol macros
Symbol Macro, instance/bounded⎵u32: Private symbol macros
Symbol Macro, instance/bounded⎵u32-coalton-library/math/bounded:maxbound: Private symbol macros
Symbol Macro, instance/bounded⎵u32-coalton-library/math/bounded:minbound: Private symbol macros
Symbol Macro, instance/bounded⎵u64: Private symbol macros
Symbol Macro, instance/bounded⎵u64-coalton-library/math/bounded:maxbound: Private symbol macros
Symbol Macro, instance/bounded⎵u64-coalton-library/math/bounded:minbound: Private symbol macros
Symbol Macro, instance/bounded⎵u8: Private symbol macros
Symbol Macro, instance/bounded⎵u8-coalton-library/math/bounded:maxbound: Private symbol macros
Symbol Macro, instance/bounded⎵u8-coalton-library/math/bounded:minbound: Private symbol macros
Symbol Macro, instance/bounded⎵ufix: Private symbol macros
Symbol Macro, instance/bounded⎵ufix-coalton-library/math/bounded:maxbound: Private symbol macros
Symbol Macro, instance/bounded⎵ufix-coalton-library/math/bounded:minbound: Private symbol macros
Symbol Macro, instance/coalton-library/hash:hash⎵boolean: Private symbol macros
Symbol Macro, instance/coalton-library/hash:hash⎵boolean-coalton-library/hash:hash: Private symbol macros
Symbol Macro, instance/coalton-library/hash:hash⎵char: Private symbol macros
Symbol Macro, instance/coalton-library/hash:hash⎵char-coalton-library/hash:hash: Private symbol macros
Symbol Macro, instance/coalton-library/hash:hash⎵double-float: Private symbol macros
Symbol Macro, instance/coalton-library/hash:hash⎵double-float-coalton-library/hash:hash: Private symbol macros
Symbol Macro, instance/coalton-library/hash:hash⎵i16: Private symbol macros
Symbol Macro, instance/coalton-library/hash:hash⎵i16-coalton-library/hash:hash: Private symbol macros
Symbol Macro, instance/coalton-library/hash:hash⎵i32: Private symbol macros
Symbol Macro, instance/coalton-library/hash:hash⎵i32-coalton-library/hash:hash: Private symbol macros
Symbol Macro, instance/coalton-library/hash:hash⎵i64: Private symbol macros
Symbol Macro, instance/coalton-library/hash:hash⎵i64-coalton-library/hash:hash: Private symbol macros
Symbol Macro, instance/coalton-library/hash:hash⎵i8: Private symbol macros
Symbol Macro, instance/coalton-library/hash:hash⎵i8-coalton-library/hash:hash: Private symbol macros
Symbol Macro, instance/coalton-library/hash:hash⎵ifix: Private symbol macros
Symbol Macro, instance/coalton-library/hash:hash⎵ifix-coalton-library/hash:hash: Private symbol macros
Symbol Macro, instance/coalton-library/hash:hash⎵integer: Private symbol macros
Symbol Macro, instance/coalton-library/hash:hash⎵integer-coalton-library/hash:hash: Private symbol macros
Symbol Macro, instance/coalton-library/hash:hash⎵single-float: Private symbol macros
Symbol Macro, instance/coalton-library/hash:hash⎵single-float-coalton-library/hash:hash: Private symbol macros
Symbol Macro, instance/coalton-library/hash:hash⎵string: Private symbol macros
Symbol Macro, instance/coalton-library/hash:hash⎵string-coalton-library/hash:hash: Private symbol macros
Symbol Macro, instance/coalton-library/hash:hash⎵u16: Private symbol macros
Symbol Macro, instance/coalton-library/hash:hash⎵u16-coalton-library/hash:hash: Private symbol macros
Symbol Macro, instance/coalton-library/hash:hash⎵u32: Private symbol macros
Symbol Macro, instance/coalton-library/hash:hash⎵u32-coalton-library/hash:hash: Private symbol macros
Symbol Macro, instance/coalton-library/hash:hash⎵u64: Private symbol macros
Symbol Macro, instance/coalton-library/hash:hash⎵u64-coalton-library/hash:hash: Private symbol macros
Symbol Macro, instance/coalton-library/hash:hash⎵u8: Private symbol macros
Symbol Macro, instance/coalton-library/hash:hash⎵u8-coalton-library/hash:hash: Private symbol macros
Symbol Macro, instance/coalton-library/hash:hash⎵ufix: Private symbol macros
Symbol Macro, instance/coalton-library/hash:hash⎵ufix-coalton-library/hash:hash: Private symbol macros
Symbol Macro, instance/coalton-library/types:runtimerepr⎵((free⎵:a)⎵:b): Private symbol macros
Symbol Macro, instance/coalton-library/types:runtimerepr⎵((free⎵:a)⎵:b)-coalton-library/types:runtime-repr: Private symbol macros
Symbol Macro, instance/coalton-library/types:runtimerepr⎵(cell⎵:a): Private symbol macros
Symbol Macro, instance/coalton-library/types:runtimerepr⎵(cell⎵:a)-coalton-library/types:runtime-repr: Private symbol macros
Symbol Macro, instance/coalton-library/types:runtimerepr⎵(complex⎵:a): Private symbol macros
Symbol Macro, instance/coalton-library/types:runtimerepr⎵(complex⎵:a)-coalton-library/types:runtime-repr: Private symbol macros
Symbol Macro, instance/coalton-library/types:runtimerepr⎵(dual⎵:a): Private symbol macros
Symbol Macro, instance/coalton-library/types:runtimerepr⎵(dual⎵:a)-coalton-library/types:runtime-repr: Private symbol macros
Symbol Macro, instance/coalton-library/types:runtimerepr⎵(hashtable⎵:a⎵:b): Private symbol macros
Symbol Macro, instance/coalton-library/types:runtimerepr⎵(hashtable⎵:a⎵:b)-coalton-library/types:runtime-repr: Private symbol macros
Symbol Macro, instance/coalton-library/types:runtimerepr⎵(iteratorstacknode⎵:a): Private symbol macros
Symbol Macro, instance/coalton-library/types:runtimerepr⎵(iteratorstacknode⎵:a)-coalton-library/types:runtime-repr: Private symbol macros
Symbol Macro, instance/coalton-library/types:runtimerepr⎵(mappair⎵:a⎵:b): Private symbol macros
Symbol Macro, instance/coalton-library/types:runtimerepr⎵(mappair⎵:a⎵:b)-coalton-library/types:runtime-repr: Private symbol macros
Symbol Macro, instance/coalton-library/types:runtimerepr⎵(map⎵:a⎵:b): Private symbol macros
Symbol Macro, instance/coalton-library/types:runtimerepr⎵(map⎵:a⎵:b)-coalton-library/types:runtime-repr: Private symbol macros
Symbol Macro, instance/coalton-library/types:runtimerepr⎵(profile⎵:a): Private symbol macros
Symbol Macro, instance/coalton-library/types:runtimerepr⎵(profile⎵:a)-coalton-library/types:runtime-repr: Private symbol macros
Symbol Macro, instance/coalton-library/types:runtimerepr⎵(quantization⎵:a): Private symbol macros
Symbol Macro, instance/coalton-library/types:runtimerepr⎵(quantization⎵:a)-coalton-library/types:runtime-repr: Private symbol macros
Symbol Macro, instance/coalton-library/types:runtimerepr⎵(queue⎵:a): Private symbol macros
Symbol Macro, instance/coalton-library/types:runtimerepr⎵(queue⎵:a)-coalton-library/types:runtime-repr: Private symbol macros
Symbol Macro, instance/coalton-library/types:runtimerepr⎵(st⎵:a⎵:b): Private symbol macros
Symbol Macro, instance/coalton-library/types:runtimerepr⎵(st⎵:a⎵:b)-coalton-library/types:runtime-repr: Private symbol macros
Symbol Macro, instance/coalton-library/types:runtimerepr⎵(tree⎵:a): Private symbol macros
Symbol Macro, instance/coalton-library/types:runtimerepr⎵(tree⎵:a)-coalton-library/types:runtime-repr: Private symbol macros
Symbol Macro, instance/coalton-library/types:runtimerepr⎵(tuple3⎵:a⎵:b⎵:c): Private symbol macros
Symbol Macro, instance/coalton-library/types:runtimerepr⎵(tuple3⎵:a⎵:b⎵:c)-coalton-library/types:runtime-repr: Private symbol macros
Symbol Macro, instance/coalton-library/types:runtimerepr⎵(tuple4⎵:a⎵:b⎵:c⎵:d): Private symbol macros
Symbol Macro, instance/coalton-library/types:runtimerepr⎵(tuple4⎵:a⎵:b⎵:c⎵:d)-coalton-library/types:runtime-repr: Private symbol macros
Symbol Macro, instance/coalton-library/types:runtimerepr⎵(tuple5⎵:a⎵:b⎵:c⎵:d⎵:e): Private symbol macros
Symbol Macro, instance/coalton-library/types:runtimerepr⎵(tuple5⎵:a⎵:b⎵:c⎵:d⎵:e)-coalton-library/types:runtime-repr: Private symbol macros
Symbol Macro, instance/coalton-library/types:runtimerepr⎵color: Private symbol macros
Symbol Macro, instance/coalton-library/types:runtimerepr⎵color-coalton-library/types:runtime-repr: Private symbol macros
Symbol Macro, instance/coalton-library/types:runtimerepr⎵dyadic: Private symbol macros
Symbol Macro, instance/coalton-library/types:runtimerepr⎵dyadic-coalton-library/types:runtime-repr: Private symbol macros
Symbol Macro, instance/coalton-library/types:runtimerepr⎵hash: Private symbol macros
Symbol Macro, instance/coalton-library/types:runtimerepr⎵hash-coalton-library/types:runtime-repr: Private symbol macros
Symbol Macro, instance/coalton-library/types:runtimerepr⎵i16: Private symbol macros
Symbol Macro, instance/coalton-library/types:runtimerepr⎵i16-coalton-library/types:runtime-repr: Private symbol macros
Symbol Macro, instance/coalton-library/types:runtimerepr⎵i32: Private symbol macros
Symbol Macro, instance/coalton-library/types:runtimerepr⎵i32-coalton-library/types:runtime-repr: Private symbol macros
Symbol Macro, instance/coalton-library/types:runtimerepr⎵i64: Private symbol macros
Symbol Macro, instance/coalton-library/types:runtimerepr⎵i64-coalton-library/types:runtime-repr: Private symbol macros
Symbol Macro, instance/coalton-library/types:runtimerepr⎵i8: Private symbol macros
Symbol Macro, instance/coalton-library/types:runtimerepr⎵i8-coalton-library/types:runtime-repr: Private symbol macros
Symbol Macro, instance/coalton-library/types:runtimerepr⎵ifix: Private symbol macros
Symbol Macro, instance/coalton-library/types:runtimerepr⎵ifix-coalton-library/types:runtime-repr: Private symbol macros
Symbol Macro, instance/coalton-library/types:runtimerepr⎵lispcondition: Private symbol macros
Symbol Macro, instance/coalton-library/types:runtimerepr⎵lispcondition-coalton-library/types:runtime-repr: Private symbol macros
Symbol Macro, instance/coalton-library/types:runtimerepr⎵u16: Private symbol macros
Symbol Macro, instance/coalton-library/types:runtimerepr⎵u16-coalton-library/types:runtime-repr: Private symbol macros
Symbol Macro, instance/coalton-library/types:runtimerepr⎵u32: Private symbol macros
Symbol Macro, instance/coalton-library/types:runtimerepr⎵u32-coalton-library/types:runtime-repr: Private symbol macros
Symbol Macro, instance/coalton-library/types:runtimerepr⎵u64: Private symbol macros
Symbol Macro, instance/coalton-library/types:runtimerepr⎵u64-coalton-library/types:runtime-repr: Private symbol macros
Symbol Macro, instance/coalton-library/types:runtimerepr⎵u8: Private symbol macros
Symbol Macro, instance/coalton-library/types:runtimerepr⎵u8-coalton-library/types:runtime-repr: Private symbol macros
Symbol Macro, instance/coalton-library/types:runtimerepr⎵ufix: Private symbol macros
Symbol Macro, instance/coalton-library/types:runtimerepr⎵ufix-coalton-library/types:runtime-repr: Private symbol macros
Symbol Macro, instance/coalton-library/types:runtimerepr⎵void: Private symbol macros
Symbol Macro, instance/coalton-library/types:runtimerepr⎵void-coalton-library/types:runtime-repr: Private symbol macros
Symbol Macro, instance/complex⎵(complex⎵:a): Private symbol macros
Symbol Macro, instance/complex⎵(complex⎵:a)-coalton-library/math/complex:complex: Private symbol macros
Symbol Macro, instance/complex⎵(complex⎵:a)-coalton-library/math/complex:imag-part: Private symbol macros
Symbol Macro, instance/complex⎵(complex⎵:a)-coalton-library/math/complex:real-part: Private symbol macros
Symbol Macro, instance/complex⎵double-float: Private symbol macros
Symbol Macro, instance/complex⎵double-float-coalton-library/math/complex:complex: Private symbol macros
Symbol Macro, instance/complex⎵double-float-coalton-library/math/complex:imag-part: Private symbol macros
Symbol Macro, instance/complex⎵double-float-coalton-library/math/complex:real-part: Private symbol macros
Symbol Macro, instance/complex⎵fraction: Private symbol macros
Symbol Macro, instance/complex⎵fraction-coalton-library/math/complex:complex: Private symbol macros
Symbol Macro, instance/complex⎵fraction-coalton-library/math/complex:imag-part: Private symbol macros
Symbol Macro, instance/complex⎵fraction-coalton-library/math/complex:real-part: Private symbol macros
Symbol Macro, instance/complex⎵i16: Private symbol macros
Symbol Macro, instance/complex⎵i16-coalton-library/math/complex:complex: Private symbol macros
Symbol Macro, instance/complex⎵i16-coalton-library/math/complex:imag-part: Private symbol macros
Symbol Macro, instance/complex⎵i16-coalton-library/math/complex:real-part: Private symbol macros
Symbol Macro, instance/complex⎵i32: Private symbol macros
Symbol Macro, instance/complex⎵i32-coalton-library/math/complex:complex: Private symbol macros
Symbol Macro, instance/complex⎵i32-coalton-library/math/complex:imag-part: Private symbol macros
Symbol Macro, instance/complex⎵i32-coalton-library/math/complex:real-part: Private symbol macros
Symbol Macro, instance/complex⎵i64: Private symbol macros
Symbol Macro, instance/complex⎵i64-coalton-library/math/complex:complex: Private symbol macros
Symbol Macro, instance/complex⎵i64-coalton-library/math/complex:imag-part: Private symbol macros
Symbol Macro, instance/complex⎵i64-coalton-library/math/complex:real-part: Private symbol macros
Symbol Macro, instance/complex⎵i8: Private symbol macros
Symbol Macro, instance/complex⎵i8-coalton-library/math/complex:complex: Private symbol macros
Symbol Macro, instance/complex⎵i8-coalton-library/math/complex:imag-part: Private symbol macros
Symbol Macro, instance/complex⎵i8-coalton-library/math/complex:real-part: Private symbol macros
Symbol Macro, instance/complex⎵ifix: Private symbol macros
Symbol Macro, instance/complex⎵ifix-coalton-library/math/complex:complex: Private symbol macros
Symbol Macro, instance/complex⎵ifix-coalton-library/math/complex:imag-part: Private symbol macros
Symbol Macro, instance/complex⎵ifix-coalton-library/math/complex:real-part: Private symbol macros
Symbol Macro, instance/complex⎵integer: Private symbol macros
Symbol Macro, instance/complex⎵integer-coalton-library/math/complex:complex: Private symbol macros
Symbol Macro, instance/complex⎵integer-coalton-library/math/complex:imag-part: Private symbol macros
Symbol Macro, instance/complex⎵integer-coalton-library/math/complex:real-part: Private symbol macros
Symbol Macro, instance/complex⎵single-float: Private symbol macros
Symbol Macro, instance/complex⎵single-float-coalton-library/math/complex:complex: Private symbol macros
Symbol Macro, instance/complex⎵single-float-coalton-library/math/complex:imag-part: Private symbol macros
Symbol Macro, instance/complex⎵single-float-coalton-library/math/complex:real-part: Private symbol macros
Symbol Macro, instance/complex⎵u16: Private symbol macros
Symbol Macro, instance/complex⎵u16-coalton-library/math/complex:complex: Private symbol macros
Symbol Macro, instance/complex⎵u16-coalton-library/math/complex:imag-part: Private symbol macros
Symbol Macro, instance/complex⎵u16-coalton-library/math/complex:real-part: Private symbol macros
Symbol Macro, instance/complex⎵u32: Private symbol macros
Symbol Macro, instance/complex⎵u32-coalton-library/math/complex:complex: Private symbol macros
Symbol Macro, instance/complex⎵u32-coalton-library/math/complex:imag-part: Private symbol macros
Symbol Macro, instance/complex⎵u32-coalton-library/math/complex:real-part: Private symbol macros
Symbol Macro, instance/complex⎵u64: Private symbol macros
Symbol Macro, instance/complex⎵u64-coalton-library/math/complex:complex: Private symbol macros
Symbol Macro, instance/complex⎵u64-coalton-library/math/complex:imag-part: Private symbol macros
Symbol Macro, instance/complex⎵u64-coalton-library/math/complex:real-part: Private symbol macros
Symbol Macro, instance/complex⎵u8: Private symbol macros
Symbol Macro, instance/complex⎵u8-coalton-library/math/complex:complex: Private symbol macros
Symbol Macro, instance/complex⎵u8-coalton-library/math/complex:imag-part: Private symbol macros
Symbol Macro, instance/complex⎵u8-coalton-library/math/complex:real-part: Private symbol macros
Symbol Macro, instance/complex⎵ufix: Private symbol macros
Symbol Macro, instance/complex⎵ufix-coalton-library/math/complex:complex: Private symbol macros
Symbol Macro, instance/complex⎵ufix-coalton-library/math/complex:imag-part: Private symbol macros
Symbol Macro, instance/complex⎵ufix-coalton-library/math/complex:real-part: Private symbol macros
Symbol Macro, instance/default⎵(cell⎵:a): Private symbol macros
Symbol Macro, instance/default⎵(cell⎵:a)-coalton-library/classes:default: Private symbol macros
Symbol Macro, instance/default⎵(hashtable⎵:a⎵:b): Private symbol macros
Symbol Macro, instance/default⎵(hashtable⎵:a⎵:b)-coalton-library/classes:default: Private symbol macros
Symbol Macro, instance/default⎵(list⎵:a): Private symbol macros
Symbol Macro, instance/default⎵(list⎵:a)-coalton-library/classes:default: Private symbol macros
Symbol Macro, instance/default⎵(optional⎵:a): Private symbol macros
Symbol Macro, instance/default⎵(optional⎵:a)-coalton-library/classes:default: Private symbol macros
Symbol Macro, instance/default⎵(queue⎵:a): Private symbol macros
Symbol Macro, instance/default⎵(queue⎵:a)-coalton-library/classes:default: Private symbol macros
Symbol Macro, instance/default⎵(seq⎵:a): Private symbol macros
Symbol Macro, instance/default⎵(seq⎵:a)-coalton-library/classes:default: Private symbol macros
Symbol Macro, instance/default⎵(tuple3⎵:a⎵:b⎵:c): Private symbol macros
Symbol Macro, instance/default⎵(tuple3⎵:a⎵:b⎵:c)-coalton-library/classes:default: Private symbol macros
Symbol Macro, instance/default⎵(tuple4⎵:a⎵:b⎵:c⎵:d): Private symbol macros
Symbol Macro, instance/default⎵(tuple4⎵:a⎵:b⎵:c⎵:d)-coalton-library/classes:default: Private symbol macros
Symbol Macro, instance/default⎵(tuple5⎵:a⎵:b⎵:c⎵:d⎵:e): Private symbol macros
Symbol Macro, instance/default⎵(tuple5⎵:a⎵:b⎵:c⎵:d⎵:e)-coalton-library/classes:default: Private symbol macros
Symbol Macro, instance/default⎵(tuple⎵:a⎵:b): Private symbol macros
Symbol Macro, instance/default⎵(tuple⎵:a⎵:b)-coalton-library/classes:default: Private symbol macros
Symbol Macro, instance/default⎵(vector⎵:a): Private symbol macros
Symbol Macro, instance/default⎵(vector⎵:a)-coalton-library/classes:default: Private symbol macros
Symbol Macro, instance/default⎵boolean: Private symbol macros
Symbol Macro, instance/default⎵boolean-coalton-library/classes:default: Private symbol macros
Symbol Macro, instance/default⎵double-float: Private symbol macros
Symbol Macro, instance/default⎵double-float-coalton-library/classes:default: Private symbol macros
Symbol Macro, instance/default⎵hash: Private symbol macros
Symbol Macro, instance/default⎵hash-coalton-library/classes:default: Private symbol macros
Symbol Macro, instance/default⎵i16: Private symbol macros
Symbol Macro, instance/default⎵i16-coalton-library/classes:default: Private symbol macros
Symbol Macro, instance/default⎵i32: Private symbol macros
Symbol Macro, instance/default⎵i32-coalton-library/classes:default: Private symbol macros
Symbol Macro, instance/default⎵i64: Private symbol macros
Symbol Macro, instance/default⎵i64-coalton-library/classes:default: Private symbol macros
Symbol Macro, instance/default⎵i8: Private symbol macros
Symbol Macro, instance/default⎵i8-coalton-library/classes:default: Private symbol macros
Symbol Macro, instance/default⎵ifix: Private symbol macros
Symbol Macro, instance/default⎵ifix-coalton-library/classes:default: Private symbol macros
Symbol Macro, instance/default⎵integer: Private symbol macros
Symbol Macro, instance/default⎵integer-coalton-library/classes:default: Private symbol macros
Symbol Macro, instance/default⎵single-float: Private symbol macros
Symbol Macro, instance/default⎵single-float-coalton-library/classes:default: Private symbol macros
Symbol Macro, instance/default⎵string: Private symbol macros
Symbol Macro, instance/default⎵string-coalton-library/classes:default: Private symbol macros
Symbol Macro, instance/default⎵u16: Private symbol macros
Symbol Macro, instance/default⎵u16-coalton-library/classes:default: Private symbol macros
Symbol Macro, instance/default⎵u32: Private symbol macros
Symbol Macro, instance/default⎵u32-coalton-library/classes:default: Private symbol macros
Symbol Macro, instance/default⎵u64: Private symbol macros
Symbol Macro, instance/default⎵u64-coalton-library/classes:default: Private symbol macros
Symbol Macro, instance/default⎵u8: Private symbol macros
Symbol Macro, instance/default⎵u8-coalton-library/classes:default: Private symbol macros
Symbol Macro, instance/default⎵ufix: Private symbol macros
Symbol Macro, instance/default⎵ufix-coalton-library/classes:default: Private symbol macros
Symbol Macro, instance/dividable⎵:a⎵:a: Private symbol macros
Symbol Macro, instance/dividable⎵:a⎵:a-coalton-library/math/arith:general/: Private symbol macros
Symbol Macro, instance/dividable⎵integer⎵double-float: Private symbol macros
Symbol Macro, instance/dividable⎵integer⎵double-float-coalton-library/math/arith:general/: Private symbol macros
Symbol Macro, instance/dividable⎵integer⎵fraction: Private symbol macros
Symbol Macro, instance/dividable⎵integer⎵fraction-coalton-library/math/arith:general/: Private symbol macros
Symbol Macro, instance/dividable⎵integer⎵single-float: Private symbol macros
Symbol Macro, instance/dividable⎵integer⎵single-float-coalton-library/math/arith:general/: Private symbol macros
Symbol Macro, instance/elementary⎵(complex⎵:a): Private symbol macros
Symbol Macro, instance/elementary⎵double-float: Private symbol macros
Symbol Macro, instance/elementary⎵single-float: Private symbol macros
Symbol Macro, instance/eq⎵(cell⎵:a): Private symbol macros
Symbol Macro, instance/eq⎵(cell⎵:a)-coalton-library/classes:==: Private symbol macros
Symbol Macro, instance/eq⎵(complex⎵:a): Private symbol macros
Symbol Macro, instance/eq⎵(complex⎵:a)-coalton-library/classes:==: Private symbol macros
Symbol Macro, instance/eq⎵(dual⎵:a): Private symbol macros
Symbol Macro, instance/eq⎵(dual⎵:a)-coalton-library/classes:==: Private symbol macros
Symbol Macro, instance/eq⎵(hashtable⎵:a⎵:b): Private symbol macros
Symbol Macro, instance/eq⎵(hashtable⎵:a⎵:b)-coalton-library/classes:==: Private symbol macros
Symbol Macro, instance/eq⎵(list⎵:a): Private symbol macros
Symbol Macro, instance/eq⎵(list⎵:a)-coalton-library/classes:==: Private symbol macros
Symbol Macro, instance/eq⎵(mappair⎵:a⎵:b): Private symbol macros
Symbol Macro, instance/eq⎵(mappair⎵:a⎵:b)-coalton-library/classes:==: Private symbol macros
Symbol Macro, instance/eq⎵(map⎵:a⎵:b): Private symbol macros
Symbol Macro, instance/eq⎵(map⎵:a⎵:b)-coalton-library/classes:==: Private symbol macros
Symbol Macro, instance/eq⎵(optional⎵:a): Private symbol macros
Symbol Macro, instance/eq⎵(optional⎵:a)-coalton-library/classes:==: Private symbol macros
Symbol Macro, instance/eq⎵(queue⎵:a): Private symbol macros
Symbol Macro, instance/eq⎵(queue⎵:a)-coalton-library/classes:==: Private symbol macros
Symbol Macro, instance/eq⎵(result⎵:a⎵:b): Private symbol macros
Symbol Macro, instance/eq⎵(result⎵:a⎵:b)-coalton-library/classes:==: Private symbol macros
Symbol Macro, instance/eq⎵(seq⎵:a): Private symbol macros
Symbol Macro, instance/eq⎵(seq⎵:a)-coalton-library/classes:==: Private symbol macros
Symbol Macro, instance/eq⎵(slice⎵:a): Private symbol macros
Symbol Macro, instance/eq⎵(slice⎵:a)-coalton-library/classes:==: Private symbol macros
Symbol Macro, instance/eq⎵(tree⎵:a): Private symbol macros
Symbol Macro, instance/eq⎵(tree⎵:a)-coalton-library/classes:==: Private symbol macros
Symbol Macro, instance/eq⎵(tuple3⎵:a⎵:b⎵:c): Private symbol macros
Symbol Macro, instance/eq⎵(tuple3⎵:a⎵:b⎵:c)-coalton-library/classes:==: Private symbol macros
Symbol Macro, instance/eq⎵(tuple4⎵:a⎵:b⎵:c⎵:d): Private symbol macros
Symbol Macro, instance/eq⎵(tuple4⎵:a⎵:b⎵:c⎵:d)-coalton-library/classes:==: Private symbol macros
Symbol Macro, instance/eq⎵(tuple5⎵:a⎵:b⎵:c⎵:d⎵:e): Private symbol macros
Symbol Macro, instance/eq⎵(tuple5⎵:a⎵:b⎵:c⎵:d⎵:e)-coalton-library/classes:==: Private symbol macros
Symbol Macro, instance/eq⎵(tuple⎵:a⎵:b): Private symbol macros
Symbol Macro, instance/eq⎵(tuple⎵:a⎵:b)-coalton-library/classes:==: Private symbol macros
Symbol Macro, instance/eq⎵(vector⎵:a): Private symbol macros
Symbol Macro, instance/eq⎵(vector⎵:a)-coalton-library/classes:==: Private symbol macros
Symbol Macro, instance/eq⎵boolean: Private symbol macros
Symbol Macro, instance/eq⎵boolean-coalton-library/classes:==: Private symbol macros
Symbol Macro, instance/eq⎵char: Private symbol macros
Symbol Macro, instance/eq⎵char-coalton-library/classes:==: Private symbol macros
Symbol Macro, instance/eq⎵color: Private symbol macros
Symbol Macro, instance/eq⎵color-coalton-library/classes:==: Private symbol macros
Symbol Macro, instance/eq⎵double-float: Private symbol macros
Symbol Macro, instance/eq⎵double-float-coalton-library/classes:==: Private symbol macros
Symbol Macro, instance/eq⎵dyadic: Private symbol macros
Symbol Macro, instance/eq⎵dyadic-coalton-library/classes:==: Private symbol macros
Symbol Macro, instance/eq⎵fraction: Private symbol macros
Symbol Macro, instance/eq⎵fraction-coalton-library/classes:==: Private symbol macros
Symbol Macro, instance/eq⎵hash: Private symbol macros
Symbol Macro, instance/eq⎵hash-coalton-library/classes:==: Private symbol macros
Symbol Macro, instance/eq⎵i16: Private symbol macros
Symbol Macro, instance/eq⎵i16-coalton-library/classes:==: Private symbol macros
Symbol Macro, instance/eq⎵i32: Private symbol macros
Symbol Macro, instance/eq⎵i32-coalton-library/classes:==: Private symbol macros
Symbol Macro, instance/eq⎵i64: Private symbol macros
Symbol Macro, instance/eq⎵i64-coalton-library/classes:==: Private symbol macros
Symbol Macro, instance/eq⎵i8: Private symbol macros
Symbol Macro, instance/eq⎵i8-coalton-library/classes:==: Private symbol macros
Symbol Macro, instance/eq⎵ifix: Private symbol macros
Symbol Macro, instance/eq⎵ifix-coalton-library/classes:==: Private symbol macros
Symbol Macro, instance/eq⎵integer: Private symbol macros
Symbol Macro, instance/eq⎵integer-coalton-library/classes:==: Private symbol macros
Symbol Macro, instance/eq⎵ord: Private symbol macros
Symbol Macro, instance/eq⎵ord-coalton-library/classes:==: Private symbol macros
Symbol Macro, instance/eq⎵pathname: Private symbol macros
Symbol Macro, instance/eq⎵pathname-coalton-library/classes:==: Private symbol macros
Symbol Macro, instance/eq⎵single-float: Private symbol macros
Symbol Macro, instance/eq⎵single-float-coalton-library/classes:==: Private symbol macros
Symbol Macro, instance/eq⎵string: Private symbol macros
Symbol Macro, instance/eq⎵string-coalton-library/classes:==: Private symbol macros
Symbol Macro, instance/eq⎵types:lisptype: Private symbol macros
Symbol Macro, instance/eq⎵types:lisptype-coalton-library/classes:==: Private symbol macros
Symbol Macro, instance/eq⎵u16: Private symbol macros
Symbol Macro, instance/eq⎵u16-coalton-library/classes:==: Private symbol macros
Symbol Macro, instance/eq⎵u32: Private symbol macros
Symbol Macro, instance/eq⎵u32-coalton-library/classes:==: Private symbol macros
Symbol Macro, instance/eq⎵u64: Private symbol macros
Symbol Macro, instance/eq⎵u64-coalton-library/classes:==: Private symbol macros
Symbol Macro, instance/eq⎵u8: Private symbol macros
Symbol Macro, instance/eq⎵u8-coalton-library/classes:==: Private symbol macros
Symbol Macro, instance/eq⎵ufix: Private symbol macros
Symbol Macro, instance/eq⎵ufix-coalton-library/classes:==: Private symbol macros
Symbol Macro, instance/eq⎵unit: Private symbol macros
Symbol Macro, instance/eq⎵unit-coalton-library/classes:==: Private symbol macros
Symbol Macro, instance/exponentiable⎵(complex⎵:a): Private symbol macros
Symbol Macro, instance/exponentiable⎵(complex⎵:a)-coalton-library/math/elementary:ee: Private symbol macros
Symbol Macro, instance/exponentiable⎵(complex⎵:a)-coalton-library/math/elementary:exp: Private symbol macros
Symbol Macro, instance/exponentiable⎵(complex⎵:a)-coalton-library/math/elementary:ln: Private symbol macros
Symbol Macro, instance/exponentiable⎵(complex⎵:a)-coalton-library/math/elementary:log: Private symbol macros
Symbol Macro, instance/exponentiable⎵(complex⎵:a)-coalton-library/math/elementary:pow: Private symbol macros
Symbol Macro, instance/exponentiable⎵(dual⎵:a): Private symbol macros
Symbol Macro, instance/exponentiable⎵(dual⎵:a)-coalton-library/math/elementary:ee: Private symbol macros
Symbol Macro, instance/exponentiable⎵(dual⎵:a)-coalton-library/math/elementary:exp: Private symbol macros
Symbol Macro, instance/exponentiable⎵(dual⎵:a)-coalton-library/math/elementary:ln: Private symbol macros
Symbol Macro, instance/exponentiable⎵(dual⎵:a)-coalton-library/math/elementary:log: Private symbol macros
Symbol Macro, instance/exponentiable⎵(dual⎵:a)-coalton-library/math/elementary:pow: Private symbol macros
Symbol Macro, instance/exponentiable⎵double-float: Private symbol macros
Symbol Macro, instance/exponentiable⎵double-float-coalton-library/math/elementary:ee: Private symbol macros
Symbol Macro, instance/exponentiable⎵double-float-coalton-library/math/elementary:exp: Private symbol macros
Symbol Macro, instance/exponentiable⎵double-float-coalton-library/math/elementary:ln: Private symbol macros
Symbol Macro, instance/exponentiable⎵double-float-coalton-library/math/elementary:log: Private symbol macros
Symbol Macro, instance/exponentiable⎵double-float-coalton-library/math/elementary:pow: Private symbol macros
Symbol Macro, instance/exponentiable⎵single-float: Private symbol macros
Symbol Macro, instance/exponentiable⎵single-float-coalton-library/math/elementary:ee: Private symbol macros
Symbol Macro, instance/exponentiable⎵single-float-coalton-library/math/elementary:exp: Private symbol macros
Symbol Macro, instance/exponentiable⎵single-float-coalton-library/math/elementary:ln: Private symbol macros
Symbol Macro, instance/exponentiable⎵single-float-coalton-library/math/elementary:log: Private symbol macros
Symbol Macro, instance/exponentiable⎵single-float-coalton-library/math/elementary:pow: Private symbol macros
Symbol Macro, instance/file⎵char: Private symbol macros
Symbol Macro, instance/file⎵char-coalton-library/file:open: Private symbol macros
Symbol Macro, instance/file⎵char-coalton-library/file:read: Private symbol macros
Symbol Macro, instance/file⎵char-coalton-library/file:write: Private symbol macros
Symbol Macro, instance/file⎵i16: Private symbol macros
Symbol Macro, instance/file⎵i16-coalton-library/file:open: Private symbol macros
Symbol Macro, instance/file⎵i16-coalton-library/file:read: Private symbol macros
Symbol Macro, instance/file⎵i16-coalton-library/file:write: Private symbol macros
Symbol Macro, instance/file⎵i32: Private symbol macros
Symbol Macro, instance/file⎵i32-coalton-library/file:open: Private symbol macros
Symbol Macro, instance/file⎵i32-coalton-library/file:read: Private symbol macros
Symbol Macro, instance/file⎵i32-coalton-library/file:write: Private symbol macros
Symbol Macro, instance/file⎵i64: Private symbol macros
Symbol Macro, instance/file⎵i64-coalton-library/file:open: Private symbol macros
Symbol Macro, instance/file⎵i64-coalton-library/file:read: Private symbol macros
Symbol Macro, instance/file⎵i64-coalton-library/file:write: Private symbol macros
Symbol Macro, instance/file⎵i8: Private symbol macros
Symbol Macro, instance/file⎵i8-coalton-library/file:open: Private symbol macros
Symbol Macro, instance/file⎵i8-coalton-library/file:read: Private symbol macros
Symbol Macro, instance/file⎵i8-coalton-library/file:write: Private symbol macros
Symbol Macro, instance/file⎵ifix: Private symbol macros
Symbol Macro, instance/file⎵ifix-coalton-library/file:open: Private symbol macros
Symbol Macro, instance/file⎵ifix-coalton-library/file:read: Private symbol macros
Symbol Macro, instance/file⎵ifix-coalton-library/file:write: Private symbol macros
Symbol Macro, instance/file⎵u16: Private symbol macros
Symbol Macro, instance/file⎵u16-coalton-library/file:open: Private symbol macros
Symbol Macro, instance/file⎵u16-coalton-library/file:read: Private symbol macros
Symbol Macro, instance/file⎵u16-coalton-library/file:write: Private symbol macros
Symbol Macro, instance/file⎵u32: Private symbol macros
Symbol Macro, instance/file⎵u32-coalton-library/file:open: Private symbol macros
Symbol Macro, instance/file⎵u32-coalton-library/file:read: Private symbol macros
Symbol Macro, instance/file⎵u32-coalton-library/file:write: Private symbol macros
Symbol Macro, instance/file⎵u64: Private symbol macros
Symbol Macro, instance/file⎵u64-coalton-library/file:open: Private symbol macros
Symbol Macro, instance/file⎵u64-coalton-library/file:read: Private symbol macros
Symbol Macro, instance/file⎵u64-coalton-library/file:write: Private symbol macros
Symbol Macro, instance/file⎵u8: Private symbol macros
Symbol Macro, instance/file⎵u8-coalton-library/file:open: Private symbol macros
Symbol Macro, instance/file⎵u8-coalton-library/file:read: Private symbol macros
Symbol Macro, instance/file⎵u8-coalton-library/file:write: Private symbol macros
Symbol Macro, instance/file⎵ufix: Private symbol macros
Symbol Macro, instance/file⎵ufix-coalton-library/file:open: Private symbol macros
Symbol Macro, instance/file⎵ufix-coalton-library/file:read: Private symbol macros
Symbol Macro, instance/file⎵ufix-coalton-library/file:write: Private symbol macros
Symbol Macro, instance/foldable⎵(free⎵:a): Private symbol macros
Symbol Macro, instance/foldable⎵(free⎵:a)-coalton-library/classes:fold: Private symbol macros
Symbol Macro, instance/foldable⎵(free⎵:a)-coalton-library/classes:foldr: Private symbol macros
Symbol Macro, instance/foldable⎵list: Private symbol macros
Symbol Macro, instance/foldable⎵list-coalton-library/classes:fold: Private symbol macros
Symbol Macro, instance/foldable⎵list-coalton-library/classes:foldr: Private symbol macros
Symbol Macro, instance/foldable⎵queue: Private symbol macros
Symbol Macro, instance/foldable⎵queue-coalton-library/classes:fold: Private symbol macros
Symbol Macro, instance/foldable⎵queue-coalton-library/classes:foldr: Private symbol macros
Symbol Macro, instance/foldable⎵slice: Private symbol macros
Symbol Macro, instance/foldable⎵slice-coalton-library/classes:fold: Private symbol macros
Symbol Macro, instance/foldable⎵slice-coalton-library/classes:foldr: Private symbol macros
Symbol Macro, instance/foldable⎵tree: Private symbol macros
Symbol Macro, instance/foldable⎵tree-coalton-library/classes:fold: Private symbol macros
Symbol Macro, instance/foldable⎵tree-coalton-library/classes:foldr: Private symbol macros
Symbol Macro, instance/foldable⎵vector: Private symbol macros
Symbol Macro, instance/foldable⎵vector-coalton-library/classes:fold: Private symbol macros
Symbol Macro, instance/foldable⎵vector-coalton-library/classes:foldr: Private symbol macros
Symbol Macro, instance/functor⎵(arrow⎵:a): Private symbol macros
Symbol Macro, instance/functor⎵(arrow⎵:a)-coalton-library/classes:map: Private symbol macros
Symbol Macro, instance/functor⎵(free⎵:a): Private symbol macros
Symbol Macro, instance/functor⎵(free⎵:a)-coalton-library/classes:map: Private symbol macros
Symbol Macro, instance/functor⎵(map⎵:a): Private symbol macros
Symbol Macro, instance/functor⎵(map⎵:a)-coalton-library/classes:map: Private symbol macros
Symbol Macro, instance/functor⎵(result⎵:a): Private symbol macros
Symbol Macro, instance/functor⎵(result⎵:a)-coalton-library/classes:map: Private symbol macros
Symbol Macro, instance/functor⎵(st⎵:a): Private symbol macros
Symbol Macro, instance/functor⎵(st⎵:a)-coalton-library/classes:map: Private symbol macros
Symbol Macro, instance/functor⎵cell: Private symbol macros
Symbol Macro, instance/functor⎵cell-coalton-library/classes:map: Private symbol macros
Symbol Macro, instance/functor⎵iterator: Private symbol macros
Symbol Macro, instance/functor⎵iterator-coalton-library/classes:map: Private symbol macros
Symbol Macro, instance/functor⎵list: Private symbol macros
Symbol Macro, instance/functor⎵list-coalton-library/classes:map: Private symbol macros
Symbol Macro, instance/functor⎵optional: Private symbol macros
Symbol Macro, instance/functor⎵optional-coalton-library/classes:map: Private symbol macros
Symbol Macro, instance/functor⎵queue: Private symbol macros
Symbol Macro, instance/functor⎵queue-coalton-library/classes:map: Private symbol macros
Symbol Macro, instance/functor⎵seq: Private symbol macros
Symbol Macro, instance/functor⎵seq-coalton-library/classes:map: Private symbol macros
Symbol Macro, instance/functor⎵vector: Private symbol macros
Symbol Macro, instance/functor⎵vector-coalton-library/classes:map: Private symbol macros
Symbol Macro, instance/hash⎵(dual⎵:a): Private symbol macros
Symbol Macro, instance/hash⎵(dual⎵:a)-coalton-library/hash:hash: Private symbol macros
Symbol Macro, instance/hash⎵(hashtable⎵:a⎵:b): Private symbol macros
Symbol Macro, instance/hash⎵(hashtable⎵:a⎵:b)-coalton-library/hash:hash: Private symbol macros
Symbol Macro, instance/hash⎵(list⎵:a): Private symbol macros
Symbol Macro, instance/hash⎵(list⎵:a)-coalton-library/hash:hash: Private symbol macros
Symbol Macro, instance/hash⎵(map⎵:a⎵:b): Private symbol macros
Symbol Macro, instance/hash⎵(map⎵:a⎵:b)-coalton-library/hash:hash: Private symbol macros
Symbol Macro, instance/hash⎵(tree⎵:a): Private symbol macros
Symbol Macro, instance/hash⎵(tree⎵:a)-coalton-library/hash:hash: Private symbol macros
Symbol Macro, instance/hash⎵(tuple3⎵:a⎵:b⎵:c): Private symbol macros
Symbol Macro, instance/hash⎵(tuple3⎵:a⎵:b⎵:c)-coalton-library/hash:hash: Private symbol macros
Symbol Macro, instance/hash⎵(tuple4⎵:a⎵:b⎵:c⎵:d): Private symbol macros
Symbol Macro, instance/hash⎵(tuple4⎵:a⎵:b⎵:c⎵:d)-coalton-library/hash:hash: Private symbol macros
Symbol Macro, instance/hash⎵(tuple5⎵:a⎵:b⎵:c⎵:d⎵:e): Private symbol macros
Symbol Macro, instance/hash⎵(tuple5⎵:a⎵:b⎵:c⎵:d⎵:e)-coalton-library/hash:hash: Private symbol macros
Symbol Macro, instance/hash⎵(tuple⎵:a⎵:b): Private symbol macros
Symbol Macro, instance/hash⎵(tuple⎵:a⎵:b)-coalton-library/hash:hash: Private symbol macros
Symbol Macro, instance/hash⎵hash: Private symbol macros
Symbol Macro, instance/hash⎵hash-coalton-library/hash:hash: Private symbol macros
Symbol Macro, instance/integral⎵i16: Private symbol macros
Symbol Macro, instance/integral⎵i16-coalton-library/math/integral:tointeger: Private symbol macros
Symbol Macro, instance/integral⎵i32: Private symbol macros
Symbol Macro, instance/integral⎵i32-coalton-library/math/integral:tointeger: Private symbol macros
Symbol Macro, instance/integral⎵i64: Private symbol macros
Symbol Macro, instance/integral⎵i64-coalton-library/math/integral:tointeger: Private symbol macros
Symbol Macro, instance/integral⎵i8: Private symbol macros
Symbol Macro, instance/integral⎵i8-coalton-library/math/integral:tointeger: Private symbol macros
Symbol Macro, instance/integral⎵ifix: Private symbol macros
Symbol Macro, instance/integral⎵ifix-coalton-library/math/integral:tointeger: Private symbol macros
Symbol Macro, instance/integral⎵integer: Private symbol macros
Symbol Macro, instance/integral⎵integer-coalton-library/math/integral:tointeger: Private symbol macros
Symbol Macro, instance/integral⎵u16: Private symbol macros
Symbol Macro, instance/integral⎵u16-coalton-library/math/integral:tointeger: Private symbol macros
Symbol Macro, instance/integral⎵u32: Private symbol macros
Symbol Macro, instance/integral⎵u32-coalton-library/math/integral:tointeger: Private symbol macros
Symbol Macro, instance/integral⎵u64: Private symbol macros
Symbol Macro, instance/integral⎵u64-coalton-library/math/integral:tointeger: Private symbol macros
Symbol Macro, instance/integral⎵u8: Private symbol macros
Symbol Macro, instance/integral⎵u8-coalton-library/math/integral:tointeger: Private symbol macros
Symbol Macro, instance/integral⎵ufix: Private symbol macros
Symbol Macro, instance/integral⎵ufix-coalton-library/math/integral:tointeger: Private symbol macros
Symbol Macro, instance/intoiterator⎵(iterator⎵:a)⎵:a: Private symbol macros
Symbol Macro, instance/intoiterator⎵(iterator⎵:a)⎵:a-coalton-library/iterator:into-iter: Private symbol macros
Symbol Macro, instance/intoiterator⎵unit⎵:a: Private symbol macros
Symbol Macro, instance/intoiterator⎵unit⎵:a-coalton-library/iterator:into-iter: Private symbol macros
Symbol Macro, instance/into⎵(:a⎵:b)⎵(seq⎵:b): Private symbol macros
Symbol Macro, instance/into⎵(:a⎵:b)⎵(seq⎵:b)-coalton-library/classes:into: Private symbol macros
Symbol Macro, instance/into⎵(cell⎵:a)⎵:a: Private symbol macros
Symbol Macro, instance/into⎵(cell⎵:a)⎵:a-coalton-library/classes:into: Private symbol macros
Symbol Macro, instance/into⎵(cell⎵:a)⎵string: Private symbol macros
Symbol Macro, instance/into⎵(cell⎵:a)⎵string-coalton-library/classes:into: Private symbol macros
Symbol Macro, instance/into⎵(list⎵:a)⎵(vector⎵:a): Private symbol macros
Symbol Macro, instance/into⎵(list⎵:a)⎵(vector⎵:a)-coalton-library/classes:into: Private symbol macros
Symbol Macro, instance/into⎵(list⎵char)⎵string: Private symbol macros
Symbol Macro, instance/into⎵(list⎵char)⎵string-coalton-library/classes:into: Private symbol macros
Symbol Macro, instance/into⎵(mappair⎵:a⎵:b)⎵(tuple⎵:a⎵:b): Private symbol macros
Symbol Macro, instance/into⎵(mappair⎵:a⎵:b)⎵(tuple⎵:a⎵:b)-coalton-library/classes:into: Private symbol macros
Symbol Macro, instance/into⎵(optional⎵:a)⎵(list⎵:a): Private symbol macros
Symbol Macro, instance/into⎵(optional⎵:a)⎵(list⎵:a)-coalton-library/classes:into: Private symbol macros
Symbol Macro, instance/into⎵(optional⎵:a)⎵(result⎵unit⎵:a): Private symbol macros
Symbol Macro, instance/into⎵(optional⎵:a)⎵(result⎵unit⎵:a)-coalton-library/classes:into: Private symbol macros
Symbol Macro, instance/into⎵(result⎵:a⎵:b)⎵(optional⎵:b): Private symbol macros
Symbol Macro, instance/into⎵(result⎵:a⎵:b)⎵(optional⎵:b)-coalton-library/classes:into: Private symbol macros
Symbol Macro, instance/into⎵(seq⎵:a)⎵(list⎵:a): Private symbol macros
Symbol Macro, instance/into⎵(seq⎵:a)⎵(list⎵:a)-coalton-library/classes:into: Private symbol macros
Symbol Macro, instance/into⎵(seq⎵:a)⎵(vector:vector⎵:a): Private symbol macros
Symbol Macro, instance/into⎵(seq⎵:a)⎵(vector:vector⎵:a)-coalton-library/classes:into: Private symbol macros
Symbol Macro, instance/into⎵(slice⎵:a)⎵(vector⎵:a): Private symbol macros
Symbol Macro, instance/into⎵(slice⎵:a)⎵(vector⎵:a)-coalton-library/classes:into: Private symbol macros
Symbol Macro, instance/into⎵(tuple⎵:a⎵:b)⎵(tuple⎵:b⎵:a): Private symbol macros
Symbol Macro, instance/into⎵(tuple⎵:a⎵:b)⎵(tuple⎵:b⎵:a)-coalton-library/classes:into: Private symbol macros
Symbol Macro, instance/into⎵(vector⎵:a)⎵(list⎵:a): Private symbol macros
Symbol Macro, instance/into⎵(vector⎵:a)⎵(list⎵:a)-coalton-library/classes:into: Private symbol macros
Symbol Macro, instance/into⎵(vector⎵:a)⎵(slice⎵:a): Private symbol macros
Symbol Macro, instance/into⎵(vector⎵:a)⎵(slice⎵:a)-coalton-library/classes:into: Private symbol macros
Symbol Macro, instance/into⎵:a⎵(cell⎵:a): Private symbol macros
Symbol Macro, instance/into⎵:a⎵(cell⎵:a)-coalton-library/classes:into: Private symbol macros
Symbol Macro, instance/into⎵:a⎵(complex⎵:a): Private symbol macros
Symbol Macro, instance/into⎵:a⎵(complex⎵:a)-coalton-library/classes:into: Private symbol macros
Symbol Macro, instance/into⎵:a⎵:a: Private symbol macros
Symbol Macro, instance/into⎵:a⎵:a-coalton-library/classes:into: Private symbol macros
Symbol Macro, instance/into⎵char⎵string: Private symbol macros
Symbol Macro, instance/into⎵char⎵string-coalton-library/classes:into: Private symbol macros
Symbol Macro, instance/into⎵double-float⎵string: Private symbol macros
Symbol Macro, instance/into⎵double-float⎵string-coalton-library/classes:into: Private symbol macros
Symbol Macro, instance/into⎵dyadic⎵fraction: Private symbol macros
Symbol Macro, instance/into⎵dyadic⎵fraction-coalton-library/classes:into: Private symbol macros
Symbol Macro, instance/into⎵fraction⎵string: Private symbol macros
Symbol Macro, instance/into⎵fraction⎵string-coalton-library/classes:into: Private symbol macros
Symbol Macro, instance/into⎵i16⎵double-float: Private symbol macros
Symbol Macro, instance/into⎵i16⎵double-float-coalton-library/classes:into: Private symbol macros
Symbol Macro, instance/into⎵i16⎵i32: Private symbol macros
Symbol Macro, instance/into⎵i16⎵i32-coalton-library/classes:into: Private symbol macros
Symbol Macro, instance/into⎵i16⎵i64: Private symbol macros
Symbol Macro, instance/into⎵i16⎵i64-coalton-library/classes:into: Private symbol macros
Symbol Macro, instance/into⎵i16⎵ifix: Private symbol macros
Symbol Macro, instance/into⎵i16⎵ifix-coalton-library/classes:into: Private symbol macros
Symbol Macro, instance/into⎵i16⎵integer: Private symbol macros
Symbol Macro, instance/into⎵i16⎵integer-coalton-library/classes:into: Private symbol macros
Symbol Macro, instance/into⎵i16⎵single-float: Private symbol macros
Symbol Macro, instance/into⎵i16⎵single-float-coalton-library/classes:into: Private symbol macros
Symbol Macro, instance/into⎵i16⎵string: Private symbol macros
Symbol Macro, instance/into⎵i16⎵string-coalton-library/classes:into: Private symbol macros
Symbol Macro, instance/into⎵i32⎵double-float: Private symbol macros
Symbol Macro, instance/into⎵i32⎵double-float-coalton-library/classes:into: Private symbol macros
Symbol Macro, instance/into⎵i32⎵i64: Private symbol macros
Symbol Macro, instance/into⎵i32⎵i64-coalton-library/classes:into: Private symbol macros
Symbol Macro, instance/into⎵i32⎵ifix: Private symbol macros
Symbol Macro, instance/into⎵i32⎵ifix-coalton-library/classes:into: Private symbol macros
Symbol Macro, instance/into⎵i32⎵integer: Private symbol macros
Symbol Macro, instance/into⎵i32⎵integer-coalton-library/classes:into: Private symbol macros
Symbol Macro, instance/into⎵i32⎵string: Private symbol macros
Symbol Macro, instance/into⎵i32⎵string-coalton-library/classes:into: Private symbol macros
Symbol Macro, instance/into⎵i64⎵integer: Private symbol macros
Symbol Macro, instance/into⎵i64⎵integer-coalton-library/classes:into: Private symbol macros
Symbol Macro, instance/into⎵i64⎵string: Private symbol macros
Symbol Macro, instance/into⎵i64⎵string-coalton-library/classes:into: Private symbol macros
Symbol Macro, instance/into⎵i8⎵double-float: Private symbol macros
Symbol Macro, instance/into⎵i8⎵double-float-coalton-library/classes:into: Private symbol macros
Symbol Macro, instance/into⎵i8⎵i16: Private symbol macros
Symbol Macro, instance/into⎵i8⎵i16-coalton-library/classes:into: Private symbol macros
Symbol Macro, instance/into⎵i8⎵i32: Private symbol macros
Symbol Macro, instance/into⎵i8⎵i32-coalton-library/classes:into: Private symbol macros
Symbol Macro, instance/into⎵i8⎵i64: Private symbol macros
Symbol Macro, instance/into⎵i8⎵i64-coalton-library/classes:into: Private symbol macros
Symbol Macro, instance/into⎵i8⎵ifix: Private symbol macros
Symbol Macro, instance/into⎵i8⎵ifix-coalton-library/classes:into: Private symbol macros
Symbol Macro, instance/into⎵i8⎵integer: Private symbol macros
Symbol Macro, instance/into⎵i8⎵integer-coalton-library/classes:into: Private symbol macros
Symbol Macro, instance/into⎵i8⎵single-float: Private symbol macros
Symbol Macro, instance/into⎵i8⎵single-float-coalton-library/classes:into: Private symbol macros
Symbol Macro, instance/into⎵i8⎵string: Private symbol macros
Symbol Macro, instance/into⎵i8⎵string-coalton-library/classes:into: Private symbol macros
Symbol Macro, instance/into⎵ifix⎵i64: Private symbol macros
Symbol Macro, instance/into⎵ifix⎵i64-coalton-library/classes:into: Private symbol macros
Symbol Macro, instance/into⎵ifix⎵integer: Private symbol macros
Symbol Macro, instance/into⎵ifix⎵integer-coalton-library/classes:into: Private symbol macros
Symbol Macro, instance/into⎵ifix⎵string: Private symbol macros
Symbol Macro, instance/into⎵ifix⎵string-coalton-library/classes:into: Private symbol macros
Symbol Macro, instance/into⎵integer⎵dyadic: Private symbol macros
Symbol Macro, instance/into⎵integer⎵dyadic-coalton-library/classes:into: Private symbol macros
Symbol Macro, instance/into⎵integer⎵string: Private symbol macros
Symbol Macro, instance/into⎵integer⎵string-coalton-library/classes:into: Private symbol macros
Symbol Macro, instance/into⎵pathname⎵string: Private symbol macros
Symbol Macro, instance/into⎵pathname⎵string-coalton-library/classes:into: Private symbol macros
Symbol Macro, instance/into⎵single-float⎵string: Private symbol macros
Symbol Macro, instance/into⎵single-float⎵string-coalton-library/classes:into: Private symbol macros
Symbol Macro, instance/into⎵string⎵(list⎵char): Private symbol macros
Symbol Macro, instance/into⎵string⎵(list⎵char)-coalton-library/classes:into: Private symbol macros
Symbol Macro, instance/into⎵string⎵pathname: Private symbol macros
Symbol Macro, instance/into⎵string⎵pathname-coalton-library/classes:into: Private symbol macros
Symbol Macro, instance/into⎵u16⎵double-float: Private symbol macros
Symbol Macro, instance/into⎵u16⎵double-float-coalton-library/classes:into: Private symbol macros
Symbol Macro, instance/into⎵u16⎵i32: Private symbol macros
Symbol Macro, instance/into⎵u16⎵i32-coalton-library/classes:into: Private symbol macros
Symbol Macro, instance/into⎵u16⎵i64: Private symbol macros
Symbol Macro, instance/into⎵u16⎵i64-coalton-library/classes:into: Private symbol macros
Symbol Macro, instance/into⎵u16⎵ifix: Private symbol macros
Symbol Macro, instance/into⎵u16⎵ifix-coalton-library/classes:into: Private symbol macros
Symbol Macro, instance/into⎵u16⎵integer: Private symbol macros
Symbol Macro, instance/into⎵u16⎵integer-coalton-library/classes:into: Private symbol macros
Symbol Macro, instance/into⎵u16⎵single-float: Private symbol macros
Symbol Macro, instance/into⎵u16⎵single-float-coalton-library/classes:into: Private symbol macros
Symbol Macro, instance/into⎵u16⎵string: Private symbol macros
Symbol Macro, instance/into⎵u16⎵string-coalton-library/classes:into: Private symbol macros
Symbol Macro, instance/into⎵u16⎵u32: Private symbol macros
Symbol Macro, instance/into⎵u16⎵u32-coalton-library/classes:into: Private symbol macros
Symbol Macro, instance/into⎵u16⎵u64: Private symbol macros
Symbol Macro, instance/into⎵u16⎵u64-coalton-library/classes:into: Private symbol macros
Symbol Macro, instance/into⎵u16⎵ufix: Private symbol macros
Symbol Macro, instance/into⎵u16⎵ufix-coalton-library/classes:into: Private symbol macros
Symbol Macro, instance/into⎵u32⎵double-float: Private symbol macros
Symbol Macro, instance/into⎵u32⎵double-float-coalton-library/classes:into: Private symbol macros
Symbol Macro, instance/into⎵u32⎵i64: Private symbol macros
Symbol Macro, instance/into⎵u32⎵i64-coalton-library/classes:into: Private symbol macros
Symbol Macro, instance/into⎵u32⎵ifix: Private symbol macros
Symbol Macro, instance/into⎵u32⎵ifix-coalton-library/classes:into: Private symbol macros
Symbol Macro, instance/into⎵u32⎵integer: Private symbol macros
Symbol Macro, instance/into⎵u32⎵integer-coalton-library/classes:into: Private symbol macros
Symbol Macro, instance/into⎵u32⎵string: Private symbol macros
Symbol Macro, instance/into⎵u32⎵string-coalton-library/classes:into: Private symbol macros
Symbol Macro, instance/into⎵u32⎵u64: Private symbol macros
Symbol Macro, instance/into⎵u32⎵u64-coalton-library/classes:into: Private symbol macros
Symbol Macro, instance/into⎵u32⎵ufix: Private symbol macros
Symbol Macro, instance/into⎵u32⎵ufix-coalton-library/classes:into: Private symbol macros
Symbol Macro, instance/into⎵u64⎵integer: Private symbol macros
Symbol Macro, instance/into⎵u64⎵integer-coalton-library/classes:into: Private symbol macros
Symbol Macro, instance/into⎵u64⎵string: Private symbol macros
Symbol Macro, instance/into⎵u64⎵string-coalton-library/classes:into: Private symbol macros
Symbol Macro, instance/into⎵u8⎵double-float: Private symbol macros
Symbol Macro, instance/into⎵u8⎵double-float-coalton-library/classes:into: Private symbol macros
Symbol Macro, instance/into⎵u8⎵i16: Private symbol macros
Symbol Macro, instance/into⎵u8⎵i16-coalton-library/classes:into: Private symbol macros
Symbol Macro, instance/into⎵u8⎵i32: Private symbol macros
Symbol Macro, instance/into⎵u8⎵i32-coalton-library/classes:into: Private symbol macros
Symbol Macro, instance/into⎵u8⎵i64: Private symbol macros
Symbol Macro, instance/into⎵u8⎵i64-coalton-library/classes:into: Private symbol macros
Symbol Macro, instance/into⎵u8⎵ifix: Private symbol macros
Symbol Macro, instance/into⎵u8⎵ifix-coalton-library/classes:into: Private symbol macros
Symbol Macro, instance/into⎵u8⎵integer: Private symbol macros
Symbol Macro, instance/into⎵u8⎵integer-coalton-library/classes:into: Private symbol macros
Symbol Macro, instance/into⎵u8⎵single-float: Private symbol macros
Symbol Macro, instance/into⎵u8⎵single-float-coalton-library/classes:into: Private symbol macros
Symbol Macro, instance/into⎵u8⎵string: Private symbol macros
Symbol Macro, instance/into⎵u8⎵string-coalton-library/classes:into: Private symbol macros
Symbol Macro, instance/into⎵u8⎵u16: Private symbol macros
Symbol Macro, instance/into⎵u8⎵u16-coalton-library/classes:into: Private symbol macros
Symbol Macro, instance/into⎵u8⎵u32: Private symbol macros
Symbol Macro, instance/into⎵u8⎵u32-coalton-library/classes:into: Private symbol macros
Symbol Macro, instance/into⎵u8⎵u64: Private symbol macros
Symbol Macro, instance/into⎵u8⎵u64-coalton-library/classes:into: Private symbol macros
Symbol Macro, instance/into⎵u8⎵ufix: Private symbol macros
Symbol Macro, instance/into⎵u8⎵ufix-coalton-library/classes:into: Private symbol macros
Symbol Macro, instance/into⎵ufix⎵i64: Private symbol macros
Symbol Macro, instance/into⎵ufix⎵i64-coalton-library/classes:into: Private symbol macros
Symbol Macro, instance/into⎵ufix⎵ifix: Private symbol macros
Symbol Macro, instance/into⎵ufix⎵ifix-coalton-library/classes:into: Private symbol macros
Symbol Macro, instance/into⎵ufix⎵integer: Private symbol macros
Symbol Macro, instance/into⎵ufix⎵integer-coalton-library/classes:into: Private symbol macros
Symbol Macro, instance/into⎵ufix⎵string: Private symbol macros
Symbol Macro, instance/into⎵ufix⎵string-coalton-library/classes:into: Private symbol macros
Symbol Macro, instance/into⎵ufix⎵u64: Private symbol macros
Symbol Macro, instance/into⎵ufix⎵u64-coalton-library/classes:into: Private symbol macros
Symbol Macro, instance/iso⎵(list⎵char)⎵string: Private symbol macros
Symbol Macro, instance/iso⎵(result⎵unit⎵:a)⎵(optional⎵:a): Private symbol macros
Symbol Macro, instance/iso⎵(slice⎵:a)⎵(vector⎵:a): Private symbol macros
Symbol Macro, instance/iso⎵(tuple⎵:a⎵:b)⎵(tuple⎵:b⎵:a): Private symbol macros
Symbol Macro, instance/iso⎵(vector⎵:a)⎵(list⎵:a): Private symbol macros
Symbol Macro, instance/iso⎵:a⎵:a: Private symbol macros
Symbol Macro, instance/iter:fromiterator⎵(hashtable⎵:a⎵:b)⎵(tuple⎵:a⎵:b): Private symbol macros
Symbol Macro, instance/iter:fromiterator⎵(hashtable⎵:a⎵:b)⎵(tuple⎵:a⎵:b)-coalton-library/iterator:collect!: Private symbol macros
Symbol Macro, instance/iter:fromiterator⎵(list⎵:a)⎵:a: Private symbol macros
Symbol Macro, instance/iter:fromiterator⎵(list⎵:a)⎵:a-coalton-library/iterator:collect!: Private symbol macros
Symbol Macro, instance/iter:fromiterator⎵(map⎵:a⎵:b)⎵(tuple⎵:a⎵:b): Private symbol macros
Symbol Macro, instance/iter:fromiterator⎵(map⎵:a⎵:b)⎵(tuple⎵:a⎵:b)-coalton-library/iterator:collect!: Private symbol macros
Symbol Macro, instance/iter:fromiterator⎵(optional⎵:a)⎵(optional⎵:b): Private symbol macros
Symbol Macro, instance/iter:fromiterator⎵(optional⎵:a)⎵(optional⎵:b)-coalton-library/iterator:collect!: Private symbol macros
Symbol Macro, instance/iter:fromiterator⎵(queue⎵:a)⎵:a: Private symbol macros
Symbol Macro, instance/iter:fromiterator⎵(queue⎵:a)⎵:a-coalton-library/iterator:collect!: Private symbol macros
Symbol Macro, instance/iter:fromiterator⎵(result⎵:a⎵:b)⎵(result⎵:a⎵:c): Private symbol macros
Symbol Macro, instance/iter:fromiterator⎵(result⎵:a⎵:b)⎵(result⎵:a⎵:c)-coalton-library/iterator:collect!: Private symbol macros
Symbol Macro, instance/iter:fromiterator⎵(seq⎵:a)⎵:a: Private symbol macros
Symbol Macro, instance/iter:fromiterator⎵(seq⎵:a)⎵:a-coalton-library/iterator:collect!: Private symbol macros
Symbol Macro, instance/iter:fromiterator⎵(slice⎵:a)⎵:a: Private symbol macros
Symbol Macro, instance/iter:fromiterator⎵(slice⎵:a)⎵:a-coalton-library/iterator:collect!: Private symbol macros
Symbol Macro, instance/iter:fromiterator⎵(tree⎵:a)⎵:a: Private symbol macros
Symbol Macro, instance/iter:fromiterator⎵(tree⎵:a)⎵:a-coalton-library/iterator:collect!: Private symbol macros
Symbol Macro, instance/iter:fromiterator⎵(vector⎵:a)⎵:a: Private symbol macros
Symbol Macro, instance/iter:fromiterator⎵(vector⎵:a)⎵:a-coalton-library/iterator:collect!: Private symbol macros
Symbol Macro, instance/iter:fromiterator⎵string⎵char: Private symbol macros
Symbol Macro, instance/iter:fromiterator⎵string⎵char-coalton-library/iterator:collect!: Private symbol macros
Symbol Macro, instance/iter:intoiterator⎵(hashtable⎵:a⎵:b)⎵(tuple⎵:a⎵:b): Private symbol macros
Symbol Macro, instance/iter:intoiterator⎵(hashtable⎵:a⎵:b)⎵(tuple⎵:a⎵:b)-coalton-library/iterator:into-iter: Private symbol macros
Symbol Macro, instance/iter:intoiterator⎵(list⎵:a)⎵:a: Private symbol macros
Symbol Macro, instance/iter:intoiterator⎵(list⎵:a)⎵:a-coalton-library/iterator:into-iter: Private symbol macros
Symbol Macro, instance/iter:intoiterator⎵(map⎵:a⎵:b)⎵(tuple⎵:a⎵:b): Private symbol macros
Symbol Macro, instance/iter:intoiterator⎵(map⎵:a⎵:b)⎵(tuple⎵:a⎵:b)-coalton-library/iterator:into-iter: Private symbol macros
Symbol Macro, instance/iter:intoiterator⎵(optional⎵:a)⎵:a: Private symbol macros
Symbol Macro, instance/iter:intoiterator⎵(optional⎵:a)⎵:a-coalton-library/iterator:into-iter: Private symbol macros
Symbol Macro, instance/iter:intoiterator⎵(queue⎵:a)⎵:a: Private symbol macros
Symbol Macro, instance/iter:intoiterator⎵(queue⎵:a)⎵:a-coalton-library/iterator:into-iter: Private symbol macros
Symbol Macro, instance/iter:intoiterator⎵(result⎵:a⎵:b)⎵:b: Private symbol macros
Symbol Macro, instance/iter:intoiterator⎵(result⎵:a⎵:b)⎵:b-coalton-library/iterator:into-iter: Private symbol macros
Symbol Macro, instance/iter:intoiterator⎵(seq⎵:a)⎵:a: Private symbol macros
Symbol Macro, instance/iter:intoiterator⎵(seq⎵:a)⎵:a-coalton-library/iterator:into-iter: Private symbol macros
Symbol Macro, instance/iter:intoiterator⎵(slice⎵:a)⎵:a: Private symbol macros
Symbol Macro, instance/iter:intoiterator⎵(slice⎵:a)⎵:a-coalton-library/iterator:into-iter: Private symbol macros
Symbol Macro, instance/iter:intoiterator⎵(tree⎵:a)⎵:a: Private symbol macros
Symbol Macro, instance/iter:intoiterator⎵(tree⎵:a)⎵:a-coalton-library/iterator:into-iter: Private symbol macros
Symbol Macro, instance/iter:intoiterator⎵(vector⎵:a)⎵:a: Private symbol macros
Symbol Macro, instance/iter:intoiterator⎵(vector⎵:a)⎵:a-coalton-library/iterator:into-iter: Private symbol macros
Symbol Macro, instance/iter:intoiterator⎵string⎵char: Private symbol macros
Symbol Macro, instance/iter:intoiterator⎵string⎵char-coalton-library/iterator:into-iter: Private symbol macros
Symbol Macro, instance/monadfail⎵optional: Private symbol macros
Symbol Macro, instance/monadfail⎵optional-coalton-library/classes:fail: Private symbol macros
Symbol Macro, instance/monad⎵(free⎵:a): Private symbol macros
Symbol Macro, instance/monad⎵(free⎵:a)-coalton-library/classes:>>=: Private symbol macros
Symbol Macro, instance/monad⎵(result⎵:a): Private symbol macros
Symbol Macro, instance/monad⎵(result⎵:a)-coalton-library/classes:>>=: Private symbol macros
Symbol Macro, instance/monad⎵(st⎵:a): Private symbol macros
Symbol Macro, instance/monad⎵(st⎵:a)-coalton-library/classes:>>=: Private symbol macros
Symbol Macro, instance/monad⎵list: Private symbol macros
Symbol Macro, instance/monad⎵list-coalton-library/classes:>>=: Private symbol macros
Symbol Macro, instance/monad⎵optional: Private symbol macros
Symbol Macro, instance/monad⎵optional-coalton-library/classes:>>=: Private symbol macros
Symbol Macro, instance/monoid⎵(list⎵:a): Private symbol macros
Symbol Macro, instance/monoid⎵(list⎵:a)-coalton-library/classes:mempty: Private symbol macros
Symbol Macro, instance/monoid⎵(optional⎵:a): Private symbol macros
Symbol Macro, instance/monoid⎵(optional⎵:a)-coalton-library/classes:mempty: Private symbol macros
Symbol Macro, instance/monoid⎵(result⎵:a⎵:b): Private symbol macros
Symbol Macro, instance/monoid⎵(result⎵:a⎵:b)-coalton-library/classes:mempty: Private symbol macros
Symbol Macro, instance/monoid⎵(seq⎵:a): Private symbol macros
Symbol Macro, instance/monoid⎵(seq⎵:a)-coalton-library/classes:mempty: Private symbol macros
Symbol Macro, instance/monoid⎵(tree⎵:a): Private symbol macros
Symbol Macro, instance/monoid⎵(tree⎵:a)-coalton-library/classes:mempty: Private symbol macros
Symbol Macro, instance/monoid⎵hash: Private symbol macros
Symbol Macro, instance/monoid⎵hash-coalton-library/classes:mempty: Private symbol macros
Symbol Macro, instance/monoid⎵pathname: Private symbol macros
Symbol Macro, instance/monoid⎵pathname-coalton-library/classes:mempty: Private symbol macros
Symbol Macro, instance/monoid⎵string: Private symbol macros
Symbol Macro, instance/monoid⎵string-coalton-library/classes:mempty: Private symbol macros
Symbol Macro, instance/num⎵(cell⎵:a): Private symbol macros
Symbol Macro, instance/num⎵(cell⎵:a)-coalton-library/classes:*: Private symbol macros
Symbol Macro, instance/num⎵(cell⎵:a)-coalton-library/classes:+: Private symbol macros
Symbol Macro, instance/num⎵(cell⎵:a)-coalton-library/classes:-: Private symbol macros
Symbol Macro, instance/num⎵(cell⎵:a)-coalton-library/classes:fromint: Private symbol macros
Symbol Macro, instance/num⎵(complex⎵:a): Private symbol macros
Symbol Macro, instance/num⎵(complex⎵:a)-coalton-library/classes:*: Private symbol macros
Symbol Macro, instance/num⎵(complex⎵:a)-coalton-library/classes:+: Private symbol macros
Symbol Macro, instance/num⎵(complex⎵:a)-coalton-library/classes:-: Private symbol macros
Symbol Macro, instance/num⎵(complex⎵:a)-coalton-library/classes:fromint: Private symbol macros
Symbol Macro, instance/num⎵(dual⎵:a): Private symbol macros
Symbol Macro, instance/num⎵(dual⎵:a)-coalton-library/classes:*: Private symbol macros
Symbol Macro, instance/num⎵(dual⎵:a)-coalton-library/classes:+: Private symbol macros
Symbol Macro, instance/num⎵(dual⎵:a)-coalton-library/classes:-: Private symbol macros
Symbol Macro, instance/num⎵(dual⎵:a)-coalton-library/classes:fromint: Private symbol macros
Symbol Macro, instance/num⎵(optional⎵:a): Private symbol macros
Symbol Macro, instance/num⎵(optional⎵:a)-coalton-library/classes:*: Private symbol macros
Symbol Macro, instance/num⎵(optional⎵:a)-coalton-library/classes:+: Private symbol macros
Symbol Macro, instance/num⎵(optional⎵:a)-coalton-library/classes:-: Private symbol macros
Symbol Macro, instance/num⎵(optional⎵:a)-coalton-library/classes:fromint: Private symbol macros
Symbol Macro, instance/num⎵double-float: Private symbol macros
Symbol Macro, instance/num⎵double-float-coalton-library/classes:*: Private symbol macros
Symbol Macro, instance/num⎵double-float-coalton-library/classes:+: Private symbol macros
Symbol Macro, instance/num⎵double-float-coalton-library/classes:-: Private symbol macros
Symbol Macro, instance/num⎵double-float-coalton-library/classes:fromint: Private symbol macros
Symbol Macro, instance/num⎵dyadic: Private symbol macros
Symbol Macro, instance/num⎵dyadic-coalton-library/classes:*: Private symbol macros
Symbol Macro, instance/num⎵dyadic-coalton-library/classes:+: Private symbol macros
Symbol Macro, instance/num⎵dyadic-coalton-library/classes:-: Private symbol macros
Symbol Macro, instance/num⎵dyadic-coalton-library/classes:fromint: Private symbol macros
Symbol Macro, instance/num⎵fraction: Private symbol macros
Symbol Macro, instance/num⎵fraction-coalton-library/classes:*: Private symbol macros
Symbol Macro, instance/num⎵fraction-coalton-library/classes:+: Private symbol macros
Symbol Macro, instance/num⎵fraction-coalton-library/classes:-: Private symbol macros
Symbol Macro, instance/num⎵fraction-coalton-library/classes:fromint: Private symbol macros
Symbol Macro, instance/num⎵i16: Private symbol macros
Symbol Macro, instance/num⎵i16-coalton-library/classes:*: Private symbol macros
Symbol Macro, instance/num⎵i16-coalton-library/classes:+: Private symbol macros
Symbol Macro, instance/num⎵i16-coalton-library/classes:-: Private symbol macros
Symbol Macro, instance/num⎵i16-coalton-library/classes:fromint: Private symbol macros
Symbol Macro, instance/num⎵i32: Private symbol macros
Symbol Macro, instance/num⎵i32-coalton-library/classes:*: Private symbol macros
Symbol Macro, instance/num⎵i32-coalton-library/classes:+: Private symbol macros
Symbol Macro, instance/num⎵i32-coalton-library/classes:-: Private symbol macros
Symbol Macro, instance/num⎵i32-coalton-library/classes:fromint: Private symbol macros
Symbol Macro, instance/num⎵i64: Private symbol macros
Symbol Macro, instance/num⎵i64-coalton-library/classes:*: Private symbol macros
Symbol Macro, instance/num⎵i64-coalton-library/classes:+: Private symbol macros
Symbol Macro, instance/num⎵i64-coalton-library/classes:-: Private symbol macros
Symbol Macro, instance/num⎵i64-coalton-library/classes:fromint: Private symbol macros
Symbol Macro, instance/num⎵i8: Private symbol macros
Symbol Macro, instance/num⎵i8-coalton-library/classes:*: Private symbol macros
Symbol Macro, instance/num⎵i8-coalton-library/classes:+: Private symbol macros
Symbol Macro, instance/num⎵i8-coalton-library/classes:-: Private symbol macros
Symbol Macro, instance/num⎵i8-coalton-library/classes:fromint: Private symbol macros
Symbol Macro, instance/num⎵ifix: Private symbol macros
Symbol Macro, instance/num⎵ifix-coalton-library/classes:*: Private symbol macros
Symbol Macro, instance/num⎵ifix-coalton-library/classes:+: Private symbol macros
Symbol Macro, instance/num⎵ifix-coalton-library/classes:-: Private symbol macros
Symbol Macro, instance/num⎵ifix-coalton-library/classes:fromint: Private symbol macros
Symbol Macro, instance/num⎵integer: Private symbol macros
Symbol Macro, instance/num⎵integer-coalton-library/classes:*: Private symbol macros
Symbol Macro, instance/num⎵integer-coalton-library/classes:+: Private symbol macros
Symbol Macro, instance/num⎵integer-coalton-library/classes:-: Private symbol macros
Symbol Macro, instance/num⎵integer-coalton-library/classes:fromint: Private symbol macros
Symbol Macro, instance/num⎵single-float: Private symbol macros
Symbol Macro, instance/num⎵single-float-coalton-library/classes:*: Private symbol macros
Symbol Macro, instance/num⎵single-float-coalton-library/classes:+: Private symbol macros
Symbol Macro, instance/num⎵single-float-coalton-library/classes:-: Private symbol macros
Symbol Macro, instance/num⎵single-float-coalton-library/classes:fromint: Private symbol macros
Symbol Macro, instance/num⎵u16: Private symbol macros
Symbol Macro, instance/num⎵u16-coalton-library/classes:*: Private symbol macros
Symbol Macro, instance/num⎵u16-coalton-library/classes:+: Private symbol macros
Symbol Macro, instance/num⎵u16-coalton-library/classes:-: Private symbol macros
Symbol Macro, instance/num⎵u16-coalton-library/classes:fromint: Private symbol macros
Symbol Macro, instance/num⎵u32: Private symbol macros
Symbol Macro, instance/num⎵u32-coalton-library/classes:*: Private symbol macros
Symbol Macro, instance/num⎵u32-coalton-library/classes:+: Private symbol macros
Symbol Macro, instance/num⎵u32-coalton-library/classes:-: Private symbol macros
Symbol Macro, instance/num⎵u32-coalton-library/classes:fromint: Private symbol macros
Symbol Macro, instance/num⎵u64: Private symbol macros
Symbol Macro, instance/num⎵u64-coalton-library/classes:*: Private symbol macros
Symbol Macro, instance/num⎵u64-coalton-library/classes:+: Private symbol macros
Symbol Macro, instance/num⎵u64-coalton-library/classes:-: Private symbol macros
Symbol Macro, instance/num⎵u64-coalton-library/classes:fromint: Private symbol macros
Symbol Macro, instance/num⎵u8: Private symbol macros
Symbol Macro, instance/num⎵u8-coalton-library/classes:*: Private symbol macros
Symbol Macro, instance/num⎵u8-coalton-library/classes:+: Private symbol macros
Symbol Macro, instance/num⎵u8-coalton-library/classes:-: Private symbol macros
Symbol Macro, instance/num⎵u8-coalton-library/classes:fromint: Private symbol macros
Symbol Macro, instance/num⎵ufix: Private symbol macros
Symbol Macro, instance/num⎵ufix-coalton-library/classes:*: Private symbol macros
Symbol Macro, instance/num⎵ufix-coalton-library/classes:+: Private symbol macros
Symbol Macro, instance/num⎵ufix-coalton-library/classes:-: Private symbol macros
Symbol Macro, instance/num⎵ufix-coalton-library/classes:fromint: Private symbol macros
Symbol Macro, instance/ord⎵(cell⎵:a): Private symbol macros
Symbol Macro, instance/ord⎵(cell⎵:a)-coalton-library/classes:<=>: Private symbol macros
Symbol Macro, instance/ord⎵(dual⎵:a): Private symbol macros
Symbol Macro, instance/ord⎵(dual⎵:a)-coalton-library/classes:<=>: Private symbol macros
Symbol Macro, instance/ord⎵(list⎵:a): Private symbol macros
Symbol Macro, instance/ord⎵(list⎵:a)-coalton-library/classes:<=>: Private symbol macros
Symbol Macro, instance/ord⎵(mappair⎵:a⎵:b): Private symbol macros
Symbol Macro, instance/ord⎵(mappair⎵:a⎵:b)-coalton-library/classes:<=>: Private symbol macros
Symbol Macro, instance/ord⎵(optional⎵:a): Private symbol macros
Symbol Macro, instance/ord⎵(optional⎵:a)-coalton-library/classes:<=>: Private symbol macros
Symbol Macro, instance/ord⎵(result⎵:a⎵:b): Private symbol macros
Symbol Macro, instance/ord⎵(result⎵:a⎵:b)-coalton-library/classes:<=>: Private symbol macros
Symbol Macro, instance/ord⎵(tuple⎵:a⎵:b): Private symbol macros
Symbol Macro, instance/ord⎵(tuple⎵:a⎵:b)-coalton-library/classes:<=>: Private symbol macros
Symbol Macro, instance/ord⎵boolean: Private symbol macros
Symbol Macro, instance/ord⎵boolean-coalton-library/classes:<=>: Private symbol macros
Symbol Macro, instance/ord⎵char: Private symbol macros
Symbol Macro, instance/ord⎵char-coalton-library/classes:<=>: Private symbol macros
Symbol Macro, instance/ord⎵double-float: Private symbol macros
Symbol Macro, instance/ord⎵double-float-coalton-library/classes:<=>: Private symbol macros
Symbol Macro, instance/ord⎵dyadic: Private symbol macros
Symbol Macro, instance/ord⎵dyadic-coalton-library/classes:<=>: Private symbol macros
Symbol Macro, instance/ord⎵fraction: Private symbol macros
Symbol Macro, instance/ord⎵fraction-coalton-library/classes:<=>: Private symbol macros
Symbol Macro, instance/ord⎵hash: Private symbol macros
Symbol Macro, instance/ord⎵hash-coalton-library/classes:<=>: Private symbol macros
Symbol Macro, instance/ord⎵i16: Private symbol macros
Symbol Macro, instance/ord⎵i16-coalton-library/classes:<=>: Private symbol macros
Symbol Macro, instance/ord⎵i32: Private symbol macros
Symbol Macro, instance/ord⎵i32-coalton-library/classes:<=>: Private symbol macros
Symbol Macro, instance/ord⎵i64: Private symbol macros
Symbol Macro, instance/ord⎵i64-coalton-library/classes:<=>: Private symbol macros
Symbol Macro, instance/ord⎵i8: Private symbol macros
Symbol Macro, instance/ord⎵i8-coalton-library/classes:<=>: Private symbol macros
Symbol Macro, instance/ord⎵ifix: Private symbol macros
Symbol Macro, instance/ord⎵ifix-coalton-library/classes:<=>: Private symbol macros
Symbol Macro, instance/ord⎵integer: Private symbol macros
Symbol Macro, instance/ord⎵integer-coalton-library/classes:<=>: Private symbol macros
Symbol Macro, instance/ord⎵ord: Private symbol macros
Symbol Macro, instance/ord⎵ord-coalton-library/classes:<=>: Private symbol macros
Symbol Macro, instance/ord⎵pathname: Private symbol macros
Symbol Macro, instance/ord⎵pathname-coalton-library/classes:<=>: Private symbol macros
Symbol Macro, instance/ord⎵single-float: Private symbol macros
Symbol Macro, instance/ord⎵single-float-coalton-library/classes:<=>: Private symbol macros
Symbol Macro, instance/ord⎵string: Private symbol macros
Symbol Macro, instance/ord⎵string-coalton-library/classes:<=>: Private symbol macros
Symbol Macro, instance/ord⎵u16: Private symbol macros
Symbol Macro, instance/ord⎵u16-coalton-library/classes:<=>: Private symbol macros
Symbol Macro, instance/ord⎵u32: Private symbol macros
Symbol Macro, instance/ord⎵u32-coalton-library/classes:<=>: Private symbol macros
Symbol Macro, instance/ord⎵u64: Private symbol macros
Symbol Macro, instance/ord⎵u64-coalton-library/classes:<=>: Private symbol macros
Symbol Macro, instance/ord⎵u8: Private symbol macros
Symbol Macro, instance/ord⎵u8-coalton-library/classes:<=>: Private symbol macros
Symbol Macro, instance/ord⎵ufix: Private symbol macros
Symbol Macro, instance/ord⎵ufix-coalton-library/classes:<=>: Private symbol macros
Symbol Macro, instance/polar⎵(complex⎵:a): Private symbol macros
Symbol Macro, instance/polar⎵(complex⎵:a)-coalton-library/math/elementary:phase: Private symbol macros
Symbol Macro, instance/polar⎵(complex⎵:a)-coalton-library/math/elementary:polar: Private symbol macros
Symbol Macro, instance/polar⎵double-float: Private symbol macros
Symbol Macro, instance/polar⎵double-float-coalton-library/math/elementary:phase: Private symbol macros
Symbol Macro, instance/polar⎵double-float-coalton-library/math/elementary:polar: Private symbol macros
Symbol Macro, instance/polar⎵single-float: Private symbol macros
Symbol Macro, instance/polar⎵single-float-coalton-library/math/elementary:phase: Private symbol macros
Symbol Macro, instance/polar⎵single-float-coalton-library/math/elementary:polar: Private symbol macros
Symbol Macro, instance/quantizable⎵double-float: Private symbol macros
Symbol Macro, instance/quantizable⎵double-float-coalton-library/math/real:ceiling: Private symbol macros
Symbol Macro, instance/quantizable⎵double-float-coalton-library/math/real:floor: Private symbol macros
Symbol Macro, instance/quantizable⎵double-float-coalton-library/math/real:proper: Private symbol macros
Symbol Macro, instance/quantizable⎵dyadic: Private symbol macros
Symbol Macro, instance/quantizable⎵dyadic-coalton-library/math/real:ceiling: Private symbol macros
Symbol Macro, instance/quantizable⎵dyadic-coalton-library/math/real:floor: Private symbol macros
Symbol Macro, instance/quantizable⎵dyadic-coalton-library/math/real:proper: Private symbol macros
Symbol Macro, instance/quantizable⎵fraction: Private symbol macros
Symbol Macro, instance/quantizable⎵fraction-coalton-library/math/real:ceiling: Private symbol macros
Symbol Macro, instance/quantizable⎵fraction-coalton-library/math/real:floor: Private symbol macros
Symbol Macro, instance/quantizable⎵fraction-coalton-library/math/real:proper: Private symbol macros
Symbol Macro, instance/quantizable⎵single-float: Private symbol macros
Symbol Macro, instance/quantizable⎵single-float-coalton-library/math/real:ceiling: Private symbol macros
Symbol Macro, instance/quantizable⎵single-float-coalton-library/math/real:floor: Private symbol macros
Symbol Macro, instance/quantizable⎵single-float-coalton-library/math/real:proper: Private symbol macros
Symbol Macro, instance/radical⎵(complex⎵:a): Private symbol macros
Symbol Macro, instance/radical⎵(complex⎵:a)-coalton-library/math/elementary:nth-root: Private symbol macros
Symbol Macro, instance/radical⎵(complex⎵:a)-coalton-library/math/elementary:sqrt: Private symbol macros
Symbol Macro, instance/radical⎵(dual⎵:a): Private symbol macros
Symbol Macro, instance/radical⎵(dual⎵:a)-coalton-library/math/elementary:nth-root: Private symbol macros
Symbol Macro, instance/radical⎵(dual⎵:a)-coalton-library/math/elementary:sqrt: Private symbol macros
Symbol Macro, instance/radical⎵double-float: Private symbol macros
Symbol Macro, instance/radical⎵double-float-coalton-library/math/elementary:nth-root: Private symbol macros
Symbol Macro, instance/radical⎵double-float-coalton-library/math/elementary:sqrt: Private symbol macros
Symbol Macro, instance/radical⎵single-float: Private symbol macros
Symbol Macro, instance/radical⎵single-float-coalton-library/math/elementary:nth-root: Private symbol macros
Symbol Macro, instance/radical⎵single-float-coalton-library/math/elementary:sqrt: Private symbol macros
Symbol Macro, instance/ram:randomaccess⎵(vector⎵:a)⎵:a: Private symbol macros
Symbol Macro, instance/ram:randomaccess⎵(vector⎵:a)⎵:a-coalton-library/randomaccess:length: Private symbol macros
Symbol Macro, instance/ram:randomaccess⎵(vector⎵:a)⎵:a-coalton-library/randomaccess:make: Private symbol macros
Symbol Macro, instance/ram:randomaccess⎵(vector⎵:a)⎵:a-coalton-library/randomaccess:readable?: Private symbol macros
Symbol Macro, instance/ram:randomaccess⎵(vector⎵:a)⎵:a-coalton-library/randomaccess:unsafe-aref: Private symbol macros
Symbol Macro, instance/ram:randomaccess⎵(vector⎵:a)⎵:a-coalton-library/randomaccess:unsafe-set!: Private symbol macros
Symbol Macro, instance/ram:randomaccess⎵(vector⎵:a)⎵:a-coalton-library/randomaccess:writable?: Private symbol macros
Symbol Macro, instance/rational⎵double-float: Private symbol macros
Symbol Macro, instance/rational⎵double-float-coalton-library/math/real:best-approx: Private symbol macros
Symbol Macro, instance/rational⎵double-float-coalton-library/math/real:to-fraction: Private symbol macros
Symbol Macro, instance/rational⎵dyadic: Private symbol macros
Symbol Macro, instance/rational⎵dyadic-coalton-library/math/real:best-approx: Private symbol macros
Symbol Macro, instance/rational⎵dyadic-coalton-library/math/real:to-fraction: Private symbol macros
Symbol Macro, instance/rational⎵fraction: Private symbol macros
Symbol Macro, instance/rational⎵fraction-coalton-library/math/real:best-approx: Private symbol macros
Symbol Macro, instance/rational⎵fraction-coalton-library/math/real:to-fraction: Private symbol macros
Symbol Macro, instance/rational⎵single-float: Private symbol macros
Symbol Macro, instance/rational⎵single-float-coalton-library/math/real:best-approx: Private symbol macros
Symbol Macro, instance/rational⎵single-float-coalton-library/math/real:to-fraction: Private symbol macros
Symbol Macro, instance/real⎵double-float: Private symbol macros
Symbol Macro, instance/real⎵double-float-coalton-library/math/real:real-approx: Private symbol macros
Symbol Macro, instance/real⎵dyadic: Private symbol macros
Symbol Macro, instance/real⎵dyadic-coalton-library/math/real:real-approx: Private symbol macros
Symbol Macro, instance/real⎵fraction: Private symbol macros
Symbol Macro, instance/real⎵fraction-coalton-library/math/real:real-approx: Private symbol macros
Symbol Macro, instance/real⎵single-float: Private symbol macros
Symbol Macro, instance/real⎵single-float-coalton-library/math/real:real-approx: Private symbol macros
Symbol Macro, instance/reciprocable⎵(complex⎵:a): Private symbol macros
Symbol Macro, instance/reciprocable⎵(complex⎵:a)-coalton-library/math/arith:/: Private symbol macros
Symbol Macro, instance/reciprocable⎵(complex⎵:a)-coalton-library/math/arith:reciprocal: Private symbol macros
Symbol Macro, instance/reciprocable⎵(dual⎵:a): Private symbol macros
Symbol Macro, instance/reciprocable⎵(dual⎵:a)-coalton-library/math/arith:/: Private symbol macros
Symbol Macro, instance/reciprocable⎵(dual⎵:a)-coalton-library/math/arith:reciprocal: Private symbol macros
Symbol Macro, instance/reciprocable⎵double-float: Private symbol macros
Symbol Macro, instance/reciprocable⎵double-float-coalton-library/math/arith:/: Private symbol macros
Symbol Macro, instance/reciprocable⎵double-float-coalton-library/math/arith:reciprocal: Private symbol macros
Symbol Macro, instance/reciprocable⎵fraction: Private symbol macros
Symbol Macro, instance/reciprocable⎵fraction-coalton-library/math/arith:/: Private symbol macros
Symbol Macro, instance/reciprocable⎵fraction-coalton-library/math/arith:reciprocal: Private symbol macros
Symbol Macro, instance/reciprocable⎵single-float: Private symbol macros
Symbol Macro, instance/reciprocable⎵single-float-coalton-library/math/arith:/: Private symbol macros
Symbol Macro, instance/reciprocable⎵single-float-coalton-library/math/arith:reciprocal: Private symbol macros
Symbol Macro, instance/remainder⎵fraction: Private symbol macros
Symbol Macro, instance/remainder⎵fraction-coalton-library/math/integral:div: Private symbol macros
Symbol Macro, instance/remainder⎵fraction-coalton-library/math/integral:divmod: Private symbol macros
Symbol Macro, instance/remainder⎵fraction-coalton-library/math/integral:mod: Private symbol macros
Symbol Macro, instance/remainder⎵fraction-coalton-library/math/integral:quot: Private symbol macros
Symbol Macro, instance/remainder⎵fraction-coalton-library/math/integral:quotrem: Private symbol macros
Symbol Macro, instance/remainder⎵fraction-coalton-library/math/integral:rem: Private symbol macros
Symbol Macro, instance/remainder⎵i16: Private symbol macros
Symbol Macro, instance/remainder⎵i16-coalton-library/math/integral:div: Private symbol macros
Symbol Macro, instance/remainder⎵i16-coalton-library/math/integral:divmod: Private symbol macros
Symbol Macro, instance/remainder⎵i16-coalton-library/math/integral:mod: Private symbol macros
Symbol Macro, instance/remainder⎵i16-coalton-library/math/integral:quot: Private symbol macros
Symbol Macro, instance/remainder⎵i16-coalton-library/math/integral:quotrem: Private symbol macros
Symbol Macro, instance/remainder⎵i16-coalton-library/math/integral:rem: Private symbol macros
Symbol Macro, instance/remainder⎵i32: Private symbol macros
Symbol Macro, instance/remainder⎵i32-coalton-library/math/integral:div: Private symbol macros
Symbol Macro, instance/remainder⎵i32-coalton-library/math/integral:divmod: Private symbol macros
Symbol Macro, instance/remainder⎵i32-coalton-library/math/integral:mod: Private symbol macros
Symbol Macro, instance/remainder⎵i32-coalton-library/math/integral:quot: Private symbol macros
Symbol Macro, instance/remainder⎵i32-coalton-library/math/integral:quotrem: Private symbol macros
Symbol Macro, instance/remainder⎵i32-coalton-library/math/integral:rem: Private symbol macros
Symbol Macro, instance/remainder⎵i64: Private symbol macros
Symbol Macro, instance/remainder⎵i64-coalton-library/math/integral:div: Private symbol macros
Symbol Macro, instance/remainder⎵i64-coalton-library/math/integral:divmod: Private symbol macros
Symbol Macro, instance/remainder⎵i64-coalton-library/math/integral:mod: Private symbol macros
Symbol Macro, instance/remainder⎵i64-coalton-library/math/integral:quot: Private symbol macros
Symbol Macro, instance/remainder⎵i64-coalton-library/math/integral:quotrem: Private symbol macros
Symbol Macro, instance/remainder⎵i64-coalton-library/math/integral:rem: Private symbol macros
Symbol Macro, instance/remainder⎵i8: Private symbol macros
Symbol Macro, instance/remainder⎵i8-coalton-library/math/integral:div: Private symbol macros
Symbol Macro, instance/remainder⎵i8-coalton-library/math/integral:divmod: Private symbol macros
Symbol Macro, instance/remainder⎵i8-coalton-library/math/integral:mod: Private symbol macros
Symbol Macro, instance/remainder⎵i8-coalton-library/math/integral:quot: Private symbol macros
Symbol Macro, instance/remainder⎵i8-coalton-library/math/integral:quotrem: Private symbol macros
Symbol Macro, instance/remainder⎵i8-coalton-library/math/integral:rem: Private symbol macros
Symbol Macro, instance/remainder⎵ifix: Private symbol macros
Symbol Macro, instance/remainder⎵ifix-coalton-library/math/integral:div: Private symbol macros
Symbol Macro, instance/remainder⎵ifix-coalton-library/math/integral:divmod: Private symbol macros
Symbol Macro, instance/remainder⎵ifix-coalton-library/math/integral:mod: Private symbol macros
Symbol Macro, instance/remainder⎵ifix-coalton-library/math/integral:quot: Private symbol macros
Symbol Macro, instance/remainder⎵ifix-coalton-library/math/integral:quotrem: Private symbol macros
Symbol Macro, instance/remainder⎵ifix-coalton-library/math/integral:rem: Private symbol macros
Symbol Macro, instance/remainder⎵integer: Private symbol macros
Symbol Macro, instance/remainder⎵integer-coalton-library/math/integral:div: Private symbol macros
Symbol Macro, instance/remainder⎵integer-coalton-library/math/integral:divmod: Private symbol macros
Symbol Macro, instance/remainder⎵integer-coalton-library/math/integral:mod: Private symbol macros
Symbol Macro, instance/remainder⎵integer-coalton-library/math/integral:quot: Private symbol macros
Symbol Macro, instance/remainder⎵integer-coalton-library/math/integral:quotrem: Private symbol macros
Symbol Macro, instance/remainder⎵integer-coalton-library/math/integral:rem: Private symbol macros
Symbol Macro, instance/remainder⎵u16: Private symbol macros
Symbol Macro, instance/remainder⎵u16-coalton-library/math/integral:div: Private symbol macros
Symbol Macro, instance/remainder⎵u16-coalton-library/math/integral:divmod: Private symbol macros
Symbol Macro, instance/remainder⎵u16-coalton-library/math/integral:mod: Private symbol macros
Symbol Macro, instance/remainder⎵u16-coalton-library/math/integral:quot: Private symbol macros
Symbol Macro, instance/remainder⎵u16-coalton-library/math/integral:quotrem: Private symbol macros
Symbol Macro, instance/remainder⎵u16-coalton-library/math/integral:rem: Private symbol macros
Symbol Macro, instance/remainder⎵u32: Private symbol macros
Symbol Macro, instance/remainder⎵u32-coalton-library/math/integral:div: Private symbol macros
Symbol Macro, instance/remainder⎵u32-coalton-library/math/integral:divmod: Private symbol macros
Symbol Macro, instance/remainder⎵u32-coalton-library/math/integral:mod: Private symbol macros
Symbol Macro, instance/remainder⎵u32-coalton-library/math/integral:quot: Private symbol macros
Symbol Macro, instance/remainder⎵u32-coalton-library/math/integral:quotrem: Private symbol macros
Symbol Macro, instance/remainder⎵u32-coalton-library/math/integral:rem: Private symbol macros
Symbol Macro, instance/remainder⎵u64: Private symbol macros
Symbol Macro, instance/remainder⎵u64-coalton-library/math/integral:div: Private symbol macros
Symbol Macro, instance/remainder⎵u64-coalton-library/math/integral:divmod: Private symbol macros
Symbol Macro, instance/remainder⎵u64-coalton-library/math/integral:mod: Private symbol macros
Symbol Macro, instance/remainder⎵u64-coalton-library/math/integral:quot: Private symbol macros
Symbol Macro, instance/remainder⎵u64-coalton-library/math/integral:quotrem: Private symbol macros
Symbol Macro, instance/remainder⎵u64-coalton-library/math/integral:rem: Private symbol macros
Symbol Macro, instance/remainder⎵u8: Private symbol macros
Symbol Macro, instance/remainder⎵u8-coalton-library/math/integral:div: Private symbol macros
Symbol Macro, instance/remainder⎵u8-coalton-library/math/integral:divmod: Private symbol macros
Symbol Macro, instance/remainder⎵u8-coalton-library/math/integral:mod: Private symbol macros
Symbol Macro, instance/remainder⎵u8-coalton-library/math/integral:quot: Private symbol macros
Symbol Macro, instance/remainder⎵u8-coalton-library/math/integral:quotrem: Private symbol macros
Symbol Macro, instance/remainder⎵u8-coalton-library/math/integral:rem: Private symbol macros
Symbol Macro, instance/remainder⎵ufix: Private symbol macros
Symbol Macro, instance/remainder⎵ufix-coalton-library/math/integral:div: Private symbol macros
Symbol Macro, instance/remainder⎵ufix-coalton-library/math/integral:divmod: Private symbol macros
Symbol Macro, instance/remainder⎵ufix-coalton-library/math/integral:mod: Private symbol macros
Symbol Macro, instance/remainder⎵ufix-coalton-library/math/integral:quot: Private symbol macros
Symbol Macro, instance/remainder⎵ufix-coalton-library/math/integral:quotrem: Private symbol macros
Symbol Macro, instance/remainder⎵ufix-coalton-library/math/integral:rem: Private symbol macros
Symbol Macro, instance/runtimerepr⎵(:a⎵→⎵:b): Private symbol macros
Symbol Macro, instance/runtimerepr⎵(:a⎵→⎵:b)-coalton-library/types:runtime-repr: Private symbol macros
Symbol Macro, instance/runtimerepr⎵(list⎵:a): Private symbol macros
Symbol Macro, instance/runtimerepr⎵(list⎵:a)-coalton-library/types:runtime-repr: Private symbol macros
Symbol Macro, instance/runtimerepr⎵(proxy⎵:a): Private symbol macros
Symbol Macro, instance/runtimerepr⎵(proxy⎵:a)-coalton-library/types:runtime-repr: Private symbol macros
Symbol Macro, instance/runtimerepr⎵boolean: Private symbol macros
Symbol Macro, instance/runtimerepr⎵boolean-coalton-library/types:runtime-repr: Private symbol macros
Symbol Macro, instance/runtimerepr⎵char: Private symbol macros
Symbol Macro, instance/runtimerepr⎵char-coalton-library/types:runtime-repr: Private symbol macros
Symbol Macro, instance/runtimerepr⎵double-float: Private symbol macros
Symbol Macro, instance/runtimerepr⎵double-float-coalton-library/types:runtime-repr: Private symbol macros
Symbol Macro, instance/runtimerepr⎵fraction: Private symbol macros
Symbol Macro, instance/runtimerepr⎵fraction-coalton-library/types:runtime-repr: Private symbol macros
Symbol Macro, instance/runtimerepr⎵integer: Private symbol macros
Symbol Macro, instance/runtimerepr⎵integer-coalton-library/types:runtime-repr: Private symbol macros
Symbol Macro, instance/runtimerepr⎵lisptype: Private symbol macros
Symbol Macro, instance/runtimerepr⎵lisptype-coalton-library/types:runtime-repr: Private symbol macros
Symbol Macro, instance/runtimerepr⎵single-float: Private symbol macros
Symbol Macro, instance/runtimerepr⎵single-float-coalton-library/types:runtime-repr: Private symbol macros
Symbol Macro, instance/runtimerepr⎵string: Private symbol macros
Symbol Macro, instance/runtimerepr⎵string-coalton-library/types:runtime-repr: Private symbol macros
Symbol Macro, instance/semigroup⎵(cell⎵:a): Private symbol macros
Symbol Macro, instance/semigroup⎵(cell⎵:a)-coalton-library/classes:<>: Private symbol macros
Symbol Macro, instance/semigroup⎵(list⎵:a): Private symbol macros
Symbol Macro, instance/semigroup⎵(list⎵:a)-coalton-library/classes:<>: Private symbol macros
Symbol Macro, instance/semigroup⎵(map⎵:a⎵:b): Private symbol macros
Symbol Macro, instance/semigroup⎵(map⎵:a⎵:b)-coalton-library/classes:<>: Private symbol macros
Symbol Macro, instance/semigroup⎵(optional⎵:a): Private symbol macros
Symbol Macro, instance/semigroup⎵(optional⎵:a)-coalton-library/classes:<>: Private symbol macros
Symbol Macro, instance/semigroup⎵(queue⎵:a): Private symbol macros
Symbol Macro, instance/semigroup⎵(queue⎵:a)-coalton-library/classes:<>: Private symbol macros
Symbol Macro, instance/semigroup⎵(result⎵:a⎵:b): Private symbol macros
Symbol Macro, instance/semigroup⎵(result⎵:a⎵:b)-coalton-library/classes:<>: Private symbol macros
Symbol Macro, instance/semigroup⎵(seq⎵:a): Private symbol macros
Symbol Macro, instance/semigroup⎵(seq⎵:a)-coalton-library/classes:<>: Private symbol macros
Symbol Macro, instance/semigroup⎵(tree⎵:a): Private symbol macros
Symbol Macro, instance/semigroup⎵(tree⎵:a)-coalton-library/classes:<>: Private symbol macros
Symbol Macro, instance/semigroup⎵(vector⎵:a): Private symbol macros
Symbol Macro, instance/semigroup⎵(vector⎵:a)-coalton-library/classes:<>: Private symbol macros
Symbol Macro, instance/semigroup⎵hash: Private symbol macros
Symbol Macro, instance/semigroup⎵hash-coalton-library/classes:<>: Private symbol macros
Symbol Macro, instance/semigroup⎵pathname: Private symbol macros
Symbol Macro, instance/semigroup⎵pathname-coalton-library/classes:<>: Private symbol macros
Symbol Macro, instance/semigroup⎵string: Private symbol macros
Symbol Macro, instance/semigroup⎵string-coalton-library/classes:<>: Private symbol macros
Symbol Macro, instance/signalable⎵fileerror: Private symbol macros
Symbol Macro, instance/signalable⎵fileerror-coalton-library/classes:error: Private symbol macros
Symbol Macro, instance/signalable⎵lispcondition: Private symbol macros
Symbol Macro, instance/signalable⎵lispcondition-coalton-library/classes:error: Private symbol macros
Symbol Macro, instance/signalable⎵string: Private symbol macros
Symbol Macro, instance/signalable⎵string-coalton-library/classes:error: Private symbol macros
Symbol Macro, instance/sliceable⎵(slice⎵:a): Private symbol macros
Symbol Macro, instance/sliceable⎵(slice⎵:a)-coalton-library/slice::%length: Private symbol macros
Symbol Macro, instance/sliceable⎵(vector⎵:a): Private symbol macros
Symbol Macro, instance/sliceable⎵(vector⎵:a)-coalton-library/slice::%length: Private symbol macros
Symbol Macro, instance/transfinite⎵double-float: Private symbol macros
Symbol Macro, instance/transfinite⎵double-float-coalton-library/math/arith:infinite?: Private symbol macros
Symbol Macro, instance/transfinite⎵double-float-coalton-library/math/arith:infinity: Private symbol macros
Symbol Macro, instance/transfinite⎵double-float-coalton-library/math/arith:nan: Private symbol macros
Symbol Macro, instance/transfinite⎵double-float-coalton-library/math/arith:nan?: Private symbol macros
Symbol Macro, instance/transfinite⎵single-float: Private symbol macros
Symbol Macro, instance/transfinite⎵single-float-coalton-library/math/arith:infinite?: Private symbol macros
Symbol Macro, instance/transfinite⎵single-float-coalton-library/math/arith:infinity: Private symbol macros
Symbol Macro, instance/transfinite⎵single-float-coalton-library/math/arith:nan: Private symbol macros
Symbol Macro, instance/transfinite⎵single-float-coalton-library/math/arith:nan?: Private symbol macros
Symbol Macro, instance/traversable⎵(free⎵:a): Private symbol macros
Symbol Macro, instance/traversable⎵(free⎵:a)-coalton-library/classes:traverse: Private symbol macros
Symbol Macro, instance/traversable⎵list: Private symbol macros
Symbol Macro, instance/traversable⎵list-coalton-library/classes:traverse: Private symbol macros
Symbol Macro, instance/trigonometric⎵(complex⎵:a): Private symbol macros
Symbol Macro, instance/trigonometric⎵(complex⎵:a)-coalton-library/math/elementary:acos: Private symbol macros
Symbol Macro, instance/trigonometric⎵(complex⎵:a)-coalton-library/math/elementary:asin: Private symbol macros
Symbol Macro, instance/trigonometric⎵(complex⎵:a)-coalton-library/math/elementary:atan: Private symbol macros
Symbol Macro, instance/trigonometric⎵(complex⎵:a)-coalton-library/math/elementary:cos: Private symbol macros
Symbol Macro, instance/trigonometric⎵(complex⎵:a)-coalton-library/math/elementary:pi: Private symbol macros
Symbol Macro, instance/trigonometric⎵(complex⎵:a)-coalton-library/math/elementary:sin: Private symbol macros
Symbol Macro, instance/trigonometric⎵(complex⎵:a)-coalton-library/math/elementary:tan: Private symbol macros
Symbol Macro, instance/trigonometric⎵(dual⎵:a): Private symbol macros
Symbol Macro, instance/trigonometric⎵(dual⎵:a)-coalton-library/math/elementary:acos: Private symbol macros
Symbol Macro, instance/trigonometric⎵(dual⎵:a)-coalton-library/math/elementary:asin: Private symbol macros
Symbol Macro, instance/trigonometric⎵(dual⎵:a)-coalton-library/math/elementary:atan: Private symbol macros
Symbol Macro, instance/trigonometric⎵(dual⎵:a)-coalton-library/math/elementary:cos: Private symbol macros
Symbol Macro, instance/trigonometric⎵(dual⎵:a)-coalton-library/math/elementary:pi: Private symbol macros
Symbol Macro, instance/trigonometric⎵(dual⎵:a)-coalton-library/math/elementary:sin: Private symbol macros
Symbol Macro, instance/trigonometric⎵(dual⎵:a)-coalton-library/math/elementary:tan: Private symbol macros
Symbol Macro, instance/trigonometric⎵double-float: Private symbol macros
Symbol Macro, instance/trigonometric⎵double-float-coalton-library/math/elementary:acos: Private symbol macros
Symbol Macro, instance/trigonometric⎵double-float-coalton-library/math/elementary:asin: Private symbol macros
Symbol Macro, instance/trigonometric⎵double-float-coalton-library/math/elementary:atan: Private symbol macros
Symbol Macro, instance/trigonometric⎵double-float-coalton-library/math/elementary:cos: Private symbol macros
Symbol Macro, instance/trigonometric⎵double-float-coalton-library/math/elementary:pi: Private symbol macros
Symbol Macro, instance/trigonometric⎵double-float-coalton-library/math/elementary:sin: Private symbol macros
Symbol Macro, instance/trigonometric⎵double-float-coalton-library/math/elementary:tan: Private symbol macros
Symbol Macro, instance/trigonometric⎵single-float: Private symbol macros
Symbol Macro, instance/trigonometric⎵single-float-coalton-library/math/elementary:acos: Private symbol macros
Symbol Macro, instance/trigonometric⎵single-float-coalton-library/math/elementary:asin: Private symbol macros
Symbol Macro, instance/trigonometric⎵single-float-coalton-library/math/elementary:atan: Private symbol macros
Symbol Macro, instance/trigonometric⎵single-float-coalton-library/math/elementary:cos: Private symbol macros
Symbol Macro, instance/trigonometric⎵single-float-coalton-library/math/elementary:pi: Private symbol macros
Symbol Macro, instance/trigonometric⎵single-float-coalton-library/math/elementary:sin: Private symbol macros
Symbol Macro, instance/trigonometric⎵single-float-coalton-library/math/elementary:tan: Private symbol macros
Symbol Macro, instance/tryinto⎵double-float⎵fraction⎵string: Private symbol macros
Symbol Macro, instance/tryinto⎵double-float⎵fraction⎵string-coalton-library/classes:tryinto: Private symbol macros
Symbol Macro, instance/tryinto⎵i16⎵i8⎵string: Private symbol macros
Symbol Macro, instance/tryinto⎵i16⎵i8⎵string-coalton-library/classes:tryinto: Private symbol macros
Symbol Macro, instance/tryinto⎵i16⎵u16⎵string: Private symbol macros
Symbol Macro, instance/tryinto⎵i16⎵u16⎵string-coalton-library/classes:tryinto: Private symbol macros
Symbol Macro, instance/tryinto⎵i16⎵u32⎵string: Private symbol macros
Symbol Macro, instance/tryinto⎵i16⎵u32⎵string-coalton-library/classes:tryinto: Private symbol macros
Symbol Macro, instance/tryinto⎵i16⎵u64⎵string: Private symbol macros
Symbol Macro, instance/tryinto⎵i16⎵u64⎵string-coalton-library/classes:tryinto: Private symbol macros
Symbol Macro, instance/tryinto⎵i16⎵u8⎵string: Private symbol macros
Symbol Macro, instance/tryinto⎵i16⎵u8⎵string-coalton-library/classes:tryinto: Private symbol macros
Symbol Macro, instance/tryinto⎵i16⎵ufix⎵string: Private symbol macros
Symbol Macro, instance/tryinto⎵i16⎵ufix⎵string-coalton-library/classes:tryinto: Private symbol macros
Symbol Macro, instance/tryinto⎵i32⎵i16⎵string: Private symbol macros
Symbol Macro, instance/tryinto⎵i32⎵i16⎵string-coalton-library/classes:tryinto: Private symbol macros
Symbol Macro, instance/tryinto⎵i32⎵i8⎵string: Private symbol macros
Symbol Macro, instance/tryinto⎵i32⎵i8⎵string-coalton-library/classes:tryinto: Private symbol macros
Symbol Macro, instance/tryinto⎵i32⎵single-float⎵string: Private symbol macros
Symbol Macro, instance/tryinto⎵i32⎵single-float⎵string-coalton-library/classes:tryinto: Private symbol macros
Symbol Macro, instance/tryinto⎵i32⎵u16⎵string: Private symbol macros
Symbol Macro, instance/tryinto⎵i32⎵u16⎵string-coalton-library/classes:tryinto: Private symbol macros
Symbol Macro, instance/tryinto⎵i32⎵u32⎵string: Private symbol macros
Symbol Macro, instance/tryinto⎵i32⎵u32⎵string-coalton-library/classes:tryinto: Private symbol macros
Symbol Macro, instance/tryinto⎵i32⎵u64⎵string: Private symbol macros
Symbol Macro, instance/tryinto⎵i32⎵u64⎵string-coalton-library/classes:tryinto: Private symbol macros
Symbol Macro, instance/tryinto⎵i32⎵u8⎵string: Private symbol macros
Symbol Macro, instance/tryinto⎵i32⎵u8⎵string-coalton-library/classes:tryinto: Private symbol macros
Symbol Macro, instance/tryinto⎵i32⎵ufix⎵string: Private symbol macros
Symbol Macro, instance/tryinto⎵i32⎵ufix⎵string-coalton-library/classes:tryinto: Private symbol macros
Symbol Macro, instance/tryinto⎵i64⎵double-float⎵string: Private symbol macros
Symbol Macro, instance/tryinto⎵i64⎵double-float⎵string-coalton-library/classes:tryinto: Private symbol macros
Symbol Macro, instance/tryinto⎵i64⎵i16⎵string: Private symbol macros
Symbol Macro, instance/tryinto⎵i64⎵i16⎵string-coalton-library/classes:tryinto: Private symbol macros
Symbol Macro, instance/tryinto⎵i64⎵i32⎵string: Private symbol macros
Symbol Macro, instance/tryinto⎵i64⎵i32⎵string-coalton-library/classes:tryinto: Private symbol macros
Symbol Macro, instance/tryinto⎵i64⎵i8⎵string: Private symbol macros
Symbol Macro, instance/tryinto⎵i64⎵i8⎵string-coalton-library/classes:tryinto: Private symbol macros
Symbol Macro, instance/tryinto⎵i64⎵ifix⎵string: Private symbol macros
Symbol Macro, instance/tryinto⎵i64⎵ifix⎵string-coalton-library/classes:tryinto: Private symbol macros
Symbol Macro, instance/tryinto⎵i64⎵single-float⎵string: Private symbol macros
Symbol Macro, instance/tryinto⎵i64⎵single-float⎵string-coalton-library/classes:tryinto: Private symbol macros
Symbol Macro, instance/tryinto⎵i64⎵u16⎵string: Private symbol macros
Symbol Macro, instance/tryinto⎵i64⎵u16⎵string-coalton-library/classes:tryinto: Private symbol macros
Symbol Macro, instance/tryinto⎵i64⎵u32⎵string: Private symbol macros
Symbol Macro, instance/tryinto⎵i64⎵u32⎵string-coalton-library/classes:tryinto: Private symbol macros
Symbol Macro, instance/tryinto⎵i64⎵u64⎵string: Private symbol macros
Symbol Macro, instance/tryinto⎵i64⎵u64⎵string-coalton-library/classes:tryinto: Private symbol macros
Symbol Macro, instance/tryinto⎵i64⎵u8⎵string: Private symbol macros
Symbol Macro, instance/tryinto⎵i64⎵u8⎵string-coalton-library/classes:tryinto: Private symbol macros
Symbol Macro, instance/tryinto⎵i64⎵ufix⎵string: Private symbol macros
Symbol Macro, instance/tryinto⎵i64⎵ufix⎵string-coalton-library/classes:tryinto: Private symbol macros
Symbol Macro, instance/tryinto⎵i8⎵u16⎵string: Private symbol macros
Symbol Macro, instance/tryinto⎵i8⎵u16⎵string-coalton-library/classes:tryinto: Private symbol macros
Symbol Macro, instance/tryinto⎵i8⎵u32⎵string: Private symbol macros
Symbol Macro, instance/tryinto⎵i8⎵u32⎵string-coalton-library/classes:tryinto: Private symbol macros
Symbol Macro, instance/tryinto⎵i8⎵u64⎵string: Private symbol macros
Symbol Macro, instance/tryinto⎵i8⎵u64⎵string-coalton-library/classes:tryinto: Private symbol macros
Symbol Macro, instance/tryinto⎵i8⎵u8⎵string: Private symbol macros
Symbol Macro, instance/tryinto⎵i8⎵u8⎵string-coalton-library/classes:tryinto: Private symbol macros
Symbol Macro, instance/tryinto⎵i8⎵ufix⎵string: Private symbol macros
Symbol Macro, instance/tryinto⎵i8⎵ufix⎵string-coalton-library/classes:tryinto: Private symbol macros
Symbol Macro, instance/tryinto⎵ifix⎵double-float⎵string: Private symbol macros
Symbol Macro, instance/tryinto⎵ifix⎵double-float⎵string-coalton-library/classes:tryinto: Private symbol macros
Symbol Macro, instance/tryinto⎵ifix⎵i16⎵string: Private symbol macros
Symbol Macro, instance/tryinto⎵ifix⎵i16⎵string-coalton-library/classes:tryinto: Private symbol macros
Symbol Macro, instance/tryinto⎵ifix⎵i32⎵string: Private symbol macros
Symbol Macro, instance/tryinto⎵ifix⎵i32⎵string-coalton-library/classes:tryinto: Private symbol macros
Symbol Macro, instance/tryinto⎵ifix⎵i8⎵string: Private symbol macros
Symbol Macro, instance/tryinto⎵ifix⎵i8⎵string-coalton-library/classes:tryinto: Private symbol macros
Symbol Macro, instance/tryinto⎵ifix⎵single-float⎵string: Private symbol macros
Symbol Macro, instance/tryinto⎵ifix⎵single-float⎵string-coalton-library/classes:tryinto: Private symbol macros
Symbol Macro, instance/tryinto⎵ifix⎵u16⎵string: Private symbol macros
Symbol Macro, instance/tryinto⎵ifix⎵u16⎵string-coalton-library/classes:tryinto: Private symbol macros
Symbol Macro, instance/tryinto⎵ifix⎵u32⎵string: Private symbol macros
Symbol Macro, instance/tryinto⎵ifix⎵u32⎵string-coalton-library/classes:tryinto: Private symbol macros
Symbol Macro, instance/tryinto⎵ifix⎵u64⎵string: Private symbol macros
Symbol Macro, instance/tryinto⎵ifix⎵u64⎵string-coalton-library/classes:tryinto: Private symbol macros
Symbol Macro, instance/tryinto⎵ifix⎵u8⎵string: Private symbol macros
Symbol Macro, instance/tryinto⎵ifix⎵u8⎵string-coalton-library/classes:tryinto: Private symbol macros
Symbol Macro, instance/tryinto⎵ifix⎵ufix⎵string: Private symbol macros
Symbol Macro, instance/tryinto⎵ifix⎵ufix⎵string-coalton-library/classes:tryinto: Private symbol macros
Symbol Macro, instance/tryinto⎵integer⎵double-float⎵string: Private symbol macros
Symbol Macro, instance/tryinto⎵integer⎵double-float⎵string-coalton-library/classes:tryinto: Private symbol macros
Symbol Macro, instance/tryinto⎵integer⎵i16⎵string: Private symbol macros
Symbol Macro, instance/tryinto⎵integer⎵i16⎵string-coalton-library/classes:tryinto: Private symbol macros
Symbol Macro, instance/tryinto⎵integer⎵i32⎵string: Private symbol macros
Symbol Macro, instance/tryinto⎵integer⎵i32⎵string-coalton-library/classes:tryinto: Private symbol macros
Symbol Macro, instance/tryinto⎵integer⎵i64⎵string: Private symbol macros
Symbol Macro, instance/tryinto⎵integer⎵i64⎵string-coalton-library/classes:tryinto: Private symbol macros
Symbol Macro, instance/tryinto⎵integer⎵i8⎵string: Private symbol macros
Symbol Macro, instance/tryinto⎵integer⎵i8⎵string-coalton-library/classes:tryinto: Private symbol macros
Symbol Macro, instance/tryinto⎵integer⎵ifix⎵string: Private symbol macros
Symbol Macro, instance/tryinto⎵integer⎵ifix⎵string-coalton-library/classes:tryinto: Private symbol macros
Symbol Macro, instance/tryinto⎵integer⎵single-float⎵string: Private symbol macros
Symbol Macro, instance/tryinto⎵integer⎵single-float⎵string-coalton-library/classes:tryinto: Private symbol macros
Symbol Macro, instance/tryinto⎵integer⎵u16⎵string: Private symbol macros
Symbol Macro, instance/tryinto⎵integer⎵u16⎵string-coalton-library/classes:tryinto: Private symbol macros
Symbol Macro, instance/tryinto⎵integer⎵u32⎵string: Private symbol macros
Symbol Macro, instance/tryinto⎵integer⎵u32⎵string-coalton-library/classes:tryinto: Private symbol macros
Symbol Macro, instance/tryinto⎵integer⎵u64⎵string: Private symbol macros
Symbol Macro, instance/tryinto⎵integer⎵u64⎵string-coalton-library/classes:tryinto: Private symbol macros
Symbol Macro, instance/tryinto⎵integer⎵u8⎵string: Private symbol macros
Symbol Macro, instance/tryinto⎵integer⎵u8⎵string-coalton-library/classes:tryinto: Private symbol macros
Symbol Macro, instance/tryinto⎵integer⎵ufix⎵string: Private symbol macros
Symbol Macro, instance/tryinto⎵integer⎵ufix⎵string-coalton-library/classes:tryinto: Private symbol macros
Symbol Macro, instance/tryinto⎵single-float⎵fraction⎵string: Private symbol macros
Symbol Macro, instance/tryinto⎵single-float⎵fraction⎵string-coalton-library/classes:tryinto: Private symbol macros
Symbol Macro, instance/tryinto⎵string⎵integer⎵string: Private symbol macros
Symbol Macro, instance/tryinto⎵string⎵integer⎵string-coalton-library/classes:tryinto: Private symbol macros
Symbol Macro, instance/tryinto⎵u16⎵i16⎵string: Private symbol macros
Symbol Macro, instance/tryinto⎵u16⎵i16⎵string-coalton-library/classes:tryinto: Private symbol macros
Symbol Macro, instance/tryinto⎵u16⎵i8⎵string: Private symbol macros
Symbol Macro, instance/tryinto⎵u16⎵i8⎵string-coalton-library/classes:tryinto: Private symbol macros
Symbol Macro, instance/tryinto⎵u16⎵u8⎵string: Private symbol macros
Symbol Macro, instance/tryinto⎵u16⎵u8⎵string-coalton-library/classes:tryinto: Private symbol macros
Symbol Macro, instance/tryinto⎵u32⎵i16⎵string: Private symbol macros
Symbol Macro, instance/tryinto⎵u32⎵i16⎵string-coalton-library/classes:tryinto: Private symbol macros
Symbol Macro, instance/tryinto⎵u32⎵i32⎵string: Private symbol macros
Symbol Macro, instance/tryinto⎵u32⎵i32⎵string-coalton-library/classes:tryinto: Private symbol macros
Symbol Macro, instance/tryinto⎵u32⎵i8⎵string: Private symbol macros
Symbol Macro, instance/tryinto⎵u32⎵i8⎵string-coalton-library/classes:tryinto: Private symbol macros
Symbol Macro, instance/tryinto⎵u32⎵single-float⎵string: Private symbol macros
Symbol Macro, instance/tryinto⎵u32⎵single-float⎵string-coalton-library/classes:tryinto: Private symbol macros
Symbol Macro, instance/tryinto⎵u32⎵u16⎵string: Private symbol macros
Symbol Macro, instance/tryinto⎵u32⎵u16⎵string-coalton-library/classes:tryinto: Private symbol macros
Symbol Macro, instance/tryinto⎵u32⎵u8⎵string: Private symbol macros
Symbol Macro, instance/tryinto⎵u32⎵u8⎵string-coalton-library/classes:tryinto: Private symbol macros
Symbol Macro, instance/tryinto⎵u64⎵double-float⎵string: Private symbol macros
Symbol Macro, instance/tryinto⎵u64⎵double-float⎵string-coalton-library/classes:tryinto: Private symbol macros
Symbol Macro, instance/tryinto⎵u64⎵i16⎵string: Private symbol macros
Symbol Macro, instance/tryinto⎵u64⎵i16⎵string-coalton-library/classes:tryinto: Private symbol macros
Symbol Macro, instance/tryinto⎵u64⎵i32⎵string: Private symbol macros
Symbol Macro, instance/tryinto⎵u64⎵i32⎵string-coalton-library/classes:tryinto: Private symbol macros
Symbol Macro, instance/tryinto⎵u64⎵i64⎵string: Private symbol macros
Symbol Macro, instance/tryinto⎵u64⎵i64⎵string-coalton-library/classes:tryinto: Private symbol macros
Symbol Macro, instance/tryinto⎵u64⎵i8⎵string: Private symbol macros
Symbol Macro, instance/tryinto⎵u64⎵i8⎵string-coalton-library/classes:tryinto: Private symbol macros
Symbol Macro, instance/tryinto⎵u64⎵ifix⎵string: Private symbol macros
Symbol Macro, instance/tryinto⎵u64⎵ifix⎵string-coalton-library/classes:tryinto: Private symbol macros
Symbol Macro, instance/tryinto⎵u64⎵single-float⎵string: Private symbol macros
Symbol Macro, instance/tryinto⎵u64⎵single-float⎵string-coalton-library/classes:tryinto: Private symbol macros
Symbol Macro, instance/tryinto⎵u64⎵u16⎵string: Private symbol macros
Symbol Macro, instance/tryinto⎵u64⎵u16⎵string-coalton-library/classes:tryinto: Private symbol macros
Symbol Macro, instance/tryinto⎵u64⎵u32⎵string: Private symbol macros
Symbol Macro, instance/tryinto⎵u64⎵u32⎵string-coalton-library/classes:tryinto: Private symbol macros
Symbol Macro, instance/tryinto⎵u64⎵u8⎵string: Private symbol macros
Symbol Macro, instance/tryinto⎵u64⎵u8⎵string-coalton-library/classes:tryinto: Private symbol macros
Symbol Macro, instance/tryinto⎵u64⎵ufix⎵string: Private symbol macros
Symbol Macro, instance/tryinto⎵u64⎵ufix⎵string-coalton-library/classes:tryinto: Private symbol macros
Symbol Macro, instance/tryinto⎵u8⎵i8⎵string: Private symbol macros
Symbol Macro, instance/tryinto⎵u8⎵i8⎵string-coalton-library/classes:tryinto: Private symbol macros
Symbol Macro, instance/tryinto⎵ufix⎵double-float⎵string: Private symbol macros
Symbol Macro, instance/tryinto⎵ufix⎵double-float⎵string-coalton-library/classes:tryinto: Private symbol macros
Symbol Macro, instance/tryinto⎵ufix⎵i16⎵string: Private symbol macros
Symbol Macro, instance/tryinto⎵ufix⎵i16⎵string-coalton-library/classes:tryinto: Private symbol macros
Symbol Macro, instance/tryinto⎵ufix⎵i32⎵string: Private symbol macros
Symbol Macro, instance/tryinto⎵ufix⎵i32⎵string-coalton-library/classes:tryinto: Private symbol macros
Symbol Macro, instance/tryinto⎵ufix⎵i8⎵string: Private symbol macros
Symbol Macro, instance/tryinto⎵ufix⎵i8⎵string-coalton-library/classes:tryinto: Private symbol macros
Symbol Macro, instance/tryinto⎵ufix⎵single-float⎵string: Private symbol macros
Symbol Macro, instance/tryinto⎵ufix⎵single-float⎵string-coalton-library/classes:tryinto: Private symbol macros
Symbol Macro, instance/tryinto⎵ufix⎵u16⎵string: Private symbol macros
Symbol Macro, instance/tryinto⎵ufix⎵u16⎵string-coalton-library/classes:tryinto: Private symbol macros
Symbol Macro, instance/tryinto⎵ufix⎵u32⎵string: Private symbol macros
Symbol Macro, instance/tryinto⎵ufix⎵u32⎵string-coalton-library/classes:tryinto: Private symbol macros
Symbol Macro, instance/tryinto⎵ufix⎵u8⎵string: Private symbol macros
Symbol Macro, instance/tryinto⎵ufix⎵u8⎵string-coalton-library/classes:tryinto: Private symbol macros
Symbol Macro, instance/types:runtimerepr⎵(filestream⎵:a): Private symbol macros
Symbol Macro, instance/types:runtimerepr⎵(filestream⎵:a)-coalton-library/types:runtime-repr: Private symbol macros
Symbol Macro, instance/types:runtimerepr⎵(iterator⎵:a): Private symbol macros
Symbol Macro, instance/types:runtimerepr⎵(iterator⎵:a)-coalton-library/types:runtime-repr: Private symbol macros
Symbol Macro, instance/types:runtimerepr⎵(lisparray⎵:a): Private symbol macros
Symbol Macro, instance/types:runtimerepr⎵(lisparray⎵:a)-coalton-library/types:runtime-repr: Private symbol macros
Symbol Macro, instance/types:runtimerepr⎵(optional⎵:a): Private symbol macros
Symbol Macro, instance/types:runtimerepr⎵(optional⎵:a)-coalton-library/types:runtime-repr: Private symbol macros
Symbol Macro, instance/types:runtimerepr⎵(result⎵:a⎵:b): Private symbol macros
Symbol Macro, instance/types:runtimerepr⎵(result⎵:a⎵:b)-coalton-library/types:runtime-repr: Private symbol macros
Symbol Macro, instance/types:runtimerepr⎵(seq⎵:a): Private symbol macros
Symbol Macro, instance/types:runtimerepr⎵(seq⎵:a)-coalton-library/types:runtime-repr: Private symbol macros
Symbol Macro, instance/types:runtimerepr⎵(slice⎵:a): Private symbol macros
Symbol Macro, instance/types:runtimerepr⎵(slice⎵:a)-coalton-library/types:runtime-repr: Private symbol macros
Symbol Macro, instance/types:runtimerepr⎵(tuple⎵:a⎵:b): Private symbol macros
Symbol Macro, instance/types:runtimerepr⎵(tuple⎵:a⎵:b)-coalton-library/types:runtime-repr: Private symbol macros
Symbol Macro, instance/types:runtimerepr⎵(vector⎵:a): Private symbol macros
Symbol Macro, instance/types:runtimerepr⎵(vector⎵:a)-coalton-library/types:runtime-repr: Private symbol macros
Symbol Macro, instance/types:runtimerepr⎵fileerror: Private symbol macros
Symbol Macro, instance/types:runtimerepr⎵fileerror-coalton-library/types:runtime-repr: Private symbol macros
Symbol Macro, instance/types:runtimerepr⎵ifexists: Private symbol macros
Symbol Macro, instance/types:runtimerepr⎵ifexists-coalton-library/types:runtime-repr: Private symbol macros
Symbol Macro, instance/types:runtimerepr⎵ord: Private symbol macros
Symbol Macro, instance/types:runtimerepr⎵ord-coalton-library/types:runtime-repr: Private symbol macros
Symbol Macro, instance/types:runtimerepr⎵pathname: Private symbol macros
Symbol Macro, instance/types:runtimerepr⎵pathname-coalton-library/types:runtime-repr: Private symbol macros
Symbol Macro, instance/types:runtimerepr⎵streamoptions: Private symbol macros
Symbol Macro, instance/types:runtimerepr⎵streamoptions-coalton-library/types:runtime-repr: Private symbol macros
Symbol Macro, instance/unwrappable⎵(result⎵:a): Private symbol macros
Symbol Macro, instance/unwrappable⎵(result⎵:a)-coalton-library/classes:unwrap-or-else: Private symbol macros
Symbol Macro, instance/unwrappable⎵optional: Private symbol macros
Symbol Macro, instance/unwrappable⎵optional-coalton-library/classes:unwrap-or-else: Private symbol macros
Symbol Macro, integer-<=: Private symbol macros
Symbol Macro, integer-<⎵type: Private symbol macros
Symbol Macro, integer->: Private symbol macros
Symbol Macro, integer->=: Private symbol macros
Symbol Macro, integer-complex-divide: Private symbol macros
Symbol Macro, integer-complex-equal: Private symbol macros
Symbol Macro, integer-complex-minus: Private symbol macros
Symbol Macro, integer-complex-plus: Private symbol macros
Symbol Macro, integer-complex-times: Private symbol macros
Symbol Macro, integer-even?: Private symbol macros
Symbol Macro, integer-gcd: Private symbol macros
Symbol Macro, integer-isqrt: Private symbol macros
Symbol Macro, integer-lcm: Private symbol macros
Symbol Macro, integer-odd?: Private symbol macros
Symbol Macro, integer-^: Private symbol macros
Symbol Macro, integral->num: Public symbol macros
Symbol Macro, intercalate: Public symbol macros
Symbol Macro, interleave!: Public symbol macros
Symbol Macro, intersection: Public symbol macros
Symbol Macro, intersperse: Public symbol macros
Symbol Macro, into: Public symbol macros
Symbol Macro, into-iter: Public symbol macros
Symbol Macro, isqrt: Public symbol macros
Symbol Macro, items!: Public symbol macros
Symbol Macro, iter-chunked: Public symbol macros
Symbol Macro, iter-chunked-exact: Public symbol macros
Symbol Macro, iter-sliding: Public symbol macros
Symbol Macro, iterator/%iterator-_0: Private symbol macros
Symbol Macro, iterator/%iterator-_1: Private symbol macros
Symbol Macro, iteratorstacknode/expand-_0: Private symbol macros
Symbol Macro, iteratorstacknode/yield-_0: Private symbol macros
Symbol Macro, justkey: Private symbol macros
Symbol Macro, key: Private symbol macros
Symbol Macro, keys: Public symbol macros
Symbol Macro, keys: Public symbol macros
Symbol Macro, last: Public symbol macros
Symbol Macro, last: Public symbol macros
Symbol Macro, last!: Public symbol macros
Symbol Macro, last-unsafe: Public symbol macros
Symbol Macro, lcm: Public symbol macros
Symbol Macro, leafarray: Private symbol macros
Symbol Macro, length: Public symbol macros
Symbol Macro, length: Public symbol macros
Symbol Macro, length: Public symbol macros
Symbol Macro, length: Public symbol macros
Symbol Macro, length: Public symbol macros
Symbol Macro, length: Public symbol macros
Symbol Macro, length: Public symbol macros
Symbol Macro, lifta2: Public symbol macros
Symbol Macro, liftf: Public symbol macros
Symbol Macro, lisp-version: Public symbol macros
Symbol Macro, lisperror: Private symbol macros
Symbol Macro, ln: Public symbol macros
Symbol Macro, log: Public symbol macros
Symbol Macro, lookup: Public symbol macros
Symbol Macro, lookup: Public symbol macros
Symbol Macro, lookup: Public symbol macros
Symbol Macro, lowercase?: Public symbol macros
Symbol Macro, lsh: Public symbol macros
Symbol Macro, lt: Public symbol macros
Symbol Macro, magnitude: Public symbol macros
Symbol Macro, make: Public symbol macros
Symbol Macro, make: Public symbol macros
Symbol Macro, make-node-from-branches: Private symbol macros
Symbol Macro, make-relaxed-node: Private symbol macros
Symbol Macro, make-uninitialized: Public symbol macros
Symbol Macro, map: Public symbol macros
Symbol Macro, map-err: Public symbol macros
Symbol Macro, map-fst: Public symbol macros
Symbol Macro, map-snd: Public symbol macros
Symbol Macro, map-while!: Public symbol macros
Symbol Macro, mappair: Private symbol macros
Symbol Macro, mappair/justkey-_0: Private symbol macros
Symbol Macro, mappair/mappair-_0: Private symbol macros
Symbol Macro, mappair/mappair-_1: Private symbol macros
Symbol Macro, max: Public symbol macros
Symbol Macro, max!: Public symbol macros
Symbol Macro, max-branching: Private symbol macros
Symbol Macro, maxbound: Public symbol macros
Symbol Macro, maximize-by!: Public symbol macros
Symbol Macro, maximum: Public symbol macros
Symbol Macro, mconcat: Public symbol macros
Symbol Macro, member: Public symbol macros
Symbol Macro, mempty: Public symbol macros
Symbol Macro, merge: Public symbol macros
Symbol Macro, merge: Public symbol macros
Symbol Macro, merge: Public symbol macros
Symbol Macro, min: Public symbol macros
Symbol Macro, min!: Public symbol macros
Symbol Macro, min-branching: Private symbol macros
Symbol Macro, minbound: Public symbol macros
Symbol Macro, minimize-by!: Public symbol macros
Symbol Macro, minimum: Public symbol macros
Symbol Macro, mkfraction: Public symbol macros
Symbol Macro, mod: Public symbol macros
Symbol Macro, msum: Public symbol macros
Symbol Macro, nan: Public symbol macros
Symbol Macro, nan?: Public symbol macros
Symbol Macro, negate: Public symbol macros
Symbol Macro, negative-infinity: Public symbol macros
Symbol Macro, negative?: Public symbol macros
Symbol Macro, negativeblack: Private symbol macros
Symbol Macro, new: Public symbol macros
Symbol Macro, new: Public symbol macros
Symbol Macro, new: Public symbol macros
Symbol Macro, new: Public symbol macros
Symbol Macro, new: Public symbol macros
Symbol Macro, new: Public symbol macros
Symbol Macro, new: Public symbol macros
Symbol Macro, next!: Public symbol macros
Symbol Macro, nil: Public symbol macros
Symbol Macro, none: Public symbol macros
Symbol Macro, none?: Public symbol macros
Symbol Macro, nonnegative?: Public symbol macros
Symbol Macro, nonpositive?: Public symbol macros
Symbol Macro, nonzero?: Public symbol macros
Symbol Macro, not: Public symbol macros
Symbol Macro, not: Public symbol macros
Symbol Macro, nth: Public symbol macros
Symbol Macro, nth-cdr: Public symbol macros
Symbol Macro, nth-root: Public symbol macros
Symbol Macro, null?: Public symbol macros
Symbol Macro, numerator: Public symbol macros
Symbol Macro, odd?: Public symbol macros
Symbol Macro, ok: Public symbol macros
Symbol Macro, ok-or-error: Public symbol macros
Symbol Macro, ok?: Public symbol macros
Symbol Macro, once: Public symbol macros
Symbol Macro, open: Public symbol macros
Symbol Macro, optimize!: Public symbol macros
Symbol Macro, optimize-by!: Public symbol macros
Symbol Macro, optimumby: Public symbol macros
Symbol Macro, optional/some-_0: Private symbol macros
Symbol Macro, or: Public symbol macros
Symbol Macro, or!: Public symbol macros
Symbol Macro, os: Public symbol macros
Symbol Macro, output: Public symbol macros
Symbol Macro, overwrite: Public symbol macros
Symbol Macro, pair-with: Public symbol macros
Symbol Macro, pair-with!: Public symbol macros
Symbol Macro, parse-int: Public symbol macros
Symbol Macro, partition: Public symbol macros
Symbol Macro, patherror: Private symbol macros
Symbol Macro, peek: Public symbol macros
Symbol Macro, peek-unsafe: Public symbol macros
Symbol Macro, perfect-subtree-size-at-height: Private symbol macros
Symbol Macro, perms: Public symbol macros
Symbol Macro, phase: Public symbol macros
Symbol Macro, pi: Public symbol macros
Symbol Macro, polar: Public symbol macros
Symbol Macro, pop: Public symbol macros
Symbol Macro, pop!: Public symbol macros
Symbol Macro, pop!: Public symbol macros
Symbol Macro, pop!: Public symbol macros
Symbol Macro, pop-unsafe!: Public symbol macros
Symbol Macro, pop-unsafe!: Public symbol macros
Symbol Macro, positive?: Public symbol macros
Symbol Macro, pow: Public symbol macros
Symbol Macro, primal-part: Public symbol macros
Symbol Macro, print: Public symbol macros
Symbol Macro, product: Public symbol macros
Symbol Macro, profile: Public symbol macros
Symbol Macro, profile/profile-_0: Private symbol macros
Symbol Macro, profile/profile-_1: Private symbol macros
Symbol Macro, profile/profile-_2: Private symbol macros
Symbol Macro, profile/profile-_3: Private symbol macros
Symbol Macro, proper: Public symbol macros
Symbol Macro, proxy: Public symbol macros
Symbol Macro, proxy-inner: Public symbol macros
Symbol Macro, proxy-of: Public symbol macros
Symbol Macro, pure: Public symbol macros
Symbol Macro, push: Public symbol macros
Symbol Macro, push!: Public symbol macros
Symbol Macro, push!: Public symbol macros
Symbol Macro, push!: Public symbol macros
Symbol Macro, put: Public symbol macros
Symbol Macro, put: Public symbol macros
Symbol Macro, quantization: Public symbol macros
Symbol Macro, quantization/quantization-_0: Private symbol macros
Symbol Macro, quantization/quantization-_1: Private symbol macros
Symbol Macro, quantization/quantization-_2: Private symbol macros
Symbol Macro, quantization/quantization-_3: Private symbol macros
Symbol Macro, quantization/quantization-_4: Private symbol macros
Symbol Macro, quantize: Public symbol macros
Symbol Macro, quot: Public symbol macros
Symbol Macro, quotrem: Public symbol macros
Symbol Macro, range: Public symbol macros
Symbol Macro, range: Public symbol macros
Symbol Macro, range-decreasing: Public symbol macros
Symbol Macro, range-increasing: Public symbol macros
Symbol Macro, rational-approx: Private symbol macros
Symbol Macro, read: Public symbol macros
Symbol Macro, read: Public symbol macros
Symbol Macro, read-char: Public symbol macros
Symbol Macro, read-file-lines: Public symbol macros
Symbol Macro, read-file-to-string: Public symbol macros
Symbol Macro, read-file-to-vector: Public symbol macros
Symbol Macro, read-vector: Public symbol macros
Symbol Macro, readable?: Public symbol macros
Symbol Macro, real-approx: Public symbol macros
Symbol Macro, real-part: Public symbol macros
Symbol Macro, rebalance-branches: Private symbol macros
Symbol Macro, rebuild-size-table: Private symbol macros
Symbol Macro, reciprocal: Public symbol macros
Symbol Macro, recursive-iter: Public symbol macros
Symbol Macro, red: Private symbol macros
Symbol Macro, reduce: Public symbol macros
Symbol Macro, ref: Public symbol macros
Symbol Macro, ref-unchecked: Public symbol macros
Symbol Macro, relaxednode: Private symbol macros
Symbol Macro, rem: Public symbol macros
Symbol Macro, remove: Public symbol macros
Symbol Macro, remove: Public symbol macros
Symbol Macro, remove: Public symbol macros
Symbol Macro, remove!: Public symbol macros
Symbol Macro, remove-directory!: Public symbol macros
Symbol Macro, remove-directory-recursive!: Public symbol macros
Symbol Macro, remove-duplicates: Public symbol macros
Symbol Macro, remove-duplicates!: Public symbol macros
Symbol Macro, remove-duplicates-rev: Private symbol macros
Symbol Macro, remove-if: Public symbol macros
Symbol Macro, remove-leaving-double-black: Private symbol macros
Symbol Macro, remove-max: Private symbol macros
Symbol Macro, remove-rev-if: Private symbol macros
Symbol Macro, remove-without-as-black: Private symbol macros
Symbol Macro, repeat: Public symbol macros
Symbol Macro, repeat: Public symbol macros
Symbol Macro, repeat-for: Public symbol macros
Symbol Macro, replace: Public symbol macros
Symbol Macro, replace: Public symbol macros
Symbol Macro, replace-first: Private symbol macros
Symbol Macro, replace-last: Private symbol macros
Symbol Macro, replace-or-insert: Public symbol macros
Symbol Macro, replace-or-insert: Public symbol macros
Symbol Macro, result/err-_0: Private symbol macros
Symbol Macro, result/ok-_0: Private symbol macros
Symbol Macro, reverse: Public symbol macros
Symbol Macro, reverse: Public symbol macros
Symbol Macro, round: Public symbol macros
Symbol Macro, round-half-down: Public symbol macros
Symbol Macro, round-half-up: Public symbol macros
Symbol Macro, round/: Public symbol macros
Symbol Macro, rsh: Public symbol macros
Symbol Macro, run: Public symbol macros
Symbol Macro, runtime-repr: Public symbol macros
Symbol Macro, runtime-repr-of: Public symbol macros
Symbol Macro, safe/: Public symbol macros
Symbol Macro, scale: Public symbol macros
Symbol Macro, seq/leafarray-_0: Private symbol macros
Symbol Macro, seq/relaxednode-_0: Private symbol macros
Symbol Macro, seq/relaxednode-_1: Private symbol macros
Symbol Macro, seq/relaxednode-_2: Private symbol macros
Symbol Macro, seq/relaxednode-_3: Private symbol macros
Symbol Macro, sequence: Public symbol macros
Symbol Macro, set!: Public symbol macros
Symbol Macro, set!: Public symbol macros
Symbol Macro, set!: Public symbol macros
Symbol Macro, set!: Public symbol macros
Symbol Macro, set!: Public symbol macros
Symbol Macro, set!/double-float: Private symbol macros
Symbol Macro, set!/i16: Private symbol macros
Symbol Macro, set!/i32: Private symbol macros
Symbol Macro, set!/i64: Private symbol macros
Symbol Macro, set!/i8: Private symbol macros
Symbol Macro, set!/ifix: Private symbol macros
Symbol Macro, set!/single-float: Private symbol macros
Symbol Macro, set!/u16: Private symbol macros
Symbol Macro, set!/u32: Private symbol macros
Symbol Macro, set!/u64: Private symbol macros
Symbol Macro, set!/u8: Private symbol macros
Symbol Macro, set!/ufix: Private symbol macros
Symbol Macro, set-capacity!: Public symbol macros
Symbol Macro, set-file-position: Public symbol macros
Symbol Macro, setenv!: Public symbol macros
Symbol Macro, shift: Public symbol macros
Symbol Macro, shift: Public symbol macros
Symbol Macro, shift-n-onto!: Private symbol macros
Symbol Macro, sign: Public symbol macros
Symbol Macro, simplify: Public symbol macros
Symbol Macro, simplify-integer: Public symbol macros
Symbol Macro, sin: Public symbol macros
Symbol Macro, sincos: Public symbol macros
Symbol Macro, single-float-<=: Private symbol macros
Symbol Macro, single-float-<⎵type: Private symbol macros
Symbol Macro, single-float->: Private symbol macros
Symbol Macro, single-float->=: Private symbol macros
Symbol Macro, single-float-complex-divide: Private symbol macros
Symbol Macro, single-float-complex-equal: Private symbol macros
Symbol Macro, single-float-complex-minus: Private symbol macros
Symbol Macro, single-float-complex-plus: Private symbol macros
Symbol Macro, single-float-complex-times: Private symbol macros
Symbol Macro, single-float-round: Private symbol macros
Symbol Macro, single-float-^: Private symbol macros
Symbol Macro, single-float-^^: Private symbol macros
Symbol Macro, singleton: Public symbol macros
Symbol Macro, singleton: Public symbol macros
Symbol Macro, singleton?: Public symbol macros
Symbol Macro, singleton?: Public symbol macros
Symbol Macro, sinh: Public symbol macros
Symbol Macro, size: Public symbol macros
Symbol Macro, size-hint: Public symbol macros
Symbol Macro, sleep: Public symbol macros
Symbol Macro, snd: Public symbol macros
Symbol Macro, some: Public symbol macros
Symbol Macro, some?: Public symbol macros
Symbol Macro, sort: Public symbol macros
Symbol Macro, sort!: Public symbol macros
Symbol Macro, sort-by!: Public symbol macros
Symbol Macro, sortby: Public symbol macros
Symbol Macro, split: Public symbol macros
Symbol Macro, split: Public symbol macros
Symbol Macro, sq: Private symbol macros
Symbol Macro, sqrt: Public symbol macros
Symbol Macro, square-magnitude: Public symbol macros
Symbol Macro, st: Public symbol macros
Symbol Macro, stack-for-decreasing-order-traversal: Private symbol macros
Symbol Macro, stack-for-increasing-order-traversal: Private symbol macros
Symbol Macro, streamoptions/bidirectional-_0: Private symbol macros
Symbol Macro, streamoptions/bidirectional-_1: Private symbol macros
Symbol Macro, streamoptions/input-_0: Private symbol macros
Symbol Macro, streamoptions/output-_0: Private symbol macros
Symbol Macro, streamoptions/output-_1: Private symbol macros
Symbol Macro, strip-prefix: Public symbol macros
Symbol Macro, strip-suffix: Public symbol macros
Symbol Macro, subdirectories: Public symbol macros
Symbol Macro, substring: Public symbol macros
Symbol Macro, substring-index: Public symbol macros
Symbol Macro, substring?: Public symbol macros
Symbol Macro, sum: Public symbol macros
Symbol Macro, sum!: Public symbol macros
Symbol Macro, supersede: Public symbol macros
Symbol Macro, swap!: Public symbol macros
Symbol Macro, swap-remove!: Public symbol macros
Symbol Macro, swap-remove-unsafe!: Public symbol macros
Symbol Macro, system-relative-pathname: Public symbol macros
Symbol Macro, tail: Public symbol macros
Symbol Macro, take: Public symbol macros
Symbol Macro, take!: Public symbol macros
Symbol Macro, tan: Public symbol macros
Symbol Macro, tanh: Public symbol macros
Symbol Macro, time: Public symbol macros
Symbol Macro, to-fraction: Public symbol macros
Symbol Macro, tointeger: Public symbol macros
Symbol Macro, trace: Public symbol macros
Symbol Macro, traceobject: Public symbol macros
Symbol Macro, transpose: Public symbol macros
Symbol Macro, traverse: Public symbol macros
Symbol Macro, tree-double-black?: Private symbol macros
Symbol Macro, tree-iterator: Private symbol macros
Symbol Macro, tree-minus-black: Private symbol macros
Symbol Macro, tree-plus-black: Private symbol macros
Symbol Macro, tree/branch-_0: Private symbol macros
Symbol Macro, tree/branch-_1: Private symbol macros
Symbol Macro, tree/branch-_2: Private symbol macros
Symbol Macro, tree/branch-_3: Private symbol macros
Symbol Macro, true: Public symbol macros
Symbol Macro, truncate: Public symbol macros
Symbol Macro, tryinto: Public symbol macros
Symbol Macro, tuple: Public symbol macros
Symbol Macro, tuple/tuple-_0: Private symbol macros
Symbol Macro, tuple/tuple-_1: Private symbol macros
Symbol Macro, tuple3: Public symbol macros
Symbol Macro, tuple3/tuple3-_0: Private symbol macros
Symbol Macro, tuple3/tuple3-_1: Private symbol macros
Symbol Macro, tuple3/tuple3-_2: Private symbol macros
Symbol Macro, tuple4: Public symbol macros
Symbol Macro, tuple4/tuple4-_0: Private symbol macros
Symbol Macro, tuple4/tuple4-_1: Private symbol macros
Symbol Macro, tuple4/tuple4-_2: Private symbol macros
Symbol Macro, tuple4/tuple4-_3: Private symbol macros
Symbol Macro, tuple5: Public symbol macros
Symbol Macro, tuple5/tuple5-_0: Private symbol macros
Symbol Macro, tuple5/tuple5-_1: Private symbol macros
Symbol Macro, tuple5/tuple5-_2: Private symbol macros
Symbol Macro, tuple5/tuple5-_3: Private symbol macros
Symbol Macro, tuple5/tuple5-_4: Private symbol macros
Symbol Macro, u16-<=: Private symbol macros
Symbol Macro, u16-<⎵type: Private symbol macros
Symbol Macro, u16->: Private symbol macros
Symbol Macro, u16->=: Private symbol macros
Symbol Macro, u16-complex-divide: Private symbol macros
Symbol Macro, u16-complex-equal: Private symbol macros
Symbol Macro, u16-complex-minus: Private symbol macros
Symbol Macro, u16-complex-plus: Private symbol macros
Symbol Macro, u16-complex-times: Private symbol macros
Symbol Macro, u16-even?: Private symbol macros
Symbol Macro, u16-gcd: Private symbol macros
Symbol Macro, u16-isqrt: Private symbol macros
Symbol Macro, u16-lcm: Private symbol macros
Symbol Macro, u16-odd?: Private symbol macros
Symbol Macro, u16-^: Private symbol macros
Symbol Macro, u32-<=: Private symbol macros
Symbol Macro, u32-<⎵type: Private symbol macros
Symbol Macro, u32->: Private symbol macros
Symbol Macro, u32->=: Private symbol macros
Symbol Macro, u32-complex-divide: Private symbol macros
Symbol Macro, u32-complex-equal: Private symbol macros
Symbol Macro, u32-complex-minus: Private symbol macros
Symbol Macro, u32-complex-plus: Private symbol macros
Symbol Macro, u32-complex-times: Private symbol macros
Symbol Macro, u32-even?: Private symbol macros
Symbol Macro, u32-gcd: Private symbol macros
Symbol Macro, u32-isqrt: Private symbol macros
Symbol Macro, u32-lcm: Private symbol macros
Symbol Macro, u32-odd?: Private symbol macros
Symbol Macro, u32-^: Private symbol macros
Symbol Macro, u64-<=: Private symbol macros
Symbol Macro, u64-<⎵type: Private symbol macros
Symbol Macro, u64->: Private symbol macros
Symbol Macro, u64->=: Private symbol macros
Symbol Macro, u64-complex-divide: Private symbol macros
Symbol Macro, u64-complex-equal: Private symbol macros
Symbol Macro, u64-complex-minus: Private symbol macros
Symbol Macro, u64-complex-plus: Private symbol macros
Symbol Macro, u64-complex-times: Private symbol macros
Symbol Macro, u64-even?: Private symbol macros
Symbol Macro, u64-gcd: Private symbol macros
Symbol Macro, u64-isqrt: Private symbol macros
Symbol Macro, u64-lcm: Private symbol macros
Symbol Macro, u64-odd?: Private symbol macros
Symbol Macro, u64-^: Private symbol macros
Symbol Macro, u8-<=: Private symbol macros
Symbol Macro, u8-<⎵type: Private symbol macros
Symbol Macro, u8->: Private symbol macros
Symbol Macro, u8->=: Private symbol macros
Symbol Macro, u8-complex-divide: Private symbol macros
Symbol Macro, u8-complex-equal: Private symbol macros
Symbol Macro, u8-complex-minus: Private symbol macros
Symbol Macro, u8-complex-plus: Private symbol macros
Symbol Macro, u8-complex-times: Private symbol macros
Symbol Macro, u8-even?: Private symbol macros
Symbol Macro, u8-gcd: Private symbol macros
Symbol Macro, u8-isqrt: Private symbol macros
Symbol Macro, u8-lcm: Private symbol macros
Symbol Macro, u8-odd?: Private symbol macros
Symbol Macro, u8-^: Private symbol macros
Symbol Macro, ufix-<=: Private symbol macros
Symbol Macro, ufix-<⎵type: Private symbol macros
Symbol Macro, ufix->: Private symbol macros
Symbol Macro, ufix->=: Private symbol macros
Symbol Macro, ufix-complex-divide: Private symbol macros
Symbol Macro, ufix-complex-equal: Private symbol macros
Symbol Macro, ufix-complex-minus: Private symbol macros
Symbol Macro, ufix-complex-plus: Private symbol macros
Symbol Macro, ufix-complex-times: Private symbol macros
Symbol Macro, ufix-even?: Private symbol macros
Symbol Macro, ufix-gcd: Private symbol macros
Symbol Macro, ufix-isqrt: Private symbol macros
Symbol Macro, ufix-lcm: Private symbol macros
Symbol Macro, ufix-odd?: Private symbol macros
Symbol Macro, ufix-^: Private symbol macros
Symbol Macro, uncurry: Public symbol macros
Symbol Macro, undefined: Public symbol macros
Symbol Macro, unify: Private symbol macros
Symbol Macro, union: Public symbol macros
Symbol Macro, unit: Public symbol macros
Symbol Macro, unsafe-aref: Public symbol macros
Symbol Macro, unsafe-cast: Private symbol macros
Symbol Macro, unsafe-pointer-eq?: Public symbol macros
Symbol Macro, unsafe-set!: Public symbol macros
Symbol Macro, unwrap: Public symbol macros
Symbol Macro, unwrap-or-else: Public symbol macros
Symbol Macro, unwrapped!: Public symbol macros
Symbol Macro, up-through: Public symbol macros
Symbol Macro, up-to: Public symbol macros
Symbol Macro, upcase: Public symbol macros
Symbol Macro, update: Public symbol macros
Symbol Macro, update!: Public symbol macros
Symbol Macro, update-swap!: Public symbol macros
Symbol Macro, uppercase?: Public symbol macros
Symbol Macro, val: Public symbol macros
Symbol Macro, value: Private symbol macros
Symbol Macro, values: Public symbol macros
Symbol Macro, values: Public symbol macros
Symbol Macro, with-capacity: Public symbol macros
Symbol Macro, with-capacity: Public symbol macros
Symbol Macro, with-default: Public symbol macros
Symbol Macro, with-initial-element: Public symbol macros
Symbol Macro, with-open-file: Public symbol macros
Symbol Macro, with-size: Public symbol macros
Symbol Macro, with-temp-directory: Public symbol macros
Symbol Macro, with-temp-file: Public symbol macros
Symbol Macro, writable?: Public symbol macros
Symbol Macro, write: Public symbol macros
Symbol Macro, write!: Public symbol macros
Symbol Macro, write-char: Public symbol macros
Symbol Macro, write-line: Public symbol macros
Symbol Macro, write-string: Public symbol macros
Symbol Macro, write-to-file!: Public symbol macros
Symbol Macro, write-vector: Public symbol macros
Symbol Macro, xor: Public symbol macros
Symbol Macro, xor: Public symbol macros
Symbol Macro, yield: Private symbol macros
Symbol Macro, zero?: Public symbol macros
Symbol Macro, zip: Public symbol macros
Symbol Macro, zip!: Public symbol macros
Symbol Macro, zip-with!: Public symbol macros
Symbol Macro, zipwith: Public symbol macros
Symbol Macro, zipwith3: Public symbol macros
Symbol Macro, zipwith4: Public symbol macros
Symbol Macro, zipwith5: Public symbol macros
Symbol Macro, ^: Public symbol macros
Symbol Macro, ^^: Public symbol macros
system-relative-pathname: Public symbol macros

T
table: Public structures
tail: Public symbol macros
take: Public symbol macros
take!: Public symbol macros
tan: Public symbol macros
tan: Private classes
tanh: Public symbol macros
test: Public structures
then: Public structures
then: Public structures
time: Public symbol macros
to: Public structures
to: Public structures
to: Public structures
to: Public structures
to: Public structures
to: Public structures
to: Public structures
to: Public structures
to: Public structures
to: Public structures
to: Private structures
to-fraction: Public symbol macros
to-fraction: Private classes
to-ty: Public structures
tointeger: Public symbol macros
tointeger: Private classes
top-hoist-point: Public structures
trace: Public symbol macros
traceobject: Public symbol macros
transpose: Public symbol macros
traverse: Public symbol macros
traverse: Private classes
tree-double-black?: Private symbol macros
tree-iterator: Private symbol macros
tree-minus-black: Private symbol macros
tree-plus-black: Private symbol macros
tree/branch-_0: Private symbol macros
tree/branch-_1: Private symbol macros
tree/branch-_2: Private symbol macros
tree/branch-_3: Private symbol macros
true: Public symbol macros
truncate: Public symbol macros
tryinto: Public symbol macros
tryinto: Private classes
tuple: Public symbol macros
tuple/tuple-_0: Private symbol macros
tuple/tuple-_1: Private symbol macros
tuple3: Public symbol macros
tuple3/tuple3-_0: Private symbol macros
tuple3/tuple3-_1: Private symbol macros
tuple3/tuple3-_2: Private symbol macros
tuple4: Public symbol macros
tuple4/tuple4-_0: Private symbol macros
tuple4/tuple4-_1: Private symbol macros
tuple4/tuple4-_2: Private symbol macros
tuple4/tuple4-_3: Private symbol macros
tuple5: Public symbol macros
tuple5/tuple5-_0: Private symbol macros
tuple5/tuple5-_1: Private symbol macros
tuple5/tuple5-_2: Private symbol macros
tuple5/tuple5-_3: Private symbol macros
tuple5/tuple5-_4: Private symbol macros
ty-table: Public structures
ty-table: Public structures
type: Public conditions
type: Public conditions
type: Public conditions
type: Public structures
type: Public structures
type: Public structures
type: Public structures
type: Public structures
type: Public structures
type: Public structures
type: Public structures
type: Public structures
type: Public structures
type: Public structures
type: Public structures
type: Public structures
type: Public structures
type: Public structures
type: Public structures
type: Public structures
type: Public structures
type: Public structures
type: Public structures
type: Public structures
type: Public structures
type: Public structures
type: Public classes
type: Private structures
type: Private structures
type: Private structures
type-environment: Public structures
type1: Public conditions
type1: Public conditions
type2: Public conditions
type2: Public conditions
types: Public structures
types: Public structures
types: Public structures
types: Public structures
tyvars: Public structures

U
u16-<=: Private symbol macros
u16-<⎵type: Private symbol macros
u16->: Private symbol macros
u16->=: Private symbol macros
u16-complex-divide: Private symbol macros
u16-complex-equal: Private symbol macros
u16-complex-minus: Private symbol macros
u16-complex-plus: Private symbol macros
u16-complex-times: Private symbol macros
u16-even?: Private symbol macros
u16-gcd: Private symbol macros
u16-isqrt: Private symbol macros
u16-lcm: Private symbol macros
u16-odd?: Private symbol macros
u16-^: Private symbol macros
u32-<=: Private symbol macros
u32-<⎵type: Private symbol macros
u32->: Private symbol macros
u32->=: Private symbol macros
u32-complex-divide: Private symbol macros
u32-complex-equal: Private symbol macros
u32-complex-minus: Private symbol macros
u32-complex-plus: Private symbol macros
u32-complex-times: Private symbol macros
u32-even?: Private symbol macros
u32-gcd: Private symbol macros
u32-isqrt: Private symbol macros
u32-lcm: Private symbol macros
u32-odd?: Private symbol macros
u32-^: Private symbol macros
u64-<=: Private symbol macros
u64-<⎵type: Private symbol macros
u64->: Private symbol macros
u64->=: Private symbol macros
u64-complex-divide: Private symbol macros
u64-complex-equal: Private symbol macros
u64-complex-minus: Private symbol macros
u64-complex-plus: Private symbol macros
u64-complex-times: Private symbol macros
u64-even?: Private symbol macros
u64-gcd: Private symbol macros
u64-isqrt: Private symbol macros
u64-lcm: Private symbol macros
u64-odd?: Private symbol macros
u64-^: Private symbol macros
u8-<=: Private symbol macros
u8-<⎵type: Private symbol macros
u8->: Private symbol macros
u8->=: Private symbol macros
u8-complex-divide: Private symbol macros
u8-complex-equal: Private symbol macros
u8-complex-minus: Private symbol macros
u8-complex-plus: Private symbol macros
u8-complex-times: Private symbol macros
u8-even?: Private symbol macros
u8-gcd: Private symbol macros
u8-isqrt: Private symbol macros
u8-lcm: Private symbol macros
u8-odd?: Private symbol macros
u8-^: Private symbol macros
ufix-<=: Private symbol macros
ufix-<⎵type: Private symbol macros
ufix->: Private symbol macros
ufix->=: Private symbol macros
ufix-complex-divide: Private symbol macros
ufix-complex-equal: Private symbol macros
ufix-complex-minus: Private symbol macros
ufix-complex-plus: Private symbol macros
ufix-complex-times: Private symbol macros
ufix-even?: Private symbol macros
ufix-gcd: Private symbol macros
ufix-isqrt: Private symbol macros
ufix-lcm: Private symbol macros
ufix-odd?: Private symbol macros
ufix-^: Private symbol macros
uncurry: Public symbol macros
undefined: Public symbol macros
unify: Private symbol macros
union: Public symbol macros
unit: Public symbol macros
unless: Public structures
unqualified-methods: Public structures
unread: Public classes
unsafe-aref: Public symbol macros
unsafe-aref: Private classes
unsafe-cast: Private symbol macros
unsafe-pointer-eq?: Public symbol macros
unsafe-set!: Public symbol macros
unsafe-set!: Private classes
unwrap: Public symbol macros
unwrap-or-else: Public symbol macros
unwrap-or-else: Private classes
unwrapped!: Public symbol macros
up-through: Public symbol macros
up-to: Public symbol macros
upcase: Public symbol macros
update: Public symbol macros
update!: Public symbol macros
update-swap!: Public symbol macros
uppercase?: Public symbol macros

V
val: Public symbol macros
value: Public structures
value: Public structures
value: Public structures
value: Public structures
value: Public structures
value: Public structures
value: Public structures
value: Public structures
value: Public structures
value: Public structures
value: Public structures
value: Private symbol macros
value: Private structures
value-environment: Public structures
values: Public symbol macros
values: Public symbol macros
var: Private structures
var-names: Public structures
var-names: Public structures
variable: Public structures
vars: Public structures
vars: Public structures
vars: Public structures
vars: Public structures
vars: Public structures
vars: Public structures
vars: Public structures

W
when: Public structures
when: Public structures
while: Public structures
while-let: Public structures
with-capacity: Public symbol macros
with-capacity: Public symbol macros
with-default: Public symbol macros
with-initial-element: Public symbol macros
with-open-file: Public symbol macros
with-size: Public symbol macros
with-temp-directory: Public symbol macros
with-temp-file: Public symbol macros
writable?: Public symbol macros
writable?: Private classes
write: Public symbol macros
write: Private classes
write!: Public symbol macros
write-char: Public symbol macros
write-line: Public symbol macros
write-string: Public symbol macros
write-to-file!: Public symbol macros
write-vector: Public symbol macros

X
xor: Public symbol macros
xor: Public symbol macros
xor: Private classes

Y
yield: Private symbol macros

Z
zero?: Public symbol macros
zip: Public symbol macros
zip!: Public symbol macros
zip-with!: Public symbol macros
zipwith: Public symbol macros
zipwith3: Public symbol macros
zipwith4: Public symbol macros
zipwith5: Public symbol macros


A.4 Data types

Jump to:   A   B   C   D   E   F   G   H   I   K   L   M   N   O   P   Q   R   S   T   U   V   W  
Index Entry  Section

A
accessor: Public structures
accessor-list: Public types
accessor.lisp: The coalton-compiler/typechecker/accessor․lisp file
action: Public structures
action-list: Private types
algorithm: The coalton-compiler/algorithm module
ambiguity: Private structures
ambiguity-list: Private types
ambiguous-constraint: Public conditions
analysis: The coalton-compiler/analysis module
analysis.lisp: The coalton-compiler/analysis/analysis․lisp file
argument: Private types
argument-list: Private types
arith.lisp: The coalton/library/math/arith․lisp file
ast-substitution: Public structures
ast-substitution-list: Public types
ast-substitutions.lisp: The coalton-compiler/codegen/ast-substitutions․lisp file
ast.lisp: The coalton-compiler/codegen/ast․lisp file
attribute: Public structures
attribute-monomorphize: Public structures
attribute-repr: Public structures

B
base.lisp: The coalton-compiler/parser/base․lisp file
base.lisp: The coalton-compiler/typechecker/base․lisp file
binding-list: Public types
binding-type: Public types
binding-type-list: Public types
binding.lisp: The coalton-compiler/parser/binding․lisp file
binding.lisp: The coalton-compiler/typechecker/binding․lisp file
bits.lisp: The coalton/library/bits․lisp file
boolean.lisp: The coalton/library/boolean․lisp file
bounded.lisp: The coalton/library/math/bounded․lisp file
branch-list: Public types
builtin.lisp: The coalton/library/builtin․lisp file

C
candidate-manager: Private structures
cell: Public classes
cell-internal: Private structures
cell.lisp: The coalton/library/cell․lisp file
char-position-stream: Public classes
char.lisp: The coalton/library/char․lisp file
Class, cell: Public classes
Class, char-position-stream: Public classes
Class, class/%filebyte: Private classes
Class, class/alternative: Private classes
Class, class/applicative: Private classes
Class, class/bifunctor: Private classes
Class, class/bits: Private classes
Class, class/bounded: Private classes
Class, class/complex: Private classes
Class, class/default: Private classes
Class, class/dividable: Private classes
Class, class/elementary: Private classes
Class, class/eq: Private classes
Class, class/exponentiable: Private classes
Class, class/file: Private classes
Class, class/foldable: Private classes
Class, class/fromiterator: Private classes
Class, class/functor: Private classes
Class, class/hash: Private classes
Class, class/integral: Private classes
Class, class/into: Private classes
Class, class/intoiterator: Private classes
Class, class/iso: Private classes
Class, class/monad: Private classes
Class, class/monadfail: Private classes
Class, class/monoid: Private classes
Class, class/num: Private classes
Class, class/ord: Private classes
Class, class/polar: Private classes
Class, class/quantizable: Private classes
Class, class/radical: Private classes
Class, class/randomaccess: Private classes
Class, class/rational: Private classes
Class, class/real: Private classes
Class, class/reciprocable: Private classes
Class, class/remainder: Private classes
Class, class/runtimerepr: Private classes
Class, class/semigroup: Private classes
Class, class/signalable: Private classes
Class, class/sliceable: Private classes
Class, class/transfinite: Private classes
Class, class/traversable: Private classes
Class, class/trigonometric: Private classes
Class, class/tryinto: Private classes
Class, class/unwrappable: Private classes
Class, coalton-eclector-client: Private classes
Class, complex: Public classes
Class, complex/%complex: Private classes
Class, dual: Public classes
Class, dual/dual: Private classes
Class, dyadic: Public classes
Class, dyadic/dyadic: Private classes
Class, fileerror: Public classes
Class, fileerror/eof: Private classes
Class, fileerror/fileerror: Private classes
Class, fileerror/lisperror: Private classes
Class, fileerror/patherror: Private classes
Class, filestream: Public classes
Class, free: Public classes
Class, free/free: Private classes
Class, free/val: Private classes
Class, hash: Public classes
Class, hashtable: Public classes
Class, i16: Public classes
Class, i32: Public classes
Class, i64: Public classes
Class, i8: Public classes
Class, ifix: Public classes
Class, iterator: Public classes
Class, iterator/%iterator: Private classes
Class, iteratorstacknode: Private classes
Class, iteratorstacknode/expand: Private classes
Class, iteratorstacknode/yield: Private classes
Class, lisparray: Public classes
Class, lispcondition: Public classes
Class, lisptype: Public classes
Class, mappair: Private classes
Class, mappair/justkey: Private classes
Class, mappair/mappair: Private classes
Class, note: Public classes
Class, optional: Public classes
Class, optional/none: Private classes
Class, optional/some: Private classes
Class, pathname: Public classes
Class, printer-state: Private classes
Class, profile: Public classes
Class, profile/profile: Private classes
Class, quantization: Public classes
Class, quantization/quantization: Private classes
Class, queue: Public classes
Class, result: Public classes
Class, result/err: Private classes
Class, result/ok: Private classes
Class, seq: Public classes
Class, seq/leafarray: Private classes
Class, seq/relaxednode: Private classes
Class, slice: Public classes
Class, source: Private classes
Class, source-file: Private classes
Class, source-string: Private classes
Class, streamoptions: Public classes
Class, streamoptions/bidirectional: Private classes
Class, streamoptions/input: Private classes
Class, streamoptions/output: Private classes
Class, tree: Public classes
Class, tree/branch: Private classes
Class, tree/doubleblackempty: Private classes
Class, tree/empty: Private classes
Class, tuple: Public classes
Class, tuple/tuple: Private classes
Class, tuple3: Public classes
Class, tuple3/tuple3: Private classes
Class, tuple4: Public classes
Class, tuple4/tuple4: Private classes
Class, tuple5: Public classes
Class, tuple5/tuple5: Private classes
Class, u16: Public classes
Class, u32: Public classes
Class, u64: Public classes
Class, u8: Public classes
Class, ufix: Public classes
Class, vector: Public classes
Class, void: Public classes
class-environment: Public structures
class/%filebyte: Private classes
class/alternative: Private classes
class/applicative: Private classes
class/bifunctor: Private classes
class/bits: Private classes
class/bounded: Private classes
class/complex: Private classes
class/default: Private classes
class/dividable: Private classes
class/elementary: Private classes
class/eq: Private classes
class/exponentiable: Private classes
class/file: Private classes
class/foldable: Private classes
class/fromiterator: Private classes
class/functor: Private classes
class/hash: Private classes
class/integral: Private classes
class/into: Private classes
class/intoiterator: Private classes
class/iso: Private classes
class/monad: Private classes
class/monadfail: Private classes
class/monoid: Private classes
class/num: Private classes
class/ord: Private classes
class/polar: Private classes
class/quantizable: Private classes
class/radical: Private classes
class/randomaccess: Private classes
class/rational: Private classes
class/real: Private classes
class/reciprocable: Private classes
class/remainder: Private classes
class/runtimerepr: Private classes
class/semigroup: Private classes
class/signalable: Private classes
class/sliceable: Private classes
class/transfinite: Private classes
class/traversable: Private classes
class/trigonometric: Private classes
class/tryinto: Private classes
class/unwrappable: Private classes
classes.lisp: The coalton/library/classes․lisp file
coalton: The coalton system
coalton: The coalton package
coalton-asdf: The coalton-asdf system
coalton-asdf.asd: The coalton-asdf/coalton-asdf․asd file
coalton-asdf.lisp: The coalton-asdf/coalton-asdf․lisp file
coalton-bug: Public conditions
coalton-compiler: The coalton-compiler system
coalton-compiler.asd: The coalton-compiler/coalton-compiler․asd file
coalton-eclector-client: Private classes
coalton-impl/algorithm: The coalton-impl/algorithm package
coalton-impl/algorithm/immutable-listmap: The coalton-impl/algorithm/immutable-listmap package
coalton-impl/algorithm/immutable-map: The coalton-impl/algorithm/immutable-map package
coalton-impl/algorithm/tarjan-scc: The coalton-impl/algorithm/tarjan-scc package
coalton-impl/analysis: The coalton-impl/analysis package
coalton-impl/analysis/analysis: The coalton-impl/analysis/analysis package
coalton-impl/analysis/pattern-exhaustiveness: The coalton-impl/analysis/pattern-exhaustiveness package
coalton-impl/analysis/underapplied-values: The coalton-impl/analysis/underapplied-values package
coalton-impl/analysis/unused-variables: The coalton-impl/analysis/unused-variables package
coalton-impl/codegen: The coalton-impl/codegen package
coalton-impl/codegen/ast: The coalton-impl/codegen/ast package
coalton-impl/codegen/ast-substitutions: The coalton-impl/codegen/ast-substitutions package
coalton-impl/codegen/codegen-class: The coalton-impl/codegen/codegen-class package
coalton-impl/codegen/codegen-expression: The coalton-impl/codegen/codegen-expression package
coalton-impl/codegen/codegen-pattern: The coalton-impl/codegen/codegen-pattern package
coalton-impl/codegen/codegen-type-definition: The coalton-impl/codegen/codegen-type-definition package
coalton-impl/codegen/constant-propagation: The coalton-impl/codegen/constant-propagation package
coalton-impl/codegen/hoister: The coalton-impl/codegen/hoister package
coalton-impl/codegen/monomorphize: The coalton-impl/codegen/monomorphize package
coalton-impl/codegen/optimizer: The coalton-impl/codegen/optimizer package
coalton-impl/codegen/pattern: The coalton-impl/codegen/pattern package
coalton-impl/codegen/program: The coalton-impl/codegen/program package
coalton-impl/codegen/resolve-instance: The coalton-impl/codegen/resolve-instance package
coalton-impl/codegen/struct-or-class: The coalton-impl/codegen/struct-or-class package
coalton-impl/codegen/transformations: The coalton-impl/codegen/transformations package
coalton-impl/codegen/translate-expression: The coalton-impl/codegen/translate-expression package
coalton-impl/codegen/translate-instance: The coalton-impl/codegen/translate-instance package
coalton-impl/codegen/traverse: The coalton-impl/codegen/traverse package
coalton-impl/codegen/typecheck-node: The coalton-impl/codegen/typecheck-node package
coalton-impl/constants: The coalton-impl/constants package
coalton-impl/debug: The coalton-impl/debug package
coalton-impl/entry: The coalton-impl/entry package
coalton-impl/faux-macros: The coalton-impl/faux-macros package
coalton-impl/global-lexical: The coalton-impl/global-lexical package
coalton-impl/parser: The coalton-impl/parser package
coalton-impl/parser/%defpackage: The coalton-impl/parser/%defpackage package
coalton-impl/parser/base: The coalton-impl/parser/base package
coalton-impl/parser/binding: The coalton-impl/parser/binding package
coalton-impl/parser/collect: The coalton-impl/parser/collect package
coalton-impl/parser/cursor: The coalton-impl/parser/cursor package
coalton-impl/parser/expression: The coalton-impl/parser/expression package
coalton-impl/parser/macro: The coalton-impl/parser/macro package
coalton-impl/parser/pattern: The coalton-impl/parser/pattern package
coalton-impl/parser/reader: The coalton-impl/parser/reader package
coalton-impl/parser/renamer: The coalton-impl/parser/renamer package
coalton-impl/parser/toplevel: The coalton-impl/parser/toplevel package
coalton-impl/parser/type-definition: The coalton-impl/parser/type-definition package
coalton-impl/parser/types: The coalton-impl/parser/types package
coalton-impl/reader: The coalton-impl/reader package
coalton-impl/runtime: The coalton-impl/runtime package
coalton-impl/runtime/function-entry: The coalton-impl/runtime/function-entry package
coalton-impl/settings: The coalton-impl/settings package
coalton-impl/source: The coalton-impl/source package
coalton-impl/typechecker: The coalton-impl/typechecker package
coalton-impl/typechecker/accessor: The coalton-impl/typechecker/accessor package
coalton-impl/typechecker/base: The coalton-impl/typechecker/base package
coalton-impl/typechecker/binding: The coalton-impl/typechecker/binding package
coalton-impl/typechecker/context-reduction: The coalton-impl/typechecker/context-reduction package
coalton-impl/typechecker/define: The coalton-impl/typechecker/define package
coalton-impl/typechecker/define-class: The coalton-impl/typechecker/define-class package
coalton-impl/typechecker/define-instance: The coalton-impl/typechecker/define-instance package
coalton-impl/typechecker/define-type: The coalton-impl/typechecker/define-type package
coalton-impl/typechecker/environment: The coalton-impl/typechecker/environment package
coalton-impl/typechecker/expression: The coalton-impl/typechecker/expression package
coalton-impl/typechecker/fundeps: The coalton-impl/typechecker/fundeps package
coalton-impl/typechecker/kinds: The coalton-impl/typechecker/kinds package
coalton-impl/typechecker/lisp-type: The coalton-impl/typechecker/lisp-type package
coalton-impl/typechecker/map: The coalton-impl/typechecker/map package
coalton-impl/typechecker/parse-type: The coalton-impl/typechecker/parse-type package
coalton-impl/typechecker/partial-type-env: The coalton-impl/typechecker/partial-type-env package
coalton-impl/typechecker/pattern: The coalton-impl/typechecker/pattern package
coalton-impl/typechecker/predicate: The coalton-impl/typechecker/predicate package
coalton-impl/typechecker/scheme: The coalton-impl/typechecker/scheme package
coalton-impl/typechecker/specialize: The coalton-impl/typechecker/specialize package
coalton-impl/typechecker/stage-1: The coalton-impl/typechecker/stage-1 package
coalton-impl/typechecker/substitutions: The coalton-impl/typechecker/substitutions package
coalton-impl/typechecker/tc-env: The coalton-impl/typechecker/tc-env package
coalton-impl/typechecker/toplevel: The coalton-impl/typechecker/toplevel package
coalton-impl/typechecker/translation-unit: The coalton-impl/typechecker/translation-unit package
coalton-impl/typechecker/traverse: The coalton-impl/typechecker/traverse package
coalton-impl/typechecker/type-errors: The coalton-impl/typechecker/type-errors package
coalton-impl/typechecker/types: The coalton-impl/typechecker/types package
coalton-impl/typechecker/unify: The coalton-impl/typechecker/unify package
coalton-impl/util: The coalton-impl/util package
coalton-internal-type-error: Public conditions
coalton-library/bits: The coalton-library/bits package
coalton-library/boolean: The coalton-library/boolean package
coalton-library/builtin: The coalton-library/builtin package
coalton-library/cell: The coalton-library/cell package
coalton-library/char: The coalton-library/char package
coalton-library/classes: The coalton-library/classes package
coalton-library/file: The coalton-library/file package
coalton-library/functions: The coalton-library/functions package
coalton-library/hash: The coalton-library/hash package
coalton-library/hashtable: The coalton-library/hashtable package
coalton-library/iterator: The coalton-library/iterator package
coalton-library/lisparray: The coalton-library/lisparray package
coalton-library/list: The coalton-library/list package
coalton-library/math: The coalton-library/math package
coalton-library/math/arith: The coalton-library/math/arith package
coalton-library/math/bounded: The coalton-library/math/bounded package
coalton-library/math/complex: The coalton-library/math/complex package
coalton-library/math/conversions: The coalton-library/math/conversions package
coalton-library/math/dual: The coalton-library/math/dual package
coalton-library/math/dyadic: The coalton-library/math/dyadic package
coalton-library/math/elementary: The coalton-library/math/elementary package
coalton-library/math/fraction: The coalton-library/math/fraction package
coalton-library/math/integral: The coalton-library/math/integral package
coalton-library/math/num: The coalton-library/math/num package
coalton-library/math/real: The coalton-library/math/real package
coalton-library/monad/free: The coalton-library/monad/free package
coalton-library/monad/state: The coalton-library/monad/state package
coalton-library/optional: The coalton-library/optional package
coalton-library/ord-map: The coalton-library/ord-map package
coalton-library/ord-tree: The coalton-library/ord-tree package
coalton-library/queue: The coalton-library/queue package
coalton-library/randomaccess: The coalton-library/randomaccess package
coalton-library/result: The coalton-library/result package
coalton-library/seq: The coalton-library/seq package
coalton-library/slice: The coalton-library/slice package
coalton-library/string: The coalton-library/string package
coalton-library/system: The coalton-library/system package
coalton-library/tuple: The coalton-library/tuple package
coalton-library/types: The coalton-library/types package
coalton-library/utils: The coalton-library/utils package
coalton-library/vector: The coalton-library/vector package
coalton-prelude: The coalton-prelude package
coalton-user: The coalton-user package
coalton.asd: The coalton/coalton․asd file
coalton/hashtable-shim: The coalton/hashtable-shim system
coalton/hashtable-shim: The coalton/hashtable-shim package
coalton/library: The coalton/library system
code-environment: Public structures
codegen: The coalton-compiler/codegen module
codegen-class.lisp: The coalton-compiler/codegen/codegen-class․lisp file
codegen-expression.lisp: The coalton-compiler/codegen/codegen-expression․lisp file
codegen-pattern.lisp: The coalton-compiler/codegen/codegen-pattern․lisp file
codegen-type-definition.lisp: The coalton-compiler/codegen/codegen-type-definition․lisp file
collect.lisp: The coalton-compiler/parser/collect․lisp file
color/black: Private types
color/doubleblack: Private types
color/negativeblack: Private types
color/red: Private types
compile-candidate: Private structures
compile-candidate-list: Private types
complex: Public classes
complex.lisp: The coalton/library/math/complex․lisp file
complex/%complex: Private classes
Condition, ambiguous-constraint: Public conditions
Condition, coalton-bug: Public conditions
Condition, coalton-internal-type-error: Public conditions
Condition, fundep-conflict: Public conditions
Condition, infinite-type-unification-error: Public conditions
Condition, kind-mismatch-error: Public conditions
Condition, kunify-error: Public conditions
Condition, overlapping-instance-error: Public conditions
Condition, overlapping-specialization-error: Public conditions
Condition, parse-error: Public conditions
Condition, predicate-unification-error: Public conditions
Condition, source-base-error: Public conditions
Condition, source-base-warning: Public conditions
Condition, source-condition: Private conditions
Condition, source-condition: Private conditions
Condition, source-error: Public conditions
Condition, source-warning: Public conditions
Condition, static-duplicate-key: Private conditions
Condition, substitution-list-merge-error: Private conditions
Condition, tc-error: Public conditions
Condition, too-many-arguments-to-coalton-function: Public conditions
Condition, type-application-error: Public conditions
Condition, type-kind-mismatch-error: Public conditions
Condition, unification-error: Public conditions
constant-propagation.lisp: The coalton-compiler/codegen/constant-propagation․lisp file
constants.lisp: The coalton-compiler/constants․lisp file
constructor: Public structures
constructor-entry: Public structures
constructor-entry-list: Public types
constructor-environment: Public structures
constructor-list: Public types
context-reduction.lisp: The coalton-compiler/typechecker/context-reduction․lisp file
conversions.lisp: The coalton/library/math/conversions․lisp file
cst-list: Public types
cursor: Private structures
cursor.lisp: The coalton-compiler/parser/cursor․lisp file
custom-hash-table: Private types

D
debug.lisp: The coalton-compiler/debug․lisp file
define-class.lisp: The coalton-compiler/typechecker/define-class․lisp file
define-instance.lisp: The coalton-compiler/typechecker/define-instance․lisp file
define-type.lisp: The coalton-compiler/typechecker/define-type․lisp file
define.lisp: The coalton-compiler/typechecker/define․lisp file
defs.lisp: The coalton/hashtable-shim/defs․lisp file
dual: Public classes
dual.lisp: The coalton/library/math/dual․lisp file
dual/dual: Private classes
dyadic: Public classes
dyadic.lisp: The coalton/library/math/dyadic․lisp file
dyadic/dyadic: Private classes

E
elementary.lisp: The coalton/library/math/elementary․lisp file
entry.lisp: The coalton-compiler/entry․lisp file
environment: Public structures
environment-map: Public structures
environment.lisp: The coalton-compiler/typechecker/environment․lisp file
error.lisp: The source-error/error․lisp file
explicit-repr: Public types
expression.lisp: The coalton-compiler/parser/expression․lisp file
expression.lisp: The coalton-compiler/typechecker/expression․lisp file

F
faux-macros.lisp: The coalton-compiler/faux-macros․lisp file
field-definition: Private structures
File, accessor.lisp: The coalton-compiler/typechecker/accessor․lisp file
File, analysis.lisp: The coalton-compiler/analysis/analysis․lisp file
File, arith.lisp: The coalton/library/math/arith․lisp file
File, ast-substitutions.lisp: The coalton-compiler/codegen/ast-substitutions․lisp file
File, ast.lisp: The coalton-compiler/codegen/ast․lisp file
File, base.lisp: The coalton-compiler/parser/base․lisp file
File, base.lisp: The coalton-compiler/typechecker/base․lisp file
File, binding.lisp: The coalton-compiler/parser/binding․lisp file
File, binding.lisp: The coalton-compiler/typechecker/binding․lisp file
File, bits.lisp: The coalton/library/bits․lisp file
File, boolean.lisp: The coalton/library/boolean․lisp file
File, bounded.lisp: The coalton/library/math/bounded․lisp file
File, builtin.lisp: The coalton/library/builtin․lisp file
File, cell.lisp: The coalton/library/cell․lisp file
File, char.lisp: The coalton/library/char․lisp file
File, classes.lisp: The coalton/library/classes․lisp file
File, coalton-asdf.asd: The coalton-asdf/coalton-asdf․asd file
File, coalton-asdf.lisp: The coalton-asdf/coalton-asdf․lisp file
File, coalton-compiler.asd: The coalton-compiler/coalton-compiler․asd file
File, coalton.asd: The coalton/coalton․asd file
File, codegen-class.lisp: The coalton-compiler/codegen/codegen-class․lisp file
File, codegen-expression.lisp: The coalton-compiler/codegen/codegen-expression․lisp file
File, codegen-pattern.lisp: The coalton-compiler/codegen/codegen-pattern․lisp file
File, codegen-type-definition.lisp: The coalton-compiler/codegen/codegen-type-definition․lisp file
File, collect.lisp: The coalton-compiler/parser/collect․lisp file
File, complex.lisp: The coalton/library/math/complex․lisp file
File, constant-propagation.lisp: The coalton-compiler/codegen/constant-propagation․lisp file
File, constants.lisp: The coalton-compiler/constants․lisp file
File, context-reduction.lisp: The coalton-compiler/typechecker/context-reduction․lisp file
File, conversions.lisp: The coalton/library/math/conversions․lisp file
File, cursor.lisp: The coalton-compiler/parser/cursor․lisp file
File, debug.lisp: The coalton-compiler/debug․lisp file
File, define-class.lisp: The coalton-compiler/typechecker/define-class․lisp file
File, define-instance.lisp: The coalton-compiler/typechecker/define-instance․lisp file
File, define-type.lisp: The coalton-compiler/typechecker/define-type․lisp file
File, define.lisp: The coalton-compiler/typechecker/define․lisp file
File, defs.lisp: The coalton/hashtable-shim/defs․lisp file
File, dual.lisp: The coalton/library/math/dual․lisp file
File, dyadic.lisp: The coalton/library/math/dyadic․lisp file
File, elementary.lisp: The coalton/library/math/elementary․lisp file
File, entry.lisp: The coalton-compiler/entry․lisp file
File, environment.lisp: The coalton-compiler/typechecker/environment․lisp file
File, error.lisp: The source-error/error․lisp file
File, expression.lisp: The coalton-compiler/parser/expression․lisp file
File, expression.lisp: The coalton-compiler/typechecker/expression․lisp file
File, faux-macros.lisp: The coalton-compiler/faux-macros․lisp file
File, file.lisp: The coalton/library/file․lisp file
File, fraction.lisp: The coalton/library/math/fraction․lisp file
File, function-entry.lisp: The coalton-compiler/runtime/function-entry․lisp file
File, functions.lisp: The coalton/library/functions․lisp file
File, fundeps.lisp: The coalton-compiler/typechecker/fundeps․lisp file
File, global-lexical.lisp: The coalton-compiler/global-lexical․lisp file
File, hash-table.lisp: The coalton/hashtable-shim/hash-table․lisp file
File, hash.lisp: The coalton/library/hash․lisp file
File, hashtable.lisp: The coalton/library/hashtable․lisp file
File, hoister.lisp: The coalton-compiler/codegen/hoister․lisp file
File, immutable-listmap.lisp: The coalton-compiler/algorithm/immutable-listmap․lisp file
File, immutable-map.lisp: The coalton-compiler/algorithm/immutable-map․lisp file
File, impl-custom.lisp: The coalton/hashtable-shim/impl-custom․lisp file
File, impl-sbcl.lisp: The coalton/hashtable-shim/impl-sbcl․lisp file
File, integral.lisp: The coalton/library/math/integral․lisp file
File, iterator.lisp: The coalton/library/iterator․lisp file
File, kinds.lisp: The coalton-compiler/typechecker/kinds․lisp file
File, language-macros.lisp: The coalton-compiler/language-macros․lisp file
File, lisp-type.lisp: The coalton-compiler/typechecker/lisp-type․lisp file
File, lisparray.lisp: The coalton/library/lisparray․lisp file
File, list.lisp: The coalton/library/list․lisp file
File, lock-package.lisp: The coalton-compiler/lock-package․lisp file
File, macro.lisp: The coalton-compiler/parser/macro․lisp file
File, map.lisp: The coalton-compiler/typechecker/map․lisp file
File, monad/free.lisp: The coalton/library/monad/free․lisp file
File, monad/state.lisp: The coalton/library/monad/state․lisp file
File, monomorphize.lisp: The coalton-compiler/codegen/monomorphize․lisp file
File, num.lisp: The coalton/library/math/num․lisp file
File, optimizer.lisp: The coalton-compiler/codegen/optimizer․lisp file
File, optional.lisp: The coalton/library/optional․lisp file
File, ord-map.lisp: The coalton/library/ord-map․lisp file
File, ord-tree.lisp: The coalton/library/ord-tree․lisp file
File, package.lisp: The coalton-compiler/package․lisp file
File, package.lisp: The coalton-compiler/algorithm/package․lisp file
File, package.lisp: The coalton-compiler/parser/package․lisp file
File, package.lisp: The coalton-compiler/runtime/package․lisp file
File, package.lisp: The coalton-compiler/typechecker/package․lisp file
File, package.lisp: The coalton-compiler/analysis/package․lisp file
File, package.lisp: The coalton-compiler/codegen/package․lisp file
File, package.lisp: The source-error/package․lisp file
File, parse-type.lisp: The coalton-compiler/typechecker/parse-type․lisp file
File, partial-type-env.lisp: The coalton-compiler/typechecker/partial-type-env․lisp file
File, pattern-exhaustiveness.lisp: The coalton-compiler/analysis/pattern-exhaustiveness․lisp file
File, pattern.lisp: The coalton-compiler/parser/pattern․lisp file
File, pattern.lisp: The coalton-compiler/typechecker/pattern․lisp file
File, pattern.lisp: The coalton-compiler/codegen/pattern․lisp file
File, predicate.lisp: The coalton-compiler/typechecker/predicate․lisp file
File, prelude.lisp: The coalton/library/prelude․lisp file
File, primitive-types.lisp: The coalton/library/primitive-types․lisp file
File, program.lisp: The coalton-compiler/codegen/program․lisp file
File, queue.lisp: The coalton/library/queue․lisp file
File, randomaccess.lisp: The coalton/library/randomaccess․lisp file
File, reader.lisp: The coalton-compiler/parser/reader․lisp file
File, reader.lisp: The coalton-compiler/reader․lisp file
File, real.lisp: The coalton/library/math/real․lisp file
File, renamer.lisp: The coalton-compiler/parser/renamer․lisp file
File, resolve-instance.lisp: The coalton-compiler/codegen/resolve-instance․lisp file
File, result.lisp: The coalton/library/result․lisp file
File, scheme.lisp: The coalton-compiler/typechecker/scheme․lisp file
File, seq.lisp: The coalton/library/seq․lisp file
File, set-float-traps.lisp: The coalton/library/set-float-traps․lisp file
File, settings.lisp: The coalton-compiler/settings․lisp file
File, slice.lisp: The coalton/library/slice․lisp file
File, source-error.asd: The source-error/source-error․asd file
File, source.lisp: The coalton-compiler/source․lisp file
File, specialize.lisp: The coalton-compiler/typechecker/specialize․lisp file
File, stage-1.lisp: The coalton-compiler/typechecker/stage-1․lisp file
File, string.lisp: The coalton/library/string․lisp file
File, struct-or-class.lisp: The coalton-compiler/codegen/struct-or-class․lisp file
File, substitutions.lisp: The coalton-compiler/typechecker/substitutions․lisp file
File, system.lisp: The coalton/library/system․lisp file
File, tarjan-scc.lisp: The coalton-compiler/algorithm/tarjan-scc․lisp file
File, tc-env.lisp: The coalton-compiler/typechecker/tc-env․lisp file
File, toplevel.lisp: The coalton-compiler/parser/toplevel․lisp file
File, toplevel.lisp: The coalton-compiler/typechecker/toplevel․lisp file
File, transformations.lisp: The coalton-compiler/codegen/transformations․lisp file
File, translate-expression.lisp: The coalton-compiler/codegen/translate-expression․lisp file
File, translate-instance.lisp: The coalton-compiler/codegen/translate-instance․lisp file
File, translation-unit.lisp: The coalton-compiler/typechecker/translation-unit․lisp file
File, traverse.lisp: The coalton-compiler/typechecker/traverse․lisp file
File, traverse.lisp: The coalton-compiler/codegen/traverse․lisp file
File, tuple.lisp: The coalton/library/tuple․lisp file
File, type-definition.lisp: The coalton-compiler/parser/type-definition․lisp file
File, type-errors.lisp: The coalton-compiler/typechecker/type-errors․lisp file
File, typecheck-node.lisp: The coalton-compiler/codegen/typecheck-node․lisp file
File, types.lisp: The coalton-compiler/parser/types․lisp file
File, types.lisp: The coalton-compiler/typechecker/types․lisp file
File, types.lisp: The coalton/library/types․lisp file
File, underapplied-values.lisp: The coalton-compiler/analysis/underapplied-values․lisp file
File, unify.lisp: The coalton-compiler/typechecker/unify․lisp file
File, unlock-package.lisp: The coalton-compiler/unlock-package․lisp file
File, unused-variables.lisp: The coalton-compiler/analysis/unused-variables․lisp file
File, utilities.lisp: The coalton-compiler/utilities․lisp file
File, utils.lisp: The coalton/library/utils․lisp file
File, vector.lisp: The coalton/library/vector․lisp file
file.lisp: The coalton/library/file․lisp file
fileerror: Public classes
fileerror/eof: Private classes
fileerror/fileerror: Private classes
fileerror/lisperror: Private classes
fileerror/patherror: Private classes
filestream: Public classes
fraction.lisp: The coalton/library/math/fraction․lisp file
free: Public classes
free/free: Private classes
free/val: Private classes
function-entry: Public structures
function-entry.lisp: The coalton-compiler/runtime/function-entry․lisp file
function-env-entry: Public structures
function-env-entry-list: Private types
function-environment: Public structures
functions.lisp: The coalton/library/functions․lisp file
fundep: Public structures
fundep: Public structures
fundep-conflict: Public conditions
fundep-entry: Private structures
fundep-environment: Private structures
fundep-list: Public types
fundep-list: Public types
fundeps.lisp: The coalton-compiler/typechecker/fundeps․lisp file

G
global-environment: Private structures
global-lexical.lisp: The coalton-compiler/global-lexical․lisp file

H
hash: Public classes
hash: Private types
hash-function: Private types
hash-table-type: Public types
hash-table.lisp: The coalton/hashtable-shim/hash-table․lisp file
hash.lisp: The coalton/library/hash․lisp file
hashtable: Public classes
hashtable.lisp: The coalton/library/hashtable․lisp file
hoist-point: Private structures
hoist-point-list: Private types
hoister: Public structures
hoister.lisp: The coalton-compiler/codegen/hoister․lisp file

I
i16: Public classes
i32: Public classes
i64: Public classes
i8: Public classes
identifier: Public types
identifier-list: Public types
identifier-src: Public structures
identifier-src-list: Public types
ifexists/append: Private types
ifexists/eerror: Private types
ifexists/overwrite: Private types
ifexists/supersede: Private types
ifix: Public classes
immutable-listmap: Public structures
immutable-listmap.lisp: The coalton-compiler/algorithm/immutable-listmap․lisp file
immutable-map: Public structures
immutable-map.lisp: The coalton-compiler/algorithm/immutable-map․lisp file
impl-custom.lisp: The coalton/hashtable-shim/impl-custom․lisp file
impl-sbcl.lisp: The coalton/hashtable-shim/impl-sbcl․lisp file
infinite-type-unification-error: Public conditions
instance-environment: Public structures
instance-method-definition: Public structures
instance-method-definition: Public structures
instance-method-definition-list: Public types
instance-method-definition-list: Public types
integral.lisp: The coalton/library/math/integral․lisp file
iterator: Public classes
iterator.lisp: The coalton/library/iterator․lisp file
iterator/%iterator: Private classes
iteratorstacknode: Private classes
iteratorstacknode/expand: Private classes
iteratorstacknode/yield: Private classes

K
key: Private types
keyword-src: Public structures
keyword-src-list: Public types
kfun: Public structures
kind: Public structures
kind-list: Public types
kind-mismatch-error: Public conditions
kinds.lisp: The coalton-compiler/typechecker/kinds․lisp file
kstar: Public structures
ksubstitution: Public structures
ksubstitution-list: Public types
kunify-error: Public conditions
kyvar: Public structures
kyvar-list: Public types

L
language-macros.lisp: The coalton-compiler/language-macros․lisp file
lisp-coalton-var-alist: Private types
lisp-type.lisp: The coalton-compiler/typechecker/lisp-type․lisp file
lisparray: Public classes
lisparray.lisp: The coalton/library/lisparray․lisp file
lispcondition: Public classes
lisptype: Public classes
list.lisp: The coalton/library/list․lisp file
literal-value: Public types
location: Public structures
lock-package.lisp: The coalton-compiler/lock-package․lisp file

M
macro.lisp: The coalton-compiler/parser/macro․lisp file
map.lisp: The coalton-compiler/typechecker/map․lisp file
mappair: Private classes
mappair/justkey: Private classes
mappair/mappair: Private classes
match-branch: Public structures
math: The coalton/library/math module
method-definition: Public structures
method-definition-list: Public types
method-inline-environment: Public structures
Module, algorithm: The coalton-compiler/algorithm module
Module, analysis: The coalton-compiler/analysis module
Module, codegen: The coalton-compiler/codegen module
Module, math: The coalton/library/math module
Module, parser: The coalton-compiler/parser module
Module, runtime: The coalton-compiler/runtime module
Module, typechecker: The coalton-compiler/typechecker module
monad/free.lisp: The coalton/library/monad/free․lisp file
monad/state.lisp: The coalton/library/monad/state․lisp file
monomorphize.lisp: The coalton-compiler/codegen/monomorphize․lisp file

N
name-entry: Public structures
name-environment: Public structures
node: Public structures
node: Public structures
node: Public structures
node-abstraction: Public structures
node-abstraction: Public structures
node-abstraction: Public structures
node-accessor: Public structures
node-accessor: Public structures
node-and: Public structures
node-and: Public structures
node-application: Public structures
node-application: Public structures
node-application: Public structures
node-bind: Public structures
node-bind: Public structures
node-bind: Public structures
node-block: Public structures
node-body: Public structures
node-body: Public structures
node-body-element: Public types
node-body-element: Public types
node-body-element-list: Public types
node-body-element-list: Public types
node-break: Public structures
node-break: Public structures
node-break: Public structures
node-cond: Public structures
node-cond: Public structures
node-cond-clause: Public structures
node-cond-clause: Public structures
node-cond-clause-list: Public types
node-cond-clause-list: Public types
node-continue: Public structures
node-continue: Public structures
node-continue: Public structures
node-direct-application: Public structures
node-do: Public structures
node-do: Public structures
node-do-bind: Public structures
node-do-bind: Public structures
node-do-body-element: Public types
node-do-body-element: Public types
node-do-body-element-list: Private types
node-do-body-element-list: Private types
node-dynamic-extent: Public structures
node-field: Public structures
node-for: Public structures
node-for: Public structures
node-if: Public structures
node-if: Public structures
node-integer-literal: Public structures
node-integer-literal: Public structures
node-let: Public structures
node-let: Public structures
node-let: Public structures
node-let-binding: Public structures
node-let-binding: Public structures
node-let-binding-list: Public types
node-let-binding-list: Public types
node-let-declare: Public structures
node-let-declare-list: Public types
node-lisp: Public structures
node-lisp: Public structures
node-lisp: Public structures
node-list: Public types
node-list: Public types
node-list: Public types
node-literal: Public structures
node-literal: Public structures
node-literal: Public structures
node-loop: Public structures
node-loop: Public structures
node-loop: Public structures
node-match: Public structures
node-match: Public structures
node-match: Public structures
node-match-branch: Public structures
node-match-branch: Public structures
node-match-branch-list: Public types
node-match-branch-list: Public types
node-or: Public structures
node-or: Public structures
node-progn: Public structures
node-progn: Public structures
node-return: Public structures
node-return: Public structures
node-return-from: Public structures
node-return-info: Private types
node-return-info-list: Private types
node-seq: Public structures
node-subtype: Private types
node-the: Public structures
node-unless: Public structures
node-unless: Public structures
node-variable: Public structures
node-variable: Public structures
node-variable: Public structures
node-variable-list: Public types
node-variable-list: Public types
node-when: Public structures
node-when: Public structures
node-while: Public structures
node-while: Public structures
node-while: Public structures
node-while-let: Public structures
node-while-let: Public structures
node-while-let: Public structures
note: Public classes
num.lisp: The coalton/library/math/num․lisp file

O
optimizer.lisp: The coalton-compiler/codegen/optimizer․lisp file
optional: Public classes
optional.lisp: The coalton/library/optional․lisp file
optional/none: Private classes
optional/some: Private classes
ord-map.lisp: The coalton/library/ord-map․lisp file
ord-tree.lisp: The coalton/library/ord-tree․lisp file
ord/eq: Private types
ord/gt: Private types
ord/lt: Private types
overlapping-instance-error: Public conditions
overlapping-specialization-error: Public conditions

P
Package, coalton: The coalton package
Package, coalton-impl/algorithm: The coalton-impl/algorithm package
Package, coalton-impl/algorithm/immutable-listmap: The coalton-impl/algorithm/immutable-listmap package
Package, coalton-impl/algorithm/immutable-map: The coalton-impl/algorithm/immutable-map package
Package, coalton-impl/algorithm/tarjan-scc: The coalton-impl/algorithm/tarjan-scc package
Package, coalton-impl/analysis: The coalton-impl/analysis package
Package, coalton-impl/analysis/analysis: The coalton-impl/analysis/analysis package
Package, coalton-impl/analysis/pattern-exhaustiveness: The coalton-impl/analysis/pattern-exhaustiveness package
Package, coalton-impl/analysis/underapplied-values: The coalton-impl/analysis/underapplied-values package
Package, coalton-impl/analysis/unused-variables: The coalton-impl/analysis/unused-variables package
Package, coalton-impl/codegen: The coalton-impl/codegen package
Package, coalton-impl/codegen/ast: The coalton-impl/codegen/ast package
Package, coalton-impl/codegen/ast-substitutions: The coalton-impl/codegen/ast-substitutions package
Package, coalton-impl/codegen/codegen-class: The coalton-impl/codegen/codegen-class package
Package, coalton-impl/codegen/codegen-expression: The coalton-impl/codegen/codegen-expression package
Package, coalton-impl/codegen/codegen-pattern: The coalton-impl/codegen/codegen-pattern package
Package, coalton-impl/codegen/codegen-type-definition: The coalton-impl/codegen/codegen-type-definition package
Package, coalton-impl/codegen/constant-propagation: The coalton-impl/codegen/constant-propagation package
Package, coalton-impl/codegen/hoister: The coalton-impl/codegen/hoister package
Package, coalton-impl/codegen/monomorphize: The coalton-impl/codegen/monomorphize package
Package, coalton-impl/codegen/optimizer: The coalton-impl/codegen/optimizer package
Package, coalton-impl/codegen/pattern: The coalton-impl/codegen/pattern package
Package, coalton-impl/codegen/program: The coalton-impl/codegen/program package
Package, coalton-impl/codegen/resolve-instance: The coalton-impl/codegen/resolve-instance package
Package, coalton-impl/codegen/struct-or-class: The coalton-impl/codegen/struct-or-class package
Package, coalton-impl/codegen/transformations: The coalton-impl/codegen/transformations package
Package, coalton-impl/codegen/translate-expression: The coalton-impl/codegen/translate-expression package
Package, coalton-impl/codegen/translate-instance: The coalton-impl/codegen/translate-instance package
Package, coalton-impl/codegen/traverse: The coalton-impl/codegen/traverse package
Package, coalton-impl/codegen/typecheck-node: The coalton-impl/codegen/typecheck-node package
Package, coalton-impl/constants: The coalton-impl/constants package
Package, coalton-impl/debug: The coalton-impl/debug package
Package, coalton-impl/entry: The coalton-impl/entry package
Package, coalton-impl/faux-macros: The coalton-impl/faux-macros package
Package, coalton-impl/global-lexical: The coalton-impl/global-lexical package
Package, coalton-impl/parser: The coalton-impl/parser package
Package, coalton-impl/parser/%defpackage: The coalton-impl/parser/%defpackage package
Package, coalton-impl/parser/base: The coalton-impl/parser/base package
Package, coalton-impl/parser/binding: The coalton-impl/parser/binding package
Package, coalton-impl/parser/collect: The coalton-impl/parser/collect package
Package, coalton-impl/parser/cursor: The coalton-impl/parser/cursor package
Package, coalton-impl/parser/expression: The coalton-impl/parser/expression package
Package, coalton-impl/parser/macro: The coalton-impl/parser/macro package
Package, coalton-impl/parser/pattern: The coalton-impl/parser/pattern package
Package, coalton-impl/parser/reader: The coalton-impl/parser/reader package
Package, coalton-impl/parser/renamer: The coalton-impl/parser/renamer package
Package, coalton-impl/parser/toplevel: The coalton-impl/parser/toplevel package
Package, coalton-impl/parser/type-definition: The coalton-impl/parser/type-definition package
Package, coalton-impl/parser/types: The coalton-impl/parser/types package
Package, coalton-impl/reader: The coalton-impl/reader package
Package, coalton-impl/runtime: The coalton-impl/runtime package
Package, coalton-impl/runtime/function-entry: The coalton-impl/runtime/function-entry package
Package, coalton-impl/settings: The coalton-impl/settings package
Package, coalton-impl/source: The coalton-impl/source package
Package, coalton-impl/typechecker: The coalton-impl/typechecker package
Package, coalton-impl/typechecker/accessor: The coalton-impl/typechecker/accessor package
Package, coalton-impl/typechecker/base: The coalton-impl/typechecker/base package
Package, coalton-impl/typechecker/binding: The coalton-impl/typechecker/binding package
Package, coalton-impl/typechecker/context-reduction: The coalton-impl/typechecker/context-reduction package
Package, coalton-impl/typechecker/define: The coalton-impl/typechecker/define package
Package, coalton-impl/typechecker/define-class: The coalton-impl/typechecker/define-class package
Package, coalton-impl/typechecker/define-instance: The coalton-impl/typechecker/define-instance package
Package, coalton-impl/typechecker/define-type: The coalton-impl/typechecker/define-type package
Package, coalton-impl/typechecker/environment: The coalton-impl/typechecker/environment package
Package, coalton-impl/typechecker/expression: The coalton-impl/typechecker/expression package
Package, coalton-impl/typechecker/fundeps: The coalton-impl/typechecker/fundeps package
Package, coalton-impl/typechecker/kinds: The coalton-impl/typechecker/kinds package
Package, coalton-impl/typechecker/lisp-type: The coalton-impl/typechecker/lisp-type package
Package, coalton-impl/typechecker/map: The coalton-impl/typechecker/map package
Package, coalton-impl/typechecker/parse-type: The coalton-impl/typechecker/parse-type package
Package, coalton-impl/typechecker/partial-type-env: The coalton-impl/typechecker/partial-type-env package
Package, coalton-impl/typechecker/pattern: The coalton-impl/typechecker/pattern package
Package, coalton-impl/typechecker/predicate: The coalton-impl/typechecker/predicate package
Package, coalton-impl/typechecker/scheme: The coalton-impl/typechecker/scheme package
Package, coalton-impl/typechecker/specialize: The coalton-impl/typechecker/specialize package
Package, coalton-impl/typechecker/stage-1: The coalton-impl/typechecker/stage-1 package
Package, coalton-impl/typechecker/substitutions: The coalton-impl/typechecker/substitutions package
Package, coalton-impl/typechecker/tc-env: The coalton-impl/typechecker/tc-env package
Package, coalton-impl/typechecker/toplevel: The coalton-impl/typechecker/toplevel package
Package, coalton-impl/typechecker/translation-unit: The coalton-impl/typechecker/translation-unit package
Package, coalton-impl/typechecker/traverse: The coalton-impl/typechecker/traverse package
Package, coalton-impl/typechecker/type-errors: The coalton-impl/typechecker/type-errors package
Package, coalton-impl/typechecker/types: The coalton-impl/typechecker/types package
Package, coalton-impl/typechecker/unify: The coalton-impl/typechecker/unify package
Package, coalton-impl/util: The coalton-impl/util package
Package, coalton-library/bits: The coalton-library/bits package
Package, coalton-library/boolean: The coalton-library/boolean package
Package, coalton-library/builtin: The coalton-library/builtin package
Package, coalton-library/cell: The coalton-library/cell package
Package, coalton-library/char: The coalton-library/char package
Package, coalton-library/classes: The coalton-library/classes package
Package, coalton-library/file: The coalton-library/file package
Package, coalton-library/functions: The coalton-library/functions package
Package, coalton-library/hash: The coalton-library/hash package
Package, coalton-library/hashtable: The coalton-library/hashtable package
Package, coalton-library/iterator: The coalton-library/iterator package
Package, coalton-library/lisparray: The coalton-library/lisparray package
Package, coalton-library/list: The coalton-library/list package
Package, coalton-library/math: The coalton-library/math package
Package, coalton-library/math/arith: The coalton-library/math/arith package
Package, coalton-library/math/bounded: The coalton-library/math/bounded package
Package, coalton-library/math/complex: The coalton-library/math/complex package
Package, coalton-library/math/conversions: The coalton-library/math/conversions package
Package, coalton-library/math/dual: The coalton-library/math/dual package
Package, coalton-library/math/dyadic: The coalton-library/math/dyadic package
Package, coalton-library/math/elementary: The coalton-library/math/elementary package
Package, coalton-library/math/fraction: The coalton-library/math/fraction package
Package, coalton-library/math/integral: The coalton-library/math/integral package
Package, coalton-library/math/num: The coalton-library/math/num package
Package, coalton-library/math/real: The coalton-library/math/real package
Package, coalton-library/monad/free: The coalton-library/monad/free package
Package, coalton-library/monad/state: The coalton-library/monad/state package
Package, coalton-library/optional: The coalton-library/optional package
Package, coalton-library/ord-map: The coalton-library/ord-map package
Package, coalton-library/ord-tree: The coalton-library/ord-tree package
Package, coalton-library/queue: The coalton-library/queue package
Package, coalton-library/randomaccess: The coalton-library/randomaccess package
Package, coalton-library/result: The coalton-library/result package
Package, coalton-library/seq: The coalton-library/seq package
Package, coalton-library/slice: The coalton-library/slice package
Package, coalton-library/string: The coalton-library/string package
Package, coalton-library/system: The coalton-library/system package
Package, coalton-library/tuple: The coalton-library/tuple package
Package, coalton-library/types: The coalton-library/types package
Package, coalton-library/utils: The coalton-library/utils package
Package, coalton-library/vector: The coalton-library/vector package
Package, coalton-prelude: The coalton-prelude package
Package, coalton-user: The coalton-user package
Package, coalton/hashtable-shim: The coalton/hashtable-shim package
Package, source-error: The source-error package
Package, source-error/error: The source-error/error package
package.lisp: The coalton-compiler/package․lisp file
package.lisp: The coalton-compiler/algorithm/package․lisp file
package.lisp: The coalton-compiler/parser/package․lisp file
package.lisp: The coalton-compiler/runtime/package․lisp file
package.lisp: The coalton-compiler/typechecker/package․lisp file
package.lisp: The coalton-compiler/analysis/package․lisp file
package.lisp: The coalton-compiler/codegen/package․lisp file
package.lisp: The source-error/package․lisp file
parse-error: Public conditions
parse-type.lisp: The coalton-compiler/typechecker/parse-type․lisp file
parser: The coalton-compiler/parser module
partial-class: Private structures
partial-type-env: Public structures
partial-type-env.lisp: The coalton-compiler/typechecker/partial-type-env․lisp file
pathname: Public classes
pattern: Public structures
pattern: Public structures
pattern: Public structures
pattern-constructor: Public structures
pattern-constructor: Public structures
pattern-constructor: Public structures
pattern-exhaustiveness.lisp: The coalton-compiler/analysis/pattern-exhaustiveness․lisp file
pattern-list: Public types
pattern-list: Public types
pattern-list: Public types
pattern-literal: Public structures
pattern-literal: Public structures
pattern-literal: Public structures
pattern-matrix: Private types
pattern-var: Public structures
pattern-var: Public structures
pattern-var: Public structures
pattern-var-list: Private types
pattern-var-list: Private types
pattern-wildcard: Public structures
pattern-wildcard: Public structures
pattern-wildcard: Public structures
pattern.lisp: The coalton-compiler/parser/pattern․lisp file
pattern.lisp: The coalton-compiler/typechecker/pattern․lisp file
pattern.lisp: The coalton-compiler/codegen/pattern․lisp file
pred-context: Public types
predicate-unification-error: Public conditions
predicate.lisp: The coalton-compiler/typechecker/predicate․lisp file
prelude.lisp: The coalton/library/prelude․lisp file
primitive-types.lisp: The coalton/library/primitive-types․lisp file
printer-state: Private classes
profile: Public classes
profile/profile: Private classes
program: Public structures
program.lisp: The coalton-compiler/codegen/program․lisp file
proxy/proxy: Private types

Q
qualified-ty: Public structures
qualified-ty: Public structures
qualified-ty-list: Public types
quantization: Public classes
quantization/quantization: Private classes
queue: Public classes
queue-internal: Private structures
queue.lisp: The coalton/library/queue․lisp file

R
randomaccess.lisp: The coalton/library/randomaccess․lisp file
reader.lisp: The coalton-compiler/parser/reader․lisp file
reader.lisp: The coalton-compiler/reader․lisp file
real.lisp: The coalton/library/math/real․lisp file
renamer.lisp: The coalton-compiler/parser/renamer․lisp file
resolve-instance.lisp: The coalton-compiler/codegen/resolve-instance․lisp file
result: Public classes
result.lisp: The coalton/library/result․lisp file
result/err: Private classes
result/ok: Private classes
runtime: The coalton-compiler/runtime module

S
scheme-binding-list: Public types
scheme-list: Public types
scheme.lisp: The coalton-compiler/typechecker/scheme․lisp file
seq: Public classes
seq.lisp: The coalton/library/seq․lisp file
seq/leafarray: Private classes
seq/relaxednode: Private classes
set-float-traps.lisp: The coalton/library/set-float-traps․lisp file
settings.lisp: The coalton-compiler/settings․lisp file
size: Private types
slice: Public classes
slice.lisp: The coalton/library/slice․lisp file
source: Private classes
source-base-error: Public conditions
source-base-warning: Public conditions
source-condition: Private conditions
source-condition: Private conditions
source-error: The source-error system
source-error: The source-error package
source-error: Public conditions
source-error: Public structures
source-error-context: Private structures
source-error-context-list: Private types
source-error-help: Private structures
source-error-help-list: Private types
source-error-note: Private structures
source-error-note-list: Private types
source-error-resolved-note: Private structures
source-error.asd: The source-error/source-error․asd file
source-error/error: The source-error/error package
source-file: Private classes
source-name-environment: Private structures
source-string: Private classes
source-warning: Public conditions
source.lisp: The coalton-compiler/source․lisp file
span: Public types
specialization-entry: Public structures
specialization-entry-list: Public types
specialization-environment: Public structures
specialize.lisp: The coalton-compiler/typechecker/specialize․lisp file
stage-1.lisp: The coalton-compiler/typechecker/stage-1․lisp file
static-duplicate-key: Private conditions
streamoptions: Public classes
streamoptions/bidirectional: Private classes
streamoptions/input: Private classes
streamoptions/output: Private classes
string-list: Public types
string.lisp: The coalton/library/string․lisp file
struct-entry: Public structures
struct-entry-list: Public types
struct-environment: Public structures
struct-field: Public structures
struct-field: Public structures
struct-field-list: Public types
struct-field-list: Public types
struct-or-class-field: Public structures
struct-or-class.lisp: The coalton-compiler/codegen/struct-or-class․lisp file
Structure, accessor: Public structures
Structure, action: Public structures
Structure, ambiguity: Private structures
Structure, ast-substitution: Public structures
Structure, attribute: Public structures
Structure, attribute-monomorphize: Public structures
Structure, attribute-repr: Public structures
Structure, candidate-manager: Private structures
Structure, cell-internal: Private structures
Structure, class-environment: Public structures
Structure, code-environment: Public structures
Structure, compile-candidate: Private structures
Structure, constructor: Public structures
Structure, constructor-entry: Public structures
Structure, constructor-environment: Public structures
Structure, cursor: Private structures
Structure, environment: Public structures
Structure, environment-map: Public structures
Structure, field-definition: Private structures
Structure, function-entry: Public structures
Structure, function-env-entry: Public structures
Structure, function-environment: Public structures
Structure, fundep: Public structures
Structure, fundep: Public structures
Structure, fundep-entry: Private structures
Structure, fundep-environment: Private structures
Structure, global-environment: Private structures
Structure, hoist-point: Private structures
Structure, hoister: Public structures
Structure, identifier-src: Public structures
Structure, immutable-listmap: Public structures
Structure, immutable-map: Public structures
Structure, instance-environment: Public structures
Structure, instance-method-definition: Public structures
Structure, instance-method-definition: Public structures
Structure, keyword-src: Public structures
Structure, kfun: Public structures
Structure, kind: Public structures
Structure, kstar: Public structures
Structure, ksubstitution: Public structures
Structure, kyvar: Public structures
Structure, location: Public structures
Structure, match-branch: Public structures
Structure, method-definition: Public structures
Structure, method-inline-environment: Public structures
Structure, name-entry: Public structures
Structure, name-environment: Public structures
Structure, node: Public structures
Structure, node: Public structures
Structure, node: Public structures
Structure, node-abstraction: Public structures
Structure, node-abstraction: Public structures
Structure, node-abstraction: Public structures
Structure, node-accessor: Public structures
Structure, node-accessor: Public structures
Structure, node-and: Public structures
Structure, node-and: Public structures
Structure, node-application: Public structures
Structure, node-application: Public structures
Structure, node-application: Public structures
Structure, node-bind: Public structures
Structure, node-bind: Public structures
Structure, node-bind: Public structures
Structure, node-block: Public structures
Structure, node-body: Public structures
Structure, node-body: Public structures
Structure, node-break: Public structures
Structure, node-break: Public structures
Structure, node-break: Public structures
Structure, node-cond: Public structures
Structure, node-cond: Public structures
Structure, node-cond-clause: Public structures
Structure, node-cond-clause: Public structures
Structure, node-continue: Public structures
Structure, node-continue: Public structures
Structure, node-continue: Public structures
Structure, node-direct-application: Public structures
Structure, node-do: Public structures
Structure, node-do: Public structures
Structure, node-do-bind: Public structures
Structure, node-do-bind: Public structures
Structure, node-dynamic-extent: Public structures
Structure, node-field: Public structures
Structure, node-for: Public structures
Structure, node-for: Public structures
Structure, node-if: Public structures
Structure, node-if: Public structures
Structure, node-integer-literal: Public structures
Structure, node-integer-literal: Public structures
Structure, node-let: Public structures
Structure, node-let: Public structures
Structure, node-let: Public structures
Structure, node-let-binding: Public structures
Structure, node-let-binding: Public structures
Structure, node-let-declare: Public structures
Structure, node-lisp: Public structures
Structure, node-lisp: Public structures
Structure, node-lisp: Public structures
Structure, node-literal: Public structures
Structure, node-literal: Public structures
Structure, node-literal: Public structures
Structure, node-loop: Public structures
Structure, node-loop: Public structures
Structure, node-loop: Public structures
Structure, node-match: Public structures
Structure, node-match: Public structures
Structure, node-match: Public structures
Structure, node-match-branch: Public structures
Structure, node-match-branch: Public structures
Structure, node-or: Public structures
Structure, node-or: Public structures
Structure, node-progn: Public structures
Structure, node-progn: Public structures
Structure, node-return: Public structures
Structure, node-return: Public structures
Structure, node-return-from: Public structures
Structure, node-seq: Public structures
Structure, node-the: Public structures
Structure, node-unless: Public structures
Structure, node-unless: Public structures
Structure, node-variable: Public structures
Structure, node-variable: Public structures
Structure, node-variable: Public structures
Structure, node-when: Public structures
Structure, node-when: Public structures
Structure, node-while: Public structures
Structure, node-while: Public structures
Structure, node-while: Public structures
Structure, node-while-let: Public structures
Structure, node-while-let: Public structures
Structure, node-while-let: Public structures
Structure, partial-class: Private structures
Structure, partial-type-env: Public structures
Structure, pattern: Public structures
Structure, pattern: Public structures
Structure, pattern: Public structures
Structure, pattern-constructor: Public structures
Structure, pattern-constructor: Public structures
Structure, pattern-constructor: Public structures
Structure, pattern-literal: Public structures
Structure, pattern-literal: Public structures
Structure, pattern-literal: Public structures
Structure, pattern-var: Public structures
Structure, pattern-var: Public structures
Structure, pattern-var: Public structures
Structure, pattern-wildcard: Public structures
Structure, pattern-wildcard: Public structures
Structure, pattern-wildcard: Public structures
Structure, program: Public structures
Structure, qualified-ty: Public structures
Structure, qualified-ty: Public structures
Structure, queue-internal: Private structures
Structure, source-error: Public structures
Structure, source-error-context: Private structures
Structure, source-error-help: Private structures
Structure, source-error-note: Private structures
Structure, source-error-resolved-note: Private structures
Structure, source-name-environment: Private structures
Structure, specialization-entry: Public structures
Structure, specialization-environment: Public structures
Structure, struct-entry: Public structures
Structure, struct-environment: Public structures
Structure, struct-field: Public structures
Structure, struct-field: Public structures
Structure, struct-or-class-field: Public structures
Structure, substitution: Public structures
Structure, tapp: Public structures
Structure, tapp: Public structures
Structure, tarjan-node: Private structures
Structure, tc-env: Public structures
Structure, tgen: Public structures
Structure, toplevel-declare: Public structures
Structure, toplevel-define: Public structures
Structure, toplevel-define: Public structures
Structure, toplevel-define-class: Public structures
Structure, toplevel-define-instance: Public structures
Structure, toplevel-define-instance: Public structures
Structure, toplevel-define-struct: Public structures
Structure, toplevel-define-type: Public structures
Structure, toplevel-definition: Private structures
Structure, toplevel-definition: Private structures
Structure, toplevel-lisp-form: Public structures
Structure, toplevel-package: Private structures
Structure, toplevel-specialize: Public structures
Structure, translation-unit: Public structures
Structure, traverse-block: Public structures
Structure, ty: Public structures
Structure, ty: Public structures
Structure, ty-class: Public structures
Structure, ty-class-instance: Public structures
Structure, ty-class-method: Public structures
Structure, ty-predicate: Public structures
Structure, ty-predicate: Public structures
Structure, ty-scheme: Public structures
Structure, tycon: Public structures
Structure, tycon: Public structures
Structure, type-definition: Public structures
Structure, type-entry: Public structures
Structure, type-environment: Public structures
Structure, tyvar: Public structures
Structure, tyvar: Public structures
Structure, value-environment: Public structures
substitution: Public structures
substitution-list: Public types
substitution-list-merge-error: Private conditions
substitutions.lisp: The coalton-compiler/typechecker/substitutions․lisp file
symbol-list: Public types
System, coalton: The coalton system
System, coalton-asdf: The coalton-asdf system
System, coalton-compiler: The coalton-compiler system
System, coalton/hashtable-shim: The coalton/hashtable-shim system
System, coalton/library: The coalton/library system
System, source-error: The source-error system
system.lisp: The coalton/library/system․lisp file

T
tapp: Public structures
tapp: Public structures
tarjan-node: Private structures
tarjan-scc.lisp: The coalton-compiler/algorithm/tarjan-scc․lisp file
tc-env: Public structures
tc-env.lisp: The coalton-compiler/typechecker/tc-env․lisp file
tc-error: Public conditions
test-function: Private types
tgen: Public structures
too-many-arguments-to-coalton-function: Public conditions
toplevel-declare: Public structures
toplevel-declare-list: Public types
toplevel-define: Public structures
toplevel-define: Public structures
toplevel-define-class: Public structures
toplevel-define-class-list: Public types
toplevel-define-instance: Public structures
toplevel-define-instance: Public structures
toplevel-define-instance-list: Public types
toplevel-define-instance-list: Public types
toplevel-define-list: Public types
toplevel-define-list: Public types
toplevel-define-struct: Public structures
toplevel-define-struct-list: Public types
toplevel-define-type: Public structures
toplevel-define-type-list: Public types
toplevel-definition: Private structures
toplevel-definition: Private structures
toplevel-lisp-form: Public structures
toplevel-lisp-form-list: Public types
toplevel-package: Private structures
toplevel-specialize: Public structures
toplevel-specialize-list: Public types
toplevel.lisp: The coalton-compiler/parser/toplevel․lisp file
toplevel.lisp: The coalton-compiler/typechecker/toplevel․lisp file
transformations.lisp: The coalton-compiler/codegen/transformations․lisp file
translate-expression.lisp: The coalton-compiler/codegen/translate-expression․lisp file
translate-instance.lisp: The coalton-compiler/codegen/translate-instance․lisp file
translation-unit: Public structures
translation-unit.lisp: The coalton-compiler/typechecker/translation-unit․lisp file
traverse-block: Public structures
traverse.lisp: The coalton-compiler/typechecker/traverse․lisp file
traverse.lisp: The coalton-compiler/codegen/traverse․lisp file
tree: Public classes
tree/branch: Private classes
tree/doubleblackempty: Private classes
tree/empty: Private classes
tuple: Public classes
tuple.lisp: The coalton/library/tuple․lisp file
tuple/tuple: Private classes
tuple3: Public classes
tuple3/tuple3: Private classes
tuple4: Public classes
tuple4/tuple4: Private classes
tuple5: Public classes
tuple5/tuple5: Private classes
ty: Public structures
ty: Public structures
ty-class: Public structures
ty-class-instance: Public structures
ty-class-instance-list: Public types
ty-class-list: Public types
ty-class-method: Public structures
ty-class-method-list: Private types
ty-list: Public types
ty-list: Public types
ty-predicate: Public structures
ty-predicate: Public structures
ty-predicate-list: Public types
ty-predicate-list: Public types
ty-scheme: Public structures
tycon: Public structures
tycon: Public structures
tycon-list: Public types
Type, accessor-list: Public types
Type, action-list: Private types
Type, ambiguity-list: Private types
Type, argument: Private types
Type, argument-list: Private types
Type, ast-substitution-list: Public types
Type, binding-list: Public types
Type, binding-type: Public types
Type, binding-type-list: Public types
Type, branch-list: Public types
Type, color/black: Private types
Type, color/doubleblack: Private types
Type, color/negativeblack: Private types
Type, color/red: Private types
Type, compile-candidate-list: Private types
Type, constructor-entry-list: Public types
Type, constructor-list: Public types
Type, cst-list: Public types
Type, custom-hash-table: Private types
Type, explicit-repr: Public types
Type, function-env-entry-list: Private types
Type, fundep-list: Public types
Type, fundep-list: Public types
Type, hash: Private types
Type, hash-function: Private types
Type, hash-table-type: Public types
Type, hoist-point-list: Private types
Type, identifier: Public types
Type, identifier-list: Public types
Type, identifier-src-list: Public types
Type, ifexists/append: Private types
Type, ifexists/eerror: Private types
Type, ifexists/overwrite: Private types
Type, ifexists/supersede: Private types
Type, instance-method-definition-list: Public types
Type, instance-method-definition-list: Public types
Type, key: Private types
Type, keyword-src-list: Public types
Type, kind-list: Public types
Type, ksubstitution-list: Public types
Type, kyvar-list: Public types
Type, lisp-coalton-var-alist: Private types
Type, literal-value: Public types
Type, method-definition-list: Public types
Type, node-body-element: Public types
Type, node-body-element: Public types
Type, node-body-element-list: Public types
Type, node-body-element-list: Public types
Type, node-cond-clause-list: Public types
Type, node-cond-clause-list: Public types
Type, node-do-body-element: Public types
Type, node-do-body-element: Public types
Type, node-do-body-element-list: Private types
Type, node-do-body-element-list: Private types
Type, node-let-binding-list: Public types
Type, node-let-binding-list: Public types
Type, node-let-declare-list: Public types
Type, node-list: Public types
Type, node-list: Public types
Type, node-list: Public types
Type, node-match-branch-list: Public types
Type, node-match-branch-list: Public types
Type, node-return-info: Private types
Type, node-return-info-list: Private types
Type, node-subtype: Private types
Type, node-variable-list: Public types
Type, node-variable-list: Public types
Type, ord/eq: Private types
Type, ord/gt: Private types
Type, ord/lt: Private types
Type, pattern-list: Public types
Type, pattern-list: Public types
Type, pattern-list: Public types
Type, pattern-matrix: Private types
Type, pattern-var-list: Private types
Type, pattern-var-list: Private types
Type, pred-context: Public types
Type, proxy/proxy: Private types
Type, qualified-ty-list: Public types
Type, scheme-binding-list: Public types
Type, scheme-list: Public types
Type, size: Private types
Type, source-error-context-list: Private types
Type, source-error-help-list: Private types
Type, source-error-note-list: Private types
Type, span: Public types
Type, specialization-entry-list: Public types
Type, string-list: Public types
Type, struct-entry-list: Public types
Type, struct-field-list: Public types
Type, struct-field-list: Public types
Type, substitution-list: Public types
Type, symbol-list: Public types
Type, test-function: Private types
Type, toplevel-declare-list: Public types
Type, toplevel-define-class-list: Public types
Type, toplevel-define-instance-list: Public types
Type, toplevel-define-instance-list: Public types
Type, toplevel-define-list: Public types
Type, toplevel-define-list: Public types
Type, toplevel-define-struct-list: Public types
Type, toplevel-define-type-list: Public types
Type, toplevel-lisp-form-list: Public types
Type, toplevel-specialize-list: Public types
Type, ty-class-instance-list: Public types
Type, ty-class-list: Public types
Type, ty-class-method-list: Private types
Type, ty-list: Public types
Type, ty-list: Public types
Type, ty-predicate-list: Public types
Type, ty-predicate-list: Public types
Type, tycon-list: Public types
Type, type-definition: Public types
Type, type-definition-list: Public types
Type, type-definition-list: Public types
Type, tyvar-list: Public types
Type, tyvar-list: Public types
Type, val: Private types
Type, when-keyword: Private types
type-application-error: Public conditions
type-definition: Public structures
type-definition: Public types
type-definition-list: Public types
type-definition-list: Public types
type-definition.lisp: The coalton-compiler/parser/type-definition․lisp file
type-entry: Public structures
type-environment: Public structures
type-errors.lisp: The coalton-compiler/typechecker/type-errors․lisp file
type-kind-mismatch-error: Public conditions
typecheck-node.lisp: The coalton-compiler/codegen/typecheck-node․lisp file
typechecker: The coalton-compiler/typechecker module
types.lisp: The coalton-compiler/parser/types․lisp file
types.lisp: The coalton-compiler/typechecker/types․lisp file
types.lisp: The coalton/library/types․lisp file
tyvar: Public structures
tyvar: Public structures
tyvar-list: Public types
tyvar-list: Public types

U
u16: Public classes
u32: Public classes
u64: Public classes
u8: Public classes
ufix: Public classes
underapplied-values.lisp: The coalton-compiler/analysis/underapplied-values․lisp file
unification-error: Public conditions
unify.lisp: The coalton-compiler/typechecker/unify․lisp file
unlock-package.lisp: The coalton-compiler/unlock-package․lisp file
unused-variables.lisp: The coalton-compiler/analysis/unused-variables․lisp file
utilities.lisp: The coalton-compiler/utilities․lisp file
utils.lisp: The coalton/library/utils․lisp file

V
val: Private types
value-environment: Public structures
vector: Public classes
vector.lisp: The coalton/library/vector․lisp file
void: Public classes

W
when-keyword: Private types