Skip to content

Commit

Permalink
Debug message
Browse files Browse the repository at this point in the history
git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@159 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
  • Loading branch information
x97davka committed Mar 4, 1998
1 parent 951868a commit 22117ef
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion modeq/explode.rml
Expand Up @@ -61,7 +61,10 @@ relation exp_elementspec: Absyn.ElementSpec => (Ident*ElementSpec) list =
exp_elementspec(Absyn.CLASSDEF(rp,Absyn.CLASS(n,pa,re,de)))
=> [(n,CLASSDEF(rp,CLASS(n,pa,re,de')))]

rule Mod.build(SOME(Absyn.CLASSMOD(args)), false) => mod
rule Mod.build(SOME(Absyn.CLASSMOD(args)), false) => mod &

Exp.path_string(n) => ns &
print "extends " & Mod.dump(mod,ns) & print "\n"
---------------------------------------------------
exp_elementspec(Absyn.EXTENDS(n,args)) => [("",EXTENDS(n,mod))]

Expand Down

0 comments on commit 22117ef

Please sign in to comment.