Page Menu
Home
Xreate
Search
Configure Global Search
Log In
Docs
Questions
Repository
Issues
Patches
Internal API
Files
F3999519
tests-context-late_context.lp
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Subscribers
None
File Metadata
Details
File Info
Storage
Attached
Created
Thu, Jul 9, 2:27 AM
Size
506 B
Mime Type
text/x-c
Expires
Sat, Jul 11, 2:27 AM (1 d, 6 h)
Engine
blob
Format
Raw Data
Handle
273120
Attached To
rXR Xreate
tests-context-late_context.lp
View Options
#include "control-context.lp".
%body
function(a;b;c;d).
scope(0..4).
cfa_parent(0, function(a)).
cfa_parent(1, function(b)).
cfa_parent(2, function(c)).
cfa_parent(3, function(d)).
cfa_parent(4, function(d)).
cfa_call(0, c).
cfa_call(1, c).
cfa_call(2, d).
bind_scope(0, a).
bind_scope(1, b).
cfa_function_specializations(d, a).
cfa_function_specializations(d, b).
#show bind_scope_decision/3.
%#show bind_scope_demand/2.
#show bind_function_demand/2.
%#show cfa_call/2.
%#show bind_function_demand/2.
Event Timeline
Log In to Comment