export const writeIncompleteReferenceError = (ref) => `Reference to incomplete group '${ref}' has no effect`; export const writeMidAnchorError = (anchor) => `Anchor ${anchor} may not appear mid-pattern`;