Module RacerDDomain.Attribute
type t
=
|
Functional
holds a value returned from a callee marked @Functional
|
Choice of Choice.t
holds a boolean choice variable
include InferStdlib.PrettyPrintable.PrintableOrderedType with type PrintableOrderedType.t := t
include InferStdlib.PrettyPrintable.PrintableType with type t := t
val pp : InferStdlib.PrettyPrintable.F.formatter -> t -> unit