Skip to content

Commit

Permalink
fixup! MinMethodGuard migration
Browse files Browse the repository at this point in the history
  • Loading branch information
erights committed Apr 3, 2023
1 parent e857ad9 commit 65e3a5e
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions packages/patterns/src/patterns/patternMatchers.js
Original file line number Diff line number Diff line change
Expand Up @@ -1696,12 +1696,4 @@ export const {
M,
} = makePatternKit();

/**
* A method guard, for inclusion in an interface guard, that enforces only that
* all arguments are passable and that the result is passable. (In far classes,
* "any" means any *passable*.) This is the least possible enforcement for a
* method guard, and is implied by all other method guards.
*/
export const MinMethodGuard = M.call().rest(M.any()).returns(M.any());

MM = M;

0 comments on commit 65e3a5e

Please sign in to comment.