ocaml-migrate-parsetree
Convert OCaml parsetrees between different versions
1024" x-on:close-sidebar="sidebar=window.innerWidth > 1024 && true">
package ocaml-migrate-parsetree
-
ocaml-migrate-parsetree
-
-
ocaml-migrate-parsetree.driver-main
Legend:
Library
Module
Module type
Parameter
Class
Class type
Library
Module
Module type
Parameter
Class
Class type
Library ocaml-migrate-parsetree
type missing_feature =
Features which are not available in all versions of the frontend
exception Migration_error of missing_feature * Location.t
Exception thrown by migration functions when a feature is not supported.
val missing_feature_description : missing_feature -> string
missing_feature_description x
is a text describing the feature x
.
val missing_feature_minimal_version : missing_feature -> string
missing_feature_minimal_version x
is the OCaml version where x was introduced.
val migration_error_message : missing_feature -> string
Turn a missing feature into a reasonable error message.
ON THIS PAGE
No table of contents