Skip to content

Commit

Permalink
Population still yealds violations
Browse files Browse the repository at this point in the history
  • Loading branch information
hanjoosten committed Jun 4, 2024
1 parent 5afbdd8 commit 87e93de
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
1 change: 1 addition & 0 deletions AmpersandData/FormalAmpersand/Documentation.adl
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ PATTERN Documentation
CONCEPT Meaning ""
-- CLASSIFY Meaning ISA Markup See issue https://github.com/AmpersandTarski/Ampersand/issues/1484
-- CLASSIFY Markup ISA Meaning
RELATION markup[Meaning*Markup][UNI,TOT]
CONCEPT MarkupText ""
CONCEPT Markup ""

Expand Down
15 changes: 7 additions & 8 deletions src/Ampersand/FSpec/Transformers.hs
Original file line number Diff line number Diff line change
Expand Up @@ -499,14 +499,13 @@ transformersFormalAmpersand fSpec =
| (rol, rul) <- fRoleRuls fSpec
]
),
-- ( "markup",
-- "Meaning",
-- "Markup",
--
-- [ (dirtyId mean, dirtyId . ameaMrk $ mean)
-- | mean :: Meaning <- instanceList fSpec
-- ]
-- ),
( "markup",
"Meaning",
"Markup",
[ (dirtyId mean, dirtyId . ameaMrk $ mean)
| mean :: Meaning <- instanceList fSpec
]
),
-- ( "markup",
-- "Purpose",
-- "Markup",
Expand Down

0 comments on commit 87e93de

Please sign in to comment.