1
0
mirror of https://github.com/msgpack/msgpack-c.git synced 2025-03-20 05:27:56 +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 TypeSynonymInstances #-}
{-# LANGUAGE FlexibleInstances #-} {-# Language FlexibleInstances #-}
{-# Language OverlappingInstances #-}
-------------------------------------------------------------------- --------------------------------------------------------------------
-- | -- |