package solid
Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source
Page
Library
Module
Module type
Parameter
Class
Class type
Source
Module Conf.Wrapper
Source
Source
type 'a t = {
to_term : ?with_doc:bool -> Rdf.Graph.graph -> 'a -> Rdf.Term.term;
from_term : ?def:'a -> Rdf.Graph.graph -> Rdf.Term.term -> 'a;
}
Source
val make :
(?with_doc:bool -> Rdf.Graph.graph -> 'a -> Rdf.Term.term) ->
(?def:'a -> Rdf.Graph.graph -> Rdf.Term.term -> 'a) ->
'a t