From Jason Turner

[exec.get.domain]

Diff to HTML by rtfpessoa

Files changed (1) hide show
  1. tmp/tmpg3d8ijjs/{from.md → to.md} +12 -0
tmp/tmpg3d8ijjs/{from.md → to.md} RENAMED
@@ -0,0 +1,12 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ### `execution::get_domain` <a id="exec.get.domain">[[exec.get.domain]]</a>
2
+
3
+ `get_domain` asks a queryable object for its associated execution domain
4
+ tag.
5
+
6
+ The name `get_domain` denotes a query object. For a subexpression `env`,
7
+ `get_domain(env)` is expression-equivalent to
8
+ `MANDATE-NOTHROW(AS-CONST(env).query(get_domain))`.
9
+
10
+ `forwarding_query(execution::get_domain)` is a core constant expression
11
+ and has value `true`.
12
+