@@ -1094,7 +1094,7 @@ primitives = Map.fromList
1094
1094
, " caching has yet to actually be used, then the value of the environment"
1095
1095
, " variable is ignored."
1096
1096
]
1097
-
1097
+
1098
1098
, prim " clean_solver_cache" " TopLevel ()"
1099
1099
(pureVal clean_solver_cache)
1100
1100
Current
@@ -3196,7 +3196,7 @@ primitives = Map.fromList
3196
3196
Current
3197
3197
[ " State that the given predicate must hold. Acts as `llvm_precond`"
3198
3198
, " 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`) ."
3200
3200
]
3201
3201
3202
3202
, prim " llvm_setup_with_tag" " String -> LLVMSetup () -> LLVMSetup ()"
@@ -3764,7 +3764,7 @@ primitives = Map.fromList
3764
3764
Current
3765
3765
[ " State that the given predicate must hold. Acts as `jvm_precond`"
3766
3766
, " 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`) ."
3768
3768
]
3769
3769
3770
3770
, prim " jvm_postcond" " Term -> JVMSetup ()"
@@ -3862,7 +3862,7 @@ primitives = Map.fromList
3862
3862
Experimental
3863
3863
[ " State that the given predicate must hold. Acts as `mir_precond`"
3864
3864
, " 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`) ."
3866
3866
]
3867
3867
3868
3868
, prim " mir_execute_func" " [MIRValue] -> MIRSetup ()"
0 commit comments