]> Repositorios git - scryer-prolog.git/commitdiff
use proper module name in bimetatrans_ruleml
authorMark Thom <[email protected]>
Sat, 25 Apr 2020 18:55:36 +0000 (12:55 -0600)
committerMark Thom <[email protected]>
Sat, 25 Apr 2020 18:55:36 +0000 (12:55 -0600)
src/prolog/examples/bimetatrans_ruleml.pl

index daefaa667422cbf1425b28be6eb74dabe967fe19..ba00346fd9dc0e0b8256cd392b9101b12ffe97ce 100644 (file)
@@ -1,4 +1,4 @@
-:- module(ruleml_xml_parser, [parse_ruleml/3]).
+:- module(bimetatrans_ruleml, [parse_ruleml/3]).
 
 :- use_module(library(dcgs)).
 :- use_module(library(iso_ext)).