Module Ppx_optcomp__.Token
module Directive : sig ... end
type 'a t
=
|
Block of 'a Base.list
blocks with no optcomp extensions in it
|
Directive of Directive.t * Ppxlib.location * Ppxlib.payload
Ppx_optcomp__.Token
module Directive : sig ... end
type 'a t
=
| Block of 'a Base.list | blocks with no optcomp extensions in it |
| Directive of Directive.t * Ppxlib.location * Ppxlib.payload |