packages feed

doctest-parallel-0.2: test/extract/type-families/Foo.hs

{-# LANGUAGE TypeFamilies #-}
module Foo where

type family Foo a

type instance Foo Int = Int