const Matchers = DSL.matchers() /** * @tsplus static Maybe.Ops match */ export const match = Matchers.match /** * @tsplus static Maybe.Ops matchTag */ export const matchTag = Matchers.matchTag /** * @tsplus static Maybe.Ops matchTagIn */ export const matchTagIn = Matchers.matchTagIn /** * @tsplus static Maybe.Ops matchMorph */ export const matchMorph = Matchers.matchMorph /** * @tsplus static Maybe.Ops matchIn */ export const matchIn = Matchers.matchIn