We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e2523d3 commit 50af784Copy full SHA for 50af784
dune-project
@@ -19,6 +19,7 @@
19
dune
20
dune-build-info
21
dune-site
22
+ markdown
23
(ocaml-inifiles (>= 1.2))
24
(pcre (>= 7))
25
(why3 (and (>= 1.8.0) (< 1.9)))
src/ecIo.mli
@@ -2,7 +2,7 @@
2
type ecreader
3
4
(* -------------------------------------------------------------------- *)
5
-val from_channel : name:string -> in_channel -> ecreader
+val from_channel : ?close:bool -> name:string -> in_channel -> ecreader
6
val from_file : string -> ecreader
7
val from_string : string -> ecreader
8
0 commit comments