wip: Working so far

This commit is contained in:
BluJ
2023-04-27 08:18:45 -06:00
parent 138c7f0133
commit 76f0a8b0bb
16 changed files with 438 additions and 249 deletions

View File

@@ -1,3 +1,4 @@
import { _ } from "../../util";
export class IBuilder<A> {
protected constructor(readonly a: A) {}