Skip to content

Commit 50af784

Browse files
committed
deps
1 parent e2523d3 commit 50af784

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

dune-project

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@
1919
dune
2020
dune-build-info
2121
dune-site
22+
markdown
2223
(ocaml-inifiles (>= 1.2))
2324
(pcre (>= 7))
2425
(why3 (and (>= 1.8.0) (< 1.9)))

src/ecIo.mli

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
type ecreader
33

44
(* -------------------------------------------------------------------- *)
5-
val from_channel : name:string -> in_channel -> ecreader
5+
val from_channel : ?close:bool -> name:string -> in_channel -> ecreader
66
val from_file : string -> ecreader
77
val from_string : string -> ecreader
88

0 commit comments

Comments
 (0)