use langbox::*; fn p() -> impl Parser { choice!() } fn main() {}