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 |