Safe HaskellSafe

Bug7

Description

This module caused a duplicate instance in the documentation for the Foo type.

Synopsis

Documentation

data Foo #

The Foo datatype

Constructors

Foo
Instances
Bar Foo Foo #

Just one instance

Instance details

Defined in Bug7

class Bar x y #

The Bar class

Instances
Bar Foo Foo #

Just one instance

Instance details

Defined in Bug7