parent
45c5e7b967
commit
c03e2dfbc0
2 changed files with 6 additions and 6 deletions
|
|
@ -1,5 +1,5 @@
|
|||
export type Predicate<T> = (x: T) => boolean;
|
||||
export type Predicate<T> = (a: T) => boolean;
|
||||
|
||||
export type Relation<T, U> = (x: T, y: U) => boolean;
|
||||
export type Relation<T, U> = (a: T, b: U) => boolean;
|
||||
|
||||
export type EndoRelation<T> = Relation<T, T>;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue