package solid

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

Module Conf.WrapperSource

Sourcetype 'a t = {
  1. to_term : ?with_doc:bool -> Rdf.Graph.graph -> 'a -> Rdf.Term.term;
  2. from_term : ?def:'a -> Rdf.Graph.graph -> Rdf.Term.term -> 'a;
}
Sourceval make : (?with_doc:bool -> Rdf.Graph.graph -> 'a -> Rdf.Term.term) -> (?def:'a -> Rdf.Graph.graph -> Rdf.Term.term -> 'a) -> 'a t
Sourceval int : int t
Sourceval float : float t
Sourceval bool : bool t
Sourceval string : string t
Sourceval typed_string : Iri.t -> string t
Sourceval string_ : ?typ:Iri.t -> ('a -> string) -> (string -> 'a) -> 'a t
Sourceval iri : Iri.t t
Sourceval list : ?typ:Iri.t -> 'a t -> 'a list t
Sourceval option : 'a t -> 'a option t
Sourceval pair : 'a t -> 'b t -> ('a * 'b) t
Sourceval triple : 'a t -> 'b t -> 'c t -> ('a * 'b * 'c) t
OCaml

Innovation. Community. Security.