Skip to content

Commit

Permalink
member: beta redux
Browse files Browse the repository at this point in the history
  • Loading branch information
HoshinoTented committed Jul 9, 2024
1 parent ad53fb0 commit a0459b7
Showing 1 changed file with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,11 @@ private MemberCall update(Term clazz, ImmutableSeq<Term> newArgs) {
return update(f.apply(0, of), Callable.descent(args, f));
}

@Override
public @NotNull Term make() {
return make(this);
}

public static @NotNull Term make(
@NotNull ClassCall typeOfOf,
@NotNull Term of,
Expand Down

0 comments on commit a0459b7

Please sign in to comment.