Coverage report: /home/runner/work/geb/geb/src/lambda/experimental/package.lisp
Kind | Covered | All | % |
expression | 0 | 1 | 0.0 |
branch | 0 | 0 | nil |
Key
Not instrumented
Conditionalized out
Executed
Not executed
Both branches taken
One branch taken
Neither branch taken
1
(uiop:define-package #:geb.lambda.experimental
2
(:documentation "A basic lambda calculus model")
3
(:mix #:trivia #:serapeum #:common-lisp)
5
:curry-lambda :nameless
7
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
8
;; Internal Data Structure Exports
9
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
10
#:context #:make-context #:context-p #:context-depth :context-mapping
11
#:index #:make-index #:index-p #:index-depth))