Global_module.PrecisionWhether a global's elaborated form is known exactly. For example, given the elaborated form Foo{Bar; Baz}, if we never loaded foo.cmi then we don't actually know whether Foo takes Bar or Baz.
val print : Format.formatter -> t -> unitval output : out_channel -> t -> unit