mirror of
https://github.com/msgpack/msgpack-python.git
synced 2026-02-07 02:09:59 +00:00
haskell: add overlapping instances
This commit is contained in:
parent
b75db110dc
commit
dfe19d308c
1 changed files with 3 additions and 2 deletions
|
|
@ -1,5 +1,6 @@
|
|||
{-# LANGUAGE TypeSynonymInstances #-}
|
||||
{-# LANGUAGE FlexibleInstances #-}
|
||||
{-# Language TypeSynonymInstances #-}
|
||||
{-# Language FlexibleInstances #-}
|
||||
{-# Language OverlappingInstances #-}
|
||||
|
||||
--------------------------------------------------------------------
|
||||
-- |
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue