Up

module Destruct

: sig
#
val node : loc:Location.t -> env:Env.t -> BrowseT.t list -> BrowseT.t -> Location.t * string

node ~loc ~env parents current_node returns a location indicating which portion of the buffer must be replaced and the string to replace it with.

end