File tree 2 files changed +3
-3
lines changed
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -678,7 +678,7 @@ let completionWithParser ~debug ~path ~posCursor ~currentFile ~text =
678
678
| Ppat_construct (lid , _ ) ->
679
679
let lidPath = flattenLidCheckDot lid in
680
680
if debug then
681
- Printf. printf " XXX Ppat_construct %s:%s\n "
681
+ Printf. printf " Ppat_construct %s:%s\n "
682
682
(lidPath |> String. concat " ." )
683
683
(Loc. toString lid.loc);
684
684
setResult (Cpath (CPId (lidPath, Value )))
Original file line number Diff line number Diff line change @@ -1388,7 +1388,7 @@ posCursor:[362:8] posNoWhite:[362:7] Found expr:[360:8->365:3]
1388
1388
posCursor:[362:8] posNoWhite:[362:7] Found expr:[361:2->365:3]
1389
1389
posCursor:[362:8] posNoWhite:[362:7] Found pattern:[362:7->364:5]
1390
1390
posCursor:[362:8] posNoWhite:[362:7] Found pattern:[362:7->362:8]
1391
- XXX Ppat_construct T:[362:7->362:8]
1391
+ Ppat_construct T:[362:7->362:8]
1392
1392
Completable: Cpath Value[T]
1393
1393
[{
1394
1394
"label": "That",
@@ -1421,7 +1421,7 @@ posCursor:[373:21] posNoWhite:[373:20] Found expr:[371:8->376:3]
1421
1421
posCursor:[373:21] posNoWhite:[373:20] Found expr:[372:2->376:3]
1422
1422
posCursor:[373:21] posNoWhite:[373:20] Found pattern:[373:7->375:5]
1423
1423
posCursor:[373:21] posNoWhite:[373:20] Found pattern:[373:7->373:21]
1424
- XXX Ppat_construct AndThatOther.T:[373:7->373:21]
1424
+ Ppat_construct AndThatOther.T:[373:7->373:21]
1425
1425
Completable: Cpath Value[AndThatOther, T]
1426
1426
[{
1427
1427
"label": "ThatOther",
You can’t perform that action at this time.
0 commit comments