mirror of https://github.com/voidlizard/hbs2
maybe fix eval + opaque problem
This commit is contained in:
parent
b6ce70689d
commit
7f24126c8a
|
@ -732,6 +732,8 @@ eval' dict0 syn' = handle (handleForm syn') $ do
|
|||
|
||||
e@Literal{} -> pure e
|
||||
|
||||
e@OpaqueValue{} -> pure e
|
||||
|
||||
e -> do
|
||||
throwIO $ NotLambda @c e
|
||||
|
||||
|
|
Loading…
Reference in New Issue