Whilelib.While_analysisSourceThis module presents the implementation of a simple example analyzer for the while language using codex constructs. It is detailed in the While tutorial's chapter4.
module NonRelationalDomain : sig ... endval store_pp :
Domain.Context.t ->
Format.formatter ->
Domain.integer Analysis_sva.State.t ->
unitval serialize :
widens:bool ->
state ->
state ->
(Domain.integer Store.t, Domain.Context.empty_tuple) Domain.Context.result