diff --git a/Data/Graph/Wrapper.hs b/Data/Graph/Wrapper.hs index f94bd80..967ab96 100644 --- a/Data/Graph/Wrapper.hs +++ b/Data/Graph/Wrapper.hs @@ -1,3 +1,5 @@ +{-# LANGUAGE FlexibleContexts #-} + -- | A wrapper around the types and functions from "Data.Graph" to make programming with them less painful. Also -- implements some extra useful goodies such as 'successors' and 'sccGraph', and improves the documentation of -- the behaviour of some functions.