packages feed

ghc-exactprint-0.5.0.0: tests/examples/ghc710/SemiInstance.hs

instance ArrowTransformer (AbortT v) where {
  lift = AbortT . (>>> arr Right);
  tmap f = AbortT . f . unwrapAbortT;
};

instance MakeValueTuple Float  where type ValueTuple Float  = Value Float  ; valueTupleOf = valueOf

instance Foo where {
  type ListElement Zero (a,r) = a;
}