packages feed

purescript-0.15.15: tests/purs/docs/src/TypeClassWithFunDeps.purs

module TypeClassWithFunDeps where

class TypeClassWithFunDeps a b c d e | a b -> c, c -> d e where
  aMember :: a -> b