Skip to content

Commit

Permalink
__* empty log message __*
Browse files Browse the repository at this point in the history
git-svn-id: https://svn-agbkb.informatik.uni-bremen.de/Hets/trunk@3116 cec4b9c1-7d33-0410-9eda-942365e851bb
  • Loading branch information
tillmo committed Aug 28, 2004
1 parent eafdd84 commit 55b0935
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CASL/SymbolMapAnalysis.hs
Original file line number Diff line number Diff line change
Expand Up @@ -766,7 +766,7 @@ Output: signature "Sigma1"<=Sigma.
cogeneratedSign :: Ext f e m -> SymbolSet -> Sign f e
-> Result (Morphism f e m)
cogeneratedSign extEm symset sigma = do
if trace ("symset "++show symset++"\nsymset0 "++show symset0)
if {-trace ("symset "++show symset++"\nsymset0 "++show symset0)-}
(not (symset `Set.subset` symset0)) -- 2.
then pfatal_error
(ptext "Hiding: The following symbols"
Expand Down

0 comments on commit 55b0935

Please sign in to comment.