Skip to content

Commit 02205b0

Browse files
committed
CI: about platform-specific output in index.mld
Signed-off-by: Kakadu <Kakadu@pm.me>
1 parent 3016e06 commit 02205b0

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

index.mld

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -24,12 +24,12 @@ Additional Camlp5 directives:
2424
#camlp5r;; to load camlp5 (revised syntax)
2525

2626
- : unit = ()
27+
28+
# #require "compiler-libs.common";;
29+
# #require "camlp-streams";;
30+
# #require "camlp5";;
31+
# #load "camlp5o.cma";;
2732
# #camlp5o;;
28-
/mnt/mand/.opam/4.14.2+flambda/lib/ocaml/compiler-libs: added to search path
29-
/mnt/mand/.opam/4.14.2+flambda/lib/camlp-streams: added to search path
30-
/mnt/mand/.opam/4.14.2+flambda/lib/camlp-streams/camlp_streams.cma: loaded
31-
/mnt/mand/.opam/4.14.2+flambda/lib/camlp5: added to search path
32-
/mnt/mand/.opam/4.14.2+flambda/lib/camlp5/camlp5o.cma: loaded
3333
# type expr = Mul of expr * expr | Add of expr * expr | Var of string;;
3434
type expr = Mul of expr * expr | Add of expr * expr | Var of string
3535
# let rec expr_to_string = function

0 commit comments

Comments
 (0)