We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 99619be commit 5f611a7Copy full SHA for 5f611a7
src/SAWScript/HeapsterBuiltins.hs
@@ -613,7 +613,7 @@ heapster_define_rust_type _bic _opts henv str =
613
Right _ -> fail "LLVM arch width is 0!"
614
env <- liftIO $ readIORef (heapsterEnvPermEnvRef henv)
615
withKnownNat w $ withLeqProof leq_proof $
616
- do nsh <- parseRustTypeString env w str
+ do SomeNamedShape nsh <- parseRustTypeString env w str
617
let env' = permEnvAddNamedShape env nsh
618
liftIO $ writeIORef (heapsterEnvPermEnvRef henv) env'
619
0 commit comments