Skip to content

Commit

Permalink
Mark crucible_setup_val_to_typed_term deprecated
Browse files Browse the repository at this point in the history
This will fix #719
  • Loading branch information
Aaron Tomb committed Dec 14, 2020
1 parent b3bbf4e commit 07874c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/SAWScript/Interpreter.hs
Original file line number Diff line number Diff line change
Expand Up @@ -2400,7 +2400,7 @@ primitives = Map.fromList
, prim "crucible_setup_val_to_term"
" SetupValue -> TopLevel Term"
(pureVal crucible_setup_val_to_typed_term)
Current
Deprecated
[ "Convert from a setup value to a typed term. This can only be done for a"
, "subset of setup values. Fails if a setup value is a global, variable or null."
]
Expand Down

0 comments on commit 07874c2

Please sign in to comment.