summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--txr.122
1 files changed, 22 insertions, 0 deletions
diff --git a/txr.1 b/txr.1
index 33e4d837..4d4dc659 100644
--- a/txr.1
+++ b/txr.1
@@ -16676,6 +16676,28 @@ if
is an interpreted function, otherwise it returns
.codn nil .
+.coNP Function @ vm-fun-p
+.synb
+.mets (vm-fun-p << obj )
+.syne
+.desc
+The
+.code vm-fun-p
+function returns
+.code t
+if
+.meta obj
+a function compiled for the virtual machine: a function representation produced
+by means of the functions
+.codn compile-file ,
+.code compile-toplevel
+or
+.codn compile .
+If
+.meta obj
+is of any other type, the function returns
+.codn nil .
+
.coNP Function @ special-var-p
.synb
.mets (special-var-p << obj )