Module System_dependencies.Error

type t = [
  1. | `Precheck_failure of Internal_pervasives.string
]
val pp : Stdlib.Format.formatter -> [< `Precheck_failure of Internal_pervasives.string ] -> Internal_pervasives.unit