Expression.Newtype ('M, 'T) t = {callee : ('M, 'T) Expression.t;targs : ('M, 'T) CallTypeArgs.t option;arguments : ('M, 'T) ArgList.t option;comments : ('M, unit) Syntax.t option;}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