Stateless_switch.MakeSourceCombine two stateless domains
include Abstraction.Stateless.STATELESS*****************
Name of the domain
Identifier of the domain
List of checks performed by the domain
val init :
Core.All.program ->
('a, unit) Core.All.man ->
'a Core.All.flow ->
'a Core.All.flow**********************
Initialization routine
************
val exec :
Core.All.DomainSet.t option ->
Core.All.stmt ->
('a, unit) Core.All.man ->
'a Core.All.flow ->
'a Core.All.post optionval eval :
Core.All.DomainSet.t option ->
Core.All.expr ->
('a, unit) Core.All.man ->
'a Core.All.flow ->
'a Core.All.eval optionval ask :
Core.All.DomainSet.t option ->
('a, 'r) Core.All.query ->
('a, unit) Core.All.man ->
'a Core.All.flow ->
('a, 'r) Core.All.cases optionval print_expr :
Core.All.DomainSet.t option ->
('a, unit) Core.All.man ->
'a Core.All.flow ->
Core.All.printer ->
Core.All.expr ->
unit