We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6bc278c commit 38c3062Copy full SHA for 38c3062
src/Nix/Exec.hs
@@ -302,7 +302,7 @@ callFunc fun arg = demand fun $ \fun' -> do
302
f arg
303
NVBuiltin name f -> do
304
span <- currentPos
305
- withFrame Info (Calling @m @t name span) (f arg)
+ withFrame Info (Calling @m @(NValue t f m) name span) (f arg)
306
s@(NVSet m _) | Just f <- M.lookup "__functor" m -> do
307
traceM "callFunc:__functor"
308
demand f $ (`callFunc` s) >=> (`callFunc` arg)
0 commit comments