Skip to content

Commit

Permalink
[ fix ] type error
Browse files Browse the repository at this point in the history
  • Loading branch information
stefan-hoeck committed Nov 30, 2023
1 parent ccb70ce commit aacb312
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/System/UV/DNS.idr
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ getAddrInfo n s (SI f t p) cb = do
res <- uv_getaddrinfo
l.loop
pg
(\pa,st,pa => freePtr pa >> freePtr hints cb (uvRes st $> pa))
(\pa,st,pa => freePtr pa >> freePtr hints >> cb (uvRes st $> pa))
n
s
hints
Expand Down

0 comments on commit aacb312

Please sign in to comment.