1
0
mirror of https://github.com/msgpack/msgpack-c.git synced 2025-03-23 01:08:20 +01:00

haskell: add overlapping instances

This commit is contained in:
tanakh 2010-09-06 18:14:47 +09:00
parent b75db110dc
commit dfe19d308c

@ -1,5 +1,6 @@
{-# LANGUAGE TypeSynonymInstances #-}
{-# LANGUAGE FlexibleInstances #-}
{-# Language TypeSynonymInstances #-}
{-# Language FlexibleInstances #-}
{-# Language OverlappingInstances #-}
--------------------------------------------------------------------
-- |