X-Git-Url: http://git.megacz.com/?p=ghc-base.git;a=blobdiff_plain;f=GHC%2FHetMet%2FGArrowInstances.hs;fp=GHC%2FHetMet%2FGArrowInstances.hs;h=0000000000000000000000000000000000000000;hp=f301a954ef99d89c3ff34a2067a2c717b6b7736b;hb=af0230f8f08c45c6873edb3718d2f1d5639e9b36;hpb=5c7b1bb51dbf9bd24d05f5f94c1872229aaf884d diff --git a/GHC/HetMet/GArrowInstances.hs b/GHC/HetMet/GArrowInstances.hs deleted file mode 100644 index f301a95..0000000 --- a/GHC/HetMet/GArrowInstances.hs +++ /dev/null @@ -1,27 +0,0 @@ -{-# OPTIONS -XRankNTypes -XMultiParamTypeClasses -XNoMonomorphismRestriction -XTypeOperators -XFunctionalDependencies #-} ------------------------------------------------------------------------------ --- | --- Module : GHC.HetMet.GArrowInstances --- Copyright : none --- License : public domain --- --- Maintainer : Adam Megacz --- Stability : experimental --- Portability : portable - -module GHC.HetMet.GArrowInstances ( -) where -import Control.Category -import GHC.HetMet.GArrow - --- Various GArrow instances which may confuse the instance-inference --- mechanism if imported wholesale - - --- If a GArrow offers constants, then Haskell literals can be used to --- accomplish a GArrowLiteral implementation (the converse is not --- true!) ---instance GArrowConstant g (**) u r t => GArrowLiteral g (**) u r t where --- ga_literal = ga_constant - -