Skip to content

Commit 634b884

Browse files
committed
{llvm,jvm,mir}_assert: Fix mismatched parentheses in :? descriptions
1 parent 156fddd commit 634b884

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/SAWScript/Interpreter.hs

+4-4
Original file line numberDiff line numberDiff line change
@@ -1094,7 +1094,7 @@ primitives = Map.fromList
10941094
, "caching has yet to actually be used, then the value of the environment"
10951095
, "variable is ignored."
10961096
]
1097-
1097+
10981098
, prim "clean_solver_cache" "TopLevel ()"
10991099
(pureVal clean_solver_cache)
11001100
Current
@@ -3196,7 +3196,7 @@ primitives = Map.fromList
31963196
Current
31973197
[ "State that the given predicate must hold. Acts as `llvm_precond`"
31983198
, "or `llvm_postcond` depending on the phase of specification in which"
3199-
, "it appears (i.e., before or after `llvm_execute_func`."
3199+
, "it appears (i.e., before or after `llvm_execute_func`)."
32003200
]
32013201

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

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

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

0 commit comments

Comments
 (0)