Coverage report: /home/runner/work/geb/geb/src/generics/package.lisp
Kind | Covered | All | % |
expression | 0 | 3 | 0.0 |
branch | 0 | 0 | nil |
Key
Not instrumented
Conditionalized out
Executed
Not executed
Both branches taken
One branch taken
Neither branch taken
1
(pax:define-package :geb.generics
5
(in-package :geb.generics)
7
(pax:defsection @generics (:title "Geneircs")
8
"These functions represent the generic functions that can be run on
9
many parts of the compiler, they are typically rexported on any
10
package that implements the given generic function.
12
You can view their documentation in their respective API sections.
14
The main documentation for the functionality is given here, with
15
examples often given in the specific methods"
16
(gapply pax:generic-function)
17
(well-defp-cat pax:generic-function)
18
(maybe pax:generic-function)
19
(so-hom-obj pax:generic-function)
20
(so-eval pax:generic-function)
21
(width pax:generic-function)
22
(to-circuit pax:generic-function)
23
(to-bitc pax:generic-function)
24
(to-seqn pax:generic-function)
25
(to-poly pax:generic-function)
26
(to-cat pax:generic-function)
27
(to-vampir pax:generic-function))