Basillsp.Kwtypes
type parsed =
| Keyword of (int * int) * string
| Comment of (int * int) * string
val pp_parsed : Ppx_deriving_runtime.Format.formatter -> parsed -> Ppx_deriving_runtime.unit
val show_parsed : parsed -> Ppx_deriving_runtime.string