Skip to content

Commit

Permalink
Moved ClassRestricion
Browse files Browse the repository at this point in the history
git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@222 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
  • Loading branch information
x97davka committed Mar 25, 1998
1 parent d5a8e8a commit 3c9ed50
Showing 1 changed file with 1 addition and 9 deletions.
10 changes: 1 addition & 9 deletions modeq/absyn.rml
Expand Up @@ -9,6 +9,7 @@ module Absyn:
type Path = Exp.Path
type Subscript = Exp.Subscript
type ArrayDim = Types.ArrayDim
type ClassRestriction = Types.Restriction

datatype ElementArg = MODIFICATION of bool * Path * Modification
| REDECLARATION of bool * ElementSpec
Expand All @@ -31,15 +32,6 @@ module Absyn:
* Ident
* ElementSpec

and ClassRestriction = CL_CLASS
| CL_MODEL
| CL_RECORD
| CL_BLOCK
| CL_CONNECTOR
| CL_TYPE
| CL_PACKAGE
| CL_FUNCTION

and Class = CLASS of Ident (* Name *)
* bool (* Partial *)
* ClassRestriction (* Restricion *)
Expand Down

0 comments on commit 3c9ed50

Please sign in to comment.