packages feed

doctest-0.25.0: test/extract/type-families/Foo.hs

{-# LANGUAGE TypeFamilies #-}
module Foo where

type family Foo a

type instance Foo Int = Int