Skip to content

Commit

Permalink
{llvm,jvm,mir}_assert: Fix mismatched parentheses in :? descriptions
Browse files Browse the repository at this point in the history
  • Loading branch information
RyanGlScott committed Aug 22, 2023
1 parent 156fddd commit 634b884
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/SAWScript/Interpreter.hs
Original file line number Diff line number Diff line change
Expand Up @@ -1094,7 +1094,7 @@ primitives = Map.fromList
, "caching has yet to actually be used, then the value of the environment"
, "variable is ignored."
]

, prim "clean_solver_cache" "TopLevel ()"
(pureVal clean_solver_cache)
Current
Expand Down Expand Up @@ -3196,7 +3196,7 @@ primitives = Map.fromList
Current
[ "State that the given predicate must hold. Acts as `llvm_precond`"
, "or `llvm_postcond` depending on the phase of specification in which"
, "it appears (i.e., before or after `llvm_execute_func`."
, "it appears (i.e., before or after `llvm_execute_func`)."
]

, prim "llvm_setup_with_tag" "String -> LLVMSetup () -> LLVMSetup ()"
Expand Down Expand Up @@ -3764,7 +3764,7 @@ primitives = Map.fromList
Current
[ "State that the given predicate must hold. Acts as `jvm_precond`"
, "or `jvm_postcond` depending on the phase of specification in which"
, "it appears (i.e., before or after `jvm_execute_func`."
, "it appears (i.e., before or after `jvm_execute_func`)."
]

, prim "jvm_postcond" "Term -> JVMSetup ()"
Expand Down Expand Up @@ -3862,7 +3862,7 @@ primitives = Map.fromList
Experimental
[ "State that the given predicate must hold. Acts as `mir_precond`"
, "or `mir_postcond` depending on the phase of specification in which"
, "it appears (i.e., before or after `mir_execute_func`."
, "it appears (i.e., before or after `mir_execute_func`)."
]

, prim "mir_execute_func" "[MIRValue] -> MIRSetup ()"
Expand Down

0 comments on commit 634b884

Please sign in to comment.