package rdf_ppx

  1. Overview
  2. Docs
Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source

Module Rdf_ppx.Ppx_rdfSource

OCaml syntax extension to check syntax of Sparql queries at compile time.

module Re = Str
Sourceexception Error of Location.t * string
Sourceval mkloc : 'a -> Location.t -> 'a Location.loc
Sourceval mknoloc : 'a -> 'a Location.loc
Sourceval longident_of_string : ?loc:Location.t -> string -> Longident.t
Sourceval lid_sprintf : Longident.t Location.loc
Sourceval lid_sparql_error : Longident.t Location.loc
Sourceval lid_sparql_parse_error : Longident.t Location.loc
module Location : sig ... end
Sourceval sparql_node : string
Sourceval re_fmt : Re.regexp
Sourceval check_query_fmt : Location.t -> string -> unit
Sourceval gen_code : loc:Ppxlib_ast__Ast_helper_lite.loc -> attrs:Ppxlib_ast__Ast_helper_lite.attrs -> string -> (Astlib.Ast_502.Asttypes.arg_label * Astlib.Ast_502.Parsetree.expression) list -> Astlib.Ast_502.Parsetree.expression
Sourceval expand : loc:'a -> path:'b -> Ppxlib.expression -> Astlib.Ast_502.Parsetree.expression
Sourceval my_extension : Ppxlib.Extension.t
Sourceval rule : Ppxlib.Context_free.Rule.t