package links

  1. Overview
  2. Docs
type t =
  1. | Any
  2. | Nil
  3. | Cons of with_pos * with_pos
  4. | List of with_pos list
  5. | Variant of CommonTypes.Name.t * with_pos option
  6. | Effect of CommonTypes.Name.t * with_pos list * with_pos
  7. | Negative of CommonTypes.Name.t list
  8. | Record of (CommonTypes.Name.t * with_pos) list * with_pos option
  9. | Tuple of with_pos list
  10. | Constant of CommonTypes.Constant.t
  11. | Variable of Binder.with_pos
  12. | As of Binder.with_pos * with_pos
  13. | HasType of with_pos * datatype'
and with_pos = t SourceCode.WithPos.t
val show_with_pos : with_pos -> Ppx_deriving_runtime.string