Closed leostera closed 6 months ago
Right now we can't use @cfg in elements defined within modules and signatures.
@cfg
The expected behavior is that @cfg can be used in places like this:
module A : sig val a : unit -> unit [@@cfg disable = true] end = let a () = () [@@cfg disable = true] end
and interface files:
module A : sig val a : unit -> unit [@@cfg disable = true] end
@leostera you can assign this to me. I am going to put something out for it.
@leostera this can be closed now I think
Right now we can't use
@cfg
in elements defined within modules and signatures.The expected behavior is that
@cfg
can be used in places like this:and interface files: