Skip to content

Commit

Permalink
NewSignal now has a name
Browse files Browse the repository at this point in the history
  • Loading branch information
ivogabe committed Apr 10, 2024
1 parent feacb21 commit d574656
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ executeBinding :: Workers -> NativeEnv env -> BasesR t -> Binding env t -> IO (V
executeBinding workers !env tp = \case
Compute expr ->
return $ values workers tp $ evalExp expr $ evalArrayInstr env
NewSignal -> do
NewSignal _ -> do
signal <- newSignal
return $ ValuesSingle (Value signal) `ValuesPair` ValuesSingle (Value signal)
NewRef _ -> do
Expand Down

0 comments on commit d574656

Please sign in to comment.