package ocaml-migrate-parsetree
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>
Convert OCaml parsetrees between different versions
Install
dune-project
Dependency
github.com
Readme
Changelog
LGPL-2.1-only WITH OCaml-LGPL-linking-exception License
Edit opam file
Versions (16)
Authors
Maintainers
Sources
ocaml-migrate-parsetree-v1.7.2.tbz
sha256=6ae6753c3e632a63f76b031afc3eab74b209babdfdba4030060a934ce0660bd6
sha512=68bfbbadbb6715cf0be5a02136cb3508c5f8d3debba69f9cdf9c0668ebc09fe47eac10abcdc3eb0e5e19f33a223e193da039a3e203bec1404bd177635f1a93d7
doc/ocaml-migrate-parsetree/Locations/index.html
Module Locations
type old_location_error = {loc : Location.t;msg : string;sub : old_location_error list;if_highlight : string;
}type location_msg = (Format.formatter -> unit) Location.loctype location_report = Location.report = {kind : location_report_kind;main : location_msg;sub : location_msg list;
}val error_type_of_location_error : location_error -> error_typeval location_error_of_exn : exn -> location_errorval extension_of_error :
mk_pstr:('a list -> 'b) ->
mk_extension:((string Location.loc * 'b) -> 'a) ->
mk_string_constant:(string -> 'a) ->
location_error ->
string Location.loc * 'bval error_of_exn : exn -> location_error optionval report_exception : Format.formatter -> exn -> unitval errorf :
loc:Location.t ->
('a, Format.formatter, unit, Location.error) format4 ->
'aval raise_errorf :
?loc:Location.t ->
('a, Format.formatter, unit, 'b) format4 ->
'aval _get_error_message_old : old_location_error -> stringval _get_error_message_new : location_report -> stringval get_error_message : location_report -> stringval _set_error_message_old : old_location_error -> string -> old_location_errorval _set_error_message_new : location_report -> string -> location_reportval set_error_message : location_report -> string -> location_reportval make_error_of_message_old :
loc:Location.t ->
string ->
sub:(Location.t * string) list ->
old_location_errorval make_error_of_message_new :
loc:Location.t ->
string ->
sub:(Location.t * string) list ->
location_reportval make_error_of_message :
loc:Location.t ->
string ->
sub:(Location.t * string) list ->
location_reportval print_error : Format.formatter -> Location.report -> unitmodule type Helpers_intf = sig ... endmodule Helpers_impl : sig ... end sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>