diff options
Diffstat (limited to 'frontend/frontend.dcl')
-rw-r--r-- | frontend/frontend.dcl | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/frontend/frontend.dcl b/frontend/frontend.dcl index 6a1e0a9..9aa9678 100644 --- a/frontend/frontend.dcl +++ b/frontend/frontend.dcl @@ -5,7 +5,8 @@ definition module frontend from scanner import ::SearchPaths from general import ::Optional (Yes, No) -import checksupport, transform, overloading +import checksupport, overloading +from partition import ::Component(..),::ComponentMembers :: FrontEndOptions = { feo_up_to_phase :: !FrontEndPhase @@ -18,7 +19,7 @@ import checksupport, transform, overloading :: FrontEndSyntaxTree = { fe_icl :: !IclModule , fe_dcls :: !{#DclModule} - , fe_components :: !{!Group} + , fe_components :: !{!Component} , fe_arrayInstances :: !ArrayAndListInstances } |