Skip to content

Commit

Permalink
Add RDF.diff/2 alias
Browse files Browse the repository at this point in the history
  • Loading branch information
marcelotto committed Nov 20, 2019
1 parent 4e38080 commit b6438b1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lib/rdf.ex
Expand Up @@ -225,6 +225,8 @@ defmodule RDF do
defdelegate dataset(arg), to: Dataset, as: :new
defdelegate dataset(arg1, arg2), to: Dataset, as: :new

defdelegate diff(arg1, arg2), to: RDF.Diff

defdelegate list?(resource, graph), to: RDF.List, as: :node?
defdelegate list?(description), to: RDF.List, as: :node?

Expand Down

0 comments on commit b6438b1

Please sign in to comment.