package ppx_repr
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>
On This Page
PPX deriver for type representations
Install
dune-project
Dependency
Authors
Maintainers
Sources
repr-fuzz-0.2.1.tbz
sha256=0ca29b7273870190b724e6db1f782980c175c50d9a208ff8ad351cbbb85a7fb1
sha512=5b7d32724e70ffcbc15bdefc71871148d0f2b743f6d664891e1126d194d3752dfb7715dbbe6046bcbd6f19c384a840b3e66c4130b5bb663580aeb6d697d7a20d
doc/ppx_repr.lib/Ppx_repr_lib/Engine/Located/index.html
Module Engine.LocatedSource
Parameters
module Attributes : Attributes.Smodule A : Ppxlib.Ast_builder.SSignature
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.
Source
val derive_str :
?name:string ->
?lib:string ->
(Ppxlib.rec_flag * Ppxlib.type_declaration list) ->
Ppxlib.structure_item listDeriver 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:Nonewill assume that the typereps are available in the same namespace.
Source
val derive_sig :
?name:string ->
?lib:string ->
(Ppxlib.rec_flag * Ppxlib.type_declaration list) ->
Ppxlib.signature_item listDeriver for Irmin type representation signatures.
Optional arguments have the same meaning as in derive_str.
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>
On This Page