Skip to content
Snippets Groups Projects
Commit cc73454f authored by Jens Nolte's avatar Jens Nolte
Browse files

Change DisposeException to newtype

parent a751c8fb
No related branches found
No related tags found
No related merge requests found
......@@ -67,7 +67,7 @@ isAsyncDisposed _ = False
data DisposeException = DisposeException SomeException
newtype DisposeException = DisposeException SomeException
deriving stock Show
instance Exception DisposeException where
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment