Skip to content

Commit

Permalink
add slotdep module to all_ordered.rnc
Browse files Browse the repository at this point in the history
  • Loading branch information
Rima committed Jul 27, 2018
1 parent 2286ebd commit 03151ac
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion relaxng/all_ordered.rnc
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
namespace dc = "http://purl.org/dc/terms/"
namespace dc = "http://purl.org/dc/terms/"
namespace dcterms = "http://purl.org/dc/terms/"
namespace ruleml = "http://ruleml.org/spec"

Expand Down Expand Up @@ -95,6 +95,7 @@ include "modules/rulebase_expansion_module.rnc" inherit = ruleml {start |= notAl
include "contractions/short_name_contraction_module.rnc" inherit = ruleml {start |= notAllowed}
include "modules/skolem_expansion_module.rnc" inherit = ruleml {start |= notAllowed}
include "modules/slot_expansion_module.rnc" inherit = ruleml {start |= notAllowed}
include "modules/slotdep_expansion_module.rnc" inherit = ruleml {start |= notAllowed}
include "modules/stripe_skipping_expansion_module.rnc" inherit = ruleml {start |= notAllowed}
include "modules/stripe_skipping_ifthen_expansion_module.rnc" inherit = ruleml {start |= notAllowed}
include "modules/stripe_skipping_op_expansion_module.rnc" inherit = ruleml {start |= notAllowed}
Expand Down

1 comment on commit 03151ac

@rimachaudhari
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.