Skip to content

Commit

Permalink
Merge pull request #9 from dinosaure/angstrom.0.14.0
Browse files Browse the repository at this point in the history
Angstrom.0.14.0
  • Loading branch information
dinosaure authored May 5, 2020
2 parents 0f0f108 + b586389 commit 2064422
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion emile.opam
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ build: [
depends: [
"ocaml" {>= "4.03.0"}
"dune" {>= "1.0"}
"angstrom" {>= "0.9.0"}
"angstrom" {>= "0.14.0"}
"ipaddr" {>= "2.7.0"}
"base64" {>= "3.0.0"}
"pecu"
Expand Down
2 changes: 1 addition & 1 deletion lib/emile.ml
Original file line number Diff line number Diff line change
Expand Up @@ -1716,7 +1716,7 @@ module Parser = struct
*)
let domain =
let of_string ~error p s =
match parse_string p s with
match parse_string ~consume:All p s with
| Ok v -> return v
| Error _ -> fail error
in
Expand Down
2 changes: 1 addition & 1 deletion lib/emile.mli
Original file line number Diff line number Diff line change
Expand Up @@ -1434,7 +1434,7 @@ end
type error = [ `Invalid ]
(** The error type. *)

val pp_error : error Fmt.t
val pp_error : error fmt
(** [pp_error ppf err] is pretty-printer of {!error}. *)

module List : sig
Expand Down

0 comments on commit 2064422

Please sign in to comment.