rdf-ex/lib/rdf/guards.ex

6 lines
110 B
Elixir
Raw Normal View History

2020-05-06 16:04:19 +00:00
defmodule RDF.Guards do
2020-05-15 15:13:31 +00:00
import RDF.Utils.Guards
defguard maybe_ns_term(term) when maybe_module(term)
2020-05-06 16:04:19 +00:00
end