Whilelib.Analysis_svaSourceThis module presents the implementation of a simple example analyzer for the while language. It is detailed in the While tutorial's chapter3.
val map_pp :
(Format.formatter -> 'a State.value -> unit) ->
Format.formatter ->
'a State.t ->
unit