Skip to content

Commit

Permalink
x
Browse files Browse the repository at this point in the history
  • Loading branch information
MierenManz committed Nov 13, 2023
1 parent ed34658 commit 6d66d17
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/compound/tagged_union.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import {
} from "../types/mod.ts";
import { getBiggestAlignment } from "../util.ts";

type Fn<T> = (value: T) => number;
type Fn<V> = (variant: V) => InnerType<AlignedType<number>>;

export class TaggedUnion<
T extends Record<number, AlignedType<unknown>>,
Expand Down

0 comments on commit 6d66d17

Please sign in to comment.