We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 90592b5 commit 2356cadCopy full SHA for 2356cad
.github/workflows/workflow.yml
@@ -3,7 +3,7 @@ name: Build
3
on:
4
- pull_request
5
- push
6
-
+
7
jobs:
8
build-native:
9
strategy:
@@ -13,7 +13,7 @@ jobs:
13
- macos-latest
14
- ubuntu-latest
15
ocaml-compiler:
16
- - '5.2'
+ - '5.3'
17
18
runs-on: ${{ matrix.os }}
19
lib/db/Entry.ml
@@ -17,4 +17,4 @@ let pp ppf t =
Fmt.pf ppf "@[%s:%a :@ %a@]"
t.pkg
LongIdent.pp t.lid
20
- !Oprint.out_type t.ty
+ (Format_doc.compat !Oprint.out_type) t.ty
0 commit comments