Skip to content

Commit

Permalink
Changed the type of sink passed to ensures_amalgamability
Browse files Browse the repository at this point in the history
git-svn-id: https://svn-agbkb.informatik.uni-bremen.de/Hets/trunk@3093 cec4b9c1-7d33-0410-9eda-942365e851bb
  • Loading branch information
mmakowski committed Aug 26, 2004
1 parent 59cc761 commit dc83571
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Logic/Logic.hs
Original file line number Diff line number Diff line change
Expand Up @@ -213,7 +213,7 @@ class ( Syntax lid basic_spec symb_items symb_map_items
-- architectural sharing analysis
ensures_amalgamability :: lid ->
(Diagram sign morphism, -- the diagram to be analyzed
[LEdge morphism], -- the sink
[(Node, morphism)], -- the sink
Diagram String String) -- the descriptions of nodes and edges
-> Result Amalgamates

Expand Down

0 comments on commit dc83571

Please sign in to comment.