0.1.3 #3

Merged
Thilawyn merged 17 commits from next into master 2024-02-08 20:01:17 +01:00
Showing only changes of commit c5c01111ba - Show all commits

View File

@@ -44,7 +44,7 @@ export class TraitExpression<
) {
return this.allTraits.reduce(
(previous, trait) => trait.apply(previous),
this.superclass as Opaque<Superclass, TraitApplierSuperTag>,
this.superclass,
) as any
}