Skip to content

Commit

Permalink
Add thruIn vta
Browse files Browse the repository at this point in the history
  • Loading branch information
sigma-andex committed Aug 25, 2023
1 parent 37dd5d7 commit bd49cf9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Fetch.purs
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ import Promise.Aff as Promise.Aff
-- | foreignJsonValue <- json
-- | ```
fetch
:: forall input output thruIn thruOut headers
:: forall input output @thruIn thruOut headers
. Union input thruIn (HighlevelRequestOptions headers String)
=> Union output thruOut CoreRequest.UnsafeRequestOptions
=> ToCoreRequestOptions input output
Expand Down

0 comments on commit bd49cf9

Please sign in to comment.