mirror of
https://github.com/c-cube/ocaml-containers.git
synced 2025-12-07 11:45:31 -05:00
fix(sexp): re-export the loc type to the functor's argument's type
This commit is contained in:
parent
375ae27622
commit
5611cbf7f3
1 changed files with 5 additions and 2 deletions
|
|
@ -23,8 +23,11 @@ module type S = CCSexp_intf.S
|
||||||
This builds a parser and printer for S-expressions represented as
|
This builds a parser and printer for S-expressions represented as
|
||||||
in the [Sexp] argument.
|
in the [Sexp] argument.
|
||||||
|
|
||||||
@since 2.7 *)
|
@since 2.7
|
||||||
module Make(Sexp : SEXP) : S with type t = Sexp.t
|
|
||||||
|
@since NEXT_RELEASE re-bind [loc] to [Sexp.loc]
|
||||||
|
*)
|
||||||
|
module Make(Sexp : SEXP) : S with type t = Sexp.t and type loc = Sexp.loc
|
||||||
|
|
||||||
(** {2 Basics} *)
|
(** {2 Basics} *)
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue