Remove append, fixes #89
This commit is contained in:
parent
615f71b099
commit
6a6464b0f7
1 changed files with 0 additions and 5 deletions
|
|
@ -656,10 +656,6 @@ export class Pattern {
|
|||
return cat(this, ...pats);
|
||||
}
|
||||
|
||||
append(...pats) {
|
||||
return cat(this, ...pats);
|
||||
}
|
||||
|
||||
fastcat(...pats) {
|
||||
return fastcat(this, ...pats);
|
||||
}
|
||||
|
|
@ -968,7 +964,6 @@ export function pr(args) {
|
|||
}
|
||||
|
||||
export const add = curry((a, pat) => pat.add(a));
|
||||
export const append = curry((a, pat) => pat.append(a));
|
||||
export const chunk = curry((a, pat) => pat.chunk(a));
|
||||
export const chunkBack = curry((a, pat) => pat.chunkBack(a));
|
||||
export const div = curry((a, pat) => pat.div(a));
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue