Skip to content

Commit

Permalink
fix: remove Bindings type
Browse files Browse the repository at this point in the history
  • Loading branch information
erights committed Jan 11, 2021
1 parent 5745944 commit a612620
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions packages/same-structure/src/types.js
Original file line number Diff line number Diff line change
Expand Up @@ -33,11 +33,3 @@
* the Pattern is non-Ground, then it matches or not according to
* the Pattern's embedded PatternRecords.
*/

/**
* @typedef {Record<string,Passable>} Bindings
*
* The result of a successful match is typically an empty object. But the
* PatternRecords may extract corresponding portions of the specimen
* it is matched against.
*/

0 comments on commit a612620

Please sign in to comment.