From 61b85720fd7921d15be5f03d7cdeea02b614b26d Mon Sep 17 00:00:00 2001 From: tpajenka Date: Fri, 29 Nov 2013 15:35:40 +0100 Subject: [PATCH] =?UTF-8?q?R=C3=BCckgabewert=20von=20"constraint"?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/DCB.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/DCB.hs b/src/DCB.hs index 886346f..196e945 100644 --- a/src/DCB.hs +++ b/src/DCB.hs @@ -44,7 +44,7 @@ expand adj attr g = undefined -- constraint gets a Graph and an Attribute-Matrix and yields true, if the Graph still fulfills -- all constraints defined via the Attribute-Matrix. -constraint :: Adj -> Attr -> Graph -> Int -> Maybe Bool +constraint :: Adj -> Attr -> Graph -> Int -> Maybe Constraints constraint adj attr g newNode = undefined