Skip to content

Commit

Permalink
minor fixes in synchronization
Browse files Browse the repository at this point in the history
  • Loading branch information
hanjoosten committed Jun 13, 2024
1 parent 577687e commit 2771b24
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 7 deletions.
2 changes: 1 addition & 1 deletion AmpersandData/FormalAmpersand/Generics.adl
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ REPRESENT FormalAmpersand.AmpersandVersion TYPE ALPHANUMERIC
--Definitions for Rules are found in Rules.adl and documented in Rules.docadl.

--[PairViews]--
RELATION FormalAmpersand.pairView[FormalAmpersand.Rule*FormalAmpersand.PairView] -- e.g.
RELATION FormalAmpersand.rrviol[FormalAmpersand.Rule*FormalAmpersand.PairView] -- e.g.
RELATION FormalAmpersand.segment[FormalAmpersand.PairView*FormalAmpersand.PairViewSegment] [SUR,INJ]
RELATION FormalAmpersand.sequenceNr[FormalAmpersand.PairViewSegment*FormalAmpersand.SequenceNumber] [UNI,TOT]
REPRESENT SequenceNumber TYPE INTEGER
Expand Down
2 changes: 1 addition & 1 deletion AmpersandData/FormalAmpersand/Patterns.adl
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ PATTERN Patterns
RELATION FormalAmpersand.allRules[FormalAmpersand.Rule*FormalAmpersand.Context] [] -- ^ all rules in the context, i.e. all user defined rules, property rules, and identity rules.
RELATION FormalAmpersand.udefrules[FormalAmpersand.Rule*FormalAmpersand.Pattern] [] -- ^ all rules the user has declared within this pattern including the patterns it contains,
-- which are not property- and not identity rules. See ViewPoint.hs
RELATION FormalAmpersand.proprules[FormalAmpersand.Rule*FormalAmpersand.Pattern] [] -- ^ all property rules the user has declared within a pattern.
-- RELATION proprules[Rule*Pattern] [] -- This relation removed to prevent execengine work in the atlas. This relation can be calculated via the `Rule`.
RELATION FormalAmpersand.identityRules[FormalAmpersand.Rule*FormalAmpersand.Pattern] [] -- ^ all identity rules the user has declared within this pattern. This contains all rules declared inside a pattern including the patterns it contains.
RELATION FormalAmpersand.patRules[FormalAmpersand.Pattern*FormalAmpersand.Rule] -- This contains all rules declared inside a pattern. This contains all rules declared inside a pattern including the patterns it contains.
MEANING "The user-defined rules in a pattern."
Expand Down
5 changes: 0 additions & 5 deletions src/Ampersand/FSpec/Transformers.hs
Original file line number Diff line number Diff line change
Expand Up @@ -351,11 +351,6 @@ transformersFormalAmpersand fSpec =
| pvs@PairViewExp {} :: PairViewSegment Expression <- instanceList fSpec
]
),
( "FormalAmpersand.expTgt",
"FormalAmpersand.PairViewSegment",
"FormalAmpersand.Concept",
[] -- TODO
),
-- ( "FormalAmpersand.fieldIn",
-- "FormalAmpersand.FieldDef",
-- "FormalAmpersand.ObjectDef",
Expand Down

0 comments on commit 2771b24

Please sign in to comment.