Skip to content

Commit

Permalink
refactor(dcons): add IClear decl
Browse files Browse the repository at this point in the history
  • Loading branch information
postspectacular committed Dec 29, 2019
1 parent 3efaefb commit b58f92b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/dcons/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ import {
assert,
Comparator,
Fn,
IClear,
ICompare,
ICopy,
IEmpty,
Expand All @@ -28,6 +29,7 @@ export interface ConsCell<T> {

export class DCons<T>
implements
IClear,
ICompare<DCons<T>>,
ICopy<DCons<T>>,
IEmpty<DCons<T>>,
Expand Down

0 comments on commit b58f92b

Please sign in to comment.