123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657(*
* Copyright (c) 2019-2020 Craig Ferguson <me@craigfe.io>
*
* Permission to use, copy, modify, and distribute this software for any
* purpose with or without fee is hereby granted, provided that the above
* copyright notice and this permission notice appear in all copies.
*
* THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
* WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
* MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
* ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
* WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
* ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
* OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
*)openPpxlibmoduletypeS=sigvalparse_lib:expression->stringoption(** [parse_lib e] is [Some "foo"] or [None] if [e] is a [string option], and
raises a located exception otherwise. Intended to be used for parsing the
[lib] argument to the derivers. *)valexpand_typ:?lib:string->core_type->expressionvalderive_str:plugins:Meta_deriving.Plugin.tlist->name:stringoption->lib:stringoption->rec_flag*type_declarationlist->structure_itemlist(** Deriver for Irmin type representations.
- [?name]: overrides the default name of the generated type
representation;
- [?lib]: overrides the default location for the primitive Irmin typereps.
[~lib:None] will assume that the typereps are available in the same
namespace. *)valderive_sig:plugins:Meta_deriving.Plugin.tlist->name:stringoption->lib:stringoption->rec_flag*type_declarationlist->signature_itemlist(** Deriver for Irmin type representation signatures.
Optional arguments have the same meaning as in {!derive_str}. *)endmoduletypeEngine=sigmoduletypeS=SmoduleLocated(_:Attributes.S)(_:Ast_builder.S):Send