We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e2523d3 commit a9b40e9Copy full SHA for a9b40e9
3 files changed
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)))
easycrypt.opam
@@ -7,6 +7,7 @@ depends: [
7
"dune" {>= "3.13"}
8
"dune-build-info"
9
"dune-site"
10
+ "markdown"
11
"ocaml-inifiles" {>= "1.2"}
12
"pcre" {>= "7"}
13
"why3" {>= "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
val from_string : string -> ecreader
0 commit comments