Statement.Switchmodule Case : sig ... endtype ('M, 'T) t = {discriminant : ('M, 'T) Expression.t;cases : ('M, 'T) Case.t list;comments : ('M, unit) Syntax.t option;exhaustive_out : 'T;}val pp :
(Format.formatter -> 'M -> unit) ->
(Format.formatter -> 'T -> unit) ->
Format.formatter ->
('M, 'T) t ->
unitval show :
(Format.formatter -> 'M -> unit) ->
(Format.formatter -> 'T -> unit) ->
('M, 'T) t ->
string