The gtype Reference Manual

This is the gtype Reference Manual, version 0.1, generated automatically by Declt version 4.0 beta 2 "William Riker" on Mon Feb 26 16:38:59 2024 GMT+0.

Table of Contents


1 Introduction


2 Systems

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


2.1 gtype

C++/Julia-like parametric types in CL, based on CLtL2 extensions

Author

Masataro Asai

Contact

License

LGPL

Version

0.1

Dependencies
  • trivialib.type-unify (system).
  • trivial-cltl2 (system).
  • trivia (system).
  • alexandria (system).
  • iterate (system).
  • type-r (system).
Source

gtype.asd.

Child Component

src (module).


3 Modules

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


3.1 gtype/src

Source

gtype.asd.

Parent Component

gtype (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 gtype/gtype.asd

Source

gtype.asd.

Parent Component

gtype (system).

ASDF Systems

gtype.


4.1.2 gtype/src/package.lisp

Source

gtype.asd.

Parent Component

src (module).

Packages

gtype.

Public Interface

in-compile-time (macro).

Internals

variablep (function).


4.1.3 gtype/src/resolve.lisp

Source

gtype.asd.

Parent Component

src (module).

Public Interface
Internals

5 Packages

Packages are listed by definition order.


5.1 gtype

Source

package.lisp.

Use List
  • alexandria.
  • common-lisp.
  • iterate.
  • trivia.level2.
  • trivial-cltl2.
  • trivialib.type-unify.
  • type-r.
Public Interface
Internals

6 Definitions

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


6.1 Public Interface


6.1.1 Macros

Macro: in-compile-time ((&optional env) &body body)
Package

gtype.

Source

package.lisp.

Macro: resolve (&body body)
Package

gtype.

Source

resolve.lisp.

Macro: resolving (&body body)
Package

gtype.

Source

resolve.lisp.


6.2 Internals


6.2.1 Ordinary functions

Function: find-lexical-variables (env)
Package

gtype.

Source

resolve.lisp.

Function: gtemplates (env)
Package

gtype.

Source

resolve.lisp.

Function: gvars (env)
Package

gtype.

Source

resolve.lisp.

Function: variablep (symbol)
Package

gtype.

Source

package.lisp.


Appendix A Indexes


A.1 Concepts


A.3 Variables