File: NAMESPACE

package info (click to toggle)
r-cran-lambda.r 1.2.4-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, forky, sid, trixie
  • size: 284 kB
  • sloc: sh: 9; makefile: 2
file content (21 lines) | stat: -rw-r--r-- 458 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
importFrom("utils", "capture.output", "getParseData", "str", "tail")
importFrom("formatR", "tidy_source")
export("%as%")
export("%:=%")
export("%::%")
export("UseFunction")
export("NewObject")
export("describe")
export("EMPTY")
S3method(print, lambdar.fun)
S3method(print, lambdar.type)
export("debug.lr")
export("undebug.lr")
export("undebug.all")
export("is.debug")
export("which.debug")
export("seal")
export("%isa%")
export("%hasa%")
export("%hasall%")