File tree Expand file tree Collapse file tree 3 files changed +3
-1
lines changed Expand file tree Collapse file tree 3 files changed +3
-1
lines changed Original file line number Diff line number Diff line change 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) ) )
Original file line number Diff line number Diff line change @@ -7,6 +7,7 @@ depends: [
77 "dune" {>= "3.13"}
88 "dune-build-info"
99 "dune-site"
10+ "markdown"
1011 "ocaml-inifiles" {>= "1.2"}
1112 "pcre" {>= "7"}
1213 "why3" {>= "1.8.0" & < "1.9"}
Original file line number Diff line number Diff line change 22type ecreader
33
44(* -------------------------------------------------------------------- *)
5- val from_channel : name :string -> in_channel -> ecreader
5+ val from_channel : ? close : bool -> name :string -> in_channel -> ecreader
66val from_file : string -> ecreader
77val from_string : string -> ecreader
88
You can’t perform that action at this time.
0 commit comments