Add RDF.Term.t type

This commit is contained in:
Marcel Otto 2018-09-02 05:25:20 +02:00
parent 9c78ebeba7
commit e393bff9ef

View file

@ -11,6 +11,10 @@ defprotocol RDF.Term do
see <https://www.w3.org/TR/sparql11-query/#defn_RDFTerm>
"""
@type t :: RDF.IRI.t | RDF.BlankNode.t | RDF.Literal.t
@doc """
Tests for term equality.