Module Frontend.Deprecation_analysis

Utilities for emitting deprecation warnings and finding proper replacements for deprecated features

val expired : (Core.int * Core.int) -> Core.bool
val deprecated_functions : (Core.string * (Core.int * Core.int)) Core.String.Map.t
val stan_lib_deprecations : (Core.string * (Core.int * Core.int)) Core.String.Map.t
val collect_warnings : Ast.typed_program -> Warnings.t Core.list
val remove_unneeded_forward_decls : Ast.typed_program -> Ast.typed_program