From bd49cf911bb7453c1b468a08425d5e09432cbdd0 Mon Sep 17 00:00:00 2001 From: sigma-andex <77549848+sigma-andex@users.noreply.github.com> Date: Fri, 25 Aug 2023 16:53:37 +0100 Subject: [PATCH] Add thruIn vta --- src/Fetch.purs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Fetch.purs b/src/Fetch.purs index 2908749..55346fb 100644 --- a/src/Fetch.purs +++ b/src/Fetch.purs @@ -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