Module Name.Pattern
val make : Ppxlib__.Import.string -> tUses the rules described in
Attribute
val name : t -> Ppxlib__.Import.stringval matches : t -> Ppxlib__.Import.string -> Ppxlib__.Import.boolmatches ~pattern namereturnstrueiffnamematchespattern.For instance, the exact set of names such that
matches (make "foo.bar.@blah.x") nameis:- "foo.bar.blah.x"
- "bar.blah.x"
- "blah.x"