Skip to content

Commit b3eb4e6

Browse files
committed
Merge remote-tracking branch 'origin/master' into release
2 parents 9609e48 + e845c00 commit b3eb4e6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

booster/library/Booster/CLOptions.hs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -258,7 +258,7 @@ levelToContext =
258258
( "Rewrite"
259259
,
260260
[ [ctxt| booster|kore>rewrite*,success|failure|abort|detail |]
261-
, [ctxt| booster|kore>rewrite*,match|definedness|condition,failure|abort |]
261+
, [ctxt| booster|kore>rewrite*,match|definedness|constraint,failure|abort |]
262262
]
263263
)
264264
,
@@ -277,7 +277,7 @@ levelToContext =
277277
( "Aborts"
278278
,
279279
[ [ctxt| booster>rewrite*,detail. |]
280-
, [ctxt| booster>rewrite*,match|definedness|condition,abort. |]
280+
, [ctxt| booster>rewrite*,match|definedness|constraint,abort. |]
281281
, [ctxt| proxy. |]
282282
, [ctxt| proxy,abort. |]
283283
, [ctxt| booster>failure,abort |]

0 commit comments

Comments
 (0)