Fix unused param warning

This commit is contained in:
Guillaume Maudoux 2020-11-18 10:04:09 +01:00
parent 5c72d9530c
commit 2af45ba385
1 changed files with 1 additions and 1 deletions

View File

@ -297,7 +297,7 @@ callFunc fun arg = demand fun $ \fun' -> do
when (length frames > 2000) $ throwError $ ErrorCall
"Function call stack exhausted"
case fun' of
NVClosure params f -> do
NVClosure _params f -> do
f arg
NVBuiltin name f -> do
span <- currentPos