From 1d4b83ef6a1cf773cc9c5832108ceb6172982917 Mon Sep 17 00:00:00 2001
From: James Clark Method call expression
library, where M is selected as follows.
expression
is a subtype of some basic
-type with identifier B, and the module lang.B contains a function
-method-name
then M is B. The identifier for a basic type is the
-reserved identifier used in type descriptors for subtypes of that basic type, as
-listed in the Lang library section.expression
is a subtype of basic type
+with corresponding langlib module lang.B and the module lang.B contains a
+function method-name
then M is B. The module corresponding to each
+basic type is listed in the Lang library
+modules section.value
.@@ -11217,7 +11217,7 @@
The lang library consists of the following modules. With the exception of the
lang.value
, lang.transaction
and
@@ -11317,8 +11317,8 @@
lang.object
modulelang.regexp
moduleThe lang.regexp
module corresponds to tagged data type with tag
-re
.
The lang.regexp
module corresponds to the basic type for the
+tagged data type with tag re
.