packages feed

haskell-src-exts-1.17.0: tests/examples/RCategory2.hs.prettyprinter.golden

{-# LANGUAGE TypeFamilies, ConstraintKinds #-}
module Main (main) where
import GHC.Prim

class RCategory cat where
        type RCategoryCtxt cat a b :: Constraint