packages feed

purescript-0.12.0: 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