Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,8 @@ unreleased
- Allow users to derive code from module bindings and module declarations
(#576, @patricoferris)

- Expose `Ppxlib.Location.Error.t = Astlib.Location.Error.t` (#593, @ceastlund)

0.36.1 (2025-07-10)
-------------------

Expand Down
2 changes: 1 addition & 1 deletion src/location.mli
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ module Error : sig
(** For a detailed explanation on error reporting, refer to the
{{!"good-practices".handling_errors} relevant} part of the tutorial.*)

type t
type t = Astlib.Location.Error.t

val make : loc:location -> string -> sub:(location * string) list -> t

Expand Down
Loading