create_category(Identifier, Relations, Directives, Clauses)
Creates a new, dynamic, category.
create_category(+category_identifier, +list, +list, +list)
instantiation_error
type_error(category_identifier, Identifier)
permission_error(replace, category, Identifier)
permission_error(replace, object, Identifier)
permission_error(replace, protocol, Identifier)
type_error(list, Relations)
type_error(list, Directives)
type_error(list, Clauses)
| ?- create_category(foo, [implements(bar)], [], [bar(1), bar(2)]).