Skip to content

Commit

Permalink
update baseline
Browse files Browse the repository at this point in the history
  • Loading branch information
Andarist committed Jan 23, 2025
1 parent 12a5fba commit e1eb82c
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -82,11 +82,11 @@ function withP3<P>(p: P) {

const m =
>m : <I>(from: I) => <I2>(from2: I2) => I & I2 & P
> : ^ ^^ ^^ ^^^^^^ ^^ ^^ ^^^^^^^^^^^^^^^
> : ^ ^^ ^^ ^^^^^^ ^^ ^^^^^^^^^^^^^^^

<I,>(from: I) =>
><I,>(from: I) => <I2,>(from2: I2) => ({ ...from, ...from2, ...p }) : <I>(from: I) => <I2>(from2: I2) => I & I2 & P
> : ^ ^^ ^^ ^^^^^^ ^^ ^^ ^^^^^^^^^^^^^^^
> : ^ ^^ ^^ ^^^^^^ ^^ ^^^^^^^^^^^^^^^
>from : I
> : ^

Expand All @@ -112,7 +112,7 @@ function withP3<P>(p: P) {
>createTransform : <I, O>(tr: (from: I) => O) => (from: I) => O
> : ^ ^^ ^^ ^^ ^^^^^^ ^^ ^^^^^
>m : <I>(from: I) => <I2>(from2: I2) => I & I2 & P
> : ^ ^^ ^^ ^^^^^^ ^^ ^^ ^^^^^^^^^^^^^^^
> : ^ ^^ ^^ ^^^^^^ ^^ ^^^^^^^^^^^^^^^
}

const addP3 = withP3({ a: 1 });
Expand Down

0 comments on commit e1eb82c

Please sign in to comment.