haskell: add overlapping instances

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

View File

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